ml里能否驱动我的声卡
我的声卡是ad1816比较古老,但是redhat9。0就能自己认出来,我装ml后确认不出来,alsa也不行,有没有解决办法,还有我的adsl是代路游的,但是我设置了ip,dns却上不了网,而这些问题redhat9.0都没有,有没有x下的硬件配置工具 谁来回答我的问题呀 ad1816在内核自带的模块里好象是体验性质,检查了一下ad1816模块已经编译了,编辑/etc/modules.conf,加入类似下面的语句:alias sound-slot-0 ad1816
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 || :
然后重起试试
adsl的问题无法答,我没用过 可以了,谢谢老大,能不能解释一下这些都是做什么的 ad1816用的是ad1816.o这个模块来驱动,这个模块你可以在/lib/modules/2.4.20-1.1/kernel/drivers/sound找到(alsa的驱动模块在/lib/modules/2.4.20-1.1/kernel/sound下)
在/etc/modules.conf里加入
alias sound-slot-0 ad1816 (<----------指定第一声卡sound-slot-0用ad1816.0模块)
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 || :
按道理,sndconfig里有ad1816的配置代码,应该可以正确配置ad1816才对 可是sndconfig检测到了1816,但是他说不可用
页:
[1]