|
From: martin s. <ma...@th...> - 2005-12-05 08:58:49
|
Am Sonntag, den 04.12.2005, 21:12 +0900 schrieb tak...@jp...: > In message <439...@al...>, Jose Luis Segura Lucas wrote: > >Hello! > > > >First, excuse me for my bad english, I will write with many ortographic > >errors, sorry. > > > >I have a Acer Travelmate 2702 WLMi, and with any distribution (Ubuntu > >and Debian I test) I have ACPI support. > >I began to read at acpi.sourceforge.net and follow the Emma Jane Hogbin > >howto, but I finished reading how to fix the DSDT on this other howto: > >http://www.cpqlinux.com/acpi-howto.html#basic_steps. > > > >I tried to build pacpidump for myself on my Debian Sarge, changing the > >comment line on the Makefile, but when I compile with make it give me > >errors that I can't understand. Do you know some howto to compile > >correctly the pacpidump? > > Use iasl in Intel ACPI tool with -d option. much more better. download the latest iasl from http://www.intel.com/technology/iapc/acpi/downloads/acpica-unix-20051117.tar.gz (in sarge is no iasl-package, they starting from testing), install flex-old, go to the compiler directory if acpica-unix and type make. use it with -d to disassemble and with -tc to built the table. bye...masc. |