From owner-freebsd-usb@FreeBSD.ORG Fri Jan 4 08:24:53 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DDA19385 for ; Fri, 4 Jan 2013 08:24:53 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.c2i.net [212.247.154.130]) by mx1.freebsd.org (Postfix) with ESMTP id 78ED0387 for ; Fri, 4 Jan 2013 08:24:52 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 360056744; Fri, 04 Jan 2013 09:19:44 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Subject: Re: regression: if_rue device doesn't attach on HEAD Date: Fri, 4 Jan 2013 09:21:19 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: In-Reply-To: X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2013 08:24:53 -0000 On Friday 04 January 2013 05:45:00 Eitan Adler wrote: > I have a USB nic which worked in 9.1 but regressed in HEAD and appears > as an unrecognized device. > > I have not had time to properly bisect this issue. > > Any suggestions or pointers are appreciated: > > ugen2.3: > > bLength = 0x0012 > bDescriptorType = 0x0001 > bDeviceClass = 0x0000 > bDeviceSubClass = 0x0000 > bDeviceProtocol = 0x0000 > bMaxPacketSize0 = 0x0000 > > idVendor = 0x0bda > idProduct = 0x8150 > bcdDevice = 0x0100 > iManufacturer = 0x0001 > iProduct = 0x0002 > iSerialNumber = 0x0003 <8628> > > bNumConfigurations = 0x0001 Did you kldload if_rue? Did you enable devd? --HPS