Tp link Archer T2U Plus wifi adapter install on linux
Robiul

Robiul @robiulman

About: I'm a self-taught programmer. I'm really passionate about technology.

Location:
bangladesh
Joined:
May 24, 2020

Tp link Archer T2U Plus wifi adapter install on linux

Publish Date: Jan 18
4 0

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.

Comments 0 total

    Add comment