Comment 32 for bug 14851

Revision history for this message
Thomas Hood (jdthood) wrote :

> [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]$

Please try removing the second "install snd-via82xx" line. I.e., remove:

    install snd-via82xx modprobe --ignore-install snd-via82xx &&
lib/alsa/modprobe-post-install snd-via82xx

> a strange thing around udev:
>
> [brice@TuxBox:brice]$ ls /dev/|grep control
> [brice@TuxBox:brice]$ ls /dev/snd|grep control
> controlC0
> [brice@TuxBox:brice]$

Why do you find that strange?