On Wed, Jan 07, 2004 at 11:35:47PM +0100, Frank Becker wrote:
Hat von Euch mal jemand das software suspend hinbekommen?
ja, ich. Benutze ich täglich:
susi:~ # cat /root/bin/suspend.sh #!/bin/bash # seife 12/2003 # simple software-suspend script, argument: ACPI power state to # enter, default is 4 and this is probably the only one which # will work. declare -i SUSP SUSP=${1:-4} echo $SUSP rchotplug stop rmmod hid uhci_hcd ohci_hcd ehci_hcd usbcore raw1394 ohci1394 ieee1394 rmmod thermal # otherwise sometimes the fan goes nuts on my machine rcpcmcia stop sync blockdev --flushbufs /dev/hda #rcxntpd status && hwclock --systohc echo $SUSP > /proc/acpi/sleep hwclock --hctosys rcpcmcia start rchotplug start modprobe thermal
# note: sometimes the cardmgr goes nuts after a suspend/resume and has # to be "kill -9"-ed
susi:~ #
mein Kernel ist ein 2.6-er suse-Kernel
seife@susi:~> rpm -qi kernel-default-26 Name : kernel-default-26 Relocations: (not relocateable) Version : 2.6.0 Vendor: SuSE Linux AG, Nuernberg, Germany Release : 0 Build Date: Do 18 Dez 2003 15:05:50 CET Install date: Do 18 Dez 2003 16:10:07 CET Build Host: G6.suse.de Group : System/Kernel Source RPM: kernel-default-26-2.6.0-0.src.rpm Size : 37640266 License: GPL Signature : (none) Packager : http://www.suse.de/feedback Summary : The standard kernel Description : The standard kernel. Distribution: SUSE LINUX 9.0.1 (i586) seife@susi:~>
Hab es auf einem PIII Notebook und einem neuen Athlon probiert, aber die Kisten sind nie richtig aufgewacht (suspend to mem und disk).
mit "echo -n disk > /sys/power/..." gehts bei mir auch nicht. Suspend to RAM (ACPI S3) wird vermutlich nicht funktionieren, das wird auch in naher Zukunft nicht anders werden.