public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* RE: ACPI: S3 and PAE do not like each other for now, S3 disabled.
@ 2004-07-27  1:34 Brown, Len
       [not found] ` <29AC424F54821A4FB5D7CBE081922E400124E634-N2PTB0HCzHJviC08c4yzC1DQ4js95KgL@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Brown, Len @ 2004-07-27  1:34 UTC (permalink / raw)
  To: Arkadiusz Miskiewicz; +Cc: ACPI Developers

 
>> This may be bit-rot.
>> The last time somebody tested this IIR  S3 worked
>> exactly the same in PAE as it did in conventional MMU mode.
>It didn't work for me unfortunately.
>
>My laptop went into sleep, fan turned off but LCD turned all 
>white. After 
>closing and opeing LID, fan started again, LCD turned back to 
>live but screen 
>was corrupted, random characters in different places.
>
>Unfortunately I never tested S3 on PAE-disabled kernel so it's 
>possible that 
>my problems are unrelated to PAE (I hope that's the case).

Without testing the non-PAE case, this result is inconclusive.

In either case, it would probably be a good idea to run the
latest ACPI patch if you're experimenting with S3.
http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/

cheers,
-Len


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id\x10040&op=click

^ permalink raw reply	[flat|nested] 13+ messages in thread
[parent not found: <88056F38E9E48644A0F562A38C64FB6002A3AE50@scsmsx403.amr.corp.intel.com>]
* RE: ACPI: S3 and PAE do not like each other for now, S3 disabled.
@ 2004-07-28  9:27 Li, Shaohua
       [not found] ` <B44D37711ED29844BEA67908EAF36F036BD577-4yWAQGcml65pB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Li, Shaohua @ 2004-07-28  9:27 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Brown, Len, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

