Comment 2 for bug 130004

Revision history for this message
Christoph Langner (chrissss) wrote :

Well, hardy is on it's way and despite PulseAudio this problem is still relevant. I can fix this by blacklisting my audio devices inside /etc/modprobe.d/blacklist

blacklist snd_usb_audio
blacklist snd_bt87x
blacklist snd_hda_intel

and loading my devices via /etc/modules

snd-hda-intel
snd-bt87x
snd-usb-audio

and adding

options snd-hda-intel index=0

to my /etc/modprobe.d/alsa-base. But this is quite inconvenient and hard to do for a linux newbie...