Date: 24 May 2010 05:59:35 -0000 From: <candy-sendpr@kgc.co.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: usb/146907: OQO model01 network does not work on FreeBSD 8.0 Message-ID: <20100524055935.54627.qmail@xxx.kgc.co.jp> Resent-Message-ID: <201005240630.o4O6U2wq029568@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146907 >Category: usb >Synopsis: OQO model01 network does not work on FreeBSD 8.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 24 06:30:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 8.0-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD xxx 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Fri May 21 15:49:51 JST 2010 :/y/obj/usr/src/sys/NOULE i386 >Description: FreeBSD 8.0 and earlier does not detect OQO model01 (NOT model01+) network controller. >How-To-Repeat: >Fix: Apply the patch below. The rue(4) will detect OQO model01 network I/F. dmesg: rue0: <vendor 0x1557 product 0x8150, class 0/0, rev 1.10/1.00, addr 2> on usbus1 miibus0: <MII bus> on rue0 ruephy0: <RealTek RTL8150 internal media interface> PHY 0 on miibus0 ruephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto ue0: <USB Ethernet> on rue0 ue0: Ethernet address: 00:0c:96:c0:19:4b /usr/src/sys/dev/usb/net/if_rue.c --- if_rue.c.8.0 2009-10-25 10:10:29.000000000 +0900 +++ if_rue.c 2010-05-24 13:35:26.000000000 +0900 @@ -112,6 +112,7 @@ static const struct usb_device_id rue_devs[] = { {USB_VPI(USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUAKTX, 0)}, {USB_VPI(USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_USBKR100, 0)}, + {USB_VPI(USB_VENDOR_OQO, USB_PRODUCT_OQO_ETHER01, 0)}, }; /* prototypes */ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100524055935.54627.qmail>