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
> >>
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 co
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 t
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
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
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
On Sun, Apr 08, 2007 at 07:42:56PM +0200, Arild Haugstad wrote:
> My computer is not on the current (in CVS) whitelist.
>
> s2ram -f -a 1 works, both in X and console.
>
> Output from s2ram -i:
> sys_vendor = "FUJITSU SIEMENS"
> sys_product = "AMILO Pro V3205"
> sys_version = "Rev 1"
> bios_v
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 = "De
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
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 th
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 -
PS:
thanks to this page
http://blog.paulbetts.org/index.php/2007/02/11/fixing-software-suspend-hibernate-with-uswsusp-in-ubuntu-feisty-and-edgy/
I was able to put uswsusp as default for my system.
Some hacking of the scripts vas also necessary (distribution uswsusp deb
puts binaries in /usr/bin, cv
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 a
Hi,
On Mon, Apr 16, 2007 at 10:50:54AM +0200, Jay wrote:
>
> 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_versi
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 f
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 wh
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
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
18 matches
Mail list logo