Re: [Suspend-devel] Suspend info for Compaq R3000z

2006-09-20 Thread Stefan Seyfried
Hi, On Thu, Sep 21, 2006 at 01:36:24AM -0400, Arthur Peters wrote: > I have a Compaq R3000z and I have found that it does suspend and resume > properly when I use "./s2ram -f -s -p". Also I am using the most resent > Ubuntu Edgy (development version) kernel > (linux-image-2.6.17-8-genericversion

[Suspend-devel] Suspend info for Compaq R3000z

2006-09-20 Thread Arthur Peters
I have a Compaq R3000z and I have found that it does suspend and resume properly when I use "./s2ram -f -s -p". Also I am using the most resent Ubuntu Edgy (development version) kernelĀ  (linux-image-2.6.17-8-generic version 2.6.17-8.22). I think it has some IDE resume patches that prevent IDE fro

Re: [Suspend-devel] s2ram

2006-09-20 Thread Benjamin A. Okopnik
On Thu, Sep 21, 2006 at 01:11:14AM +0200, Carl-Daniel Hailfinger wrote: > Benjamin A. Okopnik wrote: > > On Wed, Sep 20, 2006 at 07:56:52PM +0200, Stefan Seyfried wrote: > >> What video card does this machine have? > > > > [EMAIL PROTECTED]:~$ lspci|grep VGA > > 01:00.0 VGA compatible controller:

Re: [Suspend-devel] s2ram

2006-09-20 Thread Benjamin A. Okopnik
On Wed, Sep 20, 2006 at 08:55:24PM +0200, Rafael J. Wysocki wrote: > > On Tue, Sep 19, 2006 at 12:06:58AM -0400, Benjamin A. Okopnik wrote: > > > > > > -- > > > sys_vendor = "Acer" > > > sys_product = "Aspire 2010" > > >

Re: [Suspend-devel] s2ram

2006-09-20 Thread Benjamin A. Okopnik
On Thu, Sep 21, 2006 at 01:11:14AM +0200, Carl-Daniel Hailfinger wrote: > Benjamin A. Okopnik wrote: > > On Wed, Sep 20, 2006 at 07:56:52PM +0200, Stefan Seyfried wrote: > >> What video card does this machine have? > > > > [EMAIL PROTECTED]:~$ lspci|grep VGA > > 01:00.0 VGA compatible controller:

Re: [Suspend-devel] s2ram

2006-09-20 Thread Carl-Daniel Hailfinger
Benjamin A. Okopnik wrote: > On Wed, Sep 20, 2006 at 07:56:52PM +0200, Stefan Seyfried wrote: >> What video card does this machine have? > > [EMAIL PROTECTED]:~$ lspci|grep VGA > 01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility > Radeon 9600 M10] Ahem. I have the same card

Re: [Suspend-devel] s2ram

2006-09-20 Thread Benjamin A. Okopnik
On Wed, Sep 20, 2006 at 07:56:52PM +0200, Stefan Seyfried wrote: > Hi, > > i have taken the suspend-devel mailing list into CC, maybe somebody over > there has an idea. That seems like an implicit bit of advice :), so I've just joined the list. Thanks! > On Tue, Sep 19, 2006 at 12:06:58AM -0400

Re: [Suspend-devel] s2ram

2006-09-20 Thread Rafael J. Wysocki
On Wednesday, 20 September 2006 19:56, Stefan Seyfried wrote: > Hi, > > i have taken the suspend-devel mailing list into CC, maybe somebody over > there has an idea. > > On Tue, Sep 19, 2006 at 12:06:58AM -0400, Benjamin A. Okopnik wrote: > > Hi - > > > > Here's a record of my tests of 's2ram' -

Re: [Suspend-devel] s2ram

2006-09-20 Thread Stefan Seyfried
Hi, i have taken the suspend-devel mailing list into CC, maybe somebody over there has an idea. On Tue, Sep 19, 2006 at 12:06:58AM -0400, Benjamin A. Okopnik wrote: > Hi - > > Here's a record of my tests of 's2ram' - hope you find it useful! > > -

