All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Fan not working after hibernate but ok after s2ram?
       [not found] <1192224624.7038.9.camel@rukbat>
@ 2007-10-12 22:07 ` Rafael J. Wysocki
  2007-10-12 22:38   ` Alexey Starikovskiy
  0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2007-10-12 22:07 UTC (permalink / raw)
  To: Romano Giannetti
  Cc: suspend-devel, ACPI Devel Maling List, Alexey Starikovskiy

Greetings,

On Friday, 12 October 2007 23:30, Romano Giannetti wrote:
> Hi,
> 
> 	I have a strange problem. I am running 2.6.23 on a toshiba satellite
> 2.6.23, I use s2ram to suspend and echo disk > ... to hibernate. System
> is ubuntu Feisty.
> 
> 	Now, both s2ram -f -p -m and hibernte works ok, but after resuming from
> hibernation, the fan of the laptop seems never to start again (it is ok
> after resuming from s2ram). I rebooted the system now (it arrived at 80
> celsius without starting the fan, normally it starts at 60) because I do
> not want to have a fried laptop...

Sure.

> 	Any hints? I tried to rmmod/insmod again fan.ko but it didn't help.

You can try to reload the processor modules after the resume, if possible.

Anyway, this seems to be an ACPI-related issue, so I'm CCing linux-acpi and
Alex.

Did it work correctly with any of the previous kernels?

Greetings,
Rafael

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

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

* Re: Fan not working after hibernate but ok after s2ram?
  2007-10-12 22:07 ` Fan not working after hibernate but ok after s2ram? Rafael J. Wysocki
@ 2007-10-12 22:38   ` Alexey Starikovskiy
  2007-10-13 10:06     ` [Suspend-devel] " Rafael J. Wysocki
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Starikovskiy @ 2007-10-12 22:38 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: suspend-devel, ACPI Devel Maling List

Rafael J. Wysocki wrote:
> Greetings,
> 
> On Friday, 12 October 2007 23:30, Romano Giannetti wrote:
>> Hi,
>>
>> 	I have a strange problem. I am running 2.6.23 on a toshiba satellite
>> 2.6.23, I use s2ram to suspend and echo disk > ... to hibernate. System
>> is ubuntu Feisty.
>>
>> 	Now, both s2ram -f -p -m and hibernte works ok, but after resuming from
>> hibernation, the fan of the laptop seems never to start again (it is ok
>> after resuming from s2ram). I rebooted the system now (it arrived at 80
>> celsius without starting the fan, normally it starts at 60) because I do
>> not want to have a fried laptop...
> 
> Sure.
> 
>> 	Any hints? I tried to rmmod/insmod again fan.ko but it didn't help.
There is 3 patch series in linux-acpi mail list, which might be related:
[PATCH 1/3] ACPI: power: don't cache power resource state
[PATCH 2/3] ACPI: Fan: fan device does not need own structure
[PATCH 3/3] ACPI: Fan: Drop force_power_state acpi_device option

Alex.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

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

* Re: [Suspend-devel] Fan not working after hibernate but ok after s2ram?
  2007-10-13 10:06     ` [Suspend-devel] " Rafael J. Wysocki
@ 2007-10-13  9:58       ` Alexey Starikovskiy
  2007-10-13 10:34         ` Rafael J. Wysocki
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Starikovskiy @ 2007-10-13  9:58 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Romano Giannetti, suspend-devel, ACPI Devel Maling List

