# Waveshare Jetson Orin Nano Wi-Fi Connection issue

**URL:** https://forums.developer.nvidia.com/t/waveshare-jetson-orin-nano-wi-fi-connection-issue/343536
**Category:** Jetson Orin Nano
**Tags:** wifi, kernel, jetson
**Created:** [August 30, 2025, 4:27pm UTC](https://forums.developer.nvidia.com/t/waveshare-jetson-orin-nano-wi-fi-connection-issue/343536 "2025-08-30T16:27:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![barangultekin992](https://developer.download.nvidia.com/images/forums/profile-default-devtalk-84.png) [@barangultekin992](https://forums.developer.nvidia.com/u/barangultekin992)
#### Post date: [August 30, 2025, 4:27pm UTC](https://forums.developer.nvidia.com/t/waveshare-jetson-orin-nano-wi-fi-connection-issue/343536/1 "2025-08-30T16:27:29Z")

</div>

I’ve purchased a Waveshare Jetson Orin Nano 4GB module from my country’s distrubutor and i am having issues connecting to Wi-Fi. I use my jetson for a quadcopter project and it underwent a carrier board replacement because it wouldn’t boot up. now it boots up fine but it doesn’t connect to any Wi-Fi in the settings menu it shows “No wifi adapter found” error. I was using an Intel AC8265 module and i tried replacing it with a brand new AC8265 module and the new wifi module also does not work. When i type lscpi in the terminal it shows that it detects my wi-fi module:

```bash
0001:00:00.0 PCI bridge: NVIDIA Corporation Device 229e (rev al)0001:01:00.0 Network controller: Intel corporation Wireless 8265 / 8275 (rev 78)0004:00:00.0 PCI bridge: NVIDIA Corporation Device 229c (rev al)0004:01:00.0 Non-Volatile memory controller: Phison Electronics corporation Device 5015 (rev 01)0008:00:00.0 PCI bridge: NVIDIA Corporation Device 229c (rev al)0008:01:00.0 Ethernet controller: Realtek Seniconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

```

modinfo iwlwifi shows:

```bash
modinfo: ERROR: Module iwlwifi not found

```

sudo modprobe iwlwifi shows:

`modprobe: ERROR: ../libkmod/libkmod-module.c:838 kmod_module_insert_module() could not find module by name=‘iwlwifl’`  
`Modprobe: ERROR: could not insert ‘iwlwifi’: Unknown symbol In module, or unknown parameter (see dmesg)`

sudo dmesg | grep iwlwifi shows nothing

ifconfig shows no wlan0:

 ![WhatsApp Image 2025-08-30 at 19.35.28](https://global.discourse-cdn.com/nvidia/original/4X/a/1/e/a1ea84de5abaffc1d1abdd9ac42b9a409c2630f0.jpeg)

i am using jetpack 6.2.1 and i tried reflashing using SDKmanager multiple times. Still the same result.

---

<div class="post-metadata">

### Author: ![barangultekin992](https://developer.download.nvidia.com/images/forums/profile-default-devtalk-84.png) [@barangultekin992](https://forums.developer.nvidia.com/u/barangultekin992)
#### Post date: [August 30, 2025, 5:56pm UTC](https://forums.developer.nvidia.com/t/waveshare-jetson-orin-nano-wi-fi-connection-issue/343536/2 "2025-08-30T17:56:11Z")

</div>

For anyone having the same issue i was able to resolve it with `sudo apt install backport-iwlwifi-dkms`

with an ethernet connection. it is weird that i need to do any of this and this slows your wifi connection time and is significantly slower any other work-arounds?

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/nvidia/user_avatar/forums.developer.nvidia.com/system/32/68080_2.png) [@system](https://forums.developer.nvidia.com/u/system)
#### Post date: [September 13, 2025, 5:56pm UTC](https://forums.developer.nvidia.com/t/waveshare-jetson-orin-nano-wi-fi-connection-issue/343536/3 "2025-09-13T17:56:50Z")

</div>

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