Am Sonntag, 7. September 2008 schrieb Elimar Riesebieter: > > Before alsaconf: > > ####################################### > > 0 snd_pcsp > > 1 snd_mpu401 > > 2 snd_via82xx > > ####################################### > > Hmm: We have in /etc/modprobe.d/alsa-base: > > # Keep snd-pcsp from beeing loaded as first soundcard > options snd-pcsp index=-2
Yepp, and I also had tried changing it to '2' and also snd_pcsp instead of snd-pcsp but that didn't work either. > Put the following in /etc/modprobe.d/sound: > > alias snd-card-0 snd-via82xx > options snd-via82xx index=0 > alias snd-card-1 snd_mpu401 > options snd_mpu401 index=1 > alias snd-card-2 snd_pcsp > options snd_pcsp index=2 Still snd_pcsp is the winner: ####################################### cat /proc/asound/modules 0 snd_pcsp 1 snd_via82xx 2 snd_mpu401 ####################################### As I understand, the sound devices are assigned by udev nowadays (at least that's what claims alsaconf). Maybe something should be blacklisted there? But how, and what? Btw.: I have a message concerning pcsp during boot: ####################################### dmesg | grep pcsp [ 12.290322] Error: Driver 'pcspkr' is already registered, aborting... ####################################### Cheerz, Lars -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

