如何在 18.04 LTS 上获得最新的低延迟内核?

Pro*_*700 5 lts package-management kernel realtime 18.04

在 18.04 LTS 上安装 linux-lowlatency 包时,会安装 lowlatency-kernel 版本 4.15,而 -generic 内核自 LTS 发布以来已更新至 4.18。

4.18 linux-lowlatency 软件包仅适用于 cosmic 和更高版本。

有没有办法在 18.04 上自动获取新的低延迟内核版本?

mik*_*ver 4

您需要安装linux-lowlatency-hwe-18.04linux-lowlatency在本例中始终安装原始版本 4.15。

apt-cache show linux-lowlatency-hwe-18.04 | grep Depends
Depends: linux-image-lowlatency-hwe-18.04 (= 4.18.0.18.68), linux-headers-lowlatency-hwe-18.04 (= 4.18.0.18.68)
Run Code Online (Sandbox Code Playgroud)