2

This adapter sports the chipset Realtek rtl8192eu. How do I install the driver for this chipset?

pomsky
  • 70,557
EazyEz
  • 21

1 Answers1

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