Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Jun 2015 13:30:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 200693] [PATCH] Add USB quirk for RTL8153 USB Ethernet adapter (select config index 1 by default)
Message-ID:  <bug-200693-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

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@FreeBSD.org
          Reporter: woodsb02@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200693-8>