Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 862 Bytes

README.md

File metadata and controls

52 lines (37 loc) · 862 Bytes

TP-Link Archer T4U v2 [Realtek RTL8812AU]

Ubuntu 22.04

git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
make
sudo insmod 8812au.ko

# should show correct info
lsusb

# should show new interface
rfkill list

# sanity check
sudo depmod 

# if works, we can install it:
sudo make dkms_install

Debian 12 (bookworm)

git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au

# important part for working version!!!
git checkout 63cf0b4

make
sudo insmod 8812au.ko

# should show correct info
lsusb

# should show new interface
rfkill list

# sanity check
sudo depmod 

# if works, we can install it:
sudo make dkms_install

# remove if needed with:
sudo make dkms_remove