You are not logged in.

#1 2026-05-20 11:26:43

Taaezz
Member
Registered: 2026-05-06
Posts: 1

Intel AX201 (iwlwifi) probe failed with error -110 after fresh install

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

#2 2026-05-20 13:16:10

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,647

Re: Intel AX201 (iwlwifi) probe failed with error -110 after fresh install

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

Board footer

Powered by FluxBB