[-- Attachment #1: Type: text/plain, Size: 2028 bytes --]

Hi,
The patch is very sample. Tested in one desktop (Dell precision 350).

Thanks,
Shaohua

===== arch/i386/kernel/acpi/sleep.c 1.4 vs edited =====
--- 1.4/arch/i386/kernel/acpi/sleep.c	2003-08-06 02:29:57 +08:00
+++ edited/arch/i386/kernel/acpi/sleep.c	2004-07-28 17:15:45
+08:00
@@ -77,10 +77,7 @@ void __init acpi_reserve_bootmem(void)
 		printk(KERN_ERR "ACPI: Wakeup code way too big, S3
disabled.\n");
 		return;
 	}
-#ifdef CONFIG_X86_PAE
-	printk(KERN_ERR "ACPI: S3 and PAE do not like each other for
now, S3 disabled.\n");
-	return;
-#endif
+
 	acpi_wakeup_address = (unsigned
long)alloc_bootmem_low(PAGE_SIZE);
 	if (!acpi_wakeup_address)
 		printk(KERN_ERR "ACPI: Cannot allocate lowmem, S3
disabled.\n");


>-----Original Message-----
>From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:acpi-devel-
>admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of Pavel Machek
>Sent: Wednesday, July 28, 2004 4:29 PM
>To: Li, Shaohua
>Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>Subject: Re: [ACPI] ACPI: S3 and PAE do not like each other for now, S3
>disabled.
>
>Hi!
>
>> I did test it in my desktop (disabling HT and removing the check),
and
>> it worked. Is there any special reason that you disabled it before?
>
>That reason no longer applies. Can you submit a patch?
>								Pavel
>
>--
>People were complaining that M$ turns users into beta-testers...
>...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by BEA Weblogic Workshop
>FREE Java Enterprise J2EE developer tools!
>Get your free copy of BEA WebLogic Workshop 8.1 today.
>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
>_______________________________________________
>Acpi-devel mailing list
>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>https://lists.sourceforge.net/lists/listinfo/acpi-devel

[-- Attachment #2: pae.patch --]
[-- Type: application/octet-stream, Size: 625 bytes --]

===== arch/i386/kernel/acpi/sleep.c 1.4 vs edited =====
--- 1.4/arch/i386/kernel/acpi/sleep.c	2003-08-06 02:29:57 +08:00
+++ edited/arch/i386/kernel/acpi/sleep.c	2004-07-28 17:15:45 +08:00
@@ -77,10 +77,7 @@ void __init acpi_reserve_bootmem(void)
 		printk(KERN_ERR "ACPI: Wakeup code way too big, S3 disabled.\n");
 		return;
 	}
-#ifdef CONFIG_X86_PAE
-	printk(KERN_ERR "ACPI: S3 and PAE do not like each other for now, S3 disabled.\n");
-	return;
-#endif
+
 	acpi_wakeup_address = (unsigned long)alloc_bootmem_low(PAGE_SIZE);
 	if (!acpi_wakeup_address)
 		printk(KERN_ERR "ACPI: Cannot allocate lowmem, S3 disabled.\n");

^ permalink raw reply	[flat|nested] 13+ messages in thread
* RE: ACPI: S3 and PAE do not like each other for now, S3 disabled.
@ 2004-07-28  1:18 Li, Shaohua
       [not found] ` <B44D37711ED29844BEA67908EAF36F036BCFD1-4yWAQGcml65pB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Li, Shaohua @ 2004-07-28  1:18 UTC (permalink / raw)
  To: Pavel Machek; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi,
I did test it in my desktop (disabling HT and removing the check), and
it worked. Is there any special reason that you disabled it before?

Thanks,
Shaohua

>-----Original Message-----
>From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:acpi-devel-
>admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of Pavel Machek
>Sent: Tuesday, July 27, 2004 5:00 AM
>To: Arkadiusz Miskiewicz
>Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>Subject: Re: [ACPI] ACPI: S3 and PAE do not like each other for now, S3
>disabled.
>
>Hi!
>
>> Is this ,,ACPI: S3 and PAE do not like each other for now, S3
disabled.''
>> generic S3 and PAE issue or just Linux issue only?
>
>Linux only. Hmm with recent enough kernel we needed to fix this for
>different reason, so it might just work.
>
>Remove check, test it, if it works submit a patch.
>				Pavel
>--
>64 bytes from 195.113.31.123: icmp_seq=28 ttl=51 time=448769.1 ms
>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by BEA Weblogic Workshop
>FREE Java Enterprise J2EE developer tools!
>Get your free copy of BEA WebLogic Workshop 8.1 today.
>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
>_______________________________________________
>Acpi-devel mailing list
>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>https://lists.sourceforge.net/lists/listinfo/acpi-devel


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id\x10040&op=click

^ permalink raw reply	[flat|nested] 13+ messages in thread
* ACPI: S3 and PAE do not like each other for now, S3 disabled.
@ 2004-07-25 21:30 Arkadiusz Miskiewicz
       [not found] ` <200407252330.05542.arekm-k0Z414SquRyhPH1hqNUYSQ@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Arkadiusz Miskiewicz @ 2004-07-25 21:30 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


Is this ,,ACPI: S3 and PAE do not like each other for now, S3 disabled.''
generic S3 and PAE issue or just Linux issue only?

The case is ,,NX (Execute Disable)'' needs PAE to work on x86 but having S3 
working at the same time would be nice.
-- 
Arkadiusz Miśkiewicz     CS at FoE, Wroclaw University of Technology
arekm.pld-linux.org, 1024/3DB19BBD, JID: arekm.jabber.org, PLD/Linux


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id\x10040&op=click

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2004-08-18 14:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-27  1:34 ACPI: S3 and PAE do not like each other for now, S3 disabled Brown, Len
     [not found] ` <29AC424F54821A4FB5D7CBE081922E400124E634-N2PTB0HCzHJviC08c4yzC1DQ4js95KgL@public.gmane.org>
2004-07-27 22:25   ` Arkadiusz Miskiewicz
     [not found] <88056F38E9E48644A0F562A38C64FB6002A3AE50@scsmsx403.amr.corp.intel.com>
     [not found] ` <88056F38E9E48644A0F562A38C64FB6002A3AE50-exJ48ZlmiLpQxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-08-18 14:51   ` Arkadiusz Miskiewicz
  -- strict thread matches above, loose matches on Subject: below --
2004-07-28  9:27 Li, Shaohua
     [not found] ` <B44D37711ED29844BEA67908EAF36F036BD577-4yWAQGcml65pB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-07-28  9:45   ` Pavel Machek
2004-07-28  1:18 Li, Shaohua
     [not found] ` <B44D37711ED29844BEA67908EAF36F036BCFD1-4yWAQGcml65pB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-07-28  8:28   ` Pavel Machek
2004-07-25 21:30 Arkadiusz Miskiewicz
     [not found] ` <200407252330.05542.arekm-k0Z414SquRyhPH1hqNUYSQ@public.gmane.org>
2004-07-26 20:49   ` Len Brown
     [not found]     ` <1090874983.2325.13.camel-D2Zvc0uNKG8@public.gmane.org>
2004-07-26 23:27       ` Arkadiusz Miskiewicz
2004-07-26 21:00   ` Pavel Machek
     [not found]     ` <20040726210011.GB21889-u08AdweFZfgxtPtxi4kahqVXKuFTiq87@public.gmane.org>
2004-08-06  0:09       ` Arkadiusz Miskiewicz
     [not found]         ` <200408060209.55067.arekm-k0Z414SquRyhPH1hqNUYSQ@public.gmane.org>
2004-08-06 19:18           ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox