ACPI -- Workaround for broken DSDT
From: john moser (bluefoxicy_at_linux.net)
Date: 01/31/04
- Previous message: bert hubert: "Re: BUG: NTPL: waitpid() doesn't return?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 31 Jan 2004 11:39:45 -0800 (PST) To: linux-kernel@vger.kernel.org
Please CC me all replies.
http://abaababa.ouvaton.org/presario/
Please note that a recompiled and fixed DSDT table exists for the Compaq Presario
2100 series. I would like to be able to simply point my kernel at this file at
compile time from a configuration menu, and compile it in to the kernel. I can
probably find the DSDT load code myself, but compiling external data into a
program and accessing it is something foreign to me (IDE's like Borland C++ Builder
did it for you and so I never was able to learn how with GCC).
This may be useful in the future for broken ACPI. Could someone please make a
quick patch to allow the path of a DSDT table to be defined so that it may be
compiled into the kernel and override the ACPI DSDT table in the BIOS? I'll
peek around, but ACPI and this sort of programming isn't my strong point.
If anyone is familiar with this area and would be willing to write up a patch,
please CC me so I don't spend days/weeks trying to figure out how the heck to
do this ;)
_____________________________________________________________
Linux.Net -->Open Source to everyone
Powered by Linare Corporation
http://www.linare.com/
-
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/
- Previous message: bert hubert: "Re: BUG: NTPL: waitpid() doesn't return?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: Interrupt storm
... >> Have you tried booting this machine using GENERIC with ACPI turned off? ...
> timeout, no interrupt storms: ... > And finally i tried my kernel without
apic and without acpi, ... It looks like your motherboard's DSDT is doing something hokey.
... (freebsd-current) - Re: [>=2.6.23][BUG] Oops on power disconnection
... I thought it was a acpi (dsdt) problem. ... If you get different backtraces
on reboots even you only modified things ... You might want to try the latest kernel
or the patch posted there. ... Looks like a cpuidle problem (or at least acpi).
... (Linux-Kernel) - Documentation - How to debug ACPI Problems
... I made up a little How-To for what I find out is nice to debug ACPI ... There
are ACPI tables (DSDT and SSDTs), ... The kernel makes use of provided BIOS functions
... (Linux-Kernel) - Re: [>=2.6.23][BUG] Oops on power disconnection
... I thought it was a acpi (dsdt) problem. ... > (switching to battery).
... > in particular is of kernel 2.6.24.3. ... Looks like a cpuidle problem (or
at least acpi). ... (Linux-Kernel) - System lockup building 6.0 RELEASE SMP-GENERIC kernel
... I'm trying to compile the SMP-GENERIC 6.0 Kernel and my system completely locks
up at different points in the compilation process. ... I've tried disabling ACPI, the integrated
NIC, and IDE controller. ... <ACPI PCI bus> on pcib0 ... (freebsd-questions)