TL-WN8200ND-02

1 Solution
We suggest the next steps, with a temporary working internet connection by ethernet, tethered or whatever means possible, open a terminal and do:

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

You wireless should now be working
When Update Manager installs a later kernel version, also known as linux-image, after the required reboot, then recompile:

cd rtl8192eu-linux-driver
make clean
make
sudo make install
sudo modprobe 8192eu

Please retain the file and these instructions for that time.

2 Solution, but the driver is for older kernels: 2.6~3.16

The TP-Link have an official driver:
static.tp-link.com/res/down/soft/…

4.5/5 - (2 votes)