Last active
October 8, 2021 16:36
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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." |
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
But after all my device is not showing