Re: [Suspend-devel] Don't make /dev/snapshot patch

2006-09-20 Thread Tim Dijkstra
On Wed, 20 Sep 2006 14:38:53 +0200 Pavel Machek <[EMAIL PROTECTED]> wrote: > On Wed 2006-09-20 14:20:19, Stefan Seyfried wrote: > > On Wed, Sep 20, 2006 at 02:12:30PM +0200, Tim Dijkstra wrote: > > > > > But I think those two lines do not hurt and saves packagers (me;) the > > > bother of having

Re: [Suspend-devel] Don't make /dev/snapshot patch

2006-09-20 Thread Pavel Machek
On Wed 2006-09-20 14:20:19, Stefan Seyfried wrote: > On Wed, Sep 20, 2006 at 02:12:30PM +0200, Tim Dijkstra wrote: > > > But I think those two lines do not hurt and saves packagers (me;) the > > bother of having to edit the makefile everytime they sync with upstream. > > ACK. I also have to edit

Re: [Suspend-devel] Don't make /dev/snapshot patch

2006-09-20 Thread Stefan Seyfried
On Wed, Sep 20, 2006 at 02:12:30PM +0200, Tim Dijkstra wrote: > But I think those two lines do not hurt and saves packagers (me;) the > bother of having to edit the makefile everytime they sync with upstream. ACK. I also have to edit out the mknod in my build. This option saves me a local patch.

Re: [Suspend-devel] Don't make /dev/snapshot patch

2006-09-20 Thread Tim Dijkstra
On Wed, 20 Sep 2006 12:44:46 +0200 Pavel Machek <[EMAIL PROTECTED]> wrote: > Hi! > > > Many people have udev, which will make /dev/snapshot dynamically if > > support is available in the kernel. And if it didn't, making it from the > > Makefile wouldn't be a solution because it would disappear on

Re: [Suspend-devel] Don't make /dev/snapshot patch

2006-09-20 Thread Rafael J. Wysocki
On Wednesday, 20 September 2006 12:01, Tim Dijkstra wrote: > Hi, > > Many people have udev, which will make /dev/snapshot dynamically if > support is available in the kernel. And if it didn't, making it from the > Makefile wouldn't be a solution because it would disappear on the next > reboot. > T

Re: [Suspend-devel] Don't make /dev/snapshot patch

2006-09-20 Thread Pavel Machek
Hi! > Many people have udev, which will make /dev/snapshot dynamically if > support is available in the kernel. And if it didn't, making it from the > Makefile wouldn't be a solution because it would disappear on the next > reboot. > This patch adds another CONFIG option to the Makefile to not mak

[Suspend-devel] Don't make /dev/snapshot patch

2006-09-20 Thread Tim Dijkstra
Hi, Many people have udev, which will make /dev/snapshot dynamically if support is available in the kernel. And if it didn't, making it from the Makefile wouldn't be a solution because it would disappear on the next reboot. This patch adds another CONFIG option to the Makefile to not make /dev/sna

Re: [Suspend-devel] Suspend read/write "benchmarks"

2006-09-20 Thread Pavel Machek
On Wed 2006-09-20 09:47:59, Tim Dijkstra wrote: > On Wed, 20 Sep 2006 01:01:26 +0200 > "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > > On Wednesday, 20 September 2006 00:07, Pavel Machek wrote: > > > Hi! > > > > > > > > > > > Yes, certainly. > > > > > > > > > > > > > > I'd go for 1% steps.

Re: [Suspend-devel] Suspend read/write "benchmarks"

2006-09-20 Thread Tim Dijkstra
On Wed, 20 Sep 2006 01:01:26 +0200 "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > On Wednesday, 20 September 2006 00:07, Pavel Machek wrote: > > Hi! > > > > > > > > > Yes, certainly. > > > > > > > > > > > > I'd go for 1% steps. If someone finds it slows his machine down, > > > > > > he's the o