I installed the program and run the commands you stated. This is the result.
I have pretty much no idea what all this is for...
I have pretty much no idea what all this is for...
Code:
agent24@INTEL3333:~$ iasl -d dsdt.dat Intel ACPI Component Architecture AML Disassembler version 20090521 [Jun 30 2009] Copyright (C) 2000 - 2009 Intel Corporation Supports ACPI Specification Revision 3.0a Loading Acpi table from file dsdt.dat Acpi table [DSDT] successfully installed and loaded Pass 1 parse of [DSDT] Pass 2 parse of [DSDT] Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions) ................................................................................................................................................................................................................................................. Parsing completed Disassembly completed, written to "dsdt.dsl" agent24@INTEL3333:~$ iasl -tc dsdt.dsl Intel ACPI Component Architecture ASL Optimizing Compiler version 20090521 [Jun 30 2009] Copyright (C) 2000 - 2009 Intel Corporation Supports ACPI Specification Revision 3.0a dsdt.dsl 124: Method (_WAK, 1, NotSerialized) Warning 1080 - ^ Reserved method must return a value (_WAK) dsdt.dsl 2632: Field (ERAM, AnyAcc, Lock, Preserve) Error 4075 - ^ Host Operation Region requires ByteAcc access dsdt.dsl 2870: Field (ECRM, AnyAcc, Lock, Preserve) Error 4075 - ^ Host Operation Region requires ByteAcc access dsdt.dsl 3039: Return (Local1) Error 4050 - ^ Method local variable is not initialized (Local1) ASL Input: dsdt.dsl - 4399 lines, 172253 bytes, 1882 keywords Compilation complete. 3 Errors, 1 Warnings, 0 Remarks, 783 Optimizations
Comment