+ -
当前位置:首页 → 问答吧 → 进入系统后界面突然变成白色的主题

进入系统后界面突然变成白色的主题

时间:2007-11-16

来源:互联网

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

作者: bz   发布时间: 2007-11-16

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

作者: bz   发布时间: 2007-12-12

我的解决方法很简单:em01
解决的对象应该是:有声卡,有驱动,但就是没有声音,或是加载不上!

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

在最後面加入

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

作者: zainix   发布时间: 2009-11-20

作者: pocoyo   发布时间: 2009-11-20

无法找到任何名称或者描述中匹配“linux-backports-modules-generic”的软件包

作者: youngdoctor   发布时间: 2011-04-17