From owner-freebsd-current@FreeBSD.ORG Fri Jul 10 23:01:20 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 C49ED1065670 for ; Fri, 10 Jul 2009 23:01:19 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f224.google.com (mail-fx0-f224.google.com [209.85.220.224]) by mx1.freebsd.org (Postfix) with ESMTP id 54FE48FC08 for ; Fri, 10 Jul 2009 23:01:19 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by fxm24 with SMTP id 24so965386fxm.43 for ; Fri, 10 Jul 2009 16:01:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=QDwv2/v5GExFu4nGHdbY2xZ+bnjY8nXu8Ljs7bJJRxw=; b=ZjJSXYX3Wu+E9+aZACbjhOSVk6qZ5/Ii+HLUUpSAuKoSRgcCVJQj4tB23niWpRhIr1 k+0DGSX7mlkqW8azHmRoAlTyH0kPBI7xX42rx46LbulH+xfnfFK1v0tRKVPSZx38LaZA xownVTBzQzOA7/23J3QD7GhOyHgaHj5zpwcNE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=FUm7Ku81wK+sXkviVUdKfpIpEZlE7zdckHFUOMxHAKX0GpC0fQ0Fkb3AiVpw+M3tT5 mjNv6T5+zzBzVUCAS6xtNQ4uq6YaeoJP4FNwo2w1nBLsuC0IuBdmNQkRrQdw1ZVngkpB IXlGBiXypbgxJ3h1DthCMZrtyydgarmiaFzws= MIME-Version: 1.0 Received: by 10.204.114.140 with SMTP id e12mr2421927bkq.68.1247266878398; Fri, 10 Jul 2009 16:01:18 -0700 (PDT) In-Reply-To: <3131aa530907101349tac49804n86243e1c2bd055f6@mail.gmail.com> References: <3131aa530907101349tac49804n86243e1c2bd055f6@mail.gmail.com> Date: Fri, 10 Jul 2009 19:01:18 -0400 Message-ID: <4ad871310907101601h16bb09d1l570f3190f0147db8@mail.gmail.com> From: Glen Barber To: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: [8.0 Beta 1] Hang after loading USB ehci drivers on Asus K8N4-E 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: Fri, 10 Jul 2009 23:01:20 -0000 Hi, Oliver 2009/7/10 Olivier Cochard-Labb=E9 : > Hi, > > I meet a problem with the 8.0 Beta1 (amd64 and i386) on an Asus K8N4-E > motherboard: > During the kernel load, my system hang (no dump, no error message). > The last messages are (hand copy): > ohci0: irq 21 at device 2.0 on pci0 > ohci0: [ITHREAD] > usbus0: SMM does not respond, resetting > usbus0: reset timeout > ohci0: USB init failed > device_attach: ohci0 attach returned 6 > ehci0: irq 22 at device 2.1 on pci0 > ehci0: [ITHREAD] > > How can I found more technical information where the system hang ? > Are you booting to install or booting an existing installation? If the latter, boot with verbose logging. > This system works great with FreeBSD 7.2. > --=20 Glen Barber