Comment 10 for bug 1838751

Revision history for this message
Kleber Sacilotto de Souza (kleber-souza) wrote :

Hi @anandrl,

The 5.3.0 kernels are from our series currently in -development, which is Eoan. Disco is based on 5.0.0 kernels. You can either check your /etc/apt/sources.list, or any files under /etc/apt/sources.list.d/, check whether you have a line enabling 'disco-proposed' and install the following package:

$ sudo apt install linux-generic=5.0.0.32.33

If you prefer to download the .deb packages and install them manually, please go to https://launchpad.net/ubuntu/+source/linux/5.0.0-32.34 and download the following packages for your architecture (likely amd64):

linux-headers-5.0.0-32 linux-headers-5.0.0-32-generic linux-image-5.0.0-32-generic linux-modules-5.0.0-32-generic linux-modules-extra-5.0.0-32-generic

After downloading the packages you can install them with '$ sudo dpkg -i <packages>'.

Thank you.