[Suspend-devel] Whitelist Submission (Dell Latitude CPxJ)

2006-12-18 Thread Luke Myers
Hello, Thanks so much for the great resources on suspending to RAM. Here is the info for my system: Hardware: sys_vendor = "Dell Computer Corporation" sys_product = "Latitude CPx J800GT " sys_version = "" bios_version = "A16" Software: distro="o

Re: [Suspend-devel] s2ram whitelist entry

2006-12-18 Thread Allen
Hi, Yes, it is a desktop machine with onboard graphics (Intel 82865G graphics controller). Thanks, Allen On Monday 18 December 2006 02:05, Stefan Seyfried wrote: > Hi, > > (adding the suspend-devel list to cc: to get your findings into the mail > archive :-) > > On Sat, Dec 09, 2006 at 08:00:55PM

Re: [Suspend-devel] suspend to RAM on lifebook 7110

2006-12-18 Thread Stefan Seyfried
On Mon, Dec 18, 2006 at 11:50:51PM +0100, Rafael J. Wysocki wrote: > Hi, > Now it looks much better to me, but I'd actually free the pci_dev object when > it's no longer necessary. Ah, i thought that's what exit() is there for :-) I'll look into it. > And I have a question: is it possible that w

Re: [Suspend-devel] suspend to RAM on lifebook 7110

2006-12-18 Thread Rafael J. Wysocki
Hi, On Monday, 18 December 2006 21:50, Stefan Seyfried wrote: > Hi, > > (i'll discuss this on suspend-devel, we can take the rest back into cc: once > the coding issues are solved :-) > > On Mon, Dec 18, 2006 at 09:00:41PM +0100, Rafael J. Wysocki wrote: > > > > Index: s2ram.c > > > ===

Re: [Suspend-devel] suspend to RAM on lifebook 7110

2006-12-18 Thread Stefan Seyfried
Hi, (i'll discuss this on suspend-devel, we can take the rest back into cc: once the coding issues are solved :-) On Mon, Dec 18, 2006 at 09:00:41PM +0100, Rafael J. Wysocki wrote: > > Index: s2ram.c > > === > > RCS file: /cvsroot/s

Re: [Suspend-devel] suspend to RAM on lifebook 7110

2006-12-18 Thread Rafael J. Wysocki
On Monday, 18 December 2006 18:48, Stefan Seyfried wrote: > On Mon, Dec 18, 2006 at 12:05:51PM +, Matthew Garrett wrote: > > On Mon, Dec 18, 2006 at 12:29:16PM +0100, Stefan Seyfried wrote: > > > > - implement this as a workaround in userspace? > > > > Might be easier for the moment, though

Re: [Suspend-devel] suspend to RAM on lifebook 7110

2006-12-18 Thread Stefan Seyfried
On Mon, Dec 18, 2006 at 12:05:51PM +, Matthew Garrett wrote: > On Mon, Dec 18, 2006 at 12:29:16PM +0100, Stefan Seyfried wrote: > > - implement this as a workaround in userspace? > > Might be easier for the moment, though I agree that it's less than > ideal. Ok, so how about that (compiled

Re: [Suspend-devel] suspend to RAM on lifebook 7110

2006-12-18 Thread Miroslav Ruda
Stefan Seyfried wrote: > Hi Miroslav, > > i'm taking suspend-devel into cc:, maybe somebody there has an idea about > this, too. > > On Thu, Dec 07, 2006 at 11:18:31PM +0100, Miroslav Ruda wrote: >> Hi, >> >> I'm installing opensuse 10.2 on Fujitsu Siemens Lifebook 7110 (intel >> dual core, inte

Re: [Suspend-devel] suspend to RAM on lifebook 7110

2006-12-18 Thread Rafael J. Wysocki
Hi, On Monday, 18 December 2006 13:16, Pavel Machek wrote: > Hi! > > > thanks for explaining this, i am obviously not too deep into that > > PCI bus stuff :-) > > > ... > > > > I thought that this should somehow go away by the PCI bus suspend/resume > > > > methods that somewhen back got merged

Re: [Suspend-devel] [PATCH -mm] PM: Change ordering of suspend and resume code

2006-12-18 Thread Rafael J. Wysocki
Hi, On Monday, 18 December 2006 08:42, Stefan Seyfried wrote: > Hi, > > On Sun, Dec 17, 2006 at 06:58:15PM +0100, Rafael J. Wysocki wrote: > > Hi, > > > > As indicated in a recent thread on Linux-PM, it's necessary to call > > pm_ops->finish() before devce_resume(), but enable_nonboot_cpus() has

Re: [Suspend-devel] adverbia info

2006-12-18 Thread Florry Abell
Re: adverbia info HOT FRIDAY FOR TTEN TTEN *** TTEN *** TTEN TTEN - Ten & 10, Inc. GROUND FLOOR opportunity in the WIFI Industry!! TTEN could see explosive growth as a newly trading company - 500%-1000% is not uncommon. Current: 0.11 Sh or t Term Tar get: 1.20 TTEN has grown from China

Re: [Suspend-devel] s2ram Acer TravelMate 4200

2006-12-18 Thread Axel
> > The system suspends after booting with the option > > init=/bin/bash, but the backlight stays off after > > resume. Trying different combinations of -a -p -m > -s > > switches didn't make any difference. > > Too bad :-( Does it help if you push the "brightness > up/down" > buttons after resume

[Suspend-devel] Anyone working on a Dell Latitude C400?

2006-12-18 Thread Andy Low
I am trying to get my Dell Latitude C400 to work with s2ram. No luck yet. OK, so its quite old, but otherwise it works very well with linux. I am using opensuse 10.2 - kernel 2.6.18.2-34-default SMP Booting using init=/bin/bash and mounting /proc and /sys gives:- * s2ram -f -a 1 reboots *

Re: [Suspend-devel] suspend to RAM on lifebook 7110

2006-12-18 Thread Pavel Machek
Hi! > thanks for explaining this, i am obviously not too deep into that > PCI bus stuff :-) > ... > > > I thought that this should somehow go away by the PCI bus suspend/resume > > > methods that somewhen back got merged by Greg K-H. > > > > The kernel will only save and restore the standardised

Re: [Suspend-devel] s2ram freezes Dell Inspiron 5000 laptop

2006-12-18 Thread Pavel Machek
On Mon 2006-12-18 14:11:58, Lex Ross wrote: > On Monday 18 December 2006 13:45, you wrote: > > > Dell Inspiron 5000 is really an APM BIOS machine with some early > > > development ACPI interface support. It used to suspend perfectly with 2.4 > > > kernels and apmd. > > > > > > With 2.6 kernel which

Re: [Suspend-devel] suspend to RAM on lifebook 7110

2006-12-18 Thread Matthew Garrett
On Mon, Dec 18, 2006 at 12:29:16PM +0100, Stefan Seyfried wrote: > So the question is: should we either > - implement a minimal "graphics card PCI suspend resume" "driver" in the >kernel that will do this even if no framebuffer is used, or The long term aim is to implement a thin graphics car

Re: [Suspend-devel] suspend to RAM on lifebook 7110

2006-12-18 Thread Stefan Seyfried
Hi Matthew, thanks for explaining this, i am obviously not too deep into that PCI bus stuff :-) On Mon, Dec 18, 2006 at 11:11:42AM +, Matthew Garrett wrote: > On Mon, Dec 18, 2006 at 07:51:36AM +0100, Stefan Seyfried wrote: > > > I thought that this should somehow go away by the PCI bus susp

