Keith Antoine babbled on about:
> Douglas J Hunley wrote:
> > let's see /usr/src/linux/.config Skip. thanks
> > --
>
> I have used theri config as a base and still get no sound even leaving all
> sound as was. Someone said that I had to compile a new alsa each time, like
> I used to dop with OSS sometime ago. What is your proceedure?

my procedure? it won't help ;)

download new kernel tarball
extract to /usr/src/linux
cd /usr/src/linux
make mrproper
cp ~/kernel.config ./.config
make oldconfig
&& make dep && make bzImage && make modules && make 
modules_install

it's ALSA that's causing you fits. recompile it.
-- 
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
Admin: http://linux.nf  Admin: http://hunley.homeip.net

C isn't that hard: void (*(*f[])())() defines f as an array of 
unspecified size, of pointers to functions that return pointers to 
functions that return void.
_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to