usb/146907: OQO model01 network does not work on FreeBSD 8.0

Hans Petter Selasky hselasky at c2i.net
Mon May 24 08:50:04 UTC 2010


The following reply was made to PR usb/146907; it has been noted by GNATS.

From: Hans Petter Selasky <hselasky at c2i.net>
To: freebsd-usb at freebsd.org,
 candy-sendpr at kgc.co.jp
Cc: FreeBSD-gnats-submit at freebsd.org
Subject: Re: usb/146907: OQO model01 network does not work on FreeBSD 8.0
Date: Mon, 24 May 2010 10:37:25 +0200

 On Monday 24 May 2010 07:59:35 candy-sendpr at kgc.co.jp wrote:
 > >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:
 > 
 > _______________________________________________
 > freebsd-usb at freebsd.org mailing list
 > http://lists.freebsd.org/mailman/listinfo/freebsd-usb
 > To unsubscribe, send any mail to "freebsd-usb-unsubscribe at freebsd.org"
 >
 
 Committed.
 
 See USB P4 change ID #178694.
 
 --HPS


More information about the freebsd-usb mailing list