Check what Kernel you are on by typing the following:
uname -r
Upgrading your Kernel to 5.10 For x64 system:
First Get the packages:
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.10/amd64/linux-headers-5.10.0-051000_5.10.0-051000.202012132330_all.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.10/amd64/linux-headers-5.10.0-051000-generic_5.10.0-051000.202012132330_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.10/amd64/linux-image-unsigned-5.10.0-051000-generic_5.10.0-051000.202012132330_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.10/amd64/linux-modules-5.10.0-051000-generic_5.10.0-051000.202012132330_amd64.deb
Then extract and install the packages with the following command:
sudo dpkg -i *.deb
-
This topic was modified 3 weeks, 3 days ago by
Voodoo.
-
This topic was modified 3 weeks, 3 days ago by
Voodoo.