laptop standby
Benjamin Roe
ben_ubuntu at benroe.com
Sat Oct 9 12:36:07 UTC 2004
Actually, I'd confused the old (2.4) and new (2.6) ways of doing it. You
have to echo the actual state you want:
echo "mem" > /sys/power/state
which now works fine on my laptop (suspending to memory). You shouldn't
need to add anything to your grub menu. Suspend to disk doesn't do
anything on my laptop yet though.
On Sat, 2004-10-09 at 14:26 +0200, VETSEL Patrice wrote:
> do "cat /sys/power/state"
>
> "standby mem disk" on my laptop. So 3 is to disk for me.
>
> What is the option to had to grub/menu ?
>
>
>
> Le samedi 09 octobre 2004 à 13:04 +0100, Benjamin Roe a écrit :
> > Try:
> >
> > echo -n "3" > /sys/power/state
> >
> > but I'd make sure to do a "sync" first, just in case it crashes. You can
> > see the supported sleep modes by echoing /sys/power/state. 3 is
> > suspend-to-ram, 4 is suspend to disk (IIRC) - check out
> >
> > http://acpi.sourceforge.net/documentation/sleep.html
> >
> > Ben
> >
> > On Sat, 2004-10-09 at 12:34 +0100, Eyal Oren wrote:
> > > hi,
> > >
> > > I have a laptop, acpi works fine (battery status, shutdown). I would like to put the laptop in standby, but apm -S
> > > doesn't work ('No APM support in kernel'); modprobe apm gives 'FATAL: Error inserting apm ... no such device'.
> > >
> > > Does anyone know what's wrong or what I should do to put my laptop in standby?
> > >
> >
> >
>
>
More information about the ubuntu-users
mailing list