I have been trying to make it work for the last couple of weeks, and finally I found a driver that works.
I am using Ubuntu 18.04, kernel 4.15.0-46. Check yours with
uname -a
What did work
From https://ubuntuforums.org/showthread.php?t=2340202
sudo apt-get install linux-headers-generic git build-essential
git clone https://github.com/Mange/rtl8192eu-
linux-driver.git
cd rtl8192eu-linux-driver
make
sudo make install
reboot
It also says that if the kernel is updated do:
(so keep the directory)
cd rtl8192eu-linux-driver
make clean
make
sudo make install
Testing connection
The first thing to notice is that the led is going green.
On the top right click on wifi symbol and the network must appear (my internal adapter and the USB adapter in my case). You can connect to a wifi network here.
You can also check your adapters with:
iwconfig
You can also check it with:
lshw -short
Unplug it and run the command again to see which one was the usb adapter.
You can also create a hostpot, ad-hoc or station mode network with the command:
nm-connection-editor
Just as in Ubuntu 16.04.
What didn't work for me
I tried this drivers without success:
I also tried to downgrade the kernel version (to try these drivers to run without success) to:
- 4.9.8
- 4.8.10 (ubuntu 18.04 didn't boot)
- 3.12.74 (ubuntu 18.04 didn't boot)