Wifi Adpater Driver Installation
-
Close the secure boot mode in BIOS setup
mokutil --sb
-
Check the wifi adapter type:
Intel® Wi-Fi 6E AX211
-
Check system kernal version, processor type and operating system
uname -a
-
sudo apt-get update
-
Install Hardware Enablement (HWE) stack for Ubuntu 20.04
sudo apt-get install linux-generic-hwe-20.04
-
sudo apt-get install build-essential dkms
-
cd /Downloads
https://drive.google.com/file/d/1Gkr_ZqefV2OoP7EOyyKT1Z2Hr2nKfwyv/view?usp=drive_link
-
sudo dpkg -i backport-iwlwifi-dkms_9858-0ubuntu3.4_all.deb
-
sudo modprobe iwlwifi
Nvidia diver Installation
-
sudo apt-get purge nvidia*
ubuntu-drivers devices
-
Based on the output install the recommend one :
-
sudo apt-get install nvidia-driver-560
sudo reboot