Re: [Suspend-devel] s2ram : Candidate for the whitelist

2006-12-18 Thread Stefan Seyfried
On Mon, Dec 18, 2006 at 11:35:29AM +0100, Yaroslav Latyshev wrote: > I thought if you don't store the VGA settings it will kill the soft bios > patch... Ah well :) No, it should not. Actually, during resume we will use the patched BIOS to POST the card, since all memory state should be preserved

Re: [Suspend-devel] suspend to RAM on lifebook 7110

2006-12-18 Thread Matthew Garrett
On Mon, Dec 18, 2006 at 07:51:36AM +0100, Stefan Seyfried wrote: > I thought that this should somehow go away by the PCI bus suspend/resume > methods that somewhen back got merged by Greg K-H. The kernel will only save and restore the standardised PCI configuration registers - anything else need

Re: [Suspend-devel] s2ram : Candidate for the whitelist

2006-12-18 Thread Yaroslav Latyshev
Hi, * Stefan Seyfried wrote: >... > i'm taking suspend-devel into cc: to present your results to a wider audience > :-) > > On Thu, Nov 30, 2006 at 05:20:21AM +0100, Yaroslav Latyshev wrote: >> >> FYI (addition to the whitelist): >> >> "s2ram -s -f" works fine (in X11) on: >> >> sys_vendor =

Re: [Suspend-devel] s2ram freezes Dell Inspiron 5000 laptop

2006-12-18 Thread Pavel Machek
Hi! > ACPI version is 1.0.4 using Debian etch distribution. > > Dell Inspiron 5000 is really an APM BIOS machine with some early development > ACPI interface support. It used to suspend perfectly with 2.4 kernels and > apmd. > > With 2.6 kernel which I am using now only acpi module can be inse

Re: [Suspend-devel] s2ram whitelist

2006-12-18 Thread Pavel Machek
Hi! > one more thing: would it be possible to add a "--force" flag to the > "s2both" utility, just like with "s2ram" ? Patch would be welcome ;-). We are thinking about it for a long time, but noone got around to coding it. P

[Suspend-devel] s2ram freezes Dell Inspiron 5000 laptop

2006-12-18 Thread Lex Ross
Hi, My Dell Inspiron 5000 laptop is freezing when suspended. I have tried s2ram with options mentioned on http://en.opensuse.org/S2ram page to no avail. Same thing happens from the very minimal single user system boot-up. The output follows. mars:~# s2ram -n Machine is unknown. This machine ca

