Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754297AbXFREMa (ORCPT ); Mon, 18 Jun 2007 00:12:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751208AbXFREMT (ORCPT ); Mon, 18 Jun 2007 00:12:19 -0400 Received: from hera.kernel.org ([140.211.167.34]:44295 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751117AbXFREMR (ORCPT ); Mon, 18 Jun 2007 00:12:17 -0400 From: Len Brown Organization: Intel Open Source Technology Center To: trenn@suse.de Subject: Re: Documentation - How to debug ACPI Problems Date: Mon, 18 Jun 2007 00:12:05 -0400 User-Agent: KMail/1.9.5 Cc: "Brown, Len" , linux-kernel , linux-acpi , Jesper Juhl , Zhang Rui , Alexey Starikovskiy References: <1181140008.28514.259.camel@queen.suse.de> <9a8748490706060759s5d8c43bdoc34334fcf56ee96@mail.gmail.com> <1181579321.28514.304.camel@queen.suse.de> In-Reply-To: <1181579321.28514.304.camel@queen.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706180012.05665.lenb@kernel.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2162 Lines: 50 > +2. Overriding DSDT > +------------------ > + > +The DSDT (there is a patch also for SSDTs) can be overridden by the user. > +The tables get copied to RAM when booting and the kernel can override them with > +alternative tables at early boot time. > + > +Historically people used to override their DSDT to workaround BIOS or even > +kernel bugs. This is a bad idea, the override functionality is for short > +term workarounds and mainly for debugging! Please always report such bugs to > +bugzilla.kernel.org or post to linux-acpi@vger.kernel.org if unsure. > + > +There are two possibilities to override the DSDT: > + > + - via CONFIG_ACPI_CUSTOM_DSDT (and _FILE) compile option(s) > + - via adding a customized DSDT into initramfs > + > +The second approach does not need kernel recompilation and some distributions > +provide the patch, which is not included in mainline, in their kernels. > + > +The patch and more information can be found here (many thanks to Markus > +Gaugusch and Eric Piel): > +http://gaugusch.at/kernel.shtml > + how to override the DSDT by re-compiling the upstream kernel is already documented here: http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/README.ACPI It seems inconsistent to refer to the initrd patch from the in-tree Documentation, since that patch will always be out-of-tree. I would think that the in-tree Documentation would refer to specifics relating to the kernel that is actually checked into the tree with the Documentation. This assumption can probably clear up some of the wording relating to the debug flags -- we don't have to describe the old ones -- if somebody is reading this documentation, they already have the new ones:-) Asside from those specific things that describe the kernel in the tree, I'm thinking that acpi.sourceforge.net documentation would be a better place for a general HOWTO on debugging ACPI issues in general. -Len - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/