From owner-freebsd-hardware@FreeBSD.ORG Wed Jul 16 08:08:52 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C1BB106570C for ; Wed, 16 Jul 2008 08:08:52 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 073EF8FC08 for ; Wed, 16 Jul 2008 08:08:51 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=MX9rHVT9m7rzv78Se6gA:9 a=LYcASkVb2uF4XXVNoccA:7 a=eSPDbvXUOcfYpMH8cP9r3oAaRGAA:4 a=SV7veod9ZcQA:10 a=LY0hPdMaydYA:10 Received: from [193.217.167.134] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.4b) with ESMTPA id 1009491704; Wed, 16 Jul 2008 10:08:50 +0200 From: Hans Petter Selasky To: freebsd-hardware@freebsd.org Date: Wed, 16 Jul 2008 10:10:26 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807161010.28387.hselasky@c2i.net> Cc: Justin Hall Subject: Re: IP35-E USB problems X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2008 08:08:52 -0000 On Wednesday 16 July 2008, Justin Hall wrote: > Hello All, > > I am having troubles with getting a machine with an ABIT IP35-E (ICH9 > chipset) board to boot fully. It hangs after probing uhub1. I have updated > the BIOS and rebuilt from the latest STABLE sources in the CVS repository > to no avail. The only way I can get it to boot is by disabling my onboard > USB controller, which is obviously not a good solution. > > Any help is appreciated, > > Justin Hall > _______________________________________________ > freebsd-hardware@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" Can you enter into the debugger (CTRL+ALT+ESC) and dump the interrupt stats. Maybe the interrupt handler is looping. --HPS