[Bug 200693] [PATCH] Add USB quirk for RTL8153 USB Ethernet adapter (select config index 1 by default)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jun 7 13:30:02 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200693
Bug ID: 200693
Summary: [PATCH] Add USB quirk for RTL8153 USB Ethernet adapter
(select config index 1 by default)
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: woodsb02 at gmail.com
Keywords: patch
Created attachment 157499
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157499&action=edit
Patch to add USB quirk for RTL8153 USB Ethernet adapter (select config index 1
by default)
The attach patch adds a USB quirk for USB Ethernet devices using the Realtek
RTL8153 USB to Ethernet adaptor, to select config index 1 by default.
Without this patch, the following command needs to be run to allow this device
to work:
# usbconfig -d X.Y set_config 1
(replacing X and Y with the necessary numbers for the device)
This works for my USB Ethernet adapter from NEC in Japan which uses this
chipset (their part number PC-VP-BK06):
http://121ware.com/product/option/cable/pc-vp-bk06/index.html
I have tested this patch and confirmed it is working on FreeBSD current. The
device then uses the cdce(4) driver and appears in ifconfig(8) as ue0.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list