Comment 52 for bug 1594023

Revision history for this message
Ruslan Gol (russgolubchik) wrote :

Just fixed it by following this:
http://ubuntuhandbook.org/index.php/2016/12/install-linux-kernel-4-9-ubuntu-linux-mint/

My OS 64bit, download kernel accordingly:

1. cd /tmp/
2. wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9/linux-image-4.9.0-040900-generic_4.9.0-040900.201612111631_amd64.deb
3. sudo dpkg -i *.deb
4. reboot

uname -a
Linux ruslan 4.9.0-040900-generic #201612111631 SMP Sun Dec 11 21:33:00 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Thanks!