* S3 on acer travelmate 3022WTMi
@ 2006-09-26 8:06 Arto Pastinen
2006-09-26 19:01 ` Peter Pregler
0 siblings, 1 reply; 4+ messages in thread
From: Arto Pastinen @ 2006-09-26 8:06 UTC (permalink / raw)
To: linux-acpi
Hi,
Has anyone got Suspend to Ram work on Acer TravelMate 3022WTMi?
I even fixed DSDT, but it still freezes on return from sleep, the hard
disc shows little action, but then everything is blank..
- Artsi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: S3 on acer travelmate 3022WTMi
2006-09-26 8:06 S3 on acer travelmate 3022WTMi Arto Pastinen
@ 2006-09-26 19:01 ` Peter Pregler
2006-09-27 18:48 ` Thomas Renninger
0 siblings, 1 reply; 4+ messages in thread
From: Peter Pregler @ 2006-09-26 19:01 UTC (permalink / raw)
To: linux-acpi
Arto Pastinen wrote:
> Hi,
>
> Has anyone got Suspend to Ram work on Acer TravelMate 3022WTMi?
>
> I even fixed DSDT, but it still freezes on return from sleep, the hard
> disc shows little action, but then everything is blank..
I think this describes the problem with all Acer TM 3xxx. I have a
TM3201 and have the same problem. Additional symptons: display backlight
is off, fan is running. I tried about all the tricks including all
debugging that is possible without a serial console with no success.
And since I have no docking station, i.e. no chance for a serial
console, I simply gave up.
-Peter
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: S3 on acer travelmate 3022WTMi
2006-09-26 19:01 ` Peter Pregler
@ 2006-09-27 18:48 ` Thomas Renninger
2006-10-15 14:23 ` Peter Pregler
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Renninger @ 2006-09-27 18:48 UTC (permalink / raw)
To: Peter Pregler; +Cc: linux-acpi, bk
On Tue, 2006-09-26 at 21:01 +0200, Peter Pregler wrote:
> Arto Pastinen wrote:
> > Hi,
> >
> > Has anyone got Suspend to Ram work on Acer TravelMate 3022WTMi?
> >
> > I even fixed DSDT, but it still freezes on return from sleep, the hard
> > disc shows little action, but then everything is blank..
>
> I think this describes the problem with all Acer TM 3xxx. I have a
> TM3201 and have the same problem. Additional symptons: display backlight
> is off, fan is running. I tried about all the tricks including all
> debugging that is possible without a serial console with no success.
> And since I have no docking station, i.e. no chance for a serial
> console, I simply gave up.
There is firescope, setting up the kernel console output over firewire:
http://marc.theaimsgroup.com/?l=linux-kernel&m=114412300502236&w=2
There might be some machines having problems with it (all you need is a
cable and your firewire device must be OHCI1394 compliant AFAIK), but I
tried it out once and it worked fine.
There is even something additional to set up kgdb over firewire,
Bernhard knows more about this...
Thomas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: S3 on acer travelmate 3022WTMi
2006-09-27 18:48 ` Thomas Renninger
@ 2006-10-15 14:23 ` Peter Pregler
0 siblings, 0 replies; 4+ messages in thread
From: Peter Pregler @ 2006-10-15 14:23 UTC (permalink / raw)
To: linux-acpi
Thomas Renninger wrote:
> On Tue, 2006-09-26 at 21:01 +0200, Peter Pregler wrote:
>> Arto Pastinen wrote:
>>> Hi,
>>>
>>> Has anyone got Suspend to Ram work on Acer TravelMate 3022WTMi?
>>>
>>> I even fixed DSDT, but it still freezes on return from sleep, the hard
>>> disc shows little action, but then everything is blank..
>> I think this describes the problem with all Acer TM 3xxx. I have a
>> TM3201 and have the same problem. Additional symptons: display backlight
>> is off, fan is running. I tried about all the tricks including all
>> debugging that is possible without a serial console with no success.
>> And since I have no docking station, i.e. no chance for a serial
>> console, I simply gave up.
> There is firescope, setting up the kernel console output over firewire:
> http://marc.theaimsgroup.com/?l=linux-kernel&m=114412300502236&w=2
> There might be some machines having problems with it (all you need is a
> cable and your firewire device must be OHCI1394 compliant AFAIK), but I
> tried it out once and it worked fine.
Okay, got it working. I used an almost minimal vanilla 2.6.18 with no
modules. Almost minimal because I included IDE since I have no initram
at hand. But I do not think that makes a difference. I tried out suspend
without IDE a few month ago and it did not work either.
Looking at the console log and bus-messages attached below it seems that
the bus is not initialized during resume. I will try now the early-init
patch I got. Hope that gets more information. Any idea what ACPI-debug
options to set so we see more what happens during suspend? Maybe that
gives a clue too?
-Peter
++++++++++++++++++++++++++++++
Bus-changes according to dmesg on the console-host:
due to suspend:
[4296157.983000] ieee1394: Node changed: 0-01:1023 -> 0-00:1023
[4296157.984000] ieee1394: Node suspended: ID:BUS[0-00:1023]
GUID[00c09f00002097ea]
due to wakup
[4296231.271000] ieee1394: The root node is not cycle master capable;
selecting a new root node and resetting...
[4296231.534000] ieee1394: Node changed: 0-00:1023 -> 0-01:1023
=======
Console log during suspend:
<7>[ 13.029739] ieee1394: Node added: ID:BUS[0-01:1023]
GUID[00000e1003915c1f]
<4>[ 13.293508] [ACPI Debug] String: [0x1C] "Temperature decreasing:
_Q81"
<4>[ 92.305450] [ACPI Debug] String: [0x1C] "Temperature increasing:
_Q80"
<4>[ 103.304517] [ACPI Debug] String: [0x1C] "Temperature increasing:
_Q80"
<4>[ 111.305416] [ACPI Debug] String: [0x1C] "Temperature increasing:
_Q80"
<4>[ 127.366549] Stopping tasks: =======|
<4>[ 127.367933] [ACPI Debug] String: [0x16] ">>>> _PTS ------------"
<4>[ 127.368045] [ACPI Debug] Integer: 0x00000003
=======
No console log after wakeup
Port 0 (ohci1394) opened, 2 nodes detected
FireScope
---------
Target : <unspecified>
Gen : 18
[Ctrl-T] choose target
[Ctrl-H] this menu
[Ctrl-Q] quit
2 nodes available, local node is: 1
0: ffc0, uuid: <err: 11>
1: ffc1, uuid: 100e0000 1f5c9103 [LOCAL]
Cannot lookup log_buf_addr
Cannot find linux log buffer
Exiting...
=========
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-10-15 14:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-26 8:06 S3 on acer travelmate 3022WTMi Arto Pastinen
2006-09-26 19:01 ` Peter Pregler
2006-09-27 18:48 ` Thomas Renninger
2006-10-15 14:23 ` Peter Pregler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox