TP-LINK Archer T3U Plus AC1300

Looking for help with getting the TP-LINK Archer T3U AC1300 to work with 14.3-RELEASE GENERIC.

Followed the link https://forums.freebsd.org/threads/getting-tp-link-archer-t2u-ac600-to-work.80530/

Device is recognized:

Code:
gen0.2: <802.11ac NIC TP-Link> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA)

  bLength = 0x0012
  bDescriptorType = 0x0001
  bcdUSB = 0x0210
  bDeviceClass = 0x0000  <Probed by interface class>
  bDeviceSubClass = 0x0000
  bDeviceProtocol = 0x0000
  bMaxPacketSize0 = 0x0040
  idVendor = 0x2357
  idProduct = 0x0138
  bcdDevice = 0x0210
  iManufacturer = 0x0001  <Realtek>
  iProduct = 0x0002  <802.11ac NIC>
  iSerialNumber = 0x0003  <123456>
  bNumConfigurations = 0x0001

Blank response when using:
sysctl -n net.wlan.devices

Code:
kldstat | grep rtwn
 4    1 0xffffffff822d6000    19fb8 if_rtwn_usb.ko
 5    2 0xffffffff822f0000    26348 rtwn.ko

Also is using Realtek: https://wikidevi.wi-cat.ru/TP-LINK_Archer_T3U_Plus

Goal is to get 802.11 b/g/n working
 
Back
Top