tzx 发表于 2003-3-11 04:46:11

板载声卡安装最后一步, help!

安装alsa 驱动正常, 芯片intel 82801 DB AC 集成在845G主板上

modules.conf如下:

#alias sound-slot-0 via82cxxx_audio   //remark this line, this is default audio driver
#====== added those lines =============
alias char-major-116 snd
options snd major=116 cards_limit=1
#--- Intel 8x0and SiS 7012 ----------
alias snd-card-0 snd-intel82801
options snd-intel82801 index=0 id="ICH"
#--- Via8233and Via686A/B -------------------
#alias snd-card-0 snd-via82xx
#options snd-via82xx index=0 id="VIA"
#------------------------------------------------------
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
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
#=================================
#post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
#pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :

症状如下:

Mar 11 04:32:34 pluto modprobe: modprobe: Can't locate module sound-slot-0

请教 .

Kuye 发表于 2003-3-11 07:05:44

提示已经告诉你了“无法定位 snd-card-0 模块。。。

#--- Via8233 and Via686A/B -------------------
#alias snd-card-0 snd-via82xx
#options snd-via82xx index=0 id="VIA"
#------------------------------------------------------
改成
#--- Via8233 and Via686A/B -------------------
alias snd-card-0 snd-via82xx
options snd-via82xx index=0 id="VIA"
#------------------------------------------------------

希望以后多注意一下提示,只有在实在莫名其妙得没办法的时候再上来问人,否则对自身提高很没好处。。。

dalin 发表于 2003-3-11 18:55:08

呵呵,kuye兄说的可能也不怎么对,他的声卡不是VIA的,而且也配置对了。
他的配置是:
alias snd-card-0 snd-intel82801
options snd-intel82801 index=0 id="ICH"

你是怎么modprobe的啊?你不要告诉我你是:
modprobe sound-slot-0
的啊:)
呵呵,你应该是:
modprobe snd-intel82801
页: [1]
查看完整版本: 板载声卡安装最后一步, help!