QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 696|回复: 2

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

[复制链接]
发表于 2003-3-11 04:46:11 | 显示全部楼层 |阅读模式
安装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 8x0  and SiS 7012 ----------
alias snd-card-0 snd-intel82801
options snd-intel82801 index=0 id="ICH"
#--- Via8233  and 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

请教 .
发表于 2003-3-11 07:05:44 | 显示全部楼层
提示已经告诉你了“无法定位 snd-card-0 模块。。。

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

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

使用道具 举报

发表于 2003-3-11 18:55:08 | 显示全部楼层
呵呵,kuye兄说的可能也不怎么对,他的声卡不是VIA的,而且也配置对了。
他的配置是:
[code:1]alias snd-card-0 snd-intel82801
options snd-intel82801 index=0 id="ICH"
[/code:1]
你是怎么modprobe的啊?你不要告诉我你是:
modprobe sound-slot-0
的啊:)
呵呵,你应该是:
modprobe snd-intel82801
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 14:33 , Processed in 0.037878 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表