usb quirks for ugen0.2: <TP-LINK USB 101001000 LAN> at usbus0

Kevin Lo kevlo at FreeBSD.org
Tue Nov 14 02:00:34 UTC 2017


Fixed in r325787, thanks.

On Tue, Nov 14, 2017 at 09:50:24AM +1000, Kris G wrote:
> 
> It doesn't use "ure" it makes use of "rue"
> 
> ure - RealTek RTL8152 USB to Fast Ethernet controller driver
> rue - RealTek RTL8150 USB to Fast Ethernet controller driver
> 
> The TP-LINK USB 3.0 NIC is RTL8153 chipset -
> http://www.tp-link.com/us/products/details/cat-5523_TL-UE300.html#specifications
> 
> I don't even have ure in my kernel.. the only lines I had to add was..
> 
> device cdce
> device rue
> 
> /var/log/dmesg.today:ue0: <USB Ethernet> on cdce0
> /var/log/dmesg.today:ue0: Ethernet address: d4:6e:0e:0c:67:c5
> 
> I am now confused as to what you would like me to patch and test...?
> 
> 
> 
> On Tue, Nov 14, 2017 at 1:01 AM, Hans Petter Selasky <hps at selasky.org>
> wrote:
> 
> > On 11/13/17 14:54, Kevin Lo wrote:
> >
> >> On Fri, Nov 10, 2017 at 08:42:45AM +0100, Hans Petter Selasky wrote:
> >>
> >>>
> >>> On 11/10/17 02:59, Kris G wrote:
> >>>
> >>>> USB_QUIRK(TPLINK, RTL8153, 0x0000, 0xffff, UQ_CFG_INDEX_1),
> >>>>
> >>>
> >>> Thank you for your quirk:
> >>>
> >>> https://svnweb.freebsd.org/changeset/base/325630
> >>>
> >>
> >> Err, that's incorrect.  The quirk is not necessary and you should add
> >> vid/pid
> >> to ure(4) instead.
> >>
> >>
> > Hi Kris,
> >
> > Can you make a new patch for ure(4) and test?
> >
> > --HPS
> >
> >
> _______________________________________________
> freebsd-usb at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-usb
> To unsubscribe, send any mail to "freebsd-usb-unsubscribe at freebsd.org"
> 


More information about the freebsd-usb mailing list