Re: [Suspend-devel] s2ram, unknown machine that works

2006-11-27 Thread Stefan Seyfried
On Mon, Nov 27, 2006 at 10:56:18AM +0100, Jan Adlén wrote: Hi, I have a HP NC6000 laptop running SuSE 10.1, that suspend to RAM works with: # s2ram -f -a 3 -r are you sure you need that -r? What happens without it? Output of s2ram -i # s2ram -i This machine can be identified by:

Re: [Suspend-devel] [linux-pm] [RFC][PATCH -mm 4/5] swsusp: Add PLATFORM_SNAPSHOT and PLATFORM_RESTORE ioctls

2006-11-27 Thread Pavel Machek
On Mon 2006-11-27 00:29:37, Pavel Machek wrote: Hi! Maybe we should add SNAPSHOT_WITH_FLAGS (uint) RESTORE_WITH_FLAGS (uint) with one of those flags being USE_PLATFORM_MODE? We may need more flags in future... Sure, we can do that. Okay, that works

Re: [Suspend-devel] s2ram success report on CLEVO D500P

2006-11-27 Thread Stefan Seyfried
On Fri, Nov 17, 2006 at 12:29:21AM +0100, Gilles Grandou wrote: Hi All, Just to let you know that s2ram is working fine on my laptop: # s2ram -i This machine can be identified by: sys_vendor = CLEVO sys_product = D500P sys_version = Revision A2 bios_version = 6.00

Re: [Suspend-devel] HP NX 7400 suspend2ram

2006-11-27 Thread Stefan Seyfried
On Sun, Nov 19, 2006 at 12:13:01PM +0100, Michael Meskes wrote: Hi, I managed to get suspend2ram going on my HP NX 7400 which is not whitelisted in s2ram yet. Here are the infos you might need: This machine can be identified by: sys_vendor = Hewlett-Packard sys_product =

Re: [Suspend-devel] [RFC][PATCH -mm 1/5] PM: Make freeze_processes SMP-safe

2006-11-27 Thread Pavel Machek
Hi! @@ -61,10 +60,13 @@ static inline void freeze_process(struct unsigned long flags; if (!freezing(p)) { - freeze(p); - spin_lock_irqsave(p-sighand-siglock, flags); - signal_wake_up(p, 0); - spin_unlock_irqrestore(p-sighand-siglock,

Re: [Suspend-devel] HP NX 7400 suspend2ram

2006-11-27 Thread Emilio Scalise
i have: sys_vendor = Hewlett-Packard sys_product = HP Compaq nx7400 (EY474ES#ABZ) sys_version = F.06 bios_version = 68YGU Ver. F.06 but as I wrote, you must use kernel 2.6.19 and i8042 as module (unloaded before suspend and reloaded after resume). Vbetool post doesn't work

Re: [Suspend-devel] HP NX 7400 suspend2ram

2006-11-27 Thread Michael Meskes
On Mon, Nov 27, 2006 at 11:48:27AM +0100, Stefan Seyfried wrote: Ok, i added it to the whitelist as: /* Michael Meskes [EMAIL PROTECTED], this is a NX 7400 */ { Hewlett-Packard,, , 68YGU*, VBE_POST }, Thanks. Only if it is impossible to

[Suspend-devel] [PATCH] Makefile tweaks

2006-11-27 Thread Daniel Drake
Hi, I'm working on adding suspend to Gentoo Linux. Here is a patch which allows more of the build to be customised by the build system, without modifying any of the defaults. I also enabled CONFIG_UDEV by default as this seems sensible. Compile and install will be done by the ebuild with:

Re: [Suspend-devel] HP NX 7400 suspend2ram

2006-11-27 Thread Stefan Seyfried
On Mon, Nov 27, 2006 at 12:11:38PM +0100, Emilio Scalise wrote: i have: sys_vendor = Hewlett-Packard sys_product = HP Compaq nx7400 (EY474ES#ABZ) sys_version = F.06 bios_version = 68YGU Ver. F.06 Michael has a newer BIOS. Maybe it is worth to try that. but as I wrote,

Re: [Suspend-devel] [RFC][PATCH -mm 1/5] PM: Make freeze_processes SMP-safe

2006-11-27 Thread Rafael J. Wysocki
On Monday, 27 November 2006 00:28, Pavel Machek wrote: Hi! If frozen is atomic_t, do we need memory barrier? I think so. For example on x86-64 atomic_read() is just a read. I'm not sure, but for x86-64 barriers are nops, anyway, IIRC. Well, last time I checked they were lfence and

Re: [Suspend-devel] HP NX 7400 suspend2ram

2006-11-27 Thread Emilio Scalise
There are more serious problems that justify to not upgrade the bios, unless you have a core 2 duo (not supported by f06). See http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1056713 With that bios cpufreq stops working!!! I won't update it, surely, until they

Re: [Suspend-devel] [PATCH] Makefile tweaks

2006-11-27 Thread Rafael J. Wysocki
On Monday, 27 November 2006 22:39, Stefan Seyfried wrote: On Mon, Nov 27, 2006 at 10:37:08AM -0500, Daniel Drake wrote: Hi, I'm working on adding suspend to Gentoo Linux. Here is a patch which allows more of the build to be customised by the build system, without modifying any of the

Re: [Suspend-devel] hi

2006-11-27 Thread Cilli Donaldson
Hi repouss37.gif Description: GIF image - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics through brief surveys

Re: [Suspend-devel] [PATCH] Makefile tweaks

2006-11-27 Thread Stefan Seyfried
On Mon, Nov 27, 2006 at 11:03:56PM +0100, Rafael J. Wysocki wrote: -CC_FLAGS=-I/usr/local/include -LD_FLAGS=-L/usr/local/lib +CC_FLAGS?=-I/usr/local/include +LD_FLAGS?=-L/usr/local/lib We could even drop this /usr/local/ stuff, since the compiler / linker should have it in its