D Link driver for Jetson Nano

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
https://github.com/Mange/rtl8192eu-linux-driver/issues/147
https://github.com/Mange/rtl8192eu-linux-driver/issues/124

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!

2 Likes