* status update for current development on ASUS M2N
@ 2004-09-27 8:47 Georg C. F. Greve
2004-09-27 10:11 ` Nigel Cunningham
2004-09-27 12:33 ` Karol Kozimor
0 siblings, 2 replies; 7+ messages in thread
From: Georg C. F. Greve @ 2004-09-27 8:47 UTC (permalink / raw)
To: acpi-devel; +Cc: SoftwareSuspend-devel
[-- Attachment #1.1: Type: text/plain, Size: 50 bytes --]
Hi all,
FYI:
My latest kernel, which looks like
[-- Attachment #1.2: Patch description for 2.6.9-rc2-plus_4 --]
[-- Type: text/plain, Size: 576 bytes --]
Patches contained:
linux-2.6.8
patch-2.6.9-rc2
software-suspend-108-for-2.6.9-rc2 (without kdb)
software-suspend-108-fixes (from http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/linux-2.6-software-suspend-fixes.patch?rev=1.3)
2.6.9-rc2-mm3/bk-acpi.patch
./acpi-compile-fix.patch
./acpi-x86_64-build-fix.patch
./bk-agpgart.patch
./bk-alsa.patch
./bk-cpufreq.patch
ipw2100-0.54
arch/i386/kernel/i8259.c:
* changed device_initcall(i8259A_init_sysfs);
to late_initcall(i8259A_init_sysfs);
(needed for suspend to RAM)
Makefile:
* added -plus version
[-- Attachment #1.3: Type: text/plain, Size: 1140 bytes --]
seems not so bad.
Both suspend to ram and suspend to disk via swsusp2 (108) appear to
work fine. I completed a few cycles without problems.
However: If I suspend to ram once and then suspend to disk, resume
From disk works fine, but about 20 seconds to 1 minute later, the
load suddenly jumps to 100% and stays there.
The kacpid process seems to run wild and eat all available time, it
looks like some kind of wild loop, but there is no output. I can
normally shut the machine down -- although it takes a while.
I've tried compiling ACPI as modules and unloading the modules as well
as restarting the acpid before/after suspend to disk. Upon reloading
the modules things hang with "thermal" -- but that seems arbitrary,
the effect still shows up even if no thermal is loaded.
Not sure this helps anyone improve things, still wanted to give you
the feedback, though.
Regards,
Georg
--
Georg C. F. Greve <greve@gnu.org>
Free Software Foundation Europe (http://fsfeurope.org)
Brave GNU World (http://brave-gnu-world.org)
[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: status update for current development on ASUS M2N
2004-09-27 8:47 status update for current development on ASUS M2N Georg C. F. Greve
@ 2004-09-27 10:11 ` Nigel Cunningham
2004-09-27 16:48 ` Georg C. F. Greve
[not found] ` <1096279213.4222.5.camel-AdgCB+f5QAxwBzq2CxEN2SkBHpOjBR89@public.gmane.org>
2004-09-27 12:33 ` Karol Kozimor
1 sibling, 2 replies; 7+ messages in thread
From: Nigel Cunningham @ 2004-09-27 10:11 UTC (permalink / raw)
To: Georg C. F. Greve; +Cc: ACPI List, SoftwareSuspend-Devel
Hi Georg.
On Mon, 2004-09-27 at 18:47, Georg C. F. Greve wrote:
> The kacpid process seems to run wild and eat all available time, it
> looks like some kind of wild loop, but there is no output. I can
> normally shut the machine down -- although it takes a while.
Could I get you to compile kdb in as well. If you then press the Sys Rq
key when the CPU is being chewed, you should be able to use ps and btp
<process number> to get an idea of what is going on. There have been
thermal issues reported on the help list. They might be related. I'll
see if I can reproduce anything on my desktop.
Regards,
Nigel
--
Nigel Cunningham
Pastoral Worker
Christian Reformed Church of Tuggeranong
PO Box 1004, Tuggeranong, ACT 2901
Many today claim to be tolerant. True tolerance, however, can cope with others
being intolerant.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: status update for current development on ASUS M2N
2004-09-27 8:47 status update for current development on ASUS M2N Georg C. F. Greve
2004-09-27 10:11 ` Nigel Cunningham
@ 2004-09-27 12:33 ` Karol Kozimor
2004-09-27 13:28 ` [ACPI] " Georg C. F. Greve
1 sibling, 1 reply; 7+ messages in thread
From: Karol Kozimor @ 2004-09-27 12:33 UTC (permalink / raw)
To: acpi-devel; +Cc: SoftwareSuspend-devel
Thus wrote Georg C. F. Greve:
> However: If I suspend to ram once and then suspend to disk, resume
> From disk works fine, but about 20 seconds to 1 minute later, the
> load suddenly jumps to 100% and stays there.
I had that issue too, with 2.6.9-rc1 I s'pose, but I thought it was just
bug #3193 revisited and didn't really investigate. Does changing swsusp2 to
_not_ use ACPI S4 help?
Best regards,
--
Karol 'sziwan' Kozimor
sziwan@hell.org.pl
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ACPI] Re: status update for current development on ASUS M2N
2004-09-27 12:33 ` Karol Kozimor
@ 2004-09-27 13:28 ` Georg C. F. Greve
2004-09-27 13:29 ` Nigel Cunningham
0 siblings, 1 reply; 7+ messages in thread
From: Georg C. F. Greve @ 2004-09-27 13:28 UTC (permalink / raw)
To: acpi-devel; +Cc: SoftwareSuspend-devel
[-- Attachment #1: Type: text/plain, Size: 813 bytes --]
|| On Mon, 27 Sep 2004 14:33:20 +0200
|| Karol Kozimor <sziwan@hell.org.pl> wrote:
kk> I had that issue too, with 2.6.9-rc1 I s'pose, but I thought it
kk> was just bug #3193 revisited and didn't really investigate. Does
kk> changing swsusp2 to _not_ use ACPI S4 help?
It seems that this is not a compile-time option anymore and solely
determined by /proc/software_suspend/acpi_s4_support, right?
Output of 'cat /proc/software_suspend/acpi_s4_support' is '0'.
So unless something is activating it somewhere, somehow, it seems that
this _is_ with deactivated ACPI S4.
Regards,
Georg
--
Georg C. F. Greve <greve@gnu.org>
Free Software Foundation Europe (http://fsfeurope.org)
Brave GNU World (http://brave-gnu-world.org)
[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ACPI] Re: status update for current development on ASUS M2N
2004-09-27 13:28 ` [ACPI] " Georg C. F. Greve
@ 2004-09-27 13:29 ` Nigel Cunningham
0 siblings, 0 replies; 7+ messages in thread
From: Nigel Cunningham @ 2004-09-27 13:29 UTC (permalink / raw)
To: Georg C. F. Greve; +Cc: ACPI List, SoftwareSuspend-Devel
Hi.
On Mon, 2004-09-27 at 23:28, Georg C. F. Greve wrote:
> || On Mon, 27 Sep 2004 14:33:20 +0200
> || Karol Kozimor <sziwan@hell.org.pl> wrote:
>
> kk> I had that issue too, with 2.6.9-rc1 I s'pose, but I thought it
> kk> was just bug #3193 revisited and didn't really investigate. Does
> kk> changing swsusp2 to _not_ use ACPI S4 help?
>
> It seems that this is not a compile-time option anymore and solely
> determined by /proc/software_suspend/acpi_s4_support, right?
That's right.
Regards,
Nigel
--
Nigel Cunningham
Pastoral Worker
Christian Reformed Church of Tuggeranong
PO Box 1004, Tuggeranong, ACT 2901
Many today claim to be tolerant. True tolerance, however, can cope with others
being intolerant.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: status update for current development on ASUS M2N
2004-09-27 10:11 ` Nigel Cunningham
@ 2004-09-27 16:48 ` Georg C. F. Greve
[not found] ` <1096279213.4222.5.camel-AdgCB+f5QAxwBzq2CxEN2SkBHpOjBR89@public.gmane.org>
1 sibling, 0 replies; 7+ messages in thread
From: Georg C. F. Greve @ 2004-09-27 16:48 UTC (permalink / raw)
To: ncunningham; +Cc: ACPI List, SoftwareSuspend-Devel
[-- Attachment #1: Type: text/plain, Size: 658 bytes --]
|| On Mon, 27 Sep 2004 20:11:41 +1000
|| Nigel Cunningham <ncunningham@linuxmail.org> wrote:
nc> Could I get you to compile kdb in as well.
I wish I could give you the info, tried compiling things in, but
unfortunately the machine dies on suspend to disk when the kdb code is
compiled in, it seems.
Unfortunately I'm lacking the time to investigate it further right
now, but I will try later if I get the chance.
Regards,
Georg
--
Georg C. F. Greve <greve@gnu.org>
Free Software Foundation Europe (http://fsfeurope.org)
Brave GNU World (http://brave-gnu-world.org)
[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [SoftwareSuspend-devel] status update for current development on ASUS M2N
[not found] ` <1096279213.4222.5.camel-AdgCB+f5QAxwBzq2CxEN2SkBHpOjBR89@public.gmane.org>
@ 2004-09-30 9:59 ` Georg C. F. Greve
0 siblings, 0 replies; 7+ messages in thread
From: Georg C. F. Greve @ 2004-09-30 9:59 UTC (permalink / raw)
To: ncunningham-jjFNsPSvq+iXDw4h08c5KA; +Cc: ACPI List, SoftwareSuspend-Devel
[-- Attachment #1: Type: text/plain, Size: 364 bytes --]
|| On Mon, 27 Sep 2004 20:11:41 +1000
|| Nigel Cunningham <ncunningham-jjFNsPSvq+iXDw4h08c5KA@public.gmane.org> wrote:
nc> Could I get you to compile kdb in as well. If you then press the
nc> Sys Rq key when the CPU is being chewed, you should be able to
nc> use ps and btp <process number> to get an idea of what is going
nc> on.
I am now running kernel
[-- Attachment #2: patch-2.6.9-rc2-plus_5.txt --]
[-- Type: text/plain, Size: 551 bytes --]
Patches contained:
linux-2.6.8
patch-2.6.9-rc2
software-suspend-109-for-2.6.9-rc2 (without kdb)
build fix for swsusp 109 - see https://lists.berlios.de/pipermail/softwaresuspend-devel/2004-September/000555.html
2.6.9-rc2-mm4/bk-acpi.patch
acpi-compile-fix.patch
acpi-x86_64-build-fix.patch
bk-agpgart.patch
bk-alsa.patch
bk-cpufreq.patch
ipw2100-0.55
arch/i386/kernel/i8259.c:
* changed device_initcall(i8259A_init_sysfs);
to late_initcall(i8259A_init_sysfs);
(needed for suspend to RAM)
Makefile:
* added -plus version
[-- Attachment #3: Type: text/plain, Size: 803 bytes --]
and also created a version with kdb and heavy debugging.
This kernel shows the same behaviour and can suspend/resume so I can
get into kdb and do btp. Unfortunately I seem to be too stupid to find
the way to get the output somehow saved or written anywhere.
Not having the time (and motivation, to be honest) to write down all
the names and numbers -- and also not feeling that sending digital
photographs is the best way of communicating that output -- I don't
know how to give you that information.
Can you tell me how to do this, please?
Regards,
Georg
--
Georg C. F. Greve <greve-mXXj517/zsQ@public.gmane.org>
Free Software Foundation Europe (http://fsfeurope.org)
Brave GNU World (http://brave-gnu-world.org)
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-09-30 9:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-27 8:47 status update for current development on ASUS M2N Georg C. F. Greve
2004-09-27 10:11 ` Nigel Cunningham
2004-09-27 16:48 ` Georg C. F. Greve
[not found] ` <1096279213.4222.5.camel-AdgCB+f5QAxwBzq2CxEN2SkBHpOjBR89@public.gmane.org>
2004-09-30 9:59 ` [SoftwareSuspend-devel] " Georg C. F. Greve
2004-09-27 12:33 ` Karol Kozimor
2004-09-27 13:28 ` [ACPI] " Georg C. F. Greve
2004-09-27 13:29 ` Nigel Cunningham
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox