How do I get the newest lowlatency-kernel on 18.04 LTS?

When installing the linux-lowlatency package on 18.04 LTS, the lowlatency-kernel version 4.15 is installed, while the -generic kernel has been updated to 4.18 since the LTS release.

4.18 linux-lowlatency packages are only available for cosmic and later releases.

Is there any way to automatically get new lowlatency-kernel versions on 18.04?

1 Answer

You need to install linux-lowlatency-hwe-18.04, as linux-lowlatency will always install the original version, 4.15, in this case.

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)
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like