Silicon's blog

Menu
  • Home
  • Kadena
  • Solana
  • Ethereum
  • Bot Automation
  • Proxmox
  • Nginx Proxy Manager
  • Others
  • Contact
Menu

Cheatsheet for installing TP-link TL-W823N and Archer T2U driver on Ubuntu 22.04

Posted on May 14, 2023May 17, 2023 by Silicon
Sharing is Caring:
Twitter 0
Copy 0

 

TP-link TL-W823N and Archer T2U  are popular wireless adapter options on the consumer market, but it seems their drivers are not included in the Ubuntu 22.04. This article will provide a cheat sheet to install their drivers on Ubuntu 22.04.

For TP-link TL-W823N,

sudo apt-get install dkms -y
git clone https://github.com/clnhub/rtl8192eu-linux
cd rtl8192eu-linux
sudo ./install_wifi.sh

For Archer T2U,

sudo apt install dkms git build-essential libelf-dev linux-headers-$(uname -r) -y
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
sudo make dkms_install

Leave a Reply Cancel reply


The reCAPTCHA verification period has expired. Please reload the page.

©2025 Silicon's blog
Click to Copy