https://bugzilla.novell.com/show_bug.cgi?id=807996 https://bugzilla.novell.com/show_bug.cgi?id=807996#c1 Robert Milasan <rmilasan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|bnc-team-screening@forge.pr |vdziewiecki@suse.com |ovo.novell.com | --- Comment #1 from Robert Milasan <rmilasan@suse.com> 2013-03-07 18:53:53 UTC --- Seems to be related to /usr/lib/pm-utils/sleep.d/80acpi-fan. The script itself it works, but /proc/acpi/fan/*/state doesn't exist: piggy:~ # ls -l /proc/acpi/ total 0 dr-xr-xr-x 3 root root 0 Mar 7 20:52 ac_adapter dr-xr-xr-x 3 root root 0 Mar 7 20:52 battery dr-xr-xr-x 3 root root 0 Mar 7 20:52 button -r-------- 1 root root 0 Mar 7 20:52 event -rw-r--r-- 1 root root 0 Mar 7 20:52 wakeup and has been move to /sys: /sys/devices/virtual/thermal/cooling_device*/cur_state If I run: for i in /sys/devices/virtual/thermal/cooling_device*/cur_state; do echo 0 > $i; done after the laptop has came back from suspend, it will stop the fans and everything works as expected. Maybe /usr/lib/pm-utils/sleep.d/80acpi-fan script should be modified to suppose also /sys. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.