Re: still sound problems....

Itai Nahshon (nahshon@actcom.co.il)
Sun, 15 Mar 1998 10:51:43 +0200


J. Maynard Gelinas wrote:
>
> > J. Maynard Gelinas wrote:
> > > make[2]: *** [sb_audio.o] Error 1
> > > make[2]: Leaving directory `/usr/src/linux-2.1.89/drivers/sound'
> > > make[1]: *** [modules] Error 2
> > > make[1]: Leaving directory `/usr/src/linux-2.1.89/drivers'
> > > make: *** [modules] Error 2
> >
> > He... Linux-2.1.77 removed the declaration and some uses of
> > `sb_audio_ioctl'. Linux 2.1.78 removed all the other references.
> >
> > I believe that for some reason patch-2.1.78 was not applied fully
> > to your kernel.
> >
> If so then I'm not the only one. I grabbed both 2.1.88
> and 2.1.89 pristine from Sunsite. I didn't patch up, I took the whole
> source.
>
In that case, which of the source file has a reference to
sb_audio_ioctl?

In my system:
nahshon# cd /usr/src/linux
nahshon# find . -name '*.[hc]' -print0 | xargs -0 grep -w sb_audio_ioctl
(nothing!)

Also, for a full compile (on every new kwrnel) I use this alias (in
bash).
nahshon# alias mkk
alias mkk='time eval "(make dep && make clean && make bzImage && make
modules)"'

Itai

-- 
Itai Nahshon   nahshon@actcom.co.il
        Also   nahshon@vnet.ibm.com

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu