Issue:
Ubuntu 20.04 cannot find WIFI.
Check:
-
Windows system can find the wifi.
-
Ubuntu check kerner version >= 5.15
uname -r
- Change BIOS
secure boot: Custom -> Standard
(this may not useful)
- Using
synapitc package manager
to install driver
sudo apt-get install synaptic
Search: iwlwifi
, and find the correct version for current kernel.
- reboot
Done.