Package: pm-utils Version: 1.2.4-2 Severity: normal Hi there, suspend (to memory or to disk) recently stopped working (via the gnome applet or from command line as pm-suspend). The time it stopped working was around the time the new version 1.2.4 arrived, so I figure it might be a problem with the new version (unless some kernel module has started misbehaving).
Before, suspend to ram or disk would work if I added the extra script /etc/pm/sleep.d/00CPU: . "${PM_FUNCTIONS}" case "$1" in hibernate|suspend) for i in /sys/devices/system/cpu/cpu*/online ; do echo 0 >$i done ;; thaw|resume) sleep 10 # run with one core for 10 secs for i in /sys/devices/system/cpu/cpu*/online ; do echo 1 >$i done ;; *) ;; esac (from http://www.thinkwiki.org/wiki/Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_Thinkpad_T400#Suspend.2FHibernate something about getting both CPUs in an Intel Dual Core2 on Lenovo T400 to sleep) Without that script, the laptop would fail to resume (would freeze upon resuming). Now however, with or without that script, when I trigger a suspend from the gnome applet, the screen blanks out, but then after a few seconds gnome comes back again with the screensaver locked screen. If I run pm-suspend from the command line, nothing happens at al. At the same time suspend works fine at the moment via "echo -n {mem,disk} | sudo tee /sys/power/state", suspending to ram or disk respectively. What is pm-utils trying to do that's not using /sys/power/state, and what might have changed from the earlier version? Let me know what further tests or information you need. Drew -- System Information: Debian Release: 5.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.28.4 (SMP w/2 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages pm-utils depends on: ii console-tools 1:0.2.3dbs-65.1 Linux console and font utilities ii powermgmt-base 1.30+nmu1 Common utils and configs for power Versions of packages pm-utils recommends: ii hal 0.5.11-8 Hardware Abstraction Layer ii radeontool 1.5-5 utility to control ATI Radeon back ii uswsusp 0.8-1.1 tools to use userspace software su ii vbetool 1.1-2 run real-mode video BIOS code to a Versions of packages pm-utils suggests: ii cpufrequtils 004-2 utilities to deal with the cpufreq -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org