thanks, seems like a miracle it worked at all since i was using rue not ure

Can I download these files in head..

/head/sys/dev/usb/usbdevs
/head/sys/dev/usb/net/if_ure.c
/head/sys/dev/usb/net/if_urereg.h

.. into my 11.1 release kernel source tree and then obviously add "device
ure" instead of "device rue" into my kernel config and recompile? (I tried
and it did build without any errors..)

Will that then make my interface change from ue0: to ure0: or is it re0 ?



On Tue, Nov 14, 2017 at 11:59 AM, Kevin Lo <ke...@freebsd.org> wrote:

> 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 <h...@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@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-usb
> > To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"
> >
>
_______________________________________________
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to