TP-Link T4UH v2
info
- wikidev
- lsusb
ID 2357:010e
build driver
- download
git clone https://github.com/gnab/rtl8812au or git clone https://github.com/hanipouspilot/rtl8812au.git or git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
- edit rtl8812au/os_dep/linux/usb_intf.c
- change "010d" to "010e":
{USB_DEVICE(0x2357, 0x010d),.driver_info = RTL8812}, /* TP-Link - Archer T4U, AC1300 */
- compile, install, load
cd ~/rtl8812au make sudo make install sudo modprobe 8812au
test
- loaded?
lsmod | grep 8812au
- all network devices
lshw -class network
- device detected?
dmesg | grep rtl
- device showing up?
iwconfig ifconfig
- bring up device and scan for networks
ifconfig eth1 up iwlist eth1 scan
Troubleshooting
- kernel module
cd /lib/modules/$(uname -r)/kernel/drivers/net/wireless