* kern 2.6.1 - suspend/resume still malfunctioning
@ 2004-01-15 13:10 Martin Lorenz
[not found] ` <40069161.4040703-2WKW0nu+7nMiq3RsQ1AnAw@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Martin Lorenz @ 2004-01-15 13:10 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Dear all,
well I am playing around to get suspend/resume working on my PC-MM10 for
quite a while now, and have run from one failing into the next...
lately I switched to vanilla 2.6.1 kernel to give it another try.
it somehow got better than before:
I can successfully resume now and the console is reactive again.
thats a real improvement!
but about a second after resume (when I hit the enter key the third
time) I got an Oops, that took about five seconds or more to scroll over
the screen (needless to say, that I could not read a word of what it was
saying) and ended up complaining about a panic in the interrupt handler.
maybe you can just tell me a patch, i could not find by myself...
I tried to go through the archive, but sf.net tells me, there would be
no archive for acpi-devel.
or is it a dsdt issue, and I should rather fix my dsdt? ...I'm afraid
i'd need some help in that case too.
all the data, i reported about my laptop is recorded with bug #1773
http://bugme.osdl.org/show_bug.cgi?id=1773
do you need anything else?
i am also willing and able to do some hacking too, but i don't quite
know where to start looking at.
greets and thanks
mlo
--
martin lorenz
--
They that can give up essential liberty
to obtain a little temporary safety
deserve neither liberty nor safety.
-- Benjamin Franklin
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: kern 2.6.1 - suspend/resume still malfunctioning
[not found] ` <40069161.4040703-2WKW0nu+7nMiq3RsQ1AnAw@public.gmane.org>
@ 2004-01-15 13:55 ` Stefan Seyfried
[not found] ` <20040115135532.GA11298-l0tNAEGuAhhzZ8+rp42Dbp9+tswZ0GTaehPwdyo5hKaELgA04lAiVw@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Stefan Seyfried @ 2004-01-15 13:55 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Thu, Jan 15, 2004 at 02:10:57PM +0100, Martin Lorenz wrote:
> Dear all,
>
> well I am playing around to get suspend/resume working on my PC-MM10 for
> quite a while now, and have run from one failing into the next...
> all the data, i reported about my laptop is recorded with bug #1773
> http://bugme.osdl.org/show_bug.cgi?id=1773
have you tried S4, e.g. "echo 4 > /proc/acpi/sleep"?
S3 is probably harder to get working than S4, so try S4 first.
I always test my machines in this order:
S4 > S1 > S3
with S3 i had not much luck on most of my machines.
--
Stefan Seyfried
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Re: kern 2.6.1 - suspend/resume still malfunctioning
[not found] ` <20040115135532.GA11298-l0tNAEGuAhhzZ8+rp42Dbp9+tswZ0GTaehPwdyo5hKaELgA04lAiVw@public.gmane.org>
@ 2004-01-15 14:53 ` Martin Lorenz
[not found] ` <4006A96F.1020502-2WKW0nu+7nMiq3RsQ1AnAw@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Martin Lorenz @ 2004-01-15 14:53 UTC (permalink / raw)
To: Stefan Seyfried; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Stefan Seyfried wrote:
> On Thu, Jan 15, 2004 at 02:10:57PM +0100, Martin Lorenz wrote:
>
>>Dear all,
>>
>>well I am playing around to get suspend/resume working on my PC-MM10 for
>>quite a while now, and have run from one failing into the next...
>
>
>>all the data, i reported about my laptop is recorded with bug #1773
>>http://bugme.osdl.org/show_bug.cgi?id=1773
>
>
> have you tried S4, e.g. "echo 4 > /proc/acpi/sleep"?
> S3 is probably harder to get working than S4, so try S4 first.
>
well...
with S4 i get a message, saying that my drive was not ready for that
command and it keeps telling me (lines by lines and never ending)
end_request: I/O error, dev hda, sector 1596164
so i it doesent even go to suspend(off)
greets
mlo
--
martin lorenz
--
They that can give up essential liberty
to obtain a little temporary safety
deserve neither liberty nor safety.
-- Benjamin Franklin
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Re: kern 2.6.1 - suspend/resume still malfunctioning
[not found] ` <4006A96F.1020502-2WKW0nu+7nMiq3RsQ1AnAw@public.gmane.org>
@ 2004-01-15 15:25 ` Martin Lorenz
[not found] ` <4006B0DD.4020801-2WKW0nu+7nMiq3RsQ1AnAw@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Martin Lorenz @ 2004-01-15 15:25 UTC (permalink / raw)
To: Stefan Seyfried; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Martin Lorenz wrote:
> Stefan Seyfried wrote:
>
>
>>On Thu, Jan 15, 2004 at 02:10:57PM +0100, Martin Lorenz wrote:
>>
>>
>>>Dear all,
>>>
>>>well I am playing around to get suspend/resume working on my PC-MM10 for
>>>quite a while now, and have run from one failing into the next...
>>
>>
>>>all the data, i reported about my laptop is recorded with bug #1773
>>>http://bugme.osdl.org/show_bug.cgi?id=1773
>>
>>
>>have you tried S4, e.g. "echo 4 > /proc/acpi/sleep"?
>>S3 is probably harder to get working than S4, so try S4 first.
>>
>
> well...
>
> with S4 i get a message, saying that my drive was not ready for that
> command and it keeps telling me (lines by lines and never ending)
>
> end_request: I/O error, dev hda, sector 1596164
>
> so i it doesent even go to suspend(off)
>
just tried to boot into /bin/bash and gave it another chance there
guess what: it suspended to ram and resumed without any
jinxes and oopses :-)
but what is this going to tell me as a kernel-imbecile???
--
martin lorenz
--
They that can give up essential liberty
to obtain a little temporary safety
deserve neither liberty nor safety.
-- Benjamin Franklin
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Re: kern 2.6.1 - suspend/resume still malfunctioning
[not found] ` <4006B0DD.4020801-2WKW0nu+7nMiq3RsQ1AnAw@public.gmane.org>
@ 2004-01-16 19:39 ` Pavel Machek
0 siblings, 0 replies; 6+ messages in thread
From: Pavel Machek @ 2004-01-16 19:39 UTC (permalink / raw)
To: Martin Lorenz
Cc: Stefan Seyfried, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi!
> >>>Dear all,
> >>>
> >>>well I am playing around to get suspend/resume working on my PC-MM10 for
> >>>quite a while now, and have run from one failing into the next...
> >>
> >>
> >>>all the data, i reported about my laptop is recorded with bug #1773
> >>>http://bugme.osdl.org/show_bug.cgi?id=1773
> >>
> >>
> >>have you tried S4, e.g. "echo 4 > /proc/acpi/sleep"?
> >>S3 is probably harder to get working than S4, so try S4 first.
> >>
> >
> > well...
> >
> > with S4 i get a message, saying that my drive was not ready for that
> > command and it keeps telling me (lines by lines and never ending)
> >
> > end_request: I/O error, dev hda, sector 1596164
What about few lines before this? mdelay(1000) into printk if you
must.
> > so i it doesent even go to suspend(off)
> >
>
> just tried to boot into /bin/bash and gave it another chance there
> guess what: it suspended to ram and resumed without any
> jinxes and oopses :-)
>
> but what is this going to tell me as a kernel-imbecile???
Well, search which process breaks that.
Pavel
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: kern 2.6.1 - suspend/resume still malfunctioning
@ 2004-01-18 6:12 Yu, Luming
0 siblings, 0 replies; 6+ messages in thread
From: Yu, Luming @ 2004-01-18 6:12 UTC (permalink / raw)
To: Martin Lorenz, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
> all the data, i reported about my laptop is recorded with bug #1773
> http://bugme.osdl.org/show_bug.cgi?id=1773
Did you try with removing _init attribute of zap_low_mappings() ?
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-01-18 6:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-15 13:10 kern 2.6.1 - suspend/resume still malfunctioning Martin Lorenz
[not found] ` <40069161.4040703-2WKW0nu+7nMiq3RsQ1AnAw@public.gmane.org>
2004-01-15 13:55 ` Stefan Seyfried
[not found] ` <20040115135532.GA11298-l0tNAEGuAhhzZ8+rp42Dbp9+tswZ0GTaehPwdyo5hKaELgA04lAiVw@public.gmane.org>
2004-01-15 14:53 ` Martin Lorenz
[not found] ` <4006A96F.1020502-2WKW0nu+7nMiq3RsQ1AnAw@public.gmane.org>
2004-01-15 15:25 ` Martin Lorenz
[not found] ` <4006B0DD.4020801-2WKW0nu+7nMiq3RsQ1AnAw@public.gmane.org>
2004-01-16 19:39 ` Pavel Machek
-- strict thread matches above, loose matches on Subject: below --
2004-01-18 6:12 Yu, Luming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox