Hi again. I've been loving Zorin OS on my laptop enough to take the step and install it on my desktop as well. However, I've ran into a little bit of an issue in that the WiFi adapter is not recognised. I've looked around and I've seen that it's recommended to do sudo lshw -C network, and it shows up here as unclaimed. In fact the whole output (pertaining to this specific adapter) is:
Hi, Zorin 18 is based on Ubuntu 24.04, so used this in my search criteria on Brave A.I. (Ignore all references to Ubuntu):
" The Intel Wi-Fi 6 AX200 is supported by the iwlwifi driver in the standard Linux kernel 5.15 and newer, which is included in Ubuntu 24.04 . If the adapter appears as UNCLAIMED , it is typically due to missing firmware, Secure Boot interference, or driver conflicts.
To resolve this, first ensure the linux-firmware package is installed and up-to-date by running:
sudo apt update
sudo apt install linux-firmware
If the issue persists, consider the following fixes:
Disable Secure Boot : In the BIOS/UEFI settings, disable Secure Boot, as it may prevent the unsigned iwlwifi driver from loading.
Reinstall Firmware : If upgrades caused the issue, reinstall the firmware package to repair corrupted files:
sudo apt --reinstall install linux-firmware
Update Kernel : If using an older kernel, upgrade to the latest HWE (Hardware Enablement) kernel via ubuntu-kernel or the Ubuntu Pro kernel, which includes updated iwlwifi backports.
Check for Conflicts : Ensure no conflicting drivers (like broadcom-sta-dkms ) are interfering. Remove them if necessary and reload the module with sudo modprobe -r iwlwifi followed by sudo modprobe iwlwifi .
If the hardware is still not recognized, verify the subsystem ID using lspci -nnk | grep 0280 -A3 to ensure the kernel module is correctly bound to the device.
Thanks for answering so quickly. I've tried all of these and it doesn't seem to work? I'm not sure what the output from lspci -nnk | grep 0280 -A3 is supposed to be, but I got the following:
Got it working in the end, I just had to do a cold reboot (i.e. unplug and drain residual power by holding down power button, then plugging back in). Embarrassed I didn't think of this sooner to be quite honest