DEV Community

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

Posted on

3 1 1 1

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

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay