Ubuntu 16.04升级Linux内核为4.7.0最快的方法

Posted Jim

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 16.04升级Linux内核为4.7.0最快的方法相关的知识,希望对你有一定的参考价值。

升级内容有很多好处,比如支持最新硬件驱动,使系统更安装等。但是升级内容也会带来一些问题,比如一些软件的兼容性问题,从而出现一些莫名其妙的问题等,所以升级时要慎重考虑。

升级方法:

下载脚本:

https://software.intel.com/en-us/forums/opencl/topic/738108

使用:

mv install_OCL_driver.sh_.txt install_OCL_driver.sh
chmod 755 install_OCL_driver.sh
sudo su
./install_OCL_driver.sh install

完成后的提示信息:

...
Installation completed successfully.

Next steps:
1. Add OpenCL users to the video group: ‘sudo usermod -a -G video USERNAME‘
   e.g. if the user running OpenCL host applications is foo, run: sudo usermod -a -G video foo

2. If you have Intel Pentium J4000 or Intel Celeron J3000, you will need to add:
   i915.preliminary_hw_support=1
   to the 4.7 kernel command line, in order to enable OpenCL functionality for these platforms.

3. Reboot into the patched 4.7 kernel

HINT: to boot into the 4.7 kernel do the following:
      1) Hold the "shift" button during boot
      2) When the GRUB menu appears, select "Advanced options for Ubuntu"
      3) Select the Linux 4.7.0.intel.r5.0 kernel from the list

重启后即可。

 

离线文件:

链接: https://pan.baidu.com/s/1qXW2k5A 密码: 2rj2

以上是关于Ubuntu 16.04升级Linux内核为4.7.0最快的方法的主要内容,如果未能解决你的问题,请参考以下文章

linux源码升级编译内核

Linux安装内核(Ubuntu 16.04)

ubuntu16.04系统gcc下降和升级

ubuntu16.04 安装指定版本Node,升级npm到指定版本

ubuntu16.04更新内核--使用4.6以上的内核会让用A卡的Dell电脑更快--及卸载多余内核

ubuntu 内核升级过程中常见错误以及解决方法汇总