You need to save the information below into a file in the /etc/modutils/ directory (Eg. /etc/modutils/alsa) and run update-modules
[code:1]
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-au8820
# 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
[/code:1]
In your case , it is not au8820 , instead of what your audio card is .(cs4624 maybe), then dont forget to run update-modules
[quote:886a2f54ce="linky_fan"]You need to save the information below into a file in the /etc/modutils/ directory (Eg. /etc/modutils/alsa) and run update-modules
[code:1]
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-au8820
# 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
[/code:1]
In your case , it is not au8820 , instead of what your audio card is .(cs4624 maybe), then dont forget to run update-modules [/quote]
在我update-modules后,用alsamixer,出现"is not found or is busy"的提示,重启也没用