* D600 resume from RAM with black screen, ethernet tg3 is buggy
@ 2003-09-20 16:58 Petr Olivka
[not found] ` <3F6C8721.5050604-jmYXjVuSQ4U@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Petr Olivka @ 2003-09-20 16:58 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi!
Here is some of my result with D600:
2.4.22 + swsuspend
suspend to disk seems to work with small problems, but not tested
hardly and is not much faster then reboot.
2.6.0-test5 + test5-pm2.diff - kernel without modules, static
- suspend "standby" do not switch off lcd. Is it ok?
-suspend to ram work, but after resume is display black. Without
test5-pm2 do not resume back and hang with black screen.
-suspend to disk hang after hdc and hda suspended (hda is used for
resume, why is suspended?). result:
....
hda: start_power_step(step: 0)
hda: start_power_step(step: 1)
hda: complete_power_step(step: 1, stat: 50:, err: 0)
hda: completing PM request, suspend
PM: Attempting to suspend to disk.
... and hang
I unable to use tg3 ethernet driver, because kernel fail somewhere in
tg3 driver everytime I try suspend (backtrace list is too long on
screen and I unable to scroll back).
Where are problems? How can I help to solve them?
thanks
poli
p.s.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: D600 resume from RAM with black screen, ethernet tg3 is buggy
[not found] ` <3F6C8721.5050604-jmYXjVuSQ4U@public.gmane.org>
@ 2003-09-25 13:24 ` Pavel Machek
[not found] ` <20030925132427.GJ11901-u08AdweFZfgxtPtxi4kahqVXKuFTiq87@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2003-09-25 13:24 UTC (permalink / raw)
To: Petr Olivka; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi!
> 2.6.0-test5 + test5-pm2.diff - kernel without modules, static
>
> - suspend "standby" do not switch off lcd. Is it ok?
+/- yes.
> -suspend to ram work, but after resume is display black. Without
> test5-pm2 do not resume back and hang with black screen.
So with -test5-pm2 machine resumes okay, you can type commands
etc, but can't see anything? Try passing cmd line
option acpi_sleep=s3_mode (or how is it called)...
> -suspend to disk hang after hdc and hda suspended (hda is used
> for resume, why is suspended?). result:
Thats okay, we want to suspend hda, save its state,
resume hda, save state to hda, suspend hda, powerdown.
> Where are problems? How can I help to solve them?
Can you mail me diff between vanilla and -test5-pm2?
Can you try suspending with echo 4 > /proc/acpi/sleep?
(that should call old working code... provided it propagates down correctly).
Pavel
--
Pavel
Written on sharp zaurus, because my Velo1 broke. If you have Velo you don't need...
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: D600 resume from RAM with black screen, ethernet tg3 is buggy
[not found] ` <20030925132427.GJ11901-u08AdweFZfgxtPtxi4kahqVXKuFTiq87@public.gmane.org>
@ 2003-09-29 10:19 ` Petr Olivka
[not found] ` <Pine.LNX.4.30.0309291142280.26307-100000-Rd/Vp7eeBLeOZheNW5JDhQ@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Petr Olivka @ 2003-09-29 10:19 UTC (permalink / raw)
To: Pavel Machek; +Cc: Petr Olivka, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
thanks for answer,
> > -suspend to ram work, but after resume is display black. Without
> > test5-pm2 do not resume back and hang with black screen.
>
> So with -test5-pm2 machine resumes okay, you can type commands
> etc, but can't see anything? Try passing cmd line
> option acpi_sleep=s3_mode (or how is it called)...
>
hm, s3_mode and s3_bios reboot computer, when I did try resume.
I did test "echo 3 > /proc/acpi/sleep" and "echo -n "mem" >
/sys/power/state".
> > Where are problems? How can I help to solve them?
>
> Can you mail me diff between vanilla and -test5-pm2?
> Can you try suspending with echo 4 > /proc/acpi/sleep?
> (that should call old working code... provided it propagates down correctly).
I am using 2.6.0-test5 with patch recomended in acpi devel list
"test5-pm2", not vanilla.
"echo 4 > /proc/acpi/sleep" do nothing.
poli
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: D600 resume from RAM with black screen, ethernet tg3 is buggy
[not found] ` <Pine.LNX.4.30.0309291142280.26307-100000-Rd/Vp7eeBLeOZheNW5JDhQ@public.gmane.org>
@ 2003-09-29 19:27 ` Pavel Machek
0 siblings, 0 replies; 4+ messages in thread
From: Pavel Machek @ 2003-09-29 19:27 UTC (permalink / raw)
To: Petr Olivka; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi!
> > > -suspend to ram work, but after resume is display black. Without
> > > test5-pm2 do not resume back and hang with black screen.
> >
> > So with -test5-pm2 machine resumes okay, you can type commands
> > etc, but can't see anything? Try passing cmd line
> > option acpi_sleep=s3_mode (or how is it called)...
> >
> hm, s3_mode and s3_bios reboot computer, when I did try resume.
> I did test "echo 3 > /proc/acpi/sleep" and "echo -n "mem" >
> /sys/power/state".
>
>
> > > Where are problems? How can I help to solve them?
> >
> > Can you mail me diff between vanilla and -test5-pm2?
> > Can you try suspending with echo 4 > /proc/acpi/sleep?
> > (that should call old working code... provided it propagates down correctly).
>
> I am using 2.6.0-test5 with patch recomended in acpi devel list
> "test5-pm2", not vanilla.
>
> "echo 4 > /proc/acpi/sleep" do nothing.
Try -test6 with echo -n mem, that seem works here. If both s3_mode and
s3_bios reboot computer, tough. That means that you either need to
find out another ugly hack (like s3_mode and s3_bios), or get specs
for your video card and write proper resume support (get the specs is
the hard part here).
Pavel
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-09-29 19:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-20 16:58 D600 resume from RAM with black screen, ethernet tg3 is buggy Petr Olivka
[not found] ` <3F6C8721.5050604-jmYXjVuSQ4U@public.gmane.org>
2003-09-25 13:24 ` Pavel Machek
[not found] ` <20030925132427.GJ11901-u08AdweFZfgxtPtxi4kahqVXKuFTiq87@public.gmane.org>
2003-09-29 10:19 ` Petr Olivka
[not found] ` <Pine.LNX.4.30.0309291142280.26307-100000-Rd/Vp7eeBLeOZheNW5JDhQ@public.gmane.org>
2003-09-29 19:27 ` Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox