Lee Revell wrote: >You're sure you have the correct ALSA modules loaded? Maybe you have >ALSA modules built into the kernel that are interfering. Or maybe you >need to run the snddevices.sh script. > >What is in /proc/asound/devices? > > > also, here's what's in modprobe.conf (it doesn't look much like the recommended settings on the alsa emu10k1 page): alias eth0 forcedeth alias snd-card-0 snd-emu10k1 install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-emu10k1 alias usb-controller ehci-hcd alias usb-controller1 ohci-hcd alias char-major-195* nvidia shayne