分页: 1 / 1

hda-intel没有的声音的进来看一下!

发表于 : 2007-11-16 12:10
bz
本本很久没有声音了,今天搞了一下!终于有了
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
重启!看一下有没有声音!!我的是有了!
我以前试过无数方法!现在终于有了!!

有时有声有时没有进来看一下!!!

发表于 : 2007-12-12 16:24
bz
如果你的本本或声卡和我一样!那么你是不是有这种情况:有时有声音有时没有?如果出现这种情况,请检查你的几次关机是不是正常!如果是突然断电,就可能这种情况!其原因是因为Gusty的电源管理模块太烂!建议把机子改成电源供电!启动后是不是就有声音了!然后关机再用交流电供电!!

Re: hda-intel没有的声音的进来看一下!

发表于 : 2009-11-20 14:01
zainix
:em01 我的解决方法很简单:em01
解决的对象应该是:有声卡,有驱动,但就是没有声音,或是加载不上!

“ sudo gedit /etc/modprobe.d/alsa-base

在最後面加入

options snd-hda-intel enable=1 index=0 position_fix=1 model=hp ”

Re: hda-intel没有的声音的进来看一下!

发表于 : 2011-04-17 19:50
youngdoctor
无法找到任何名称或者描述中匹配“linux-backports-modules-generic”的软件包