A question on the forum results in an other tutorial on youtube and here.
When we wrote this article my main machine has kernel 4.18.12.
Linux-mainline kernel is 4.19rc.7.
So the idea is to test out /experiment with the newer kernels of the moment.
The name mainline comes from kernel.org where we can see that is indeed the last kernel that has been released onĀ 2018-10-07. It is now 11 October. So this particular kernel was released 4 days ago.
That package can be installed from AUR.
So you need an AUR helper.
Either yay or trizen will help you with that.
2018/10/11 there are 3 keys to be imported.
yay -S linux-mainline
Depending on your internet service provider you either need to do something or not if you get an error importing the keys.
If you get an error, you follow this tutorial. Included in this video as well.
Then try again
yay -S linux-mainline
It will take quite a while to build your kernel.
Then install it. In my case I went to work and let it compile. I installed it from ~/.cache/yay/linux-mainline with
sudo pacman -U ...
Then we do an update-grub and try out the new kernel.
update-grub
If you want to install virtualbox later on, you can install the linux-mainline-headers now too. You will find it in ~/.cache/yay/linux-mainline folder as well.
sudo pacman -U linux-mainline-headers...
Let us remove the linux-mainline kernel again with these commands
sudo pacman -R linux-mainline update-grub
There are other kernels you can install.
Installation on SSD
8 cores enabled
Skipping pgp keys import
BUILDING TAKES 30 minutes
4.19 kernel has been released
A tip how to read your pacman.conf the easy way.
A tip where to exclude packages from updating.
A tip how to get the keys from Linux Torvalds and others in.