[EMAIL PROTECTED] wrote: > > Thank you for responding. I should have mentioned in my original post > that I read about alsamixer in the archives and have attempted it. I > received the following error: > > alsamixer: function snd_ctl_open failed for default: No such device > > I'm uncertain what the error means. >
I think you have half an OSS setup and half an ALSA one. I would recommend that you go with ALSA and ignore OSS until you have ALSA working, then install ALSA's OSS compatibility system if you have apps that only run with OSS. Looking at your kernel config, I'd disable the OSS stuff and enable the ALSA card support for your sound card (on chip if it's on the motherboard) - look at the dmesg output to see if the kernel is detecting it right. Then build ALSA as described in the BLFS book. Follow-ups should go to BLFS-support as sound is not an LFS installed subsystem. R. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