Rafael J. Wysocki wrote:
> On Saturday, 13 October 2007 00:38, Alexey Starikovskiy wrote:
>> Rafael J. Wysocki wrote:
>>> Greetings,
>>>
>>> On Friday, 12 October 2007 23:30, Romano Giannetti wrote:
>>>> Hi,
>>>>
>>>> 	I have a strange problem. I am running 2.6.23 on a toshiba satellite
>>>> 2.6.23, I use s2ram to suspend and echo disk > ... to hibernate. System
>>>> is ubuntu Feisty.
>>>>
>>>> 	Now, both s2ram -f -p -m and hibernte works ok, but after resuming from
>>>> hibernation, the fan of the laptop seems never to start again (it is ok
>>>> after resuming from s2ram). I rebooted the system now (it arrived at 80
>>>> celsius without starting the fan, normally it starts at 60) because I do
>>>> not want to have a fried laptop...
>>> Sure.
>>>
>>>> 	Any hints? I tried to rmmod/insmod again fan.ko but it didn't help.
>> There is 3 patch series in linux-acpi mail list, which might be related:
>> [PATCH 1/3] ACPI: power: don't cache power resource state
>> [PATCH 2/3] ACPI: Fan: fan device does not need own structure
>> [PATCH 3/3] ACPI: Fan: Drop force_power_state acpi_device option
> 
> Do they apply on top of vanilla 2.6.23?
They do.

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

* Re: [Suspend-devel] Fan not working after hibernate but ok after s2ram?
  2007-10-12 22:38   ` Alexey Starikovskiy
@ 2007-10-13 10:06     ` Rafael J. Wysocki
  2007-10-13  9:58       ` Alexey Starikovskiy
  0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2007-10-13 10:06 UTC (permalink / raw)
  To: Alexey Starikovskiy
  Cc: Romano Giannetti, suspend-devel, ACPI Devel Maling List

On Saturday, 13 October 2007 00:38, Alexey Starikovskiy wrote:
> Rafael J. Wysocki wrote:
> > Greetings,
> > 
> > On Friday, 12 October 2007 23:30, Romano Giannetti wrote:
> >> Hi,
> >>
> >> 	I have a strange problem. I am running 2.6.23 on a toshiba satellite
> >> 2.6.23, I use s2ram to suspend and echo disk > ... to hibernate. System
> >> is ubuntu Feisty.
> >>
> >> 	Now, both s2ram -f -p -m and hibernte works ok, but after resuming from
> >> hibernation, the fan of the laptop seems never to start again (it is ok
> >> after resuming from s2ram). I rebooted the system now (it arrived at 80
> >> celsius without starting the fan, normally it starts at 60) because I do
> >> not want to have a fried laptop...
> > 
> > Sure.
> > 
> >> 	Any hints? I tried to rmmod/insmod again fan.ko but it didn't help.
> There is 3 patch series in linux-acpi mail list, which might be related:
> [PATCH 1/3] ACPI: power: don't cache power resource state
> [PATCH 2/3] ACPI: Fan: fan device does not need own structure
> [PATCH 3/3] ACPI: Fan: Drop force_power_state acpi_device option

Do they apply on top of vanilla 2.6.23?

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

* Re: Fan not working after hibernate but ok after s2ram?
  2007-10-13  9:58       ` Alexey Starikovskiy
@ 2007-10-13 10:34         ` Rafael J. Wysocki
  2007-10-14 11:09           ` [Suspend-devel] Fan not working after hibernate but ok afters2ram? Romano Giannetti
  0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2007-10-13 10:34 UTC (permalink / raw)
  To: Alexey Starikovskiy, Romano Giannetti
  Cc: suspend-devel, ACPI Devel Maling List

On Saturday, 13 October 2007 11:58, Alexey Starikovskiy wrote:
> Rafael J. Wysocki wrote:
> > On Saturday, 13 October 2007 00:38, Alexey Starikovskiy wrote:
> >> Rafael J. Wysocki wrote:
> >>> Greetings,
> >>>
> >>> On Friday, 12 October 2007 23:30, Romano Giannetti wrote:
> >>>> Hi,
> >>>>
> >>>> 	I have a strange problem. I am running 2.6.23 on a toshiba satellite
> >>>> 2.6.23, I use s2ram to suspend and echo disk > ... to hibernate. System
> >>>> is ubuntu Feisty.
> >>>>
> >>>> 	Now, both s2ram -f -p -m and hibernte works ok, but after resuming from
> >>>> hibernation, the fan of the laptop seems never to start again (it is ok
> >>>> after resuming from s2ram). I rebooted the system now (it arrived at 80
> >>>> celsius without starting the fan, normally it starts at 60) because I do
> >>>> not want to have a fried laptop...
> >>> Sure.
> >>>
> >>>> 	Any hints? I tried to rmmod/insmod again fan.ko but it didn't help.
> >> There is 3 patch series in linux-acpi mail list, which might be related:
> >> [PATCH 1/3] ACPI: power: don't cache power resource state
> >> [PATCH 2/3] ACPI: Fan: fan device does not need own structure
> >> [PATCH 3/3] ACPI: Fan: Drop force_power_state acpi_device option
> > 
> > Do they apply on top of vanilla 2.6.23?
> They do.

