A strange problem. Wifi only seems to work, when I boot Ubuntu with the ethernet cable plugged in. When the cable is not plugged in, Ubuntu behaves like there is no physical Wifi card/module.
This boot-with-ethernet-cable procedure doesn't work, when the cable isn't connected to a router/network on the other end.
After booting, the ethernet cable can be unplugged and Wifi continues to work just fine.
When I boot without ethernet cable dmesg
then gives me:
[ 9.108620] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[ 9.156833] iwlwifi 0000:04:00.0: loaded firmware version 36.ca7b901d.0 8000C-36.ucode op_mode iwlmvm
[ 9.422120] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x204
[ 11.522439] iwlwifi 0000:04:00.0: Couldn't prepare the card
[ 11.522444] iwlwifi 0000:04:00.0: Error while preparing HW: -110
[ 12.056146] iwlwifi 0000:04:00.0: Master Disable Timed Out, 100 usec
Testet on a fresh installed Ubuntu 21.10 with all packages updated.
I tried older ucode versions by renaming the newer ones but to no avail. Unloading and loading the the modules iwlmvm and iwlwifi with rmmod
und modprobe
after startup gives the same errors.
rfkill
shows no hard or soft lock.
I additionally tested on Ubuntu 20.04 and Manjaro with the same outcome. Curiously, everything works out of the box on Windows and Arch (with the same driver version).
What could be the culprit here? What does Error Code -110 mean? How could I investigate further?