Re: [ACPI-sppt] Gericom Masterpiece suspend/resume problem

Arndt Schoenewald <[email protected]>
Newsgroups gmane.linux.acpi.support
Organization Quelltext AG (http://www.quelltext-ag.de), Dortmund, DE
Message-ID <[email protected]>
On Thu, Jun 12, 2003 at 10:54:29AM +0100, Johan VAUCOURT wrote:
> Hello,
> 
> I've got a Gericom Masterpiece notebook with a debian sid installed. My
> kernel is 2.4.20 patched with acpi-12122002.
> At boot ACPI loads fine, but when I try to put it in sleep mode (echo 1 >
> /proc/acpi/sleep) the machine freeze. (The LCD screen doesn't power off,
> and It can't suspend.) The system responds only to the power button. (it
> halts.)

Hi Johan,

what you describe may in fact be the "normal" behaviour of S1 on this
machine. I have a Gericom 1st Supersonic M6-T, and it behaves the same:
fan and display backlight stay on, power button wakes it up, but the
system does in fact consume 30% less power. My machine uses a ATI Mobile
Radeon M6, so I use "radeontool" from http://fdd.com/software/radeon/ to
turn the display off, and "hdparm" to spin down the harddisk, so S1 is
in fact useful for me, e.g. to transport the system over short distances
without powering it down.

The fact that your machine shuts down when you try to wake it up may be
because you have "acpid" running; it seems to notice the press of the
power button when the machine is back up and thinks you want the system
halted. That's why I got rid of acpid (I am also running Debian sid).

Arndt

BTW, I use the following little script called "s1sleep" to enter S1:

#!/bin/sh

hwclock --systohc
rmmod -a; rmmod -a; rmmod -a
sync; sync; sync
/usr/local/sbin/radeontool light off
sleep 1
hdparm -q -y /dev/hda

echo -n "S1Sleep at: "; date
echo >/proc/acpi/sleep 1
/usr/local/sbin/radeontool light on
hwclock --hctosys 
echo -n "Woke up at: "; date

-- 
Arndt Schoenewald <[email protected]>, Software Developer
Quelltext AG (http://www.quelltext-ag.de), Dortmund, Germany


-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.