public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* RE: Tell user when ACPI is killing machine
@ 2003-12-04  5:27 Yu, Luming
       [not found] ` <3ACA40606221794F80A5670F0AF15F8401720BFD-4yWAQGcml64gGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Yu, Luming @ 2003-12-04  5:27 UTC (permalink / raw)
  To: Pavel Machek, Aaron Lehmann; +Cc: ACPI mailing list, kernel list

>cpufreq is not connected to acpi thermal subsystem. Dominik has some
>patches to change that, IIRC.
Is it merged into ACPI ?


-------------------------------------------------------
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: Tell user when ACPI is killing machine
       [not found] ` <3ACA40606221794F80A5670F0AF15F8401720BFD-4yWAQGcml64gGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2003-12-04  9:54   ` Pavel Machek
       [not found]     ` <20031204095454.GC6911-jyMamyUUXNJG4ohzP4jBZS1Fcj925eT/@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Pavel Machek @ 2003-12-04  9:54 UTC (permalink / raw)
  To: Yu, Luming; +Cc: Aaron Lehmann, ACPI mailing list, kernel list

Hi!

> >cpufreq is not connected to acpi thermal subsystem. Dominik has some
> >patches to change that, IIRC.
> Is it merged into ACPI ?

Not yet, IIRC. It is pretty big patch.
								Pavel

-- 
Horseback riding is like software...
...vgf orggre jura vgf serr.


-------------------------------------------------------
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: Re: Tell user when ACPI is killing machine
       [not found]     ` <20031204095454.GC6911-jyMamyUUXNJG4ohzP4jBZS1Fcj925eT/@public.gmane.org>
@ 2003-12-04 10:01       ` Damien Sandras
       [not found]         ` <1070532076.1645.42.camel-yzJ1TzNew8IqMp+WYRx65w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Damien Sandras @ 2003-12-04 10:01 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Yu, Luming, Aaron Lehmann, ACPI mailing list, kernel list

Hi,

I have a similar problem since test10 and test11 (2.4.23 is ok, test9 is
ok too). ACPI reports bogus temperatures and powers the machine down.

If you have a patch that could fix that problem, I'm ready to try it and
report success or failure ;)

Le jeu 04/12/2003 à 10:54, Pavel Machek a écrit :
> Hi!
> 
> > >cpufreq is not connected to acpi thermal subsystem. Dominik has some
> > >patches to change that, IIRC.
> > Is it merged into ACPI ?
> 
> Not yet, IIRC. It is pretty big patch.
> 								Pavel
-- 
 _      Damien Sandras
(o-     
//\     It-Optics s.a.
v_/_    GnomeMeeting: http://www.gnomemeeting.org/
        FOSDEM 2004:  http://www.fosdem.org
        H.323 phone:  callto:ils.seconix.com/dsandras-AvcYnRpcIedBDgjK7y7TUQ@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/

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

* Re: Re: Tell user when ACPI is killing machine
       [not found]         ` <1070532076.1645.42.camel-yzJ1TzNew8IqMp+WYRx65w@public.gmane.org>
@ 2003-12-04 10:56           ` Pavel Machek
  2003-12-04 11:24             ` Måns Rullgård
  0 siblings, 1 reply; 6+ messages in thread
From: Pavel Machek @ 2003-12-04 10:56 UTC (permalink / raw)
  To: Damien Sandras; +Cc: Yu, Luming, Aaron Lehmann, ACPI mailing list, kernel list

Hi!

> I have a similar problem since test10 and test11 (2.4.23 is ok, test9 is
> ok too). ACPI reports bogus temperatures and powers the machine
> down.

> If you have a patch that could fix that problem, I'm ready to try it and
> report success or failure ;)

I have ugly workaround ("if temperature reported is > 200Celsius,
ignore it").
								Pavel

-- 
Horseback riding is like software...
...vgf orggre jura vgf serr.


-------------------------------------------------------
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: Tell user when ACPI is killing machine
  2003-12-04 10:56           ` Pavel Machek
@ 2003-12-04 11:24             ` Måns Rullgård
       [not found]               ` <yw1x8ylsltb3.fsf-UNjuZkX4dYU@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Måns Rullgård @ 2003-12-04 11:24 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA

Pavel Machek <pavel-AlSwsSmVLrQ@public.gmane.org> writes:

>> I have a similar problem since test10 and test11 (2.4.23 is ok, test9 is
>> ok too). ACPI reports bogus temperatures and powers the machine
>> down.
>
>> If you have a patch that could fix that problem, I'm ready to try it and
>> report success or failure ;)
>
> I have ugly workaround ("if temperature reported is > 200Celsius,
> ignore it").

I'm just curious, are these (and other ACPI related) problems caused
by bugs in Linux, or by hardware/firmware bugs?

-- 
Måns Rullgård
mru-UNjuZkX4dYU@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/

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

* Re: Re: Tell user when ACPI is killing machine
       [not found]               ` <yw1x8ylsltb3.fsf-UNjuZkX4dYU@public.gmane.org>
@ 2003-12-06 11:14                 ` Pavel Machek
  0 siblings, 0 replies; 6+ messages in thread
From: Pavel Machek @ 2003-12-06 11:14 UTC (permalink / raw)
  To: M?ns Rullg?rd
  Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Hi!

> >> I have a similar problem since test10 and test11 (2.4.23 is ok, test9 is
> >> ok too). ACPI reports bogus temperatures and powers the machine
> >> down.
> >
> >> If you have a patch that could fix that problem, I'm ready to try it and
> >> report success or failure ;)
> >
> > I have ugly workaround ("if temperature reported is > 200Celsius,
> > ignore it").
> 
> I'm just curious, are these (and other ACPI related) problems caused
> by bugs in Linux, or by hardware/firmware bugs?

Its hard to tell one from another without extensive debugging...
								Pavel
-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]


-------------------------------------------------------
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:[~2003-12-06 11:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-04  5:27 Tell user when ACPI is killing machine Yu, Luming
     [not found] ` <3ACA40606221794F80A5670F0AF15F8401720BFD-4yWAQGcml64gGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2003-12-04  9:54   ` Pavel Machek
     [not found]     ` <20031204095454.GC6911-jyMamyUUXNJG4ohzP4jBZS1Fcj925eT/@public.gmane.org>
2003-12-04 10:01       ` Damien Sandras
     [not found]         ` <1070532076.1645.42.camel-yzJ1TzNew8IqMp+WYRx65w@public.gmane.org>
2003-12-04 10:56           ` Pavel Machek
2003-12-04 11:24             ` Måns Rullgård
     [not found]               ` <yw1x8ylsltb3.fsf-UNjuZkX4dYU@public.gmane.org>
2003-12-06 11:14                 ` Pavel Machek

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