Comment 33 for bug 14851

Revision history for this message
Brice (bricem13) wrote :

Hi

this is working by commenting out the second install snd-via82xx line:

[brice@TuxBox:brice]$ sudo /etc/init.d/alsa force-unload
Unloading ALSA sound driver modules: snd-via82xx snd-ac97-codec snd-pcm-oss
snd-mixer-oss snd-pcm snd-timer snd-page-alloc snd-mpu401-uart snd-rawmidi
snd-seq-device.
[brice@TuxBox:brice]$ sudo modprobe snd-via82xx
[brice@TuxBox:brice]$ lsmod|grep snd
snd_seq_dummy 3716 0
snd_seq_oss 30848 0
snd_seq_midi 8480 0
snd_seq_midi_event 8064 2 snd_seq_oss,snd_seq_midi
snd_seq 48528 6
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_via82xx 26432 0
gameport 15624 1 snd_via82xx
snd_ac97_codec 70520 1 snd_via82xx
snd_pcm_oss 47008 0
snd_mixer_oss 17024 1 snd_pcm_oss
snd_pcm 83464 3 snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_timer 23684 2 snd_seq,snd_pcm
snd_page_alloc 9604 2 snd_via82xx,snd_pcm
snd_mpu401_uart 7424 1 snd_via82xx
snd_rawmidi 24352 2 snd_seq_midi,snd_mpu401_uart
snd_seq_device 8332 5
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
snd 53380 11
snd_seq_oss,snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 10080 1 snd
[brice@TuxBox:brice]$

and

[brice@TuxBox:brice]$ grep snd-via82xx</etc/modprobe.d/alsa-base
install snd-via82xx modprobe --ignore-install snd-via82xx && {
/lib/alsa/modprobe-post-install snd-via82xx ; modprobe --quiet snd-seq ; }
#install snd-via82xx modprobe --ignore-install snd-via82xx &&
/lib/alsa/modprobe-post-install snd-via82xx
options snd-via82xx-modem index=-2
[brice@TuxBox:brice]$

concerning the udev rules, I was a bit disappointed by the fact that there is
only one Control node... I thought they would have been more...

Regards, Brice

ps: I think you'll update the package, isn't it? will you put them at the same
place? -:)