linux 内核升级


first:
sudo gedit /etc/apt/sources.list
add:
 deb http://ftp.cn.debian.org/debian jessie-backports main
then:
sudo apt-get update

after that:
sudo apt-get -t jessie-backports upgrade

then download linux kernel
https://www.kernel.org    (e.g.  linux-4.4.57.tar.xz)
 
start compile step:
1. su -


2. aptitude install libncurses5-dev   
3. make all -j4
4. make modules_install -j4
5. make install -j4

相关文章:

  • 2021-09-12
  • 2021-09-15
猜你喜欢
  • 2021-12-27
  • 2021-12-27
  • 2021-12-27
  • 2021-09-12
  • 2021-09-25
相关资源
相似解决方案