From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262776AbVG2TjE (ORCPT ); Fri, 29 Jul 2005 15:39:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262755AbVG2Tgc (ORCPT ); Fri, 29 Jul 2005 15:36:32 -0400 Received: from smtp.osdl.org ([65.172.181.4]:9133 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S262693AbVG2Tem (ORCPT ); Fri, 29 Jul 2005 15:34:42 -0400 Date: Fri, 29 Jul 2005 12:33:30 -0700 From: Andrew Morton To: Michael Thonke Cc: iogl64nx@gmail.com, linux-kernel@vger.kernel.org, acpi-devel@lists.sourceforge.net Subject: Re: 2.6.13-rc3-mm3 Message-Id: <20050729123330.2fcfb751.akpm@osdl.org> In-Reply-To: <42EA4FCC.7030600@web.de> References: <20050728025840.0596b9cb.akpm@osdl.org> <42E96A42.7060405@gmail.com> <20050728164640.062286fe.akpm@osdl.org> <42EA4FCC.7030600@web.de> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-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 X-Mailing-List: linux-kernel@vger.kernel.org Michael Thonke wrote: > > Andrew Morton schrieb: > > Michael Thonke wrote: > >> here again I have two problems. With 2.6.13-rc3-mm3 I have problems > >> using my SATA drives on Intel ICH6. > >> The kernel can't route there IRQs or can't discover them. the option > >> irqpoll got them to work now. > >> The problem is new because 2.6.13-rc3[-mm1,mm2] work without any problems. > > > > OK. Please generate the full dmesg output for -mm2 and for -mm3 and run > > `diff -u dmesg.mm2 dmesg.mm3' and send it? And keep those files because we > > may end up needing to add them to an acpi bugzilla entry ;) > > Well I did a little mistake..it only worked correctly up to > 2.6.13-rc3-mm1 but this dmesg output I have. > > Well as I save mm[2,3] are unable to setup the correct IRQs for the > devices..and please note that 2.6.13-rc3-mm3 only booted with irqpoll so > its in the dmesg output "dmesg.mm3" > Normaly the IRQ routed to something about 1xx now they are 1-21?! Caused > by irqpoll? > Are these problems only present in -mm kernels? Does 2.6.13-rc4 work OK? > > Odd trace. Do you have CONFIG_KALLSYMS enabled? If not, please turn it on. > > Mh I tried but my system freezes on boot then. And screen leaves blank. > > Oh geeze. @@ -53,10 +23,18 @@ Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Checking 'hlt' instruction... OK. + ACPI-0287: *** Error: Region SystemMemory(0) has no handler + ACPI-0127: *** Error: acpi_load_tables: Could not load namespace: AE_NOT_EXIST + ACPI-0136: *** Error: acpi_load_tables: Could not load tables: AE_NOT_EXIST +ACPI: Unable to load the System Description Tables ENABLING IO-APIC IRQs -..TIMER: vector=0x31 pin1=2 pin2=0 +..TIMER: vector=0x31 pin1=2 pin2=-1 NET: Registered protocol family 16 PCI: Using configuration type 1 +ACPI: Subsystem revision 20050708 +ACPI: Interpreter disabled. Well it looks like ACPI committed suicide, so there's probably not much point looking at the other things until that gets addressed. Would you have time to raise a kernel bugzilla entry for this? Raise it against the ACPI AML interpreter, version 20050708 and mention the above failure. The output of acpidump (from ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/pmtools-20050727.tar.gz) will probably be asked for. Thanks.