From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759454AbYD2HF3 (ORCPT ); Tue, 29 Apr 2008 03:05:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755669AbYD2HFS (ORCPT ); Tue, 29 Apr 2008 03:05:18 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:47775 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751405AbYD2HFQ (ORCPT ); Tue, 29 Apr 2008 03:05:16 -0400 Date: Tue, 29 Apr 2008 00:04:11 -0700 From: Andrew Morton To: Richard Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Adam Belay , Adam M Belay , Li Shaohua , Matthieu Castet , Thomas Renninger , Jaroslav Kysela Subject: Re: 2.6.25 pci=noacpi Message-Id: <20080429000411.ce73230f.akpm@linux-foundation.org> In-Reply-To: <4816C605.4000601@gmail.com> References: <20080425183807.366134771@ldl.fc.hp.com> <20080425183934.516655076@ldl.fc.hp.com> <4813B5AB.4060308@keyaccess.nl> <200804281507.38309.bjorn.helgaas@hp.com> <4816C605.4000601@gmail.com> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 29 Apr 2008 07:53:57 +0100 Richard wrote: > Hi all, > > Using an AMD Sempron notebook (HP Compaq 6715b) single processor > machine, It shuts down during bootup when ACPI is fully enabled. I > added pci=noacpi to the cmdline and it finally boots, but its extremely > slow... (kdm times out with error saying it took too long to load and > disables graphical) > > Dmesg doest show anything out of the ordinary, irq_stats only shows the > timer interrupts being incremented. (noirq also works, but same > behaviour) Can someone please offer me some pointers so I can fault find > this problem. > Did any earlier kernels work OK? If so, which versions? Thanks.