Discussion:
[Bug 233638] missing hardware ids for WLA-1000 and TL-WN722N v2 wireless dongles
b***@freebsd.org
2018-11-29 14:42:43 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233638

Bug ID: 233638
Summary: missing hardware ids for WLA-1000 and TL-WN722N v2
wireless dongles
Product: Base System
Version: 11.2-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: wireless
Assignee: ***@FreeBSD.org
Reporter: ***@gmail.com

Created attachment 199671
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199671&action=edit
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.
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2018-12-04 12:20:22 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233638

Mark Linimon <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2018-12-10 09:46:57 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233638

--- Comment #1 from commit-***@freebsd.org ---
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: ***@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
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2018-12-10 09:53:29 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233638

Andriy Voskoboinyk <***@freebsd.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@freebsd.org
Status|New |In Progress

--- Comment #2 from Andriy Voskoboinyk <***@freebsd.org> ---
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.
--
You are receiving this mail because:
You are the assignee for the bug.
Loading...