[Bug 77370] Re: Laptop Fan always on after resume from suspend to RAM

Akdo menoft at hotmail.com
Fri Feb 12 22:25:20 UTC 2010


sorry for the missposting !

Hi, there is a mistake on script.

The fact is that you cannot put on the fan 2 before doing the 3 one on !

And please dont create files !
So you must follow some rules :

#!/bin/sh
#

case "$1" in
 hibernate|suspend)
  # Stopping is not required.
  ;;
 thaw|resume)

# Because the noise is caused by the FAN3, don't touch to the others !
          echo -n 3 > /proc/acpi/fan/FAN3/state; # disable
          echo -n 0 > /proc/acpi/fan/FAN3/state; # enable again
   done
  ;;
 *) exit $NA
  ;;
esac


It works fine with me !

-- 
Laptop Fan always on after resume from suspend to RAM
https://bugs.launchpad.net/bugs/77370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list