Comment 11 for bug 8107

Revision history for this message
Marc Poulhiès (marc-poulhies) wrote :

I found a workaround for this bug. Seems that the sound system will use the
first Alsa card, so I added in /etc/modutils/alsa-base things like:
options snd-usb-audio index=-2
options snd-cmipci index=1
options snd-emu10k1 index=0

If not, the first audio device would be the usbaudio, which is in fact a Webcam,
then the internal (cmipci) and finally the SB Live! Forcing indexes works fine,
except that every update of alsa-base seems to overwrite my changes (not a big
deal).
Hope this is not off topic and that it could help ppl to workaround this while
waiting for something better ;)

Marc