One-command installer for the RTL8821AU chipset driver on Kali Linux. No manual compilation or complex setup required.
This repository provides a professional-grade Bash script that automates the full installation and configuration of the TP-Link Archer T2U Plus (AC600) Wi-Fi adapter driver on Kali Linux.
| Detail | Value |
|---|---|
| Supported OS | Kali Linux (amd64) |
| Kernel Version | 6.12.25-amd64 |
| Device | TP-Link Archer T2U Plus |
| Chipset | RTL8821AU |
| License | MIT (free for personal use) |
- Downloads the required kernel headers (
linux-headers-6.12.25-*) directly from Kali mirrors. - Clones the
morrownr/8821au-20210708driver repository. - Optional Cleanup — removes old or corrupted drivers (e.g.,
88XXau) with a deep clean option. - Installs the driver by configuring headers via
dpkg -iand deploying usinginstall-driver.sh.
Make sure you have the following before proceeding:
- Kali Linux (amd64, kernel
6.12.25-amd64) - An active internet connection
sudoprivileges
Install the required dependencies:
sudo apt install wget git dkms1. Clone this repository:
git clone https://github.com/R-S-Nithesh/AC600-Wifi-Driver.git2. Navigate into the directory:
cd AC600-Wifi-Driver3. Make the script executable:
chmod +x setup_t2u_plus.sh4. Run the installer:
sudo ./setup_t2u_plus.sh5. Follow the on-screen prompts to select your installation option. The script will handle the rest.
6. Reboot your system once the installation completes (or reboot manually):
sudo reboot7. Plug in your TP-Link Archer T2U Plus adapter after rebooting — available Wi-Fi networks should now appear.
AC600-Wifi-Driver/
└── setup_t2u_plus.sh # Main installer script
- Kernel mismatch — Ensure your running kernel matches
6.12.25-amd64. Check withuname -r. - DKMS errors — Make sure
dkmsis installed:sudo apt install dkms. - Old driver conflicts — Select the cleanup/deep clean option when prompted by the script.
- No networks after reboot — Unplug and re-plug the USB adapter, then run
ip linkto verify the interface is detected.
This project is licensed under the MIT License — free for personal use.
See the LICENSE file for full details.
Driver source: morrownr/8821au-20210708