Bluetooth works but no WiFi with Intel 3165 on Jetson Nano

Any ideas how I could get this WiFi card to work properly with the Jetson Nano? As of now, only the bluetooth works.

The board was just flashed with L4T 32.3.1.

Seems other people had similar issues and disabling aspm is suggested:

I tried but it didn’t work or maybe I didn’t disable it properly.

Output of lspci -v:

00:01.0 PCI bridge: NVIDIA Corporation Device 0fae (rev a1) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 84
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	Memory behind bridge: 13000000-130fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:02.0 PCI bridge: NVIDIA Corporation Device 0faf (rev a1) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 84
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 00001000-00001fff
	Memory behind bridge: 13100000-131fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

01:00.0 Network controller: Intel Corporation Wireless 3165 (rev ff) (prog-if ff)
	!!! Unknown header type 7f
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
	Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller
	Flags: bus master, fast devsel, latency 0, IRQ 406
	I/O ports at 1000 [size=256]
	Memory at 13104000 (64-bit, non-prefetchable) [size=4K]
	Memory at 13100000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: r8168

Output of ifconfig:

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.65  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::bf44:7acc:c24e:5735  prefixlen 64  scopeid 0x20<link>
        ether 00:04:4b:eb:c1:80  txqueuelen 1000  (Ethernet)
        RX packets 21054  bytes 15162457 (15.1 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 10683  bytes 1909754 (1.9 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 150  base 0xc000  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1  (Local Loopback)
        RX packets 2265  bytes 554790 (554.7 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2265  bytes 554790 (554.7 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

rndis0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 32:6a:46:03:36:ed  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

usb0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 32:6a:46:03:36:ef  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Output of iwconfig:

eth0      no wireless extensions.

dummy0    no wireless extensions.

rndis0    no wireless extensions.

usb0      no wireless extensions.

l4tbr0    no wireless extensions.

lo        no wireless extensions.

Output of rfkill:

ID TYPE      DEVICE      SOFT      HARD
 0 bluetooth hci0   unblocked unblocked

Hi jorgemia,

Not sure if this is still an issue, please try with the latest JetPack 4.4 DP to see if issue still present.

1、My image is r32.4.2,want to use AC3165 for jetson nano
2、Install corresponding driver files downloaded from Linux* Support for Intel® Wireless Adapters
Reference:How to edit kernel's command line - #5 by linuxdev
3、Add ‘pcie_aspm=off’ to the end of ‘APPEND’ line in file “/boot/extlinux/extlinux.conf” for disabling ASPM
Reference:Supported NVMe SSD on Jetson Nao - #11 by yawei.yang
4、Reboot, the AC3165 works