DEV Community

Cover image for Tp link Archer T2U Plus wifi adapter install on linux
Robiul
Robiul

Posted on

3

Tp link Archer T2U Plus wifi adapter install on linux

Installing Tp link Archer T2U Plus adapter RTL8821AU WiFi Driver on Linux

Install Correct Driver

  1. Clone the repository:
git clone https://github.com/morrownr/8821au-20210708.git
cd 8821au-20210708
Enter fullscreen mode Exit fullscreen mode
  1. Install build dependencies (for Ubuntu/Debian):
sudo apt-get install -y dkms bc build-essential git
Enter fullscreen mode Exit fullscreen mode
  1. Run installation script:
sudo ./install-driver.sh
Enter fullscreen mode Exit fullscreen mode
  1. Reboot system:
sudo reboot
Enter fullscreen mode Exit fullscreen mode

Troubleshooting

If WiFi networks aren't showing after reboot, check:

  1. Verify adapter is recognized:
lsusb
Enter fullscreen mode Exit fullscreen mode

Look for "TP-Link" in the output.

  1. Check if interface is up:
iwconfig
Enter fullscreen mode Exit fullscreen mode

If issues persist, additional troubleshooting may be needed.

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more