Gene Heskett wrote: > my logs are drowning in snd_slot_2 related messages, and I only have 0 > and 1 cards.
The kernel tries to load "snd-slot-2" when some application tries to open /dev/dsp2 but no driver for card 2 is loaded. > There are no lines in modprobe.conf that would refer to a 3rd sound > card at all. This is easy to fix: install a third sound card and add the proper entries to modprobe.conf. ;-) If you don't want to do this, find out which program runs amok, and kill it. Or add the following entry to modprobe.conf: alias snd-slot-2 off HTH Clemens ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Alsa-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/alsa-user
