Tag: Linux

How to Install DWA-131 WiFi driver on Linux (Elementary)

Please open a terminal and, with a temporary working internet connection, do:

sudo apt-get install git
git clone https://github.com/Mange/rtl8192eu-linux-driver.git
cd rtl8192eu-linux-driver
make
sudo make install
sudo modprobe 8192eu

Your wireless should now be working.