Re: [Suspend-devel] s2ram: success report

2007-04-16 Thread Stefan Seyfried
Hi, On Sun, Apr 08, 2007 at 11:59:50PM +0200, Sebastian Maus wrote: Hi, --On 22. März 2007 13:32:58 +0100 Stefan Seyfried [EMAIL PROTECTED] wrote: On Fri, Mar 16, 2007 at 07:08:21PM +0100, Sebastian Maus wrote: Am Freitag, März 16, 2007 16:12:46 +0100 schrieb Stefan Seyfried [EMAIL

Re: [Suspend-devel] s2ram OK: sys_product = HP Pavilion dv6000 (RY262PA#ABG)

2007-04-16 Thread Stefan Seyfried
On Tue, Apr 03, 2007 at 11:32:37AM +1200, Neville Dempsey wrote: On Mon, 2007-04-02 at 17:36 +0200, Stefan Seyfried wrote: delta:~ # s2ram -f Switching from vt7 to vt1 switching back to vt7 Does it also work from the text-console? It kinda works for the text console... If root

Re: [Suspend-devel] suspending gericom hummer laptop

2007-04-16 Thread Stefan Seyfried
On Mon, Apr 02, 2007 at 07:14:29PM +0200, booiiing wrote: hi list, i successfully suspended the following unknown machine: sys_vendor = Gericom sys_product = HUMMER sys_version = bios_version = 1.03 as it contains a nvidia geforce fx 5600, i used the instructions

Re: [Suspend-devel] s2ram OK on an iRU Intro notebook

2007-04-16 Thread Stefan Seyfried
On Wed, Apr 04, 2007 at 02:06:44AM +0400, Alex V. Myltsev wrote: Hello, my Intro is an old notebook from iRU (an obscure Russian vendor that is now out of business), but for the sake of completeness I submit this. It has a SiS graphics chipset. 's2ram -f' does not work, and neither do

Re: [Suspend-devel] suspending gericom hummer laptop

2007-04-16 Thread booiiing
2007/4/16, Stefan Seyfried [EMAIL PROTECTED]: On Mon, Apr 02, 2007 at 07:14:29PM +0200, booiiing wrote: hi list, i successfully suspended the following unknown machine: sys_vendor = Gericom sys_product = HUMMER sys_version = bios_version = 1.03 as it

Re: [Suspend-devel] fujitsu-siemens s2ram whitelist

2007-04-16 Thread Stefan Seyfried
On Sat, Apr 07, 2007 at 11:31:16AM +0300, stan ioan-eugen wrote: I managed to make my laptop, fujitsu-siemens amilo a1667g, suspend to ram, and get it back to work nicely. The problem was the backlight..got fixed with -a1. I'm using framebuffer (vga=792). Can sommeone put my machine in

Re: [Suspend-devel] 's2ram -f' for Dell DXP051

2007-04-16 Thread Stefan Seyfried
Hi, On Tue, Apr 10, 2007 at 08:04:51PM +0100, Struan Bartlett wrote: Hi, 's2ram -f' works on the Dell DXP051 both within X and from a framebuffer text console. Thanks for reporting, i have added the machine to the whitelist. This machine can be identified by: sys_vendor = Dell

Re: [Suspend-devel] FUJITSU SIEMENS LIFEBOOK T4210 works!

2007-04-16 Thread Stefan Seyfried
On Sun, Apr 15, 2007 at 09:42:18PM +0200, Jay wrote: Well you can white list sys_vendor = FUJITSU SIEMENS sys_product = LIFEBOOK T4210 sys_version = bios_version = Version 1.02 works with s2ram -f -v Story: from all possibe switches of s2ram (-a [1-3], -s, -p,

Re: [Suspend-devel] s2ram on ASUS M3N

2007-04-16 Thread Stefan Seyfried
On Mon, Apr 02, 2007 at 06:36:44PM +0200, Peter Suetterlin wrote: Hello Stefan, no, doesn't work either. It also brings the backlight on again, and system is running and can be (blindly) rebooted, but no screen display (everything's black)... ok, i have added it with -p -s to the

Re: [Suspend-devel] FUJITSU SIEMENS LIFEBOOK T4210 works!

2007-04-16 Thread Jay
Stefan Seyfried wrote / napísal(a): On Sun, Apr 15, 2007 at 09:42:18PM +0200, Jay wrote: Well you can white list sys_vendor = FUJITSU SIEMENS sys_product = LIFEBOOK T4210 sys_version = bios_version = Version 1.02 works with s2ram -f -v Story: from all

Re: [Suspend-devel] FUJITSU SIEMENS LIFEBOOK T4210 works!

2007-04-16 Thread Jay
ok, I appologize, s3_bios and s3_mode are necessary, vga=0 not. so the final whitelist entry looks like this { FUJITSU SIEMENS,LIFEBOOK T4210,,, S3_BIOS|S3_MODE|PCI_SAVE }, (s2ram -f -a 3 -v) again thank you jay Stefan Seyfried wrote / napísal(a): On Sun, Apr 15, 2007 at

Re: [Suspend-devel] FUJITSU SIEMENS LIFEBOOK T4210 works!

2007-04-16 Thread Jay
Stefan Seyfried wrote / napísal(a): ... hehe...: [EMAIL PROTECTED]:~/projects/powermanagement/cvs/suspend egrep '(pciutils|libx86)-dev' README To build the s2ram and s2both tools you will need the pciutils-devel (pciutils-dev) package and the libx86-dev package (which you can get from

Re: [Suspend-devel] FUJITSU SIEMENS LIFEBOOK T4210 works!

2007-04-16 Thread Stefan Seyfried
On Mon, Apr 16, 2007 at 12:04:37PM +0200, Jay wrote: ok, I appologize, s3_bios and s3_mode are necessary, vga=0 not. so the final whitelist entry looks like this { FUJITSU SIEMENS,LIFEBOOK T4210,,, S3_BIOS|S3_MODE|PCI_SAVE }, (s2ram -f -a 3 -v) Ok, added to the whitelist in

Re: [Suspend-devel] [PATCH 2/2] s2ram: add PPC support

2007-04-16 Thread Tim Dijkstra
On Sun, 15 Apr 2007 02:36:12 +0200 Luca Tettamanti [EMAIL PROTECTED] wrote: @@ -27,7 +27,16 @@ int s2ram_do(void) { int ret = 0; - FILE *f = fopen(/sys/power/state, w); + FILE *f; + + /* If this works we're done. Else we just continue as if nothing +* happened,

Re: [Suspend-devel] [PATCH 2/2] s2ram: add PPC support

2007-04-16 Thread Luca Tettamanti
Il Mon, Apr 16, 2007 at 10:35:25PM +0200, Tim Dijkstra ha scritto: On Sun, 15 Apr 2007 02:36:12 +0200 Luca Tettamanti [EMAIL PROTECTED] wrote: @@ -27,7 +27,16 @@ int s2ram_do(void) { int ret = 0; - FILE *f = fopen(/sys/power/state, w); + FILE *f; + + /* If this