TP-LINK WiFi Dongle High Speed Driver Installation for Ubuntu Linux | TL-WN823N
In built drivers that came with Ubuntu Linux 20.04 LTS is working very slow with TP-Link wifi adapter TL-WN823N.
This adapter uses Realtek RTL8192EU chipset (2357:0109).
TP link provides drivers but their documentation outdated. Here is the quick installation method to access High Speed internet.
The below commands are used in this video.
lsusb
sudo apt-get install mokutil && mokutil –sb-state
sudo apt-get install git linux-headers-generic build-essential dkms
git clone https://github.com/clnhub/rtl8192eu-linux.git
cd rtl8192eu-linux
sudo dkms add .
sudo dkms install rtl8192eu/1.0
echo “blacklist rtl8xxxu” | sudo tee /etc/modprobe.d/rtl8xxxu.conf
Video Chapters :
0:00 Instructions
0:27 Confirm your Wifi Dongle Model
0:43 Install pre-requisites
1:45 Download driver source files
2:02 Add to DKMS
2:18 Install the driver
2:55 Disable Kernal Driver
3:05 Reboot
#Ubuntu #WifiDrivers
by Live to Learn Technology
linux foundation