Intel AX210 Hard Blocked

Hello,

I am trying to setup an Intel AX210 on a custom carrier board. The default rootfs is used with L4T 36.4.3.

I installed backport-iwlwifi-dkms to get the missing drivers

sudo apt install backport-iwlwifi-dkms

The device show up with lspci:

0001:00:00.0 PCI bridge: NVIDIA Corporation Device 229e (rev a1)
0001:01:00.0 Network controller: Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz (rev 1a)

sudo dmesg | grep iwl

[   10.572864] iwlwifi_compat: module verification failed: signature and/or required key missing - tainting kernel
[   10.577880] Loading modules backported from iwlwifi
[   10.577885] iwlwifi-stack-public:master:11510:0106cce5
[   10.636179] iwlwifi 0001:01:00.0: Adding to iommu group 3
[   10.636345] iwlwifi 0001:01:00.0: enabling device (0000 -> 0002)
[   10.646213] iwlwifi 0001:01:00.0: Detected crf-id 0x400410, cnv-id 0x400410 wfpm id 0x80000000
[   10.646230] iwlwifi 0001:01:00.0: PCI dev 2725/0024, rev=0x420, rfid=0x10d000
[   72.911883] iwlwifi 0001:01:00.0: WRT: Invalid time point 28 for host command TLV
[   72.911898] iwlwifi 0001:01:00.0: WRT: Failed to allocate TLV 0x1000007, ret -22, (ext=0)
[   72.911905] iwlwifi 0001:01:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.41
[   72.915640] iwlwifi 0001:01:00.0: loaded firmware version 86.fb5c9aeb.0 ty-a0-gf-a0-86.ucode op_mode iwlmvm
[   72.944995] iwlwifi 0001:01:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
[   72.951672] iwlwifi 0001:01:00.0: reporting RF_KILL (radio disabled)
[   73.117993] iwlwifi 0001:01:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
[   73.118023] iwlwifi 0001:01:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[   73.118043] iwlwifi 0001:01:00.0: WFPM_AUTH_KEY_0: 0x90
[   73.118063] iwlwifi 0001:01:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
[   73.119180] iwlwifi 0001:01:00.0: loaded PNVM version e28bb9d7
[   73.135044] iwlwifi 0001:01:00.0: Detected RF GF, rfid=0x10d000
[   73.205422] iwlwifi 0001:01:00.0: base HW address: dc:97:ba:b6:38:f7
[   73.227751] iwlwifi 0001:01:00.0 wlP1p1s0: renamed from wlan0

nmcli shows the following:

wlP1p1s0: unavailable
        "Intel 6 AX210/AX211/AX411 160MHz"
        wifi (iwlwifi), DC:97:BA:B6:38:F7, sw disabled, hw disabled, hw, mtu 1500

nmcli device show

GENERAL.DEVICE:                         wlP1p1s0
GENERAL.TYPE:                           wifi
GENERAL.HWADDR:                         DC:97:BA:B6:38:F7
GENERAL.MTU:                            1500
GENERAL.STATE:                          20 (unavailable)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

sudo ifconfig wlP1p1s0 up

SIOCSIFFLAGS: Operation not possible due to RF-kill

rfkill list

0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: yes

How can I fix that the wireless lan is hard blocked?

Hi,
For enabling AX210, there are some community contribution and the links are collected in

Jetson/L4T/r36.3.x patches - eLinux.org
Enable AX210 WIFI module

Please check the links and give it a try.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.