Created attachment 199671 [details] patch for Sitecom WLA-1000 and TP-Link TL-WN722N v2 Drivers are missing hardware ids for the following usb dongles: Sitecom WLA-1000, 0x0df6:0x005b (driver: rsu) TP-Link TL-WN722N v2, 0x2357:0x010c (driver: urtwn) They are included in the attached diff. There may be some issues, like: wlan0: ieee80211_new_state_locked: pending INIT -> SCAN transition lost rsu0: could not load firmware section EMEM rsu0: could not send site survey command but once configured and left alone it appears to work - except for interoperability with my Linux laptop which has a Broadcom wireless.
A commit references this bug: Author: avos Date: Mon Dec 10 09:45:58 UTC 2018 New revision: 341786 URL: https://svnweb.freebsd.org/changeset/base/341786 Log: rtwn, rsu: add more USB ids. PR: 233638 Submitted by: cezary.sliwa@gmail.com MFC after: 3 days Changes: head/sys/dev/rtwn/usb/rtwn_usb_attach.h head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_rsu.c
Hi, Can you check WLA1000 with RSU_DEV_HT (instead of RSU_DEV) macro? From the site http://www.sitecomlearningcentre.com/products/wla-1000v1001/wireless-network-usb-micro-adapter-n150-x1 HT seems to be supported by this dongle.
I tried with HT, as far as I remember this is when I get these messages about firmware loading problems; an initial scan shows some stations, then they all disappear. NB. TP-Links products with differing version numbers have different chips. It may be a good idea to include the version number (v2) in the device name. The remaining issue is that I am not able to use a hostap on FreeBSD from my Linux laptop (BCM43228).
A commit references this bug: Author: avos Date: Thu Dec 20 02:50:25 UTC 2018 New revision: 342273 URL: https://svnweb.freebsd.org/changeset/base/342273 Log: MFC r341786, r342156 rtwn, rsu: add more USB ids. PR: 233638 Submitted by: cezary.sliwa@gmail.com Changes: _U stable/12/ stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h stable/12/sys/dev/usb/usbdevs stable/12/sys/dev/usb/wlan/if_rsu.c
A commit references this bug: Author: avos Date: Thu Dec 20 03:10:24 UTC 2018 New revision: 342274 URL: https://svnweb.freebsd.org/changeset/base/342274 Log: MFC r306173: Add TP-Link Archer T4U (and TPLINK vendor record in usbdevs). MFC r341786,r342156 urtwn, rsu: add more USB ids (rtwn -> urtwn merge was done manually). PR: 233638 Submitted by: cezary.sliwa@gmail.com Changes: _U stable/11/ stable/11/sys/dev/urtwn/if_urtwn.c stable/11/sys/dev/usb/usbdevs stable/11/sys/dev/usb/wlan/if_rsu.c
Committed, thanks!