[ACPI-sppt] warnings compiling asl, panic booting the kernel
rodrigo derteano <[email protected]>
| Newsgroups | gmane.linux.acpi.support |
|---|---|
| Message-ID | <[email protected]> |
Hello everyone, I'm the owner of a dell inspiron 8500. I downloaded theDell-inspiron-a03-8500-original.asl from the website and tried to compile it with the iasl compiler that is currently available output goes like this: clara:# iasl-linux-20030523/iasl -tc Dell-Inspiron_8500-A03-original.asl Intel ACPI Component Architecture ASL Optimizing Compiler / AML Disassembler version 20030522 [May 23 2003] Copyright (C) 2000 - 2003 Intel Corporation Supports ACPI Specification Revision 2.0b Dell-Inspiron_8500-A03-original.asl 628: Method (\_WAK, 1, NotSerialized) Warning 2026 - Reserved method must return a value ^ (_WAK) Dell-Inspiron_8500-A03-original.asl 1821: Method (_S0D, 0, NotSerialized) Warning 2033 - Unknown reserved name ^ (_S0D) Dell-Inspiron_8500-A03-original.asl 1865: Method (_S0D, 0, NotSerialized) Warning 2033 - Unknown reserved name ^ (_S0D) Dell-Inspiron_8500-A03-original.asl 1921: Method (_S0D, 0, NotSerialized) Warning 2033 - Unknown reserved name ^ (_S0D) Dell-Inspiron_8500-A03-original.asl 1965: Method (_S0D, 0, NotSerialized) Warning 2033 - Unknown reserved name ^ (_S0D) ASL Input: Dell-Inspiron_8500-A03-original.asl - 2870 lines, 81385 bytes, 1163 keywords AML Output: DSDT.aml - 10795 bytes 456 named objects 707 executable opcodes Compilation complete. 0 Errors, 5 Warnings, 0 Remarks, 296 Optimizations I'm a quiet new to linux and debian, so I haven't figured out yet, where the log file for the failed startup of the compiled kernel is. Sorry. I can only see the actual kernel startup messages. Though, when I try to startup the new kernel, at some part it fuzzes something about asl not working correctly, some unresolved links and then it panics. Is this due to the warnings that the iasl pointed out? How can I get a dsdt.hex for my computer (i8500)? If someone has compiled it successfully, i would really be really thankful if you attach it to your answer. (please CC me, cause I'm not part of the mailing list). thanx in advance rodrigo