From owner-freebsd-mobile@FreeBSD.ORG Tue Jan 11 12:40:19 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 371A216A4CF; Tue, 11 Jan 2005 12:40:19 +0000 (GMT) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B9CC43D1F; Tue, 11 Jan 2005 12:40:18 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from buffy.york.ac.uk (buffy.york.ac.uk [144.32.226.160]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id j0BCeExN002930; Tue, 11 Jan 2005 12:40:15 GMT Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.1/8.13.1) with ESMTP id j0BCeESV005759; Tue, 11 Jan 2005 12:40:14 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.1/8.13.1/Submit) id j0BCeEu8005758; Tue, 11 Jan 2005 12:40:14 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: Vince Hoffman In-Reply-To: <20040815113727.S33525@unsane.co.uk> References: <20040815113727.S33525@unsane.co.uk> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 11 Jan 2005 12:40:13 +0000 Message-Id: <1105447213.5153.3.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: freebsd-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: 5.x on a portege A100 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2005 12:40:19 -0000 On Sun, 2004-08-15 at 13:09 +0100, Vince Hoffman wrote: > Hi all, > Firstly sorry for the cross post but it seemed equaly appropriate > for both lists. > I'm rather idley trying to get 5.2.1+ to work on my toshiba > portege A100. So far no joy, 5.x will not boot. I have tried the > various boot menu options (with and without ACPI), but 5.2.1 > and the latest -CURRENT snapshot I could could find on the snapshot server > both freeze at pci0, ACPI enabled says, pci0: on pcib0 > non ACPI says pci0: . I'll write down and retype the > entire output if it'll help. Yes - and I suspect Google could have answered your question too. All recent Toshiba laptops that I have been able to get my hands on have this same problem. Apparently all Acer Centrino laptops need this too, but I can't confirm that. set hw.pci.enable_io_modes=0 at the loader prompt, then boot. If that doesn't work, try also setting the PnP OS option in the bios to "no". This _shouldn't_ be necessary, but was on at least one Toshiba laptop I played with recently. Gavin