From owner-freebsd-current@FreeBSD.ORG Tue Mar 3 17:35:05 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 F28C010656D0 for ; Tue, 3 Mar 2009 17:35:05 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe14.swip.net [212.247.155.161]) by mx1.freebsd.org (Postfix) with ESMTP id 884D38FC2E for ; Tue, 3 Mar 2009 17:35:05 +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=ZF6oNrjDhAIid1n67r8A:9 a=CBzRLlx2DQx8fRreCIpgUDOkpZAA:4 a=50e4U0PicR4A:10 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop) by mailfe14.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 461431264; Tue, 03 Mar 2009 18:35:03 +0100 From: Hans Petter Selasky To: "Nenhum_de_Nos" Date: Tue, 3 Mar 2009 18:37:30 +0100 User-Agent: KMail/1.9.7 References: <200903030854.43068.hselasky@c2i.net> <4ce4c26af03344ebfde74fef9c71fdd1.squirrel@cygnus.homeunix.com> In-Reply-To: <4ce4c26af03344ebfde74fef9c71fdd1.squirrel@cygnus.homeunix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903031837.31972.hselasky@c2i.net> Cc: freebsd-current@freebsd.org 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 17:35:06 -0000 Hi, On Tuesday 03 March 2009, Nenhum_de_Nos wrote: > On Tue, March 3, 2009 04:54, Hans Petter Selasky wrote: > > On Monday 02 March 2009, Nenhum_de_Nos wrote: > >> I got one, not a bit of change :( > > > > Is the USB HUB detected? > > as far as I can tell, not at all. It complaints about not finding the > kernel. > my hopes of this working are based int the fact that I can do this on > OpenBSD. So I think is doable (ok, I'm no specialist in this, you are. If > you say can't, I will believe). > > and more info, if I use the 44 pin ide interface to boot, when fbsd is on > I can use the usb ports ok. hope this info helps. There is something called USB BIOS legacy support, which is running until we switch some bits on the USB hardware. If I were to guess I think that is where the problem might be according to what you are writing. > > 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. > > when the loader in fbsd is called, it will run this code ? No, when the kernel is loaded. The loader is using the BIOS USB driver. > I will test this when I get home at night. thanks. If you have more ideas, > please broadcast :) > > just as more info, I tried first to use pfSense from usb stick and never > it worked :( It nevet got to boot. > Ok. --HPS