I have wireless WIFI DWA 131 E1, but i am unable to find a driver that is supported by Jetson nano. Is there any driver available for DWA 131 E1 or DWA 132 B1 ?
1 Like
kayccc
June 26, 2019, 5:19am
#2
Hi vkhari93,
You may need to contact with vendor to see if they have driver for Jetson Nano.
Thanks
I know it’s late but if anybody will have similar issue in the future, here you can find a working solution I tested myself on Jetson Nano with Jetpack 4.5
opened 01:21PM - 06 Nov 19 UTC
I am trying to install the TP-Link WN-823N v2 usb dongle (Bus 001 Device 005: ID… 2357:0109 from lsusb) in NVIDIA Jetson Nano (stock image, Ubuntu 18.04.3 LTS). I have followed the instructions in the README. The wireless networks appear correctly but I cannot connect: it keeps asking for the password (even though it is 100% correct).
Also, using `nmcli dev wifi` I see that the signal strength is 94% and the rate is 2Mbit/s.
Some debugging output:
```
$ lsmod
Module Size Used by
btrfs 1156495 0
xor 7364 1 btrfs
raid6_pq 92714 1 btrfs
bnep 16562 2
fuse 103841 2
zram 26166 4
cfg80211 589351 0
overlay 48691 0
nvgpu 1569917 35
8192eu 1239728 0
ip_tables 19441 0
x_tables 28951 1 ip_tables
```
```
uname -a
Linux streamowl-desktop 4.9.140-tegra #1 SMP PREEMPT Sat Oct 19 15:54:06 PDT 2019 aarch64 aarch64 aarch64 GNU/Linux
```
```
sudo lshw -C network | grep 8192
configuration: broadcast=yes driver=rtl8192eu multicast=yes wireless=unassociated
```
```
dmesg |grep 8192
[ 2.351171] 8192eu: loading out-of-tree module taints kernel.
[ 2.389850] RTL871X: rtl8192eu v4.4.1_17696.20160509_BTCOEX20160412-0042
[ 2.389855] RTL871X: rtl8192eu BT-Coex version = BTCOEX20160412-0042
[ 2.597139] usbcore: registered new interface driver rtl8192eu
```
opened 11:58AM - 09 Apr 19 UTC
closed 02:23AM - 10 Apr 19 UTC
Dears,
I have git clone this repo, but when I Make it, it will appear error.
… I found the problem may cause from
MakeFile, but I don’t know which platform I should modify to y.
(I.e. for raspberry, CONFIG_PLATFORM_ARM_RPI = y)
summarizing what they say:
List item download driver from here (D-Link Technical Support )
unzip and follow readme instructions on DWA-131_Linux_driver
instead of running make command run: make V=1 ARCH=arm64
finally run: make install
it worked for me after reboot
good luck!
1 Like
Thank Very Much. It worked for me