4***8@qq.com
deepin
2014-01-08 06:00 有没有简单快速升级内核的教程呢
For 32位:
cd ~/Downloads/ && wget http://kernel.ubuntu.com/~kernel-ppa/ma ... 8_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/ma ... 18_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/ma ... 8_i386.deb
For 64位:
cd ~/Downloads/ && wget http://kernel.ubuntu.com/~kernel-ppa/ma ... _amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/ma ... 18_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/ma ... _amd64.deb
2. Install the DEBs:(安装deb包)
cd ~/Downloads/ && sudo dpkg -i linux-headers-3.12.6-*.deb linux-image-3.12.6-*.deb
Restart your computer and done.
If you’re using proprietary video driver, you may need to re-build or re-install to get it work with new kernel.(如果您使用的是私有的视频驱动程序,你可能需要重新编译或重新安装,以使得它能在新的内核下工作。)
If for some reason this kernel release doesn’t work properly for you, reboot into previous kernel
(如果由于某种原因,这个内核版本不能正确地工作,想重新启动到以前的内核的话)(Grub -> Advanced -> select previous kernel) and run commands to remove Linux Kernel 3.12.6:
sudo apt-get remove linux-headers-3.12.6-* linux-image-3.12.6-*
Reply Like 0 View the author