OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => User Request for Applications => Topic started by: rolf on October 17, 2006, 07:34:39 am
-
Hi,
I was wondering if it was possible to program something similar to the hibernate command for Linux computers. hibernate saves the state of RAM and stores it on the swap partition AFAIK. In any case, when the computer is awoken from this hibernate state it boots up, recognizes the hibernate file being present and restores the session.
This makes it possible for example to hibernate a laptop, switch the battery and turn it back on without loosing any work (even stuff that is not saved). Shouldn't it be possible to have something similar for the Z?
Hibernate is just a bash script on the desktop. Despite looking at it I was unable to find out exactly what command it is that invokes the hibernation and if that command is already present for the Z.
Regards
Rolf
-
See this page for a comparison of the 3 methods: http://www.suspend2.net/features (http://www.suspend2.net/features)
Is this really very useful as the battery life of a Zaurus is fairly reasonable? I could see that perhaps it could be used to automatically save state if you forget to charge the battery.
Nevertheless, it's an interesting thought/project.
Si
-
> Is this really very useful as the battery life of a Zaurus is fairly reasonable?
Not for the collie. Which is why I was asking.
> http://www.suspend2.net/features (http://www.suspend2.net/features)
Thank you for the link. Alas, it only talks about 2.6 which again creates problems for the collie.
There was somebody from China on IRC yesterday that was interested in this. Let's see how this develops.
-
Well I assume there were solutions/patches available for the 2.4.x kernels, try some googling. For example there's this: http://www.suspend2.net/oldnews#final24release (http://www.suspend2.net/oldnews#final24release)
Si
-
Thank you again, lardman. So this is just an issue of recompiling the kernel? Fair enough.
-
just
I don't think ARM was on the list of supported processor types, therefore it'll be more a case of patching the kernel, which may be more difficult. I don't know how the suspend stuff hooks in so I can't comment on how difficult it'd be.
Si
-
I might be wrong here but I thought the hibernate stuff required the APIC functionality on the MB ?
-
I might be wrong here but I thought the hibernate stuff required the APIC functionality on the MB ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=144271\"][{POST_SNAPBACK}][/a][/div]
You're forgetting that x86 is an ugly architecture that wasn't designed for power-efficiency. Suspend-to-disk requires only some help from the bootloader and kernel on ARM.
-
Suspend-to-disk requires only some help from the bootloader and kernel on ARM.
What kind of help would that be exactly?
-
Look here:
http://tree.celinuxforum.org/CelfPubWiki/SuspendToDiskForARM (http://tree.celinuxforum.org/CelfPubWiki/SuspendToDiskForARM)
Arm patches for 2.6.14
I didn't try because I use 2.6.21 kernel.