hda-intel没有的声音的进来看一下!
发表于 : 2007-11-16 12:10
本本很久没有声音了,今天搞了一下!终于有了
sudo aptitude install linux-backports-modules-generic
然后安装所有以Alsa开头的文件!
用
vi ~/.asoundrc
看有没有内容!
没有加入
pcm.hda-intel {
type hw
card 0
}
ctl.hda-intel {
type hw
card 0
}
然后用
modprobe snd-hda-intel
lsmod |grep hda
看模块加入了没有 !
alsaconf
sudo gedit /etc/modeprobe.d/sound
改成
alias char-major-116 snd
alias snd-card-0 snd-hda-intel
# 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
然后
sudo update-modules
重启!看一下有没有声音!!我的是有了!
我以前试过无数方法!现在终于有了!!
sudo aptitude install linux-backports-modules-generic
然后安装所有以Alsa开头的文件!
用
vi ~/.asoundrc
看有没有内容!
没有加入
pcm.hda-intel {
type hw
card 0
}
ctl.hda-intel {
type hw
card 0
}
然后用
modprobe snd-hda-intel
lsmod |grep hda
看模块加入了没有 !
alsaconf
sudo gedit /etc/modeprobe.d/sound
改成
alias char-major-116 snd
alias snd-card-0 snd-hda-intel
# 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
然后
sudo update-modules
重启!看一下有没有声音!!我的是有了!
我以前试过无数方法!现在终于有了!!