You are not logged in.
Hi, I have an Intel Wi-Fi 6 AX201 on a Dell Tiger Lake laptop and Wi-Fi is failing on Arch Linux after a fresh install.
The device is detected, but `iwlwifi` fails with:
`probe with driver iwlwifi failed with error -110`
Hardware:
* Laptop: Dell Latitude 5420
* Wi-Fi: Intel Wi-Fi 6 AX201
* BIOS version: 1.51.0 (2025-12-23)
* Kernel tested:
* Arch current kernel: fails
* Ubuntu newer releases (new kernel): fails
* Ubuntu 20.04 / kernel 5.15: Wi-Fi works
What I already tried:
* `linux-lts` → no change
* power drain → no change
* disabled Intel AMT in BIOS
* disabled PXE/UEFI network settings
* `pcie_aspm=off`
* reloading `iwlwifi`
* firmware packages are installed (`linux-firmware`, `linux-firmware-intel`)
* Secure Boot is enabled via sbctl
Relevant output:
`lspci -nnk -d 8086:`
```bash
00:14.3 Network controller [0280]: Intel Corporation Wi-Fi 6 AX201 [8086:a0f0]
Kernel modules: iwlwifi
```
`dmesg | grep -i iwlwifi`:
```text
iwlwifi 0000:00:14.3: CSR_RESET = 0x11
iwlwifi 0000:00:14.3: probe with driver iwlwifi failed with error -110
```
`ip link` only shows ethernet (`enp0s31f6`) and loopback, no wireless interface appears.
Any ideas? Could this be an iwlwifi regression or firmware/BIOS issue?
Last edited by Taaezz (2026-05-20 11:28:40)
Offline
Please use [code][/code] tags, the BBS predates markdown.
110 is a timeout error, is there a parallel OS installation (windows)?
Please post your complete system journal for the boot:
sudo journalctl -b | curl -s -H "Accept: application/json, */*" --upload-file - 'https://paste.c-net.org/'Offline