From owner-freebsd-arch@FreeBSD.ORG Thu May 15 03:12:44 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FD8B37B404 for ; Thu, 15 May 2003 03:12:44 -0700 (PDT) Received: from relay4.mail.uk.psi.net (relay4.mail.uk.psi.net [154.32.111.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DAF743FA3 for ; Thu, 15 May 2003 03:12:42 -0700 (PDT) (envelope-from dmlb@dmlb.org) Received: from gate.ttpcom.com ([193.119.175.2] helo=vader) by relay4.mail.uk.psi.net with smtp (Exim 2.12 #2) id 19GFj6-0002z5-00 for freebsd-arch@freebsd.org; Thu, 15 May 2003 11:12:40 +0100 Received: from matrix.ttpcom.com ([193.119.172.14]) by vader; Thu, 15 May 2003 11:01:09 +0100 (BST) Received: from matrix [193.119.172.14] by matrix.ttpcom.com (SMTPD32-7.07) id A912190007A; Thu, 15 May 2003 11:16:50 +0100 Received: FROM DJK1Comp BY matrix ; Thu May 15 11:16:49 2003 +0100 Message-ID: <004b01c31aca$94b87b60$a7ac77c1@DJK1Comp> From: "Duncan Barclay" To: , Date: Thu, 15 May 2003 11:13:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Subject: Re: Centrino X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 10:12:44 -0000 > From: "Duncan Barclay" > > > > I have booted 4.8 from CD successfully on my Centrino based Acer 800CLi, > > but not yet installed it. I'm going to give 5.1 a spin this evening once > > I've downloaded the ISOs. > > > > Duncan > > Well so far two problems with 5.1-BETA. Booting with one of my Raylink > wireless LAN cards plugged results in a panic during device probes (I guess > that's either the if_ray driver of mine or something strange with NEWCARD > and > these cards). With the card removed, the boot gets to mounting md0, but > hangs. > I think ACPI is the culpritt as there are lots of ACPI errors scrolling > past - although it does detect ac power insertion etc. > > Duncan This morning I set acpi_load=NO hint.acpi.0.disable=1 and tried again. This time, the boot proceeded to trying to find an init but hung. Any suggestions? I'm going try 5.0 and if that doesn't work use 4.8 to bootstrap and then build a decent debugging environment for -current. Duncan