Good evening from New York!
After rebooting my framework laptop an hour ago, I found that it no longer recognizes the Wi-Fi adapter.
If anyone can provide assistance, I would greatly appreciate some help.
I have been running Ubuntu 22.04 on a Framework laptop since April 2022, and have had flawless wireless connectivity using the iwlwifi driver.
Baseline details:
/etc/issue: Ubuntu 22.04 LTS
uname -a 5.15.0-52-generic
Wireless adapter: IntelŽ Wi-Fi 6E AX210 vProŽ
Troubleshooting that I have tried:
lshw -C network shows that the adapter is recognized, but invoking ip a s does not list an available interface.
rfkill list does not show the adapter at all.
modprobe -r iwlwifi and modprobe iwlwifi didn't fix it.
If I grep /var/log/kern.log, I see :
Code:
[*]iwlwifi 0000:aa:00.0: Detected Intel (R) Wi-Fi 6 AX210 160MHz.
below that, in kern.log, I see:
- iwlwifi 0000:aa:00.0: SecBOot CPU1 Status: 0x7599, CPU2 Status; 0xb03
- iwlwifi 0000:aa:00.0: UMAC PC: 0x8047f600
- iwlwifi 0000:aa:00.0: LMAC PC 0x0
- iwlwifi 0000:aa:00.0: WRT: COllecting data: ini trigger 13 fired (delay=0ms).
Update:
- Running dmesg | grep iwlwifi shows:
- iwlwifi 0000:aa:00.0: Failed to start RT ucode: -110
- iwlwifi 0000:aa:00.0: WRT: Collecting data: ini trigger 13 fired (delay=0ms)
- iwlwifi 0000:aa:00.0: Failed to run INIT ucode: -110
- iwlwifi 0000:aa:00.0: retry init count 2
Thanks in advance for the help!