ubuntu9.04升级到9.10后无声音故障解决一例(多Linux系统)

近日,将ubuntu从9.04升级到9.10后,发现没有声音了,声音设备也检测不到,查阅相关解决方案,缘由为最新内核未启用缘由,能够修改/boot/grub/menu.lst中的启动项解决,但修改后启动时发现显示内核仍为修改之前的,故障依旧,考虑到本身安装系统的顺序为Win7-Ubuntu-Debian,分析缘由是生效的menu.lst在最后安装的系统上,解决办法:linux

一、重启计算机系统,从Debian启动,以Root账户登陆。ubuntu

二、vim /boot/grub/menu.lst,修改下边红色标记的内核为实际内核,实际内核能够到Ubuntu分区/boot下查看。为了跟实际系统版本一致,我顺便把显示版本也改了,:-)vim

# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda6.
title        Ubuntu 9.10, kernel 2.6.31-22-generic (on /dev/hda6)
root        (hd0,5)
kernel        /boot/vmlinuz-2.6.31-22-generic root=UUID=051c19f0-05c6-40dd-8304-70fa39c1f939 ro locale=zh_CN quiet splash
initrd        /boot/initrd.img-2.6.31-22-generic
savedefault
boot

# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda6.
title        Ubuntu 9.10, kernel 2.6.31-22-generic (recovery mode) (on /dev/hda6)
root        (hd0,5)
kernel        /boot/vmlinuz-2.6.31-22-generic root=UUID=051c19f0-05c6-40dd-8304-70fa39c1f939 ro locale=zh_CN single
initrd        /boot/initrd.img-2.6.31-22-generic
savedefault
bootui

保存后从新启动到ubuntu,久违的声音就会出现了,并且音量也会变得比之前大,麻烦一点仍是值得的,:-)spa

相关文章
相关标签/搜索