Hi
I am using a Orin Nano Dev Kit with JetPack 6.0. I have been trying to get the AX210 to work without any luck. I am attaching an error log here hoping it will give you better insight regarding the error.
I have tried these fixes without luck. It will be in the order I attempted.
ax210_driver.zip patch
backports-iwlwifi from source + 11n_disable
added iwlwifi to initramfs-tools
Built kernel from source with Intel stuff enabled
apt install iwlwifi-modules
Keep in mind, for the last attempt to fix by apt install iwlwifi-modules, I installed the modules without doing these
sudo rm /lib/modules/5.15.136-tegra/build
sudo ln -s /usr/src/linux-headers-5.15.136-tegra-ubuntu22.04_aarch64/3rdparty/canonical/linux-jammy/kernel-source/ /lib/modules/5.15.136-tegra/build
The error I keep seeing is this
[ 14.077007] iwlwifi 0001:01:00.0: Adding to iommu group 4
[ 14.077148] iwlwifi 0001:01:00.0: enabling device (0000 -> 0002)
[ 14.265536] iwlwifi 0001:01:00.0: api flags index 2 larger than supported by driver
[ 14.265588] iwlwifi 0001:01:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.63.2.2
[ 14.265997] iwlwifi 0001:01:00.0: loaded firmware version 66.f1c864e0.0 ty-a0-gf-a0-66.ucode op_mode iwlmvm
[ 14.805105] iwlwifi 0001:01:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
[ 14.973073] iwlwifi 0001:01:00.0: Detected RF GF, rfid=0x10d000
[ 14.973867] iwlwifi 0001:01:00.0: Microcode SW error detected. Restarting 0x0.
[ 14.973996] iwlwifi 0001:01:00.0: Start IWL Error Log Dump:
[ 14.973999] iwlwifi 0001:01:00.0: Transport status: 0x0000004A, valid: 6
[ 14.974002] iwlwifi 0001:01:00.0: Loaded firmware version: 66.f1c864e0.0 ty-a0-gf-a0-66.ucode
Here is a log of more information.
iwlwifi_for_ax210_error_log.txt (41.9 KB)
Thank you a lot for your help.