华硕K8u-x声卡(ULI)在Linux下的配置
搬出几年前配的台式机,装了Ubutun和国产的Everest,都不能出声。查了一下,解决方法如下:
Everest:
程序代码
Ubuntu:
程序代码以上操作,在两个发行版都会打开一个配置文件。将打开的文件最后一行替换为:
程序代码
以下是在Everest下的完整的修改后的配置文件
程序代码
重启即可。2009年9月6日更新:Fedora 11
由于fedora11没有上面提到的配置文件,需要自己新建:
程序代码
su
gedit /etc/modprobe.d/alsa-base
然后输入上面那段Everest下的完整配置文件,保存重启即可。
2009年9月20日更新Ubuntu 9.04
程序代码
然后追加上面那段Everest下的完整配置文件,保存重启即可。
参考:
http://bbs.linuxpk.com/thread-19072-1-1.html
http://forum.ubuntu.org.cn/viewtopic.php?f=42&t=174178
Everest:
程序代码# cp /etc/modprobe.d/sound ~
# kedit /etc/modprobe.d/sound
# kedit /etc/modprobe.d/sound
Ubuntu:
程序代码sudo cp /etc/modprobe.d/alsa-base ~
sudo gedit /etc/modprobe.d/alsa-base
sudo gedit /etc/modprobe.d/alsa-base
程序代码options snd-intel8x0 buggy_semaphore=1
以下是在Everest下的完整的修改后的配置文件
程序代码alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
options snd-intel8x0 index=0
options snd-intel8x0 buggy_semaphore=1
alias sound-slot-0 snd-intel8x0
options snd-intel8x0 index=0
options snd-intel8x0 buggy_semaphore=1
重启即可。2009年9月6日更新:Fedora 11
由于fedora11没有上面提到的配置文件,需要自己新建:
程序代码su
gedit /etc/modprobe.d/alsa-base
然后输入上面那段Everest下的完整配置文件,保存重启即可。
2009年9月20日更新Ubuntu 9.04
程序代码sudo cp /etc/modprobe.d/alsa-base.config ~
sudo gedit /etc/modprobe.d/alsa-base.config
sudo gedit /etc/modprobe.d/alsa-base.config
然后追加上面那段Everest下的完整配置文件,保存重启即可。
参考:
http://bbs.linuxpk.com/thread-19072-1-1.html
http://forum.ubuntu.org.cn/viewtopic.php?f=42&t=174178

