A script to automatically download and install the drivers for the tp-link TL-WN823N USB WiFi Dongle on a Jetson device. Makes use of the drivers obtained from https://github.com/Mange/rtl8192eu-linux-driver.
-
Download the installer script by cloning this repository;
git clone https://github.com/SmartCowAi/Jetson-WifiDongle-Drivers.git
-
Or downloading the script on its own;
wget https://raw.githubusercontent.com/SmartCowAi/Jetson-WifiDongle-Drivers/main/install_script.sh
-
Run the script
cd Jetson-TL-WN823N-drivers sudo chmod +x install_script.sh sudo ./install_script.sh -
Reboot the Jetson
systemctl reboot -i
-
Verify driver installation
sudo lshw -c network
If the driver was installed correctly, the above command will list the usb device, with the parameter driver=rtl8192eu