Am trying to upgrade to 4.11 kernel, and would like to be able tp upgrade to every mainline stable kernel as I have before on the kernel.ubuntu.com/~kernel-ppa/mainline/ site. There are no clear guides on how to do this, every guide points to kernel.ubuntu.com/~kernel-ppa/mainline/ which is abandoned. All the guides to compiling custom kernels are out of date . So Where is a working alternative to kernel.ubuntu.com/~kernel-ppa/mainline/ ?
Asked
Active
Viewed 406 times
1 Answers
0
Ubuntu Mainline Kernel Installer is your answer!
sudo add-apt-repository ppa:cappelikan/ppa
sudo apt update
sudo apt install mainline
Then after installing you can either use the GUI or the command-line if you're scripting automation.
Details and documentation here... https://github.com/bkw777/mainline
DanglingPointer
- 1,243