This adapter sports the chipset Realtek rtl8192eu. How do I install the driver for this chipset?
Asked
Active
Viewed 2,956 times
1 Answers
2
Run the following commands to install the driver located at https://github.com/clnhub/rtl8192eu-linux:
sudo apt -y install linux-headers-generic build-essential dkms git
git clone https://github.com/clnhub/rtl8192eu-linux
cd rtl8192eu-linux
./install_wifi.sh
pomsky
- 70,557