在18.04 LTS上安装lowlatency软件包时,将安装低延迟内核版本4.15,而-generic内核自LTS发布以来已经更新为4.18。
4.18 linux-低延迟包只适用于宇宙版和以后版本。
有没有任何方法可以自动获得18.04上的新的低延迟内核版本?
发布于 2019-05-04 21:13:39
您需要安装linux-lowlatency-hwe-18.04,因为在本例中,linux-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)https://askubuntu.com/questions/1140575
复制相似问题