|
我在rc.M中注释了rc.hotplug的行,然后用alsaconf配置声卡。
每次启动的时候均显示:
Loading ALSA kernel modules.
Loading ALSA mixer settings:/usr/sbin/alsactl restore
/usr/sbin/alsactl: load_state:1134: No soundcards found ...
Loading OSS compatibility modules for ALSA
但我login之后,可以用/usr/sbin/alsactl restore恢复默认声音
有谁知道是什么原因吗?
google上查得的原因是:
Hotplug load the OSS-driver for the 'soundcard',so alsa couldn't access the hardware.
solution:Hotplug loads the OSS-driver 'via82cxxx-audio' to prevent hotplug from doing that(in the pci subsystem). add 'via82cxxx-audio' to /etc/hotplug/blacklist.
但我没用hotplug,那么应该怎样做? |
|