* Problem building pacpidump
@ 2005-12-03 14:11 Jose Luis Segura Lucas
[not found] ` <4391A792.2070901-HUQOYnP6kuoxAGwisGp4zA@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Jose Luis Segura Lucas @ 2005-12-03 14:11 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
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?
Thanks to all :)
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem building pacpidump
[not found] ` <4391A792.2070901-HUQOYnP6kuoxAGwisGp4zA@public.gmane.org>
@ 2005-12-04 12:12 ` takawata-l7ZBCLq5RC066kwqclu8Pg
[not found] ` <200512041212.jB4CCWDC091502-kbCdS08b3x3/PTVKMIaDyQ@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: takawata-l7ZBCLq5RC066kwqclu8Pg @ 2005-12-04 12:12 UTC (permalink / raw)
To: Jose Luis Segura Lucas; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
In message <4391A792.2070901-HUQOYnP6kuoxAGwisGp4zA@public.gmane.org>, 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.
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem building pacpidump
[not found] ` <200512041212.jB4CCWDC091502-kbCdS08b3x3/PTVKMIaDyQ@public.gmane.org>
@ 2005-12-05 9:00 ` martin schneebacher
2005-12-05 21:21 ` Mattia Dongili
0 siblings, 1 reply; 4+ messages in thread
From: martin schneebacher @ 2005-12-05 9:00 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Am Sonntag, den 04.12.2005, 21:12 +0900 schrieb takawata-l7ZBCLq5RC066kwqclu8Pg@public.gmane.org:
> In message <4391A792.2070901-HUQOYnP6kuoxAGwisGp4zA@public.gmane.org>, 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.
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem building pacpidump
2005-12-05 9:00 ` martin schneebacher
@ 2005-12-05 21:21 ` Mattia Dongili
0 siblings, 0 replies; 4+ messages in thread
From: Mattia Dongili @ 2005-12-05 21:21 UTC (permalink / raw)
To: martin schneebacher; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Mon, Dec 05, 2005 at 10:00:13AM +0100, martin schneebacher wrote:
[...]
> 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.
I did one step further: backported the package to Sarge (easy, all the
necessary stuff is already there so you could just build the same
Etch/Sid source), apt-gettable from:
deb http://people.debian.org/~malattia/debian binary/
I hope this is useful, I'll try to keep it up-to-date.
--
mattia
:wq!
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-12-05 21:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-03 14:11 Problem building pacpidump Jose Luis Segura Lucas
[not found] ` <4391A792.2070901-HUQOYnP6kuoxAGwisGp4zA@public.gmane.org>
2005-12-04 12:12 ` takawata-l7ZBCLq5RC066kwqclu8Pg
[not found] ` <200512041212.jB4CCWDC091502-kbCdS08b3x3/PTVKMIaDyQ@public.gmane.org>
2005-12-05 9:00 ` martin schneebacher
2005-12-05 21:21 ` Mattia Dongili
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox