< BACK TO BLOG

ubuntu install drivers for TP-Link AC1300 Mini-Wireless MU-MIMO USB Adapter Archer T3U

Published Thu May 16 2024



git clone https://github.com/cilynx/rtl88x2bu.git
cd rtl88x2bu
VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2bu



https://community.tp-link.com/en/home/forum/topic/208022







Subscribe to my Newsletter

Get the latest posts delivered right to your inbox