Thanks for your answer. There is no such file, /etc/modules.conf. There is a file modprobe.conf with three lines:
PHP Code:
alias usb-controller ehci-hcd
alias eth0 via-rhine
alias usb-controller1 uhci-hcd
And a longer file modprobe.conf.dist, which is a longer file. Following are the lines containing the word "snd".
PHP Code:
alias usb-uhci uhci-hcd
alias usb-ohci ohci-hcd
alias uhci uhci-hcd
alias char-major-116-* snd
alias sound-service-*-0 snd-mixer-oss
alias sound-service-*-1 snd-seq-oss
alias sound-service-*-3 snd-pcm-oss
alias sound-service-*-8 snd-seq-oss
alias sound-service-*-12 snd-pcm-oss
install sound-slot-* /sbin/modprobe snd-card-${MODPROBE_MODULE##sound[_-]slot[_-]}
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && /sbin/modprobe snd-pcm-oss
install snd-pcm-device /sbin/modprobe --ignore_install snd-seq-device && /sbin/modprobe snd-seq-oss
Maybe add the line "alias snd-card-0 snd-dummy" to modprobe.conf? Does anyone have an idea?
Thanks for any help