Re: [linux-audio-user] Two sound cards - module loading and signal routing

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] Two sound cards - module loading and signal routing
From: Dirk Jagdmann (doj_AT_cubic.org)
Date: Tue Dec 07 2004 - 12:17:15 EET


> I've got all I want now from my SoundBlaster card. It does bother me
> some that I couldn't get the cards to load correctly, but I suppose
> that's just the way it is.

I assume that your Linux system uses the hotplug scripts to initialize
PCI, usb and other modern bus devices. Thus the hotplug scripts react to
the kernel detecting components and mostly the kernel reports the
Mainboard chipset features first. If you want to change the order of
your soundcards you have to tweak your hotplug system. I would suggest
you try the following.

Add those devices which correspond to your two soundcards to
/etc/hotplug/blacklist. Note that your real soundcard drivers should
suffice here (like snd_sb*, no need to put the generic ones like snd_pcm
in here). If you reboot your system you can check with "lsmod" that no
soundcard specific drivers have been loaded.
Next you can load those manually in your boot script, I would suggest
you add them to /etc/init.d/rc.local (this could be slightly different
depending on your linux distri). Here you load the soundcards drivers
with "modprobe" in your desired order.

-- 
---> doj / cubic
----> http://cubic.org/~doj
-----> http://llg.cubic.org


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue Dec 07 2004 - 12:23:19 EET