From owner-freebsd-current@FreeBSD.ORG Tue Mar 3 07:52:14 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9D2E1065676 for ; Tue, 3 Mar 2009 07:52:14 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swip.net [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id 5CE618FC0A for ; Tue, 3 Mar 2009 07:52:13 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=4sHB8Di1SP0A:10 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=dtTBmdaIqNWhrhkgU80A:9 a=Hxf9vBHKIEwX14SNJxsywvjed6QA:4 a=LY0hPdMaydYA:10 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop) by mailfe11.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1031695032; Tue, 03 Mar 2009 08:52:12 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Tue, 3 Mar 2009 08:54:42 +0100 User-Agent: KMail/1.9.7 References: <044a92c96375670511fc437d6b924923.squirrel@cygnus.homeunix.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903030854.43068.hselasky@c2i.net> Cc: Nenhum_de_Nos Subject: Re: problem on usb boot from mini itx X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 07:52:15 -0000 On Monday 02 March 2009, Nenhum_de_Nos wrote: > > I got one, not a bit of change :( > Is the USB HUB detected? > still any hopes ? If no USB device is detected at all, then there is a problem. I know VIA have known problems with the USB hardware, but I cannot tell if your model is affected. You could try editing the code /sys/dev/usb/usb_device.c and change it so that it will try the set_address command two times before giving up. --HPS