0

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

pomsky
  • 68,507
EazyEz
  • 1
  • 3
    Hey there!!! I liked your spirit of sharing knowledge. But since this site works on Q&A format, I'd encourage you to please reformat the post to make more like a question and post the steps to install drivers as an answer. Thanks :) – Kulfy Feb 25 '20 at 14:06

1 Answers1

1

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
  • 68,507