Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leolord/57d35709c27a14cfe3fa750edfe4b0d9 to your computer and use it in GitHub Desktop.
Save leolord/57d35709c27a14cfe3fa750edfe4b0d9 to your computer and use it in GitHub Desktop.
Tenda U1 wireless driver do not support the latest(kernel version above 4.7) Ubuntu, because some apis changed.
#!/bin/bash
set -e
set -x
wget http://down.tenda.com.cn/uploadfile/U1/U1-Linux%20Drivers.zip
unzip "U1-Linux Drivers.zip"
cd "RTL8192EU_linux_v5.2.7_22739_COEX20170113-0046.20170615/driver"
rm *.tar.gz
wget "https://github.com/Mange/rtl8192eu-linux-driver/archive/realtek-4.4.x.zip"
unzip "realtek-4.4.x.zip"
tar czf "rtl8192eu-linux-driver-realtek-4.4.x.tar.gz" "rtl8192eu-linux-driver-realtek-4.4.x"
cd ..
sudo bash ./install.sh
echo "Everytime you bootup your machine, you should reconnect your usb wireless driver or you can not connect to network(find 'send auth' and 'timeout' from '/var/log/kern.log'). I don't know why, but it works."
@thunder9407
Copy link

But after all my device is not showing

@Elwafi-Elmehdi
Copy link

Hey i would like to install this drivers for my virtulized kali linux but it throws an error, please if you know how to install them, i would be happy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment