[<<][pool][>>][..]
Sun May 22 14:32:34 CEST 2011
alsa card order
Installed RME9652 on zni, but it wants to come up as first card.
Added the following line to /etc/modprobe.d/alsa-base.conf :
options snd-rme9652 index=-2
To reload the modules, do this:
alsa force-reload
I can't test now if this works properly at reboot. The other solution
is to do this:
# Remove all drivers.
rmmod snd_hda_intel
rmmod snd_rme9652
# Load drivers in the desired order.
modprobe snd_hda_intel
modprobe snd_rme9652
Or probably to define proper snd-card-0, snd-card-1 aliases. The HDA
has 2 cards though.
[Reply][About][<<][pool][>>][..]