* [WISHLIST] Addition of suspend patch into 2.5?
@ 2001-02-20 3:32 Shawn Starr
2001-02-22 20:43 ` Pavel Machek
0 siblings, 1 reply; 7+ messages in thread
From: Shawn Starr @ 2001-02-20 3:32 UTC (permalink / raw)
To: lkm
Any idea if suspend/hybernation will be in future kernels?
Shawn.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [WISHLIST] Addition of suspend patch into 2.5?
2001-02-20 3:32 [WISHLIST] Addition of suspend patch into 2.5? Shawn Starr
@ 2001-02-22 20:43 ` Pavel Machek
2001-03-29 7:54 ` Robert-Velisav MICIOVICI
0 siblings, 1 reply; 7+ messages in thread
From: Pavel Machek @ 2001-02-22 20:43 UTC (permalink / raw)
To: Shawn Starr, lkm
Hi!
> Any idea if suspend/hybernation will be in future kernels?
I'd like it included, too. Some toshiba laptops support sleep but not
suspend, and battery runs out within few hours if it was low before
suspend. That's bad.
And the patch was pretty clean last time I checked.
Pavel
--
I'm pavel@ucw.cz. "In my country we have almost anarchy and I don't care."
Panos Katsaloulis describing me w.r.t. patents at discuss@linmodems.org
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [WISHLIST] Addition of suspend patch into 2.5?
2001-02-22 20:43 ` Pavel Machek
@ 2001-03-29 7:54 ` Robert-Velisav MICIOVICI
2001-03-29 17:29 ` Shawn Starr
2001-04-02 14:40 ` Pavel Machek
0 siblings, 2 replies; 7+ messages in thread
From: Robert-Velisav MICIOVICI @ 2001-03-29 7:54 UTC (permalink / raw)
To: linux-kernel
Just a small adition to the 2.5 whislist:
Is "hibernation" on linux possible? Ideally it should write out on the /
running on ext2fs and the new journaling fs's like reiserfs, xfs, etx3 etc
and not some special filesystem or unpartiotioned space etc. I mean that
this should be working without the need to repartiotion/reinstall.
This is something **very** useful for laptop owners, not having to shut
down (all) applications when need to grab the laptop and travel.
Id' like to see this working nice in 2.6.
Best regards,
r
On Thu, 22 Feb 2001, Pavel Machek wrote:
> Date: Thu, 22 Feb 2001 21:43:08 +0100
> From: Pavel Machek <pavel@suse.cz>
> To: Shawn Starr <spstarr@sh0n.net>, lkm <linux-kernel@vger.kernel.org>
> Subject: Re: [WISHLIST] Addition of suspend patch into 2.5?
>
> Hi!
>
> > Any idea if suspend/hybernation will be in future kernels?
>
> I'd like it included, too. Some toshiba laptops support sleep but not
> suspend, and battery runs out within few hours if it was low before
> suspend. That's bad.
>
> And the patch was pretty clean last time I checked.
> Pavel
> --
> I'm pavel@ucw.cz. "In my country we have almost anarchy and I don't care."
> Panos Katsaloulis describing me w.r.t. patents at discuss@linmodems.org
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [WISHLIST] Addition of suspend patch into 2.5?
2001-03-29 7:54 ` Robert-Velisav MICIOVICI
@ 2001-03-29 17:29 ` Shawn Starr
2001-04-02 14:42 ` Pavel Machek
2001-04-02 14:40 ` Pavel Machek
1 sibling, 1 reply; 7+ messages in thread
From: Shawn Starr @ 2001-03-29 17:29 UTC (permalink / raw)
To: Robert-Velisav MICIOVICI; +Cc: linux-kernel
Not only for laptops :)
It's nice for PCs too also.
On Thu, 29 Mar 2001, Robert-Velisav MICIOVICI wrote:
>
> Just a small adition to the 2.5 whislist:
> Is "hibernation" on linux possible? Ideally it should write out on the /
> running on ext2fs and the new journaling fs's like reiserfs, xfs, etx3 etc
> and not some special filesystem or unpartiotioned space etc. I mean that
> this should be working without the need to repartiotion/reinstall.
> This is something **very** useful for laptop owners, not having to shut
> down (all) applications when need to grab the laptop and travel.
> Id' like to see this working nice in 2.6.
>
> Best regards,
> r
>
> On Thu, 22 Feb 2001, Pavel Machek wrote:
>
> > Date: Thu, 22 Feb 2001 21:43:08 +0100
> > From: Pavel Machek <pavel@suse.cz>
> > To: Shawn Starr <spstarr@sh0n.net>, lkm <linux-kernel@vger.kernel.org>
> > Subject: Re: [WISHLIST] Addition of suspend patch into 2.5?
> >
> > Hi!
> >
> > > Any idea if suspend/hybernation will be in future kernels?
> >
> > I'd like it included, too. Some toshiba laptops support sleep but not
> > suspend, and battery runs out within few hours if it was low before
> > suspend. That's bad.
> >
> > And the patch was pretty clean last time I checked.
> > Pavel
> > --
> > I'm pavel@ucw.cz. "In my country we have almost anarchy and I don't care."
> > Panos Katsaloulis describing me w.r.t. patents at discuss@linmodems.org
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
> >
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [WISHLIST] Addition of suspend patch into 2.5?
2001-03-29 7:54 ` Robert-Velisav MICIOVICI
2001-03-29 17:29 ` Shawn Starr
@ 2001-04-02 14:40 ` Pavel Machek
2001-04-05 22:34 ` Mikulas Patocka
1 sibling, 1 reply; 7+ messages in thread
From: Pavel Machek @ 2001-04-02 14:40 UTC (permalink / raw)
To: Robert-Velisav MICIOVICI; +Cc: linux-kernel
Hi!
> Just a small adition to the 2.5 whislist:
> Is "hibernation" on linux possible? Ideally it should write out on the /
I just said it is. However you definitely do not want to write it onto
filesystem -- that's much too hard. But you can write it to the swap space,
and that's exactly what the patch does.
> running on ext2fs and the new journaling fs's like reiserfs, xfs, etx3 etc
> and not some special filesystem or unpartiotioned space etc. I mean that
> this should be working without the need to repartiotion/reinstall.
> This is something **very** useful for laptop owners, not having to shut
> down (all) applications when need to grab the laptop and travel.
> Id' like to see this working nice in 2.6.
>
> Best regards,
> r
>
> On Thu, 22 Feb 2001, Pavel Machek wrote:
>
> > Date: Thu, 22 Feb 2001 21:43:08 +0100
> > From: Pavel Machek <pavel@suse.cz>
> > To: Shawn Starr <spstarr@sh0n.net>, lkm <linux-kernel@vger.kernel.org>
> > Subject: Re: [WISHLIST] Addition of suspend patch into 2.5?
> >
> > Hi!
> >
> > > Any idea if suspend/hybernation will be in future kernels?
> >
> > I'd like it included, too. Some toshiba laptops support sleep but not
> > suspend, and battery runs out within few hours if it was low before
> > suspend. That's bad.
> >
> > And the patch was pretty clean last time I checked.
> > Pavel
> > --
> > I'm pavel@ucw.cz. "In my country we have almost anarchy and I don't care."
> > Panos Katsaloulis describing me w.r.t. patents at discuss@linmodems.org
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
> >
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
Philips Velo 1: 1"x4"x8", 300gram, 60, 12MB, 40bogomips, linux, mutt,
details at http://atrey.karlin.mff.cuni.cz/~pavel/velo/index.html.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [WISHLIST] Addition of suspend patch into 2.5?
2001-03-29 17:29 ` Shawn Starr
@ 2001-04-02 14:42 ` Pavel Machek
0 siblings, 0 replies; 7+ messages in thread
From: Pavel Machek @ 2001-04-02 14:42 UTC (permalink / raw)
To: Shawn Starr; +Cc: Robert-Velisav MICIOVICI, linux-kernel
Hi!
> Not only for laptops :)
>
> It's nice for PCs too also.
And it is called sw_susp. So what about trying it, *NOW*?
--
Philips Velo 1: 1"x4"x8", 300gram, 60, 12MB, 40bogomips, linux, mutt,
details at http://atrey.karlin.mff.cuni.cz/~pavel/velo/index.html.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [WISHLIST] Addition of suspend patch into 2.5?
2001-04-02 14:40 ` Pavel Machek
@ 2001-04-05 22:34 ` Mikulas Patocka
0 siblings, 0 replies; 7+ messages in thread
From: Mikulas Patocka @ 2001-04-05 22:34 UTC (permalink / raw)
To: Pavel Machek; +Cc: Robert-Velisav MICIOVICI, linux-kernel
Hi!
> > Any idea if suspend/hybernation will be in future kernels?
>
> I'd like it included, too. Some toshiba laptops support sleep but not
> suspend, and battery runs out within few hours if it was low before
> suspend. That's bad.
>
> And the patch was pretty clean last time I checked.
> Pavel
Clean? I think it is impossible to write hibernation properly without
adding suspend/resume hooks to all drivers. And I doubt anybody is able to
do it.
If we don't rewrite all drivers, hibernation will be just a 'cool feature'
that doesn't work most time.
Mikulas
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2001-04-06 1:03 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-20 3:32 [WISHLIST] Addition of suspend patch into 2.5? Shawn Starr
2001-02-22 20:43 ` Pavel Machek
2001-03-29 7:54 ` Robert-Velisav MICIOVICI
2001-03-29 17:29 ` Shawn Starr
2001-04-02 14:42 ` Pavel Machek
2001-04-02 14:40 ` Pavel Machek
2001-04-05 22:34 ` Mikulas Patocka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox