So you ran into an issue that's hardware related but your hardware is newer and the issue could possibly be fixed after installing newer drivers and so you need to update your kernel?
Well, here's how easy it is to update your Kernel in ZorinOS.:
TuxInvader Kernel
For Zorin OS 16 users (Focal Fossa):
- Open up terminal
- Type and enter these 3 commands one by one:
sudo add-apt-repository ppa:tuxinvader/lts-mainline
sudo apt update
sudo apt install linux-generic-X.XX
Notice that I have written linux-generic-X.XX but you must put the actual version number as it is listed in TuxInvaders repository.
To check the available kernels, type sudo apt install linux-generic-
and press Tab twice. This will list all the options available to you and you can install the latest kernel if you want.
For Zorin OS 17 users (Jammy Jellyfish):
- Open up terminal
- Type and enter these 3 commands one by one:
sudo add-apt-repository ppa:tuxinvader/jammy-mainline
sudo apt update
sudo apt install linux-generic-X.XX
Notice that I have written linux-generic-X.XX but you must put the actual version number as it is listed in TuxInvaders repository.
To check the available kernels, type sudo apt install linux-generic-
and press Tab twice. This will list all the options available to you and you can install the latest kernel if you want.
Cappelikan Mainline Installer
Add the repository:
sudo add-apt-repository ppa:cappelikan/ppa
sudo apt update && sudo apt install mainline -y
Run the Mainline GUI app to select a kernel.
I hope this can fix driver issues for you, happy hacking