This is mostly for my own benefit when I invariably format a computer using these adapters and forget how to get wifi working again:
Plug device in and ensure it is detected via lsusb
:
For the T3U Plus, the ID is 2357:0138
.
Instructions from this StackOverflow answer
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
sudo make dkms_install
Reboot.
Instructions from this GitHub repository, run as root:
git clone "https://github.com/RinCat/RTL88x2BU-Linux-Driver.git" /usr/src/rtl88x2bu-git
sed -i 's/PACKAGE_VERSION="@PKGVER@"/PACKAGE_VERSION="git"/g' /usr/src/rtl88x2bu-git/dkms.conf
dkms add -m rtl88x2bu -v git
dkms autoinstall
Reboot.
1 This is a referral code. Clicking on it and buying the product helps me maintain this site, but it's perfectly okay if you don't, either :)
Does it support AP Mode on the two bands?