TP-Link T4UH v2: Difference between revisions
(→test) |
|||
Line 66: | Line 66: | ||
iwconfig | iwconfig | ||
ifconfig | ifconfig | ||
</pre> | |||
</blockquote> | |||
* bring up device and scan for networks | |||
<blockquote> | |||
<pre> | |||
ifconfig eth1 up | |||
iwlist eth1 scan | |||
</pre> | </pre> | ||
</blockquote> | </blockquote> |
Revision as of 16:28, 12 February 2018
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