[Bug 221426] TP LINK WN823N Not detected, urtwn driver doesn't load

2017-08-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221426

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-wirel...@freebsd.or
   ||g

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 221426] TP LINK WN823N Not detected, urtwn driver doesn't load

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221426

Bug ID: 221426
   Summary: TP LINK WN823N Not detected, urtwn driver doesn't load
   Product: Base System
   Version: 11.1-STABLE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: cray.mitt...@gmail.com

This is a TP-LINK product but uses the RTL8192 chipset inside, so urtwn driver
should work.

Followed all the steps given in this link, but can't use the TP-LINK USB wifi
https://forums.freebsd.org/threads/54733/

Possible solution:

Adding device VID:PID (2357:0109) to the urtwn driver

1. Add the vendor and product to /sys/dev/usb/usbdevs
 (+) vendor TPLINK 0x2357 tplink
 (+) product TPLINK RTL8192CU  0x0109

2. Add the vid:pid to /sys/dev/urtwn/if_urtwn.c
 (+) URTWN_DEV(TPLINK, RTL8192CU)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"