本人是x230cto美行版本,装12.04 64 系统,随机死机,查了资料,说是显卡和平台支持不够
http://partiallysanedeveloper.blogspot. ... reeze.html
http://ubuntuforums.org/showpost.php?p= ... stcount=16
解决办法是升级内核:
you can do this by going to
http://kernel.ubuntu.com/~kernel-ppa.../v3.4-precise/
from there download the three files:
linux-headers-3.4.0-blahblahblah_all.deb
linux-headers-3.4.0-blahblahblah_amd64.deb
linux-image-3.4.0-blahblahblah_amd64.deb
use the ones with "amd64" for 64 bit OS and "i386" for 32 bit OS
use the "all" one regardless of architecture.
now just cd to the directory where u downloaded them and dpkg each one individually in the terminal with
sudo dpkg -i <put the name of the file here>.deb
once thats done restart with
sudo init 6
when ur system reboots check uname -a and see if u have kernel 3.4
http://kernel.ubuntu.com/~kernel-ppa/mainline/
$ sudo add-apt-repository ppa:kernel-ppa/pre-proposed
$ sudo apt-get update
$ sudo apt-get dist-upgrade
http://partiallysanedeveloper.blogspot. ... reeze.html
http://ubuntuforums.org/showpost.php?p= ... stcount=16
解决办法是升级内核:
you can do this by going to
http://kernel.ubuntu.com/~kernel-ppa.../v3.4-precise/
from there download the three files:
linux-headers-3.4.0-blahblahblah_all.deb
linux-headers-3.4.0-blahblahblah_amd64.deb
linux-image-3.4.0-blahblahblah_amd64.deb
use the ones with "amd64" for 64 bit OS and "i386" for 32 bit OS
use the "all" one regardless of architecture.
now just cd to the directory where u downloaded them and dpkg each one individually in the terminal with
sudo dpkg -i <put the name of the file here>.deb
once thats done restart with
sudo init 6
when ur system reboots check uname -a and see if u have kernel 3.4
http://kernel.ubuntu.com/~kernel-ppa/mainline/
$ sudo add-apt-repository ppa:kernel-ppa/pre-proposed
$ sudo apt-get update
$ sudo apt-get dist-upgrade
文章提供了解决X230CTO美行版Ubuntu 12.04系统随机死机的方法,即通过升级内核来解决问题。步骤包括下载并安装指定版本的内核文件,最后验证内核版本。此解决方案适用于64位和32位操作系统。
4966

被折叠的 条评论
为什么被折叠?



