Find the answer to your Linux question:
Results 1 to 2 of 2
Hi everybody! I am using Debian Etch (amd64) on my desktop PC. My question is: How do I get suspend/hibernate working properly? Also, how can I have these suspend buttons ...
  1. #1
    Just Joined!
    Join Date
    Jun 2006
    Posts
    5

    Question Debian Etch - Suspend/Hibernate (in KDE)

    Hi everybody!

    I am using Debian Etch (amd64) on my desktop PC. My question is: How do I get suspend/hibernate working properly? Also, how can I have these suspend buttons in the "Log Out" dialog of KDE?

    Before Debian I was running SUSE and there I had a suspend to disk/ram option in KDE's "Log Out" dialog. I have also used Ubuntu (Dapper) for a couple of days and its GNOME "Log Out" dialog also had hibernate/suspend options.
    Have the SUSE guys added this functionality themselves or is it normally present in KDE but somehow not detected/available on my machine?

    I know that my hardware is capable of doing suspend. I just don't know how to configure it properly. I read somewhere about some scripts and configuration files... but didn't really understand how to configure it.


    Code:
    $ cat /sys/power/state
    standby mem disk
    If I try (as root) to write 'disk' or 'mem' to /sys/power/state, the computer suspends but cannot be restored afterwards. So I guess there's something about the hardware that needs to be configured.

    Hope someone helps.

    Thanks!

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Suse and Ubuntu applied special patches to the kernel in order to make suspend/hibernate work better. Also, they use special scripts to suspend/hibernate the computer (other then just the simple echo -n "mem" > /sys/power/state).

    If you are to use the suspend/hibernate fonctionnality, it is very well possible that it won't work correctly unless you use a patched suspend2 kernel, with a custom made suspend script, like this one :
    http://www.linux.com/article.pl?sid=06/05/24/1716222
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •