does anybody know of a hibernate mode in linux (suspend to disk)? If there is, where? If there isn't, how hard is that to code? Eric
On Thursday 10 June 2004 2:53 pm, Martin, Eric wrote:
does anybody know of a hibernate mode in linux (suspend to disk)? If there is, where? If there isn't, how hard is that to code?
Eric
HI Eric, If its what I think it is, my laptop does it. Its part of the power management software (either APM or ACPI). Check it out to see if that functionality is supported on your computer. Andy -- Andy Stewart, Founder Worcester Linux Users' Group Worcester, MA USA http://www.wlug.org
On Thursday 10 June 2004 02:53 pm, Martin, Eric wrote:
does anybody know of a hibernate mode in linux (suspend to disk)? If there is, where? If there isn't, how hard is that to code?
my ppc laptop has suppport via the hardware in 2.6 ... there's also 'Software Suspend' and 'Suspend-to-Disk' support in 2.6 for all x86 machines ... -mike
On Thursday 10 June 2004 3:54 pm, Mike Frysinger wrote:
On Thursday 10 June 2004 02:53 pm, Martin, Eric wrote:
does anybody know of a hibernate mode in linux (suspend to disk)? If there is, where? If there isn't, how hard is that to code?
my ppc laptop has suppport via the hardware in 2.6 ... there's also 'Software Suspend' and 'Suspend-to-Disk' support in 2.6 for all x86 machines ... -mike
Note that my laptop is running a 2.6 kernel and that the hibernate mode works pretty well, actually! When the user invokes the hibernate mode (suspend to disk) the software writes its info into the swap file, and then the machine powers off. When the machine is later powered on and starts to boot, a parameter is passed to the kernel which tells it to look at the swap file. If the swap file has valid "hibernate info" in it, the machine will resume that state, otherwise it will perform a normal boot sequence. I'm pretty sure I'm using ACPI, which is (I believe) a more recent standard than APM. Check to see what your hardware supports. Later, Andy -- Andy Stewart, Founder Worcester Linux Users' Group Worcester, MA USA http://www.wlug.org
On Thursday 10 June 2004 05:29 pm, Andy Stewart wrote:
I'm pretty sure I'm using ACPI, which is (I believe) a more recent standard than APM. Check to see what your hardware supports.
it is ... it's just a matter of hoping the ACPI in your machine isnt broken, and if it is, that linux has support for working around it :) -mike
participants (3)
-
Andy Stewart
-
Martin, Eric
-
Mike Frysinger