upgrade ubuntu kernel

1、download kernel from "https://www.kernel.org/pub/linux/kernel/v3.x/"

2、mv to /usr/src/,then tar with order "tar -xvf linux-3.***.tar.gz"

3、switch to source code dir,run by root

4、run "sudo apt-get install libncurses-dev" to install lib files while next step need.

5、run "make menuconfig",choose config,then generate .config file

6、run "make" .may take 1-2 hours

7、run "make modules"

8、run "make modules_install"

9、run "make install" .install kernel

10、reboot pc,choose new kernel,done!

猜你喜欢

转载自cfpl0594.iteye.com/blog/2210140