如何升级内核
Tofloor
poster avatar
159******35
deepin
2014-01-08 05:40
Author
有没有简单快速升级内核的教程呢
Reply Favorite View the author
All Replies
4***8@qq.com
deepin
2014-01-08 06:00
#1
有没有简单快速升级内核的教程呢
1. Download the Kernel DEBs:(下载3.12的内核deb包)

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 View the author
poloshiao
deepin
2014-01-08 06:37
#2
什麼特殊原因 要升級內核 ?

一般 如果有內核 可以升級
sudo apt-get update
sudo apt-get upgrade
就會自動升級
包含修改開機選單
不需另外手動升級

只有想要額外升級系統還不提供的內核 才需要手動升級
Reply View the author
cxbii
deepin
2014-01-08 07:30
#3
百科搜索安装内核
Reply View the author
fredy4212
deepin
2014-01-08 07:49
#4
參閱百科
Reply View the author
159******35
deepin
2014-01-08 20:29
#5
谢谢以上各位的解答
Reply View the author