Linux 版 (精华区)
发信人: don (什么是苦?), 信区: Linux
标 题: alsa声卡安装示例
发信站: 哈工大紫丁香 (Sat Oct 21 10:49:10 2000), 转信
我装的是redhat6.1,声卡是trident 4dwave DX.在此特别感谢shadow的热情帮助.//bow
1.安装alsa-driver-0.5.9d/
(1) ./configure --with-isapnp=yes --with-debug=full
(2) make install
(3) ./snddevices
(4)修改/etc/conf.modules,下面是我的机器上的文件(only an example)
#SAMSUNG SmartEther SC1200A-TX 100/10Mbps PCI Ethernet Adapter
alias eth0 ks8920
#ISA PnP support
options isapnp isapnp_reserve_irq=9
#ALSA native device support
alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1
alias snd-card-0 snd-card-trident
options snd-card-0 snd-index=0 snd-id='4dwave' snd-pcm-channels=10
#OSS/Free setup
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
(5)modprobe snd-card-trident
2.安装alsa-lib-0.5.9/
(1) ./configure
(2) make install
3.安装alsa-utils-0.5.9b/
(1) ./configure
(2) make install
4.运行alsamixer打开各个声道
ok了,现在我正用xmms播放mp3呢,效果真的不错哟,:)
--
我不是一个好的诗人 也不是一个好的爱人
但也许我可以陪着你 欢笑哭泣
--
☆ 来源:.哈工大紫丁香 bbs.hit.edu.cn.[FROM: yourdon.bbs@smth.org]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.799毫秒