Comment 8 for bug 46952

Revision history for this message
Gregory Man (man-gregory-deactivatedaccount) wrote :

>and do you get any error messages?

root@green-mouse-laptop:~# cd /tmp
root@green-mouse-laptop:/tmp# cat /proc/acpi/dsdt > dsdt.dsl
root@green-mouse-laptop:/tmp# iasl -dc dsdt.dsl

Intel ACPI Component Architecture
AML Disassembler version 20051216 [Jan 9 2006]
Copyright (C) 2000 - 2005 Intel Corporation
Supports ACPI Specification Revision 3.0

Loading Acpi table from file dsdt.dsl
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"

Compiling "dsdt.dsl"
ASL Input: dsdt.dsl - 4085 lines, 139656 bytes, 1644 keywords
AML Output: DSDT.aml - 14057 bytes 512 named objects 1132 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 470 Optimizations
root@green-mouse-laptop:/tmp#