OK, thanks.

Romano, the patches are here:

http://www.sisk.pl/kernel/hibernation_and_suspend/2.6.23/patches/38-ACPI-power-don_t-cache-power-resource-state.patch
http://www.sisk.pl/kernel/hibernation_and_suspend/2.6.23/patches/39-ACPI-Fan-fan-device-does-not-need-own-structure.patch
http://www.sisk.pl/kernel/hibernation_and_suspend/2.6.23/patches/40-Fan-Drop-force_power_state-acpi_device-option.patch

Can you please apply them on top of 2.6.23 and see if that helps?

Greetings,
Rafael

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

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

* Re: [Suspend-devel] Fan not working after hibernate but ok afters2ram?
  2007-10-13 10:34         ` Rafael J. Wysocki
@ 2007-10-14 11:09           ` Romano Giannetti
  0 siblings, 0 replies; 6+ messages in thread
From: Romano Giannetti @ 2007-10-14 11:09 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Alexey Starikovskiy, suspend-devel, ACPI Devel Maling List

On Sat, 2007-10-13 at 12:34 +0200, Rafael J. Wysocki wrote:
> O
> OK, thanks.
>
> Romano, the patches are here:
>
> http://www.sisk.pl/kernel/hibernation_and_suspend/2.6.23/patches/38-ACPI-power-don_t-cache-power-resource-state.patch
> http://www.sisk.pl/kernel/hibernation_and_suspend/2.6.23/patches/39-ACPI-Fan-fan-device-does-not-need-own-structure.patch
> http://www.sisk.pl/kernel/hibernation_and_suspend/2.6.23/patches/40-Fan-Drop-force_power_state-acpi_device-option.patch
>
> Can you please apply them on top of 2.6.23 and see if that helps?

Will try as soon as I have half an hour. Unfortunately, I have to
prepare a lt of classes for tomorrow; I'll see if I can find a little
spot... thanks so much. I will be back asap.

Romano



--
La presente comunicación tiene carácter confidencial y es para el exclusivo uso del destinatario indicado en la misma. Si Ud. no es el destinatario indicado, le informamos que cualquier forma de distribución, reproducción o uso de esta comunicación y/o de la información contenida en la misma están estrictamente prohibidos por la ley. Si Ud. ha recibido esta comunicación por error, por favor, notifíquelo inmediatamente al remitente contestando a este mensaje y proceda a continuación a destruirlo. Gracias por su colaboración.

This communication contains confidential information. It is for the exclusive use of the intended addressee. If you are not the intended addressee, please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited by law. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy this message. Thank you for your cooperation.

-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2007-10-14 11:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1192224624.7038.9.camel@rukbat>
2007-10-12 22:07 ` Fan not working after hibernate but ok after s2ram? Rafael J. Wysocki
2007-10-12 22:38   ` Alexey Starikovskiy
2007-10-13 10:06     ` [Suspend-devel] " Rafael J. Wysocki
2007-10-13  9:58       ` Alexey Starikovskiy
2007-10-13 10:34         ` Rafael J. Wysocki
2007-10-14 11:09           ` [Suspend-devel] Fan not working after hibernate but ok afters2ram? Romano Giannetti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.