Wireless
Participate in insightful discussions regarding issues related to Intel® Wireless Adapters and technologies
8878 Discussions

Intel AX210 wireless card driver initialization failed, unable to scan WLAN0

zqqqqq
Beginner
71 Views
  1. PCIe network card scanned on the device
    root@OpenWrt:/# lspci00:00.0 PCI bridge: Device 1fec:2801 (rev 01)01:00.0 Network controller: Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz (rev 1a)

  2. Error reported during kernel driver loading
    root@OpenWrt:/# dmesg | grep -E "iwlwifi|firmware"
    [ 16.964251] iwlwifi 0000:01:00.0: assign IRQ: got 54
    [ 16.964331] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
    [ 16.970601] iwlwifi 0000:01:00.0: enabling bus mastering
    [ 17.422381] iwlwifi 0000:01:00.0: api flags index 2 larger than supported by driver
    [ 17.430219] iwlwifi 0000:01:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.63.2.2
    [ 17.442001] iwlwifi 0000:01:00.0: loaded firmware version 66.f1c864e0.0 ty-a0-gf-a0-66.ucode op_mode iwlmvm
    [ 17.452015] iwlwifi 0000:01:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
    [ 17.538969] iwlwifi 0000:01:00.0: retry init count 0
    [ 17.543982] iwlwifi 0000:01:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
    [ 17.630788] iwlwifi 0000:01:00.0: retry init count 1
    [ 17.635795] iwlwifi 0000:01:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
    [ 17.722606] iwlwifi 0000:01:00.0: retry init count 2

  3. Kernel version
    root@OpenWrt:/# uname -r
    5.10.146
  4. For the network card firmware versions "iwlwifi-ty-a0-gf-a0-66.ucode" and "iwlwifi-ty-a0-gf-a0.pnvm", could you please seek help from a master? What is generally causing this issue?

0 Kudos
1 Reply
JeanetteC_Intel
Moderator
63 Views

Hello zqqqqq,

 

Thank you for contacting Intel Customer Support regarding the driver initialization failure with your Intel Wi-Fi 6 AX210 wireless adapter on OpenWrt.

 

I've reviewed your dmesg logs and can see that while your AX210 card is being properly detected by the system, the iwlwifi driver is experiencing initialization failures with multiple retry attempts. This is typically related to firmware compatibility or missing firmware components.

 

Root Cause Analysis: Your current setup shows firmware version 66.f1c864e0.0, but the initialization failures suggest you may be missing the required .pnvm file or using an outdated firmware version for optimal compatibility.

 

Recommended Solution:

1) Update Firmware Files: Please install the latest firmware for your AX210:

  • Main firmware: iwlwifi-ty-a0-gf-a0-89
  • Platform file: iwlwifi-ty-a0-gf-a0.pnvm

Download from: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/

 

2) Installation Steps:

BASH

  1. sudo cp iwlwifi-ty-a0-gf-a0-891 /lib/firmware/
  2. sudo cp iwlwifi-ty-a0-gf-a0.pnvm /lib/firmware/
  3. sudo modprobe -r iwlwifi
  4. sudo modprobe iwlwifi

 

3) Kernel Consideration: While your kernel 5.10.146 is compatible, consider updating to a more recent stable version (6.19+) for improved driver support.

 

4) Verification: After installation, check the driver status with:

BASH

  1. dmesg | grep -E "iwlwifi|firmware"

 

The Intel AX210 requires both the main firmware file and the platform NVM file to initialize properly. The retry attempts you're seeing typically indicate the driver cannot complete initialization due to missing or incompatible firmware components.

 

Please try these steps and let me know the results. If the issue persists after updating the firmware, I'll be happy to provide additional troubleshooting assistance.

 

 

Best regards,

JeanetteC.

Intel Customer Support Technician


0 Kudos
Reply