Site Map - skip to main content

Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes every weekday Monday through Friday.
This page was generated by The HPR Robot at


60 :: DSDT.aml And Linux

<< First, < Previous, , Latest >>

Hosted by Killersmurf on 2006-01-11 is flagged as Explicit and is released under a CC-BY-NC-SA license.
.

Listen in mp3 format. Play now:

Duration: 00:12:36

Listen in mp3 format.

general.

DSDT repository

Great how-to that got me Started

Intel’s ASL Compiler

You will need to have bison and flex-old install to make iasl

To obtain your present dsdt file drop to term and type
‘ cat /proc/acpi/dsdt > dsdt.dat ‘

To decompile dsdt.dat and get a dsdt.dsl drop to term and type
‘ ./iasl -d dsdt.dat ‘

To recompile dsdt.dsl and get a DSDT.aml drop to term and type
‘./iasl -tc dsdt.dsl’