On 17:34 Tue 18 Sep , Mark Knecht wrote: > I don't see anything in /etc/modules.d/alsa that defines the second > card as default. Does anyone know how Alsa does that?
I think you need alsa support through modules for this but I am not sure. First card is default one. To figure out index of your sound cards do this: $ cat /proc/asound/modules 0 cx88_alsa 1 snd_via82x 2 snd_mpu401 Now write this to /etc/modprobe.d/sound: options snd_via82xx index=0 options snd_mpu401 index=1 options cx88_alsa index=2 Card with index zero will be default. Then run: # update-modules After next boot, order of your sound cards should be ok. Note: I have this problem without any HW or SW changes. I don't know what triger this. -- [EMAIL PROTECTED] mailing list