Re: [Suspend-devel] s2ram whitelist

2006-12-18 Thread IOhannes m zmoelnig
hallo Stefan Seyfried wrote: > Hi, > > (taking suspend-devel into cc:) > > On Fri, Dec 08, 2006 at 02:39:47PM +0100, IOhannes m zmoelnig wrote: >> hi. >> >> i found that my hp-pavilion notebook is not in the s2ram whitelist. >> >> umlautg:/home/zmoelnig# s2ram -i >> This machine can be identifie

Re: [Suspend-devel] S2Ram support for HP Pavilion dv4000

2006-12-18 Thread Stefan Seyfried
On Mon, Dec 18, 2006 at 09:25:22AM +0100, Fabio Comolli wrote: > OK, thanks; I will test it as soon as I can. > However, yesterday I tried commenting out my laptop's entry in the > whitelist with this results (latest linux-git): > > * s2ram -f works in X but not in text console (screen remains bla

Re: [Suspend-devel] New machine which works

2006-12-18 Thread Stefan Seyfried
On Mon, Dec 18, 2006 at 09:16:13AM +0100, Markus Meyer wrote: > On [Mon, Dec 18 09:01], Stefan Seyfried wrote: > > >Almost :-) > > *lol* > > >Do you just call "s2ram -f" or do you need any other options? > > ... just plain "s2ram -f". That's all. Cool. Added to the whitelist now. Thanks for t

Re: [Suspend-devel] S2Ram support for HP Pavilion dv4000

2006-12-18 Thread Fabio Comolli
OK, thanks; I will test it as soon as I can. However, yesterday I tried commenting out my laptop's entry in the whitelist with this results (latest linux-git): * s2ram -f works in X but not in text console (screen remains black) * s2ram -a 1 as Damien reported working for his laptop resulted in a

Re: [Suspend-devel] s2ram Acer TravelMate 4200

2006-12-18 Thread Stefan Seyfried
On Sun, Dec 17, 2006 at 09:10:43PM +, Axel wrote: > This machine can be identified by: > sys_vendor = "Acer" > sys_product = "TravelMate 4200 " > sys_version = "V1.60" > bios_version = "V1.60" > > Nvidia GeForce Go 7300 - Nvidia driver 1.0-9631 > OpenSuse 10.2 >

Re: [Suspend-devel] New machine which works

2006-12-18 Thread Markus Meyer
On [Mon, Dec 18 09:01], Stefan Seyfried wrote: Almost :-) *lol* Do you just call "s2ram -f" or do you need any other options? ... just plain "s2ram -f". That's all. from the hibernate config it certainly does not look if you do, but i don't know it enough to make sure :-) That's becaus

Re: [Suspend-devel] Success Report

2006-12-18 Thread Stefan Seyfried
On Wed, Dec 13, 2006 at 08:02:40PM -0500, Julian Krause wrote: > This machine can be identified by: > sys_vendor = "Dell Inc." > sys_product = "MP061 " > sys_version = "" > bios_version = "A04" > > This machine is the Dell Inspiron E1705 with the nVidi

Re: [Suspend-devel] Packard-Bell (NEC) Callisto 2 GV works

2006-12-18 Thread Stefan Seyfried
On Tue, Dec 12, 2006 at 08:56:26AM +0100, Antoine Monnet wrote: > From X (integrated intel graphic), s2ram -f works perfectly And from text console? > This machine can be identified by: > sys_vendor = "NEC COMPUTERS INTERNATIONAL" > sys_product = "MS-7069" > sys_version = "00A" >

Re: [Suspend-devel] success report

2006-12-18 Thread Stefan Seyfried
On Tue, Dec 12, 2006 at 01:00:36AM -0500, Philipp Woelfel wrote: > Hi, > I wanted to report that the following machine works with s2ram since kernel > 2.6.19-rc6. It does not work with older kernel versions due to libata > problems. > > This machine can be identified by: > sys_vendor = "H

Re: [Suspend-devel] New machine which works

2006-12-18 Thread Stefan Seyfried
On Mon, Dec 04, 2006 at 11:30:51AM +0100, Markus Meyer wrote: > On [Mon, Dec 04 09:34], Stefan Seyfried wrote: > > Hi Stefan, cheers list, > > >>This machine can be identified by: > >>sys_vendor = "FUJITSU SIEMENS" > >>sys_product = "Amilo Si 1520" > >>sys_version = "Rev 1" > >>

Re: [Suspend-devel] S2Ram support for HP Pavilion dv4000

2006-12-18 Thread Stefan Seyfried
On Mon, Dec 04, 2006 at 10:30:19AM +0100, Fabio Comolli wrote: > Stefan, my laptop is different than Damien's. DV4000 is just the series name. I feared that :-) > Stefan, if I'm correct I think you should add the complete sys_product > string in the whitelist. I have done that: /* Fabio Com