I have compiled yet another Ubuntu/Debian kernel for 64 bit systems. This time kernel 4.4.0-0-exton, equivalent to Kernel.org’s latest stable kernel 4.4.0 released 160110.
Install kernel 4.4.0-0-exton in Ubuntu/Debian based distributions
My self-compiled Ubuntu kernels can be used in all types of modern Ubuntu systems, including Mint. They can even be used in Debian Jessie (Debian 8.2) and Debian Stretch (upcoming Debian 9). If you want to use my kernel 4.4.0-0-exton for 64 bit systems, you can DOWNLOAD it from here.
md5sum for ubuntu-kernel-64bit-4.4.0-0-exton.zip which is of 65,9 MB.
Installation instructions
Open the zip-file with WinZip, WinRAR or 7-Zip. Or run this command: unzip ubuntu-kernel-64bit-4.4.0-0-exton.zip. Go into the folder ubuntu-kernel-64bit-4.4.0-0-exton and run this command:
sudo dpkg -i *.deb
Then: Run command sudo update-grub (if you use Grub2).
Nvidia
It is possible to install Nvidia’s proprietary drivers if you use “my” kernel 4.4.0-0-exton. Could be useful if you like to play games. Please read this instruction. The Nvidia drivers in for example Ubuntu’s repositories – “Current” etc. – can’t be used. It is supposed to be “impossible” to install Nvidia’s latest drivers when running kernel 4.0 – 4.4 without “patches” etc. On the other hand it’s a fact that kernel 4.4 has better support for the open-source Nvidia driver Nouveau than any other older kernel.
A small clarification
“My” kernel 4.4.0-0-exton is compiled exactly the same way as all official Ubuntu kernels. That is, The Ubuntu Way. If not, the kernel would not function in a Ubuntu/Debian system.
Good luck!
Thanks for the kernel. Successfully upgraded in Debian Jessie on Dell XPS 13 9333. Only what I needed after that is to install newest wifi from here: https://wireless.wiki.kernel.org/en/users/Drivers/iwlwifi ( Intel® Wireless 7260 4.3+).
Thank you.
Noticed a log of logging in dmesg generated every second or so along the line of:
[ 228.583806] evbug: Event. Dev: input5, Type: 4, Code: 4, Value: 200
Had to blacklist a module so it doesn’t load at startup with this kernel.
$ echo “blacklist evbug” >> /etc/modprobe.d/blacklist.conf
$ reboot