Jetson Orin Nano – Intel 8265 WiFi driver error and broken L4T kernel packages
Hello,
I am using a Jetson Orin Nano Developer Kit running JetPack 6 (L4T 36.4) and trying to enable WiFi using an Intel Dual Band Wireless-AC 8265 (M.2 Key-E) card.
System Information
uname -r
5.15.148-tegra
cat /etc/nv_tegra_release
# R36 (release), REVISION: 4.x
Hardware
-
Board: Jetson Orin Nano Developer Kit
-
WiFi card: Intel Wireless-AC 8265
-
Antennas connected correctly
Problem
The WiFi card is detected by PCI but no wireless interface appears.
lspci | grep -i network
Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)
ip a
No wlan0 or wlp* interface is listed.
Driver Error
When loading the driver:
sudo modprobe iwlwifi
I get:
modprobe: ERROR: could not insert 'iwlwifi': Invalid argument
Kernel log:
sudo dmesg | grep iwlwifi
Output:
iwlwifi: disagrees about version of symbol ieee80211_channel_to_freq_khz
iwlwifi: Unknown symbol ieee80211_channel_to_freq_khz (err -22)
What I tried
I removed the backport driver:
sudo apt remove backport-iwlwifi-dkms
After removing it, the Jetson kernel packages became broken.
Running:
sudo dpkg --configure -a
gives:
ERROR. 3767--0003--1--jetson-orin-d131- does not match any known boards
dpkg: error processing package nvidia-l4t-bootloader
Also during initramfs update:
Error: /lib/modules/5.15.148-tegra/.../nvethernet.ko not found
Now apt shows:
E: Internal Error, No file name for nvidia-l4t-bootloader:arm64
Current State
-
Intel 8265 detected in PCI
-
No WiFi interface created
-
iwlwifidriver cannot load -
L4T kernel packages cannot configure
Question
What is the recommended way to repair the Jetson kernel packages and restore WiFi support without reflashing the board?
Thank you.
