check your modules.conf file
you should have the lines (maybe not all are required - I have via8235 AC'97 sound controller)
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-via82xx <- for change if not via 82xx
# module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
|