Reference from: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/77370

/etc/pm/sleep.d/cpu-fan:

#!/bin/sh

case $1 in
     suspend|suspend_hybrid|hibernate)
        ;;
     resume|thaw)
        # No need to do anything here, kernel unsuspends USB devices
        echo -n "1" > /sys/devices/virtual/thermal/cooling_device11/cur_state
        sleep 10
        echo -n "0" > /sys/devices/virtual/thermal/cooling_device11/cur_state
        ;;
esac





indexes/hp_and_cpu_fan_constantly_on_after_resume.txt · Last modified: 2011/10/15 19:52 by domingo
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki