public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* RE: Kernel 2.4.23 passive cooling
@ 2003-12-03  3:29 Yu, Luming
       [not found] ` <3ACA40606221794F80A5670F0AF15F8401720BEE-4yWAQGcml64gGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Yu, Luming @ 2003-12-03  3:29 UTC (permalink / raw)
  To: Karol Kozimor, Nils Faerber,
	acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Try
#echo -n 0x04000000 > /proc/acpi/debug_layer
#echo -n 0xffffffff > /proc/acpi/debug_level

Thanks,
Luming

-----Original Message-----
From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org]On Behalf Of Karol Kozimor
Sent: 2003?12?2? 20:43
To: Nils Faerber; acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: [ACPI] Kernel 2.4.23 passive cooling


Thus wrote Karol Kozimor:
> What I suspect is that there are some semi-obscure things going on in the
> AML and it would take me at least two or three cups of coffee to trace it.
> I'll see what I can do.

Oh, and it would *very much* help me if I knew how to make _all_ thermal 
events visible and reported (be it through /proc/acpi/event or at least
through a debug switch), and not only the 0x81 ones (hint hint!).
Best regards,

-- 
Karol 'sziwan' Kozimor
sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Acpi-devel mailing list
Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/acpi-devel


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

^ permalink raw reply	[flat|nested] 6+ messages in thread
* RE: Kernel 2.4.23 passive cooling
@ 2004-01-13  6:47 Yu, Luming
  0 siblings, 0 replies; 6+ messages in thread
From: Yu, Luming @ 2004-01-13  6:47 UTC (permalink / raw)
  To: Karol Kozimor; +Cc: Nils Faerber, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


> > #echo -n 0x04000000 > /proc/acpi/debug_layer
> > #echo -n 0xffffffff > /proc/acpi/debug_level
> 
> I produced a log (http://hell.org.pl/~sziwan/thermal.log) using those
> switches. A bit of commentary:
> 18:57:59 -- I switch to passive cooling
> 18:59:07 -- Back to active
> 18:59:19 -- Forth to passive
> [no thermal events till 19:25:12, the readings are trigerred manually]

It's not strange , because when any GP events is detected, 
the method associated with this GPE  (_LXxx or _Exx) will be put at 
the end of queue, which will be asynch executed later.

> After that, the temperature rocks up and down, as fan switch 
> in at 3480 dK. 
> This seems to be a DSDT bug after all, since the debug output 
> doesn't seem

If that message is from execution of method _Lxx or _Exx, 
then it's not strange too.




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Kernel 2.4.23 passive cooling
@ 2003-12-01 18:02 Nils Faerber
       [not found] ` <1070301739.1353.6.camel-bi+AKbBUZKZeoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Nils Faerber @ 2003-12-01 18:02 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi!
Passive cooling still seems a little strange, at least to me on my Asus
L3800C notebook.
What happens:
 - active cooling is perfectly fine and I succesfully use
speedstepdaemon to automatically set my CPU to lower performance in idle
mode.
 - passive cooling works until it reaches the first hot state. After
that the fan(s) power up for a very short time and the CPU performance
is set to maximum (!) again. The performance setting can afterwards not
be reset to low performance anymore; it will be reset to high
automatically!
 - Changing back to active cooling restores the machine into a normal
"cool" state but still leaves the performance unchangeable. Only fix is
to reboot (I have ACPI fix in kernel).

So basically for me passive cooling is not usable. I think this is a bug
in the hysteresis handling in the thermal zone management.

Is there any chance that this will be fixed?
Or is this a BIOS bug?

CU
  nils faerber

-- 
kernel concepts          Tel: +49-271-771091-12
Dreisbachstr. 24         Fax: +49-271-771091-19
D-57250 Netphen          D1 : +49-170-2729106
--



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-01-13  6:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-03  3:29 Kernel 2.4.23 passive cooling Yu, Luming
     [not found] ` <3ACA40606221794F80A5670F0AF15F8401720BEE-4yWAQGcml64gGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-01-12 19:04   ` Karol Kozimor
  -- strict thread matches above, loose matches on Subject: below --
2004-01-13  6:47 Yu, Luming
2003-12-01 18:02 Nils Faerber
     [not found] ` <1070301739.1353.6.camel-bi+AKbBUZKZeoWH0uzbU5w@public.gmane.org>
2003-12-02 12:26   ` Karol Kozimor
     [not found]     ` <20031202122644.GA6024-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
2003-12-02 12:42       ` Karol Kozimor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox