Edenyard wrote: > I'm running ALSA 0.9.8 (via82xx driver) with Kernel 2.4.24 and I noticed > today that there are very many lines in my /var/log/syslog which look > like this: > > 07:48:36 modprobe: modprobe: Can't locate module sound-slot-2 > 07:48:36 modprobe: modprobe: Can't locate module sound-service-2-0
sound-service-2-0 would be the driver needed for /dev/mixer2. > These lines are repeated sometimes every minute for several minutes and > then don't occur again for maybe an hour or two. They occur even when > I'm not using any sound applications. Some program tries to access /dev/mixer2. > I wondered whether the system is trying to look for a third sound > card, although I have the 'cards_limit=2' option specified for > 'snd'. If so, why?? cards_limits is just a hint. The system assumes that if you explicitly try to open /dev/mixer2, you really want to open /dev/mixer2. (In this case, "you" means "one of your programs that tries to be helpful even if you'd kill it if you knew what it was". :-) The cuplrit may be a sound daemon or some plug&play thing that scans for new hardware. Or you could add the following lines to modules.conf to say that these modules shouldn't be loaded even if some stupid program tries to load them: alias sound-slot-2 off alias sound-service-2-0 off HTH Clemens ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user