Michael Sullivan schreef: > I'm still working to get my recently reinstalled Gentoo system up to its > former glory. I cannot get my sound to work though. I'm following (or > rather trying to) the Gentoo Alsa Guide > (http://www.gentoo.org/doc/en/alsa-guide.xml) . It says to run lspci to > find out what sound card I'm using: > > baby ~ # lspci -v | grep -i audio > 0000:00:0d.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 04) > > > I'm using a genkernel, 2.6 kernel, so I assume > that ALSA is compiled into it already.
You... assume..... sigh. Don't assume, *check*. I'm sure ALSA is compiled into the kernel already, but is support for your card? If you do a make menuconfig (or just read the .config file either in /usr/src/linux or /boot, is the driver for your card listed with either a * (or YES, if looking at the text file), or an m, or is it blank? Have you tried to modprobe the driver? What happens when you do? Is snd-ens1371 listed in /etc/modules.autoload.d/kernel-2.6 ? Is alsasound running (probably not)? Is alsasound set in rc-update? Have you correctly configured /etc/conf.d/alsa to reflect the correct drivers? HTH, Holly -- gentoo-user@gentoo.org mailing list