[Pm-utils] sometimes on resume, fan very loud until power off

Peter Jones pjones at redhat.com
Tue Nov 28 15:03:31 PST 2006


On Tue, 2006-11-28 at 21:05 +0100, Holger Macht wrote:

> > OK, we're both wrong.  Hibernate is the *only* place we do this, and we
> > do it for all CPUs.
> > 
> > So maybe John's problem indicates that we should be doing this on
> > suspend/resume as well.
> 
> Oh, yes, I mixed it up ;-) What I wanted to say and what I've already in
> my local pm-utils is the following:
> 
> --- pm/hooks/94cpufreq	2006-10-23 17:19:54.000000000 +0200
> +++ /etc/pm/hooks/94cpufreq	2006-11-28 21:04:19.000000000 +0100
> @@ -31,10 +31,10 @@
>  }
>  
>  case "$1" in
> -	hibernate)
> +	suspend|hibernate)
>  		hibernate_cpufreq
>  		;;
> -	thaw)
> +	resume|thaw)
>  		thaw_cpufreq
>  		;;
>  	*)

Yep, that's exactly what I changed as well.  Committed now.
-- 
  Peter



More information about the Pm-utils mailing list