I looked and read through the other topics about iwlwifi and the Intel 6 AX201 (or similar), and yet I cannot find a final answer to this.
In my case I've done some research and troubleshooting on my own, arriving to weird conclusions.
In my case, on Ubuntu 22.04 LTS, my wifi works but at same point, randomly without anything specific happening (usually once a day), wifi just disappears.What I mean is that Ubuntu says there's no wifi adpater.
Lshw
returns network unclaimed, and looking online, I found that removing iwlmvm and iwlwifi with rmmod
, and then reloading them with modprobe
, then lshw
returns the network adapter as claimed, and also lspci
shows me the adapter correctly.
Unloading and reloading the kernel modules works the first time my network goes down, but then shortly after it goes down again. Ubuntu says no network adapter, but this second time it's claimed with lshw
, visible in lspci
, modules are all there, unloading and reloading them leads to no solution, BUT if I do a rfkill list
I can see only the Bluetooth and not the WiFi (that is visible in there when it works). Only way is rebooting.
Grepping dmesg
for iwlwifi
, I can see the firmware loaded is QuZ-a0-hr-b0-66.ucode
I already tried renaming it so it's not used, another version gets used but the problem happens again.
Does anyone has any idea or suggestion? I don't understand how Ubuntu says there's no network adapter but I can see it claimed in lshw
and listed in lspci
. It's there and seen, but somehow not getting used as valid wifi adapter, and not listed in rfkill list.
sudo dmesg | grep -e wlp -e iwl
As the output may be lengthy, paste the result here and give us the link. http://paste.ubuntu.com Also, please revert renaming the firmware file. – chili555 Jun 07 '22 at 00:34ls -al /usr/lib/firmware/ | grep QuZ-a0-hr-b0
In my fully updated 22.04 system, I have -66-68 and -71. – chili555 Jun 07 '22 at 12:55