Hi everyone,
I'm a new and very impressed Zorin OS user. I've installed Zorin OS 17.3 on my brand-new Lenovo notebook, but I'm unable to get the internal Wi-Fi working. The system reports "No Wi-Fi Adapter Found".
I have spent many hours troubleshooting this with help, and I'm hoping someone might have a solution I haven't tried yet.
My System Information:
- OS: Zorin OS 17.3 Core
- Notebook: Lenovo IdeaPad Slim 3i (Part Number: 83NS0001BR)
- Wi-Fi Adapter Hardware (from
lspci
):
00:14.3 Network controller [0280]: Intel Corporation Device [8086:51f1] (rev 01)
The Problem:
The system shows "No Wi-Fi Adapter Found" in the network settings. The iwlwifi
kernel driver is loaded, but initial logs showed the firmware was crashing. This seems to be a compatibility issue with this very new hardware.
Troubleshooting Steps Already Taken:
I have already tried the following steps in order, without success:
- Confirmed internet access via USB tethering.
- Identified the hardware using
lspci
(as shown above). - Confirmed the
iwlwifi
driver is loaded vialspci -knn
. - Checked system logs and found a critical firmware error (see log below).
- Performed a full system update:
sudo apt update && sudo apt full-upgrade
. - Reinstalled the latest firmware package:
sudo apt install --reinstall linux-firmware
. - Checked for blocks with
rfkill list all
(no blocks found). - Checked Secure Boot status with
mokutil --sb-state
. - Disabled Secure Boot in the BIOS/UEFI.
- Attempted to install newer mainline kernels (6.15.8 and 6.6.100), but both failed with a
libc6 (>= 2.38)
dependency error, as the PPA providing them targets newer systems. - Cleaned up the failed kernel installations.
- Successfully installed the official Zorin "edge" kernel using
sudo apt install linux-image-generic-hwe-22.04-edge
. - Rebooted the system with the "edge" kernel and Secure Boot disabled.
The problem persists even after all these steps.
Key Log Information:
The original dmesg
output showed this critical error, which was the starting point of this investigation: