2018-07-26 Linux升级内核

【转】升级 Linux 内核版本(编译源代码)

Make Error

# make
/bin/sh: 1: bison: not found
scripts/Makefile.lib:196: recipe for target 'scripts/kconfig/zconf.tab.c' failed

Solution

sudo apt-get install bison

继续make

# make
/bin/sh: 1: flex: not found
scripts/Makefile.lib:188: recipe for target 'scripts/kconfig/zconf.lex.c' failed

Solution

sudo apt-get install flex

安装Ubuntu 16.04*后出现的[Firmware Bug]

From: https://blog.csdn.net/baiqqkpgf/article/details/79435200

[Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 (or later)

sudo apt update
sudo apt install intel-microcode

possible missing firmware /lib/firmware/i915

From: https://askubuntu.com/questions/832524/updated-kernel-to-4-8-now-missing-firmware-warnings/832528

$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-4.9.5-040905-generic

Download at https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915

image.png

sudo update-grub


最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

  • 我们说的Linux其实指的就是 内核(kernel)而已。这个内核控制你主机的所有硬件并提供系统所有的功能,所以它...
    Zhang21阅读 12,174评论 0 18
  • feisky云计算、虚拟化与Linux技术笔记posts - 1014, comments - 298, trac...
    不排版阅读 9,394评论 0 5
  • 1、通过CocoaPods安装项目名称项目信息 AFNetworking网络请求组件 FMDB本地数据库组件 SD...
    阳明AI阅读 16,054评论 3 119
  • 作者:张馨之 笔名:馨之 都说陕北是天朗朗地黄黄,信天游吼起来很苍凉,我最初根本不能够理解这种心情,我想...
    馨之随笔阅读 4,140评论 1 2
  • 一个人回家的高铁路上 努力不讨厌公共场合放外音聊天看视频的人 不过想睡觉的我现在很怨念 看学习之道 仿佛恍然大悟...
    米苏拉米苏拉chance阅读 1,274评论 0 0

友情链接更多精彩内容