* About DSDT fixing and debugging
@ 2004-09-23 8:38 Gaetano Sferra
[not found] ` <I4HK00$27530FB661DF79A95160CDA9EDFBAE18-VGgt2q2+T+FeoWH0uzbU5w@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Gaetano Sferra @ 2004-09-23 8:38 UTC (permalink / raw)
To: acpi-devel
Hello to all,
I'm reading the ACPI specification to try to fix my DSDT (Amilo D 7830) that
seems to be badly written
because there are several errors while comiling it with IASL (statements in
wrong place and poor control
methods definitions) but I've some questions about the DSDT functionality and
debugging.
a) Is there a debugger (something like gdb) or a sinulator to test the DSDT without
patching the kernel and load it?
b) Looking in the acpi log files (/proc/acpi) the cooling system reports <not
supported>, the
temperature stills on 75 C, and the processor state stills on C1 (12%). Can this
condition be fixed
throught the DSDT (eg. checking the _TZ notifies and the _AC methods)?
Thanks to all for the support and the great work...
---
Gaetano Sferra
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
^ permalink raw reply [flat|nested] 5+ messages in thread[parent not found: <I4HK00$27530FB661DF79A95160CDA9EDFBAE18-VGgt2q2+T+FeoWH0uzbU5w@public.gmane.org>]
* Re: About DSDT fixing and debugging [not found] ` <I4HK00$27530FB661DF79A95160CDA9EDFBAE18-VGgt2q2+T+FeoWH0uzbU5w@public.gmane.org> @ 2004-09-23 12:55 ` Andreas Leppert 2004-09-23 11:50 ` Luca Capello 0 siblings, 1 reply; 5+ messages in thread From: Andreas Leppert @ 2004-09-23 12:55 UTC (permalink / raw) To: Gaetano Sferra; +Cc: acpi-devel [-- Attachment #1: Type: text/plain, Size: 1270 bytes --] just want to say that these are exactly the same problems i have with my fujitsu amilo D 7830! no throttling (always C1 = 12%), no cooling (always 75° C). i have already disassembled with a few errors, but couldn't fix it correctly. Gaetano, when you'll have fixed it, could you send me your dsdt? this would be very nice... thanks for your great job Andi Leppert On Thu, Sep 23, 2004 at 10:38:24AM +0200, Gaetano Sferra wrote: > Hello to all, > I'm reading the ACPI specification to try to fix my DSDT (Amilo D 7830) that > seems to be badly written > because there are several errors while comiling it with IASL (statements in > wrong place and poor control > methods definitions) but I've some questions about the DSDT functionality and > debugging. > a) Is there a debugger (something like gdb) or a sinulator to test the DSDT without > patching the kernel and load it? > b) Looking in the acpi log files (/proc/acpi) the cooling system reports <not > supported>, the > temperature stills on 75 C, and the processor state stills on C1 (12%). Can this > condition be fixed > throught the DSDT (eg. checking the _TZ notifies and the _AC methods)? > > Thanks to all for the support and the great work... > --- > Gaetano Sferra > [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: About DSDT fixing and debugging 2004-09-23 12:55 ` Andreas Leppert @ 2004-09-23 11:50 ` Luca Capello [not found] ` <4152B880.6050001-wlebWZzHoyE@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Luca Capello @ 2004-09-23 11:50 UTC (permalink / raw) To: ML ACPI-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, on 09/23/04 14:55, Andreas Leppert wrote: > just want to say that these are exactly the same problems i have with my fujitsu amilo D 7830! > no throttling (always C1 = 12%), no cooling (always 75° C). i have already disassembled with a few > errors, but couldn't fix it correctly. about the C1 states: does your DSDT have a PBLK_lenght != [0|6]? Please see post [1] on ACPI-devel (sorry, I don't know how you can see the whole thread with gmane.com) and the first integration _CST method [2]. Thx, bye, Gismo / Luca [1] http://article.gmane.org/gmane.linux.acpi.devel/8588 [2] http://bugme.osdl.org/show_bug.cgi?id=1958 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Debian - http://enigmail.mozdev.org iD8DBQFBUrh/VAp7Xm10JmkRAig5AJ9+T/OpY63gISuGo94BobToRioz6QCfVszN Iha3TwtcsYIbHUCUWIHfr1c= =0Rrl -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <4152B880.6050001-wlebWZzHoyE@public.gmane.org>]
* Re: About DSDT fixing and debugging [not found] ` <4152B880.6050001-wlebWZzHoyE@public.gmane.org> @ 2004-09-23 12:37 ` Bruno Ducrot [not found] ` <20040923123751.GA29424-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Bruno Ducrot @ 2004-09-23 12:37 UTC (permalink / raw) To: ML ACPI-devel > Hello, > > on 09/23/04 14:55, Andreas Leppert wrote: > > just want to say that these are exactly the same problems i have with my fujitsu amilo D 7830! > > no throttling (always C1 = 12%), no cooling (always 75° C). i have already disassembled with a few > > errors, but couldn't fix it correctly. > about the C1 states: does your DSDT have a PBLK_lenght != [0|6]? Please > see post [1] on ACPI-devel (sorry, I don't know how you can see the > whole thread with gmane.com) and the first integration _CST method [2]. > I think OP meant s/C1/T1 ;) -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care. ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <20040923123751.GA29424-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>]
* Re: About DSDT fixing and debugging [not found] ` <20040923123751.GA29424-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org> @ 2004-09-23 14:59 ` Andreas Leppert 0 siblings, 0 replies; 5+ messages in thread From: Andreas Leppert @ 2004-09-23 14:59 UTC (permalink / raw) To: Bruno Ducrot; +Cc: ML ACPI-devel [-- Attachment #1: Type: text/plain, Size: 948 bytes --] On Thu, Sep 23, 2004 at 02:37:51PM +0200, Bruno Ducrot wrote: > > Hello, > > > > on 09/23/04 14:55, Andreas Leppert wrote: > > > just want to say that these are exactly the same problems i have with my fujitsu amilo D 7830! > > > no throttling (always C1 = 12%), no cooling (always 75° C). i have already disassembled with a few > > > errors, but couldn't fix it correctly. > > about the C1 states: does your DSDT have a PBLK_lenght != [0|6]? Please > > see post [1] on ACPI-devel (sorry, I don't know how you can see the > > whole thread with gmane.com) and the first integration _CST method [2]. didn't find PBLK_length in my dsdt.dsl because... > > > > I think OP meant s/C1/T1 ;) > yes, i've really meant T1 = 12%... i was talking about the throttling state. question: does a pentium 4 (not mobile) in a laptop support C2/C3? (i mean the processor states when the cpu doesn't have much work!) thank you guys [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-09-23 14:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-23 8:38 About DSDT fixing and debugging Gaetano Sferra
[not found] ` <I4HK00$27530FB661DF79A95160CDA9EDFBAE18-VGgt2q2+T+FeoWH0uzbU5w@public.gmane.org>
2004-09-23 12:55 ` Andreas Leppert
2004-09-23 11:50 ` Luca Capello
[not found] ` <4152B880.6050001-wlebWZzHoyE@public.gmane.org>
2004-09-23 12:37 ` Bruno Ducrot
[not found] ` <20040923123751.GA29424-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>
2004-09-23 14:59 ` Andreas Leppert
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox