ICode9

精准搜索请尝试: 精确搜索
首页 > 系统相关> 文章详细

Ubuntu18.04手动升级内核

2021-11-06 19:31:07  阅读:291  来源: 互联网

标签:linux amd64 051500.202110312130 手动 内核 5.15 deb Ubuntu18.04


提要

公司配发新电脑,硬件无法在Ubuntu18.04下驱动,升级Ubuntu20.04无法兼容部分开发环境,希望手动升级内核增加新硬件支持。

方法

查了一圈,主流方法推荐UKUU进行升级,需要添加ppa源等操作,个人觉得比较麻烦。
偶然发现了可以使用deb包的方法升级内核,决定尝试。
首先登陆The Linux Kernel Archives查询得到最新内核稳定版本 Latest Release 5.15
随后访问Ubuntu Kernel网站获取最新内核deb文件
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.15/
平台选择amd64内核种类分为generic与low-latency官方区别如下

The Low-Latency Kernel included in Ubuntu Studio (and available in the Ubuntu repositories) does not allow such malicious code from locking-out a user from their machine. It does contain other optimizations, such as Preempt-RT being enabled in the kernel configuration, to achieve the lowest possible latency for audio and other applications, while keeping the user interface usable. Latency as low as 0.1 millisecond can and has been achieved using this kernel.

因此不涉及音频处理的普通用户选择通用版即可,对应四个下载文件如下:

  amd64/linux-headers-5.15.0-051500-generic_5.15.0-051500.202110312130_amd64.deb
  amd64/linux-headers-5.15.0-051500_5.15.0-051500.202110312130_all.deb
  amd64/linux-image-unsigned-5.15.0-051500-generic_5.15.0-051500.202110312130_amd64.deb
  amd64/linux-modules-5.15.0-051500-generic_5.15.0-051500.202110312130_amd64.deb

下载完成后使用sudo dpkg -i linux*.deb进行安装,重启后硬件驱动生效。

参考

The Linux Kernel Archives
UbuntuStudio/RealTimeKernel - Community Help Wiki

标签:linux,amd64,051500.202110312130,手动,内核,5.15,deb,Ubuntu18.04
来源: https://www.cnblogs.com/azureology/p/15508298.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有