`
abruzzi
  • 浏览: 445008 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论

Fedora Core 10 声卡问题的解决

阅读更多

前几天工作平台转到Fedora Core 10,硬件支持很好,唯独声卡有些小问题,整了好一阵,终于解决了。现在把note贴出来,方便以后查看,也可以方便其他有同样问题的人。(linux下声卡貌似从来就没有完美的支持,呵呵)

 

声卡问题描述:

有声音,但是播放mp3时会卡,看电影也有同样的问题,有可能影音不同步。

 

解决方法:

1.查看声卡信息

写道
$lspci | grep Audio #在我的机器上,声卡信息如下
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)

 2.修改配置,(如果你的alsa包比较旧的话,可以先升级次包,然后重试之)

     在/etc/modprobe.d/alsa-base加入一下三行,如无次文件者,可自行新建之。

写道
options snd-hda-intel model=3stack-dig
options snd-hda-intel enable_msi=1
options snd-hda-intel single_cmd=1

     在/etc/modprobe.conf文件中加入

写道
snd-hda-intel single_cmd=1

     然后,在启动项中修改一些信息

 

写道
pci=noacpi irqpoll

     注意:一般情况下,/boot/grub/menu.lst文件为启动配置,内容为

写道
Password:
[root@juntao Incoming]# cat /boot/grub/menu.lst
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.27.15-170.2.24.fc10.i686)
root (hd0,0)
kernel /vmlinuz-2.6.27.15-170.2.24.fc10.i686 ro root=/dev/VolGroup00/LogVol00 rhgb quiet pci=noacpi irqpoll
initrd /initrd-2.6.27.15-170.2.24.fc10.i686.img
title Fedora (2.6.27.5-117.fc10.i686)
root (hd0,0)
kernel /vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=d7f9cb47-acb1-4918-a84a-6ab296a445f1 rhgb quiet
initrd /initrd-2.6.27.5-117.fc10.i686.img

 红色部分为修改的内容。

 

okay,完成后重启系统即可。

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics