On Mon, 2002-09-09 at 17:59, Derek Broughton wrote: > Martin wrote: > > > btw: for all that don't have suspend-to-disk capabilities, there is > > the swsusp patch[1], although 2.4.10 seems to be the last 2.4.x kernel > > that's included. > > > > 1. http://falcon.sch.bme.hu/~seasons/linux/swsusp.html > > > > have people experimented with this patch? > > That's out of date. swsusp has definitely been patched to 2.4.18 and there > are alpha patches for 2.4.19 > > http://fchabaud.free.fr/English/default.php3?COUNT=3&FILE0=Tricks&FILE1=Lapt > op&FILE2=Swsusp > > I believe swsusp is integrated (with ACPI) into 2.5.x kernels. > > derek >
If you´re using a 2.4.xx kernel have a go at the swsusp patch!! it usesregular swapspace to hibernate and works perfectly stable on my system. it is implemented in the development 2.5.xx kernel tree. it has two known problems: one is pcmcia cards and the other is gpm. and it can´t be called from within X safely although it doesn´t matter if X is running as long as its called from the Console (or VT of course). but all of these issues can be handled by a 10 line shell script doing chvt 1, gpm stop, pcmcia stop, then calls swsusp and then starts everything again and chvt 7. you´ll have to recompile though because it obviously wouldn´t work as a module. can´t remember the URL but google swsusp should do. greets Benny

