You are not logged in.

#1 2010-05-18 08:52:04

thom_raindog
Member
Registered: 2008-04-29
Posts: 175

Hibernation

Regarding this article [wiki]Pm-utils#HAL_Method[/wiki]:

What kind of command is that supposed to be?

dbus-send --system --print-reply --dest=org.freedesktop.Hal \
/org/freedesktop/Hal/devices/computer \
org.freedesktop.Hal.Device.SystemPowerManagement.Suspend int32:0

Is that supposed to be that way?

I am trying to set up hibernating, but I can make no sense of that nor can my PC...

Last edited by thom_raindog (2010-05-18 08:52:18)

Offline

#2 2010-05-18 08:59:18

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Hibernation

I'd suggest the sudo method myself, as outlined in the following section of that wiki page. However, that is a valid command - check man dbus-send for more details. If you want help with it, you need to post some error messages or other meaningful details.

Offline

#3 2010-05-18 09:59:20

archman-cro
Member
From: Croatia
Registered: 2010-04-04
Posts: 943
Website

Re: Hibernation

Hmm, why not using pm-hibernate as root only? Or TuxOnIce? I've been using pm-utils for two weeks, but it's nowhere good as ice. smile

Offline

#4 2010-05-18 11:06:46

lymphatik
Member
From: Somewhere else
Registered: 2009-03-07
Posts: 119

Re: Hibernation

dbus-send --system --print-reply --dest=org.freedesktop.Hal \
/org/freedesktop/Hal/devices/computer \
org.freedesktop.Hal.Device.SystemPowerManagement.Suspend int32:0

This is the suspend method have a look at the end of the command it is written Suspend replace it with Hibernate and it should work without requiring sudo or changing file permission.

If you want to use this command just type it in a console and it should suspend your computer

Edit: it is actually specified in the wiki that you linked

Last edited by lymphatik (2010-05-18 11:09:52)

Offline

Board footer

Powered by FluxBB