Hi,

On Friday 07 April 2006 20:48, Jason Greene wrote:
> ...
> > You need to make sure your system is not loading the "emu10k1" module,
> > and make sure it loads "snd-emu10k1" instead.
> ...
> I didn't know kernel modules were distro specific... news to me

They're not, but the way the system decides which ones to load and when does 
vary from one distro to another.

> I was just looking for a little help... maybe someone that uses
> Slackware.

I don't use Slack 10 but I used to use Slack 7 (my system has gradually 
morphed since then into a completely home-brew variety, albeit using the 
delightfully unpretentious, you-asked-for-it-you-got-it, Slackware package 
manager).

If things haven't changed too much (and my memory hasn't gone too soft under 
the influence of strong German Bier), the system may load modules 
from /etc/rc.d/rc.modules so that's one place to look for emu10k1.o being 
inserted.

Or you could edit /etc/modules.conf and add a like like:
alias emu10k1 off
then run depmod. Alternatively, you could probably try:
alias emu10k1 snd-emu10k1
to make modprobe substitute the ALSA driver for the OSS one, but that seems 
very hacky, in a distasteful sort of way, to me.

An alternative way of stopping emu10k1.o from being loaded would be to delete 
it (or rename it to something like emu10k1.o.xxx if you're feeling timid) 
then run depmod. If modules are being loaded by hotplug, that may well make 
everything Just Work as it will, hopefully, decide that snd-emu10k1.o is now 
the correct driver for the detected sound device.

Hope this helps a bit.

Stephen


-------------------------------------------------------
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
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to