Installing
-
2. Installing OEM Kernel
Now to Install OEM Kernel on Pop!_OS
First, you may search if a new Release is avaiable with:sudo apt search linux-oem
Currently, the Command is:
apt install linux-oem-20.04*
In case you need the NVIDIA Drivers, search the available Modules with:
ubuntu-drivers list
How to Check for NVIDIA GNU/Linux Drivers
Take a look at the Drivers Supporting your Device.
And when in doubt then see also How to Check NVIDIA Graphics Card Model Supported Drivers.
When you found the right one to Setup it play:sudo apt install --install-recommends linux-modules-nvidia-[NNN]-generic
Replacing [NNN] with the correct Identifier in the above Command.
And the to enable it Reboot with:sudo reboot
Contents