PDA

View Full Version : Patch for i810_audio.c fails me!


helycos
01-08-03, 08:36 PM
My attempts to patch the audio module i810_audio.c from the tar file fail every time. Does anyone have any recommendations on what I should do? I'm using 2.4.18 kernel, Debian Woody 3.0r0

nforce# make
make -C nvaudio
make[1]: Entering directory '/usr/src/nforce/nvaudio'
cp /lib/modules/2.4.18/build/drivers/sound/i810_audio.c i810_audio.c
patch < i810_audio_nforce23.patch
patching file i810_audio.c
Hunk #1 FAILED at 113
Hunk #2 FAILED at 279
2 out of 2 hunks FAILED --saving rejects to file i810_audio.c.rej
make[1]: *** [all] Error 1
make[1]: Leaving directory '/usr/src/nforce/nvaudio'
make: *** [nvaudio_make] Error 2

I've managed to make the nvnet.o module by changing falign to malign in the make file. I don't know if this is relevant to this problem, as I encounter it in the nvaudio directory as well. Thanks in advance,

Tim

startxman
04-14-03, 04:15 AM
Hello,

I've got the same trouble.

Do you find solution ?

Thanks for your feedback

Kiamu
04-14-03, 05:43 AM
what does i810_audio.c.rej say?

i had a similar problem with a more recent kernel. either the patch was included in the kernel before or the nvidia script applied the patch twice. didn't checked that one back, just made a quick hack that worked for me ;) and finally switched to alsa...

startxman
04-15-03, 04:42 AM
Hello,

Thanks to you.
Like you, i prefer install alsa drivers.
I'already install OSS drivers without succes (locally compiling)
I've got Debian 3r1 with kernel 2.4bf8 and A7N8X motherboard

Someone know where can i find documentation to install alsa drivers with my configuration or something like that.

Thanks