您的位置:首页 > 其它

ubuntu9.10 ALi M5455没有声音解决方法

2010-04-07 20:01 435 查看
http://ubuntuforums.org/showthread.php?t=317061

Re: ALI m5455 no [b]sound[/b]

hey
I got the same onboard soundcard
sound ( ADI AD1888 )

Code:
lspci | grep 'audio'
ALi Corporation M5455 PCI AC-Link Controller Audio Device (rev 20)


What I did to make it work was:
edit /etc/modprobe.d/alsa-base file (sudo gedit /etc/modprobe.d/alsa-base)

and insert the following:

Code:
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0
options snd-intel8x0 buggy_semaphore=1
# module options should go here

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
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

# OSS/Free portion - card #1
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

# OSS/Free portion - card #2 (cmipci)
alias sound-slot-1 snd-card-1
alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-12 snd-pcm-oss


Reboot
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: