dalin 发表于 2002-8-4 13:31:53

请大家帮我看看我的alsa为什么装不上。

从公社下载的ALSA驱动。
编译时出现如下图的信息。系统能自己认出声卡来,但不能用。

bianwei 发表于 2002-8-4 14:44:04

你要先卸载了原先的via82xxx那个驱动再编译安装alsa的驱动才可以

modprobe -r via82cxxx_audio

dalin 发表于 2002-8-4 15:06:44

谢谢,我装完了,是内核路径不对的原因。但现在我发觉它的音质很差,不知是不是我的modules.conf有问题?我把它贴出来,请大家帮我看看吧。
环境:LIMBO2、via vt8233(主板自带)。
alias parport_lowlevel parport_pc
alias eth0 8139too
alias sound-slot-0 via82cxxx_audio
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 || :
alias sound-via8233 snd-card-via8233
alias usb-controller usb-uhci

sd444 发表于 2002-8-4 16:13:58

呵呵,我的LIMBO2音质却非常好
用的ALSA0。90RC2
0。5X的音质不好
下面是我的MODULES。CONF
alias parport_lowlevel parport_pc
alias eth0 ne2k-pci
alias eth1 ne2k-pci
alias char-major-195 NVdriver

alias char-major-116 snd
alias snd-card-0 snd-via8233
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

alias usb-controller usb-uhci

另外,你怎么把LIMBO2自己加的声卡部分没有去掉???
alias eth0 8139too
alias sound-slot-0 via82cxxx_audio
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 || :

0。5X MODULESCONF应为
alias snd-card-0 snd-card-via8233
0.9x则是alias snd-card-0 snd-via8233

sd444 发表于 2002-8-4 16:17:04

在LIMBO2中,我的XMMS无法使用LIBESD插件,必须使用LIBOSS

dalin 发表于 2002-8-4 18:24:38

即使改成如下也不行:
alias parport_lowlevel parport_pc
alias eth0 8139too
alias char-major-116 snd
alias snd-card-0 snd-via8233
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

alias usb-controller usb-uhci
你的alsa是在哪下载的?我的是公社里的。

dalin 发表于 2002-8-4 21:13:42

刚刚重新装了ALSA0.90RC2,但不知道要怎样才能让它在启动的时候自动加载,
而不用每次都手动加载跟调音量?

sd444 发表于 2002-8-4 23:14:07

呵呵,正好补充下
LLS所说的ALSASOUND,我做成了开机启动,但是发现他对自己的REDHAT7.3.93只能起到激活声卡驱动的作用
于是参考文档,做了个命令文件,设为GNOME启动的时候运行
在PERFORMANCE-会话和启动属性,添加这个命令的路径

下面是内容,填写保存后,注意chmod +x 该文件
amixer set PCM 30 unmute
amixer set PC\ Speaker 30 unmute
amixer set Master 30 unmute
amixer set Master\ Mono 30 unmute
amixer set Headphone 30 unmute
amixer set Phone 30 unmute
amixer set Aux 30 unmute
amixer set Video 30 unmute
amixer set CD 30 unmute
amixer set Line 30 unmute
amixer set Mic 30 unmute
页: [1]
查看完整版本: 请大家帮我看看我的alsa为什么装不上。