* Call for help: list of machines with working S3
@ 2005-02-14 21:11 Pavel Machek
2005-02-15 6:05 ` Alistair John Strachan
` (5 more replies)
0 siblings, 6 replies; 20+ messages in thread
From: Pavel Machek @ 2005-02-14 21:11 UTC (permalink / raw)
To: ACPI mailing list, kernel list, seife, rjw
Hi!
Stefan provided me initial list of machines where S3 works (including
video). If you have machine that is not on the list, please send me a
diff. If you have eMachines... I'd like you to try playing with
vbetool (it worked for me), and if it works for you supplying right
model numbers.
Pavel
Video issues with S3 resume
~~~~~~~~~~~~~~~~~~~~~~~~~~~
2003-2005, Pavel Machek
During S3 resume, hardware needs to be reinitialized. For most
devices, this is easy, and kernel driver knows how to do
it. Unfortunately there's one exception: video card. Those are usually
initialized by BIOS, and kernel does not have enough information to
boot video card. (Kernel usually does not even contain video card
driver -- vesafb and vgacon are widely used).
This is not problem for swsusp, because during swsusp resume, BIOS is
run normally so video card is normally initialized. S3 has absolutely
no change to work with SMP/HT. Be sure it to turn it off before
testing (swsusp should work ok, OTOH).
There are few types of systems where video works after S3 resume:
(1) systems where video state is preserved over S3.
(2) systems where it is possible to call video bios during S3
resume. Unfortunately, it is not correct to call video BIOS at that
point, but it happens to work on some machines. Use
acpi_sleep=s3_bios.
(3) systems that initialize video card into vga text mode and where BIOS
works well enough to be able to set video mode. Use
acpi_sleep=s3_mode on these.
(4) on some systems s3_bios kicks video into text mode, and
acpi_sleep=s3_bios,s3_mode is needed.
(5) radeon systems, where X can soft-boot your video card. You'll need
patched X, and plain text console (no vesafb or radeonfb), see
http://www.doesi.gmxhome.de/linux/tm800s3/s3.html.
(6) other radeon systems, where vbetool is enough to bring system back
to life. Do vbetool vbestate save > /tmp/delme; echo 3 > /proc/acpi/sleep;
vbetool post; vbetool vbestate restore < /tmp/delme; setfont
<whatever>, and your video should work.
Now, if you pass acpi_sleep=something, and it does not work with your
bios, you'll get hard crash during resume. Be carefull. Also it is
safest to do your experiments with plain old VGA console. vesafb and
radeonfb (etc) drivers have tendency to crash the machine during resume.
You may have system where none of above works. At that point you
either invent another ugly hack that works, or write proper driver for
your video card (good luck getting docs :-(). Maybe suspending from X
(proper X, knowing your hardware, not XF68_FBcon) might have better
chance of working.
Table of known working systems:
Model hack (or "how to do it")
------------------------------------------------------------------------------
IBM TP R32 / Type 2658-MMG none (1)
Athlon HP Omnibook XE3 none (1)
Compaq Armada E500 - P3-700 none (1) (S1 also works OK)
IBM t41p none (1)
Athlon64 desktop prototype s3_bios (2)
HP NC6000 s3_bios (2)
Toshiba Satellite 4080XCDT s3_mode (3)
Toshiba Satellite 4030CDT s3_mode (3)
Dell D600, ATI RV250 vga=normal (**)
Asus L2400D s3_mode (3)(***) (S1 also works OK)
Toshiba Satellite P10-554 s3_bios,s3_mode (4)(****)
Acer TM 800 vga=normal, X patches, see webpage (5)
Athlon64 Arima W730a vbestate needed (6)
eMachines athlon64 machines vbestate needed (6) (someone please get me model #s)
(**) Text console is "strange" after resume. Backlight is switched on again
by the X server. X server is:
| X Window System Version 6.8.1.904 (6.8.2 RC 4)
| Release Date: 2 February 2005
| X Protocol Version 11, Revision 0, Release 6.8.1.904
| Build Operating System: SuSE Linux [ELF] SuSE
as present in SUSE 9.3preview3.
(***) To be tested with a newer kernel.
(****) Not with SMP kernel, UP only.
--
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-02-14 21:11 Pavel Machek
@ 2005-02-15 6:05 ` Alistair John Strachan
2005-02-15 16:05 ` Stefan Seyfried
2005-02-23 19:30 ` Nish Aravamudan
` (4 subsequent siblings)
5 siblings, 1 reply; 20+ messages in thread
From: Alistair John Strachan @ 2005-02-15 6:05 UTC (permalink / raw)
To: Pavel Machek; +Cc: ACPI mailing list, kernel list, seife, rjw
On Monday 14 Feb 2005 21:11, Pavel Machek wrote:
[snip]
>
> Table of known working systems:
>
> Model hack (or "how to do it")
> ---------------------------------------------------------------------------
>--- IBM TP R32 / Type 2658-MMG none (1)
> Athlon HP Omnibook XE3 none (1)
> Compaq Armada E500 - P3-700 none (1) (S1 also works OK)
> IBM t41p none (1)
> Athlon64 desktop prototype s3_bios (2)
> HP NC6000 s3_bios (2)
The above report is incorrect. On 2.6.11-rc4, even with the s3_bios option,
the NC6000 (which I own) still does not wake up from S3 sleep. The wiki
linked somewhere else in this thread also identifies these machines as not
working.
> Toshiba Satellite 4080XCDT s3_mode (3)
> Toshiba Satellite 4030CDT s3_mode (3)
> Dell D600, ATI RV250 vga=normal (**)
> Asus L2400D s3_mode (3)(***) (S1 also works OK)
> Toshiba Satellite P10-554 s3_bios,s3_mode (4)(****)
> Acer TM 800 vga=normal, X patches, see webpage (5)
> Athlon64 Arima W730a vbestate needed (6)
> eMachines athlon64 machines vbestate needed (6) (someone please get me
> model #s)
>
> (**) Text console is "strange" after resume. Backlight is switched on again
>
> by the X server. X server is:
> | X Window System Version 6.8.1.904 (6.8.2 RC 4)
> | Release Date: 2 February 2005
> | X Protocol Version 11, Revision 0, Release 6.8.1.904
> | Build Operating System: SuSE Linux [ELF] SuSE
>
> as present in SUSE 9.3preview3.
>
> (***) To be tested with a newer kernel.
>
> (****) Not with SMP kernel, UP only.
--
Cheers,
Alistair.
personal: alistair()devzero!co!uk
university: s0348365()sms!ed!ac!uk
student: CS/CSim Undergraduate
contact: 1F2 55 South Clerk Street,
Edinburgh. EH8 9PP.
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-02-15 6:05 ` Alistair John Strachan
@ 2005-02-15 16:05 ` Stefan Seyfried
0 siblings, 0 replies; 20+ messages in thread
From: Stefan Seyfried @ 2005-02-15 16:05 UTC (permalink / raw)
To: Alistair John Strachan; +Cc: Pavel Machek, ACPI mailing list, kernel list, rjw
Alistair John Strachan wrote:
> On Monday 14 Feb 2005 21:11, Pavel Machek wrote:
> [snip]
>>Table of known working systems:
>>
>>Model hack (or "how to do it")
>>---------------------------------------------------------------------------
>>--- IBM TP R32 / Type 2658-MMG none (1)
>>Athlon HP Omnibook XE3 none (1)
>>Compaq Armada E500 - P3-700 none (1) (S1 also works OK)
>>IBM t41p none (1)
>>Athlon64 desktop prototype s3_bios (2)
>>HP NC6000 s3_bios (2)
>
> The above report is incorrect. On 2.6.11-rc4, even with the s3_bios option,
> the NC6000 (which I own) still does not wake up from S3 sleep. The wiki
> linked somewhere else in this thread also identifies these machines as not
> working.
I just retried it with a nc6000, it worked with "vga=normal
acpi_sleep=s3_bios rw init=/bin/bash".
It did not work from a full blown system including X etc, but this is
probably a driver problem, the machine was sitting in a docking station
which connects everything via USB. Sorry, right now i cannot debug this
further, but it basically works and should not be too hard to get going.
Also, it does not work with vesafb (I have not tried radeonfb)
--
Stefan Seyfried, QA / R&D Team Mobile Devices, SUSE LINUX Nürnberg.
"Any ideas, John?"
"Well, surrounding them's out."
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
@ 2005-02-16 12:43 Lukas Hejtmanek
2005-02-16 23:22 ` Pavel Machek
0 siblings, 1 reply; 20+ messages in thread
From: Lukas Hejtmanek @ 2005-02-16 12:43 UTC (permalink / raw)
To: linux-kernel
Hello,
does anyone have some experiences with intel i855 video card and S3?
For me the binary driver from Intel works with S3 but only X server is restored
not the text console.
With open source driver nothing is restored. I try to use s3_bios or s3_mode,
nothing helps. Using vbetool and post causes backlight turn on but display is
full of garbage (vertical lines of different colors).
--
Lukáš Hejtmánek
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-02-16 12:43 Lukas Hejtmanek
@ 2005-02-16 23:22 ` Pavel Machek
2005-02-17 1:25 ` Lukas Hejtmanek
0 siblings, 1 reply; 20+ messages in thread
From: Pavel Machek @ 2005-02-16 23:22 UTC (permalink / raw)
To: Lukas Hejtmanek; +Cc: linux-kernel
Hi!
> does anyone have some experiences with intel i855 video card and S3?
>
> For me the binary driver from Intel works with S3 but only X server is restored
> not the text console.
>
> With open source driver nothing is restored. I try to use s3_bios or s3_mode,
> nothing helps. Using vbetool and post causes backlight turn on but display is
> full of garbage (vertical lines of different colors).
Can you do vga=normal and attempt to reload fonts?
Pavel
--
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-02-16 23:22 ` Pavel Machek
@ 2005-02-17 1:25 ` Lukas Hejtmanek
0 siblings, 0 replies; 20+ messages in thread
From: Lukas Hejtmanek @ 2005-02-17 1:25 UTC (permalink / raw)
To: Pavel Machek; +Cc: linux-kernel
On Thu, Feb 17, 2005 at 12:22:57AM +0100, Pavel Machek wrote:
> > does anyone have some experiences with intel i855 video card and S3?
> >
> > For me the binary driver from Intel works with S3 but only X server is restored
> > not the text console.
> >
> > With open source driver nothing is restored. I try to use s3_bios or s3_mode,
> > nothing helps. Using vbetool and post causes backlight turn on but display is
> > full of garbage (vertical lines of different colors).
>
> Can you do vga=normal and attempt to reload fonts?
Did not help. Instead, this seems to be working with X.org and opensource driver:
chvt 1
vbetool vbestate save > /tmp/state
echo 3 > /proc/acpi/sleep
vbetool post
vbetool vbestate restore < /tmp/state
chvt 7
(if X server is running then chvt to text console is necessary, but it works
including DRI and XV overlay running)
Can I get the current console so that chvt 7 can switch to the original console?
Just re-POST seems to initialize first head connected to external CRT. The
second head (connected to LFP) is not initialized. Do not know why :(
This is the videocard: Intel Corp. 82852/855GM Integrated Graphics Device.
Notebook: Acer TM 242FX
--
Lukáš Hejtmánek
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-02-14 21:11 Pavel Machek
2005-02-15 6:05 ` Alistair John Strachan
@ 2005-02-23 19:30 ` Nish Aravamudan
2005-03-02 10:24 ` Stefan Seyfried
` (3 subsequent siblings)
5 siblings, 0 replies; 20+ messages in thread
From: Nish Aravamudan @ 2005-02-23 19:30 UTC (permalink / raw)
To: Pavel Machek; +Cc: ACPI mailing list, kernel list, seife, rjw
[-- Attachment #1: Type: text/plain, Size: 1445 bytes --]
On Mon, 14 Feb 2005 22:11:05 +0100, Pavel Machek <pavel@suse.cz> wrote:
> Hi!
<snip>
> Table of known working systems:
>
> Model hack (or "how to do it")
> ------------------------------------------------------------------------------
> IBM TP R32 / Type 2658-MMG none (1)
> Athlon HP Omnibook XE3 none (1)
> Compaq Armada E500 - P3-700 none (1) (S1 also works OK)
> IBM t41p none (1)
I am not sure if this is a problem with my machine or the code, but my
T41p does not work "correctly." [1] Pressing the sleep key (Fn-F4),
does sleep the machine, very quickly and nicely. However, on wake-up,
only an external CRT will display video. I see the LCD's backlight
come on, but no video is displayed there. I also noticed that my USB
mouse does not seem to work (this may be a BIOS setting issue, which
I'll check out on next reboot -- soon).
I have noticed that the IBM ACPI extras seems to do some things
incorrectly for me. /proc/acpi/ibm/dock always reports "status:
undocked," even though I'm very much docked right now. Echo'ing
auto_enable/auto_disable into /proc/acpi/ibm/video does change the
auto state, but doing the same for {lcd,crt}_{enable,disable} does
nothing (including not changing the displayed state).
I'm more than happy to try patches, BIOS setting changes, etc.
Thanks,
Nish
[1] Attached dmidecode output (hopefully not screwed up by gmail)
[-- Attachment #2: dmidecode.out --]
[-- Type: application/octet-stream, Size: 15521 bytes --]
# dmidecode 2.5
SMBIOS 2.33 present.
61 structures occupying 2127 bytes.
Table at 0x000E0010.
Handle 0x0000
DMI type 0, 20 bytes.
BIOS Information
Vendor: IBM
Version: 1RETDIWW (3.14 )
Release Date: 01/20/2005
Address: 0xDC000
Runtime Size: 144 kB
ROM Size: 1024 kB
Characteristics:
PCI is supported
PC Card (PCMCIA) is supported
PNP is supported
APM is supported
BIOS is upgradeable
BIOS shadowing is allowed
ESCD support is available
Boot from CD is supported
Selectable boot is supported
EDD is supported
3.5"/720 KB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
CGA/mono video services are supported (int 10h)
ACPI is supported
USB legacy is supported
AGP is supported
BIOS boot specification is supported
Handle 0x0001
DMI type 1, 25 bytes.
System Information
Manufacturer: IBM
Product Name: 2373315
Version: ThinkPad T41p
Serial Number: 99K0MMB
UUID: 7C6ED401-4768-11CB-98C4-F44C4B7B4E0F
Wake-up Type: Power Switch
Handle 0x0002
DMI type 2, 8 bytes.
Base Board Information
Manufacturer: IBM
Product Name: 2373315
Version: Not Available
Serial Number: J1V9447N1H8
Handle 0x0003
DMI type 3, 17 bytes.
Chassis Information
Manufacturer: IBM
Type: Notebook
Lock: Not Present
Version: Not Available
Serial Number: Not Available
Asset Tag: No Asset Information
Boot-up State: Unknown
Power Supply State: Unknown
Thermal State: Unknown
Security Status: Unknown
OEM Information: 0x00000000
Handle 0x0004
DMI type 126, 17 bytes.
Inactive
Handle 0x0005
DMI type 3, 17 bytes.
Chassis Information
Manufacturer: IBM
Type: Peripheral Chassis
Lock: Not Present
Version: Not Available
Serial Number: Not Available
Asset Tag: Not Available
Boot-up State: Unknown
Power Supply State: Unknown
Thermal State: Unknown
Security Status: Unknown
OEM Information: 0x00000000
Handle 0x0006
DMI type 4, 35 bytes.
Processor Information
Socket Designation: None
Type: Central Processor
Family: Pentium M
Manufacturer: GenuineIntel
ID: 95 06 00 00 BF F9 E9 A7
Signature: Type 0, Family 6, Model 9, Stepping 5
Flags:
FPU (Floating-point unit on-chip)
VME (Virtual mode extension)
DE (Debugging extension)
PSE (Page size extension)
TSC (Time stamp counter)
MSR (Model specific registers)
MCE (Machine check exception)
CX8 (CMPXCHG8 instruction supported)
SEP (Fast system call)
MTRR (Memory type range registers)
PGE (Page global enable)
MCA (Machine check architecture)
CMOV (Conditional move instruction supported)
PAT (Page attribute table)
CLFSH (CLFLUSH instruction supported)
DS (Debug store)
ACPI (ACPI supported)
MMX (MMX technology supported)
FXSR (Fast floating-point save and restore)
SSE (Streaming SIMD extensions)
SSE2 (Streaming SIMD extensions 2)
TM (Thermal monitor supported)
SBF (Signal break on FERR)
Version: Intel(R) Pentium(R) M processor
Voltage: 1.5 V
External Clock: 400 MHz
Max Speed: 1700 MHz
Current Speed: 1700 MHz
Status: Populated, Enabled
Upgrade: None
L1 Cache Handle: 0x000A
L2 Cache Handle: 0x000B
L3 Cache Handle: Not Provided
Serial Number: Not Specified
Asset Tag: Not Specified
Part Number: Not Specified
Handle 0x0007
DMI type 5, 20 bytes.
Memory Controller Information
Error Detecting Method: None
Error Correcting Capabilities:
None
Supported Interleave: One-way Interleave
Current Interleave: One-way Interleave
Maximum Memory Module Size: 1024 MB
Maximum Total Memory Size: 2048 MB
Supported Speeds:
Other
Supported Memory Types:
DIMM
SDRAM
Memory Module Voltage: 2.9 V
Associated Memory Slots: 2
0x0008
0x0009
Enabled Error Correcting Capabilities:
None
Handle 0x0008
DMI type 6, 12 bytes.
Memory Module Information
Socket Designation: DIMM Slot 1
Bank Connections: 0 1
Current Speed: Unknown
Type: DIMM SDRAM
Installed Size: 1024 MB (Double-bank Connection)
Enabled Size: 1024 MB (Double-bank Connection)
Error Status: OK
Handle 0x0009
DMI type 6, 12 bytes.
Memory Module Information
Socket Designation: DIMM Slot 2
Bank Connections: 2 3
Current Speed: Unknown
Type: DIMM SDRAM
Installed Size: Not Installed (Single-bank Connection)
Enabled Size: Not Installed (Single-bank Connection)
Error Status: OK
Handle 0x000A
DMI type 7, 19 bytes.
Cache Information
Socket Designation: Internal L1 Cache
Configuration: Enabled, Socketed, Level 1
Operational Mode: Write Back
Location: Internal
Installed Size: 32 KB
Maximum Size: 32 KB
Supported SRAM Types:
Synchronous
Installed SRAM Type: Synchronous
Speed: Unknown
Error Correction Type: Unknown
System Type: Other
Associativity: 8-way Set-associative
Handle 0x000B
DMI type 7, 19 bytes.
Cache Information
Socket Designation: Internal L2 Cache
Configuration: Enabled, Socketed, Level 2
Operational Mode: Write Back
Location: Internal
Installed Size: 1024 KB
Maximum Size: 1024 KB
Supported SRAM Types:
Burst
Installed SRAM Type: Burst
Speed: Unknown
Error Correction Type: Multi-bit ECC
System Type: Unified
Associativity: 8-way Set-associative
Handle 0x000C
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: Serial
External Connector Type: DB-9 male
Port Type: Serial Port 16550A Compatible
Handle 0x000D
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: Infrared
External Connector Type: Infrared
Port Type: Other
Handle 0x000E
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: Parallel
External Connector Type: DB-25 female
Port Type: Parallel Port ECP/EPP
Handle 0x000F
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: External Monitor
External Connector Type: DB-15 female
Port Type: Video Port
Handle 0x0010
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: PS/2 Mouse
External Connector Type: PS/2
Port Type: Mouse Port
Handle 0x0011
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: PS/2 Keyboard
External Connector Type: PS/2
Port Type: Keyboard Port
Handle 0x0012
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: External Diskette Drive
External Connector Type: On Board Floppy
Port Type: Other
Handle 0x0013
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: Line-In Jack
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0014
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: Line-Out Jack
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0015
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: Microphone Jack
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0016
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: Headphone Jack
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0017
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: S-Video-Out
External Connector Type: Other
Port Type: Video Port
Handle 0x0018
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: Digital Video
External Connector Type: Other
Port Type: Video Port
Handle 0x0019
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: Modem
External Connector Type: RJ-11
Port Type: Modem Port
Handle 0x001A
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: Ethernet
External Connector Type: RJ-45
Port Type: Network Port
Handle 0x001B
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: USB 1
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x001C
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: USB 2
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x001D
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: Not Available
Internal Connector Type: None
External Reference Designator: USB 3
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x001E
DMI type 126, 9 bytes.
Inactive
Handle 0x001F
DMI type 126, 9 bytes.
Inactive
Handle 0x0020
DMI type 126, 9 bytes.
Inactive
Handle 0x0021
DMI type 126, 9 bytes.
Inactive
Handle 0x0022
DMI type 9, 13 bytes.
System Slot Information
Designation: CardBus Slot 1
Type: 32-bit PC Card (PCMCIA)
Current Usage: Available
Length: Other
ID: Adapter 0, Socket 0
Characteristics:
5.0 V is provided
3.3 V is provided
PC Card-16 is supported
Cardbus is supported
Zoom Video is supported
Modem ring resume is supported
PME signal is supported
Hot-plug devices are supported
Handle 0x0023
DMI type 9, 13 bytes.
System Slot Information
Designation: CardBus Slot 2
Type: 32-bit PC Card (PCMCIA)
Current Usage: Available
Length: Other
ID: Adapter 1, Socket 0
Characteristics:
5.0 V is provided
3.3 V is provided
PC Card-16 is supported
Cardbus is supported
Zoom Video is supported
Modem ring resume is supported
PME signal is supported
Hot-plug devices are supported
Handle 0x0024
DMI type 126, 13 bytes.
Inactive
Handle 0x0025
DMI type 126, 13 bytes.
Inactive
Handle 0x0026
DMI type 9, 13 bytes.
System Slot Information
Designation: Mini-PCI Slot 1
Type: 32-bit PCI
Current Usage: Available
Length: Other
ID: 1
Characteristics:
5.0 V is provided
3.3 V is provided
PME signal is supported
SMBus signal is supported
Handle 0x0027
DMI type 126, 13 bytes.
Inactive
Handle 0x0028
DMI type 10, 6 bytes.
On Board Device Information
Type: Other
Status: Disabled
Description: IBM Embedded Security hardware
Handle 0x0029
DMI type 11, 5 bytes.
OEM Strings
String 1: IBM ThinkPad Embedded Controller -[1RHT71WW-3.04 ]-
Handle 0x002A
DMI type 13, 22 bytes.
BIOS Language Information
Installable Languages: 1
enUS
Currently Installed Language: enUS
Handle 0x002B
DMI type 15, 25 bytes.
System Event Log
Area Length: 0 bytes
Header Start Offset: 0x0000
Header Length: 16 bytes
Data Start Offset: 0x0010
Access Method: General-purpose non-volatile data functions
Access Address: 0x0000
Status: Invalid, Not Full
Change Token: 0x00000040
Header Format: Type 1
Supported Log Type Descriptors: 1
Descriptor 1: POST error
Data Format 1: POST results bitmap
Handle 0x002C
DMI type 16, 15 bytes.
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: None
Maximum Capacity: 1 GB
Error Information Handle: Not Provided
Number Of Devices: 2
Handle 0x002D
DMI type 17, 27 bytes.
Memory Device
Array Handle: 0x002C
Error Information Handle: No Error
Total Width: 64 bits
Data Width: 64 bits
Size: 1024 MB
Form Factor: SODIMM
Set: None
Locator: DIMM 1
Bank Locator: Bank 0/1
Type: DDR
Type Detail: Synchronous
Speed: Unknown
Manufacturer: Not Specified
Serial Number: Not Specified
Asset Tag: Not Specified
Part Number: Not Specified
Handle 0x002E
DMI type 17, 27 bytes.
Memory Device
Array Handle: 0x002C
Error Information Handle: No Error
Total Width: Unknown
Data Width: Unknown
Size: No Module Installed
Form Factor: SODIMM
Set: None
Locator: DIMM 2
Bank Locator: Bank 2/3
Type: DDR
Type Detail: Synchronous
Speed: Unknown
Manufacturer: Not Specified
Serial Number: Not Specified
Asset Tag: Not Specified
Part Number: Not Specified
Handle 0x002F
DMI type 18, 23 bytes.
32-bit Memory Error Information
Type: OK
Granularity: Unknown
Operation: Unknown
Vendor Syndrome: Unknown
Memory Array Address: Unknown
Device Address: Unknown
Resolution: Unknown
Handle 0x0030
DMI type 19, 15 bytes.
Memory Array Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x0003FFFFFFF
Range Size: 1 GB
Physical Array Handle: 0x002C
Partition Width: 0
Handle 0x0031
DMI type 20, 19 bytes.
Memory Device Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x0003FFFFFFF
Range Size: 1 GB
Physical Device Handle: 0x002D
Memory Array Mapped Address Handle: 0x0030
Partition Row Position: 1
Handle 0x0032
DMI type 126, 19 bytes.
Inactive
Handle 0x0033
DMI type 21, 7 bytes.
Built-in Pointing Device
Type: Track Point
Interface: PS/2
Buttons: 3
Handle 0x0034
DMI type 21, 7 bytes.
Built-in Pointing Device
Type: Touch Pad
Interface: PS/2
Buttons: 0
Handle 0x0035
DMI type 24, 5 bytes.
Hardware Security
Power-On Password Status: Enabled
Keyboard Password Status: Disabled
Administrator Password Status: Disabled
Front Panel Reset Status: Unknown
Handle 0x0036
DMI type 32, 11 bytes.
System Boot Information
Status: No errors detected
Handle 0x0037
DMI type 131, 102 bytes.
OEM-specific Type
Header and Data:
83 66 37 00 01 00 00 00 00 01 72 03 40 00 AE 80
00 02 00 00 00 00 00 2A 00 40 2A 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 16 00 80 16 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00
Strings:
IBMCFGDATA
Handle 0x0038
DMI type 131, 17 bytes.
OEM-specific Type
Header and Data:
83 11 38 00 01 02 03 FF FF 1F 00 00 00 00 00 02
00
Strings:
BOOTINF 20h
BOOTDEV 21h
KEYPTRS 23h
Handle 0x0039
DMI type 132, 7 bytes.
OEM-specific Type
Header and Data:
84 07 39 00 01 DA 36
Handle 0x003A
DMI type 133, 5 bytes.
OEM-specific Type
Header and Data:
85 05 3A 00 01
Strings:
KHOIHGIUCCHHII
Handle 0x003B
DMI type 126, 13 bytes.
Inactive
Handle 0x003C
DMI type 127, 4 bytes.
End Of Table
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-02-14 21:11 Pavel Machek
2005-02-15 6:05 ` Alistair John Strachan
2005-02-23 19:30 ` Nish Aravamudan
@ 2005-03-02 10:24 ` Stefan Seyfried
2005-03-02 10:57 ` Stefan Seyfried
2005-03-03 16:51 ` Stefan Seyfried
` (2 subsequent siblings)
5 siblings, 1 reply; 20+ messages in thread
From: Stefan Seyfried @ 2005-03-02 10:24 UTC (permalink / raw)
To: Pavel Machek; +Cc: ACPI mailing list, kernel list
Pavel Machek wrote:
> Hi!
> Table of known working systems:
>
> Model hack (or "how to do it")
> ------------------------------------------------------------------------------
IBM Thinkpad T20 (S3 Inc. 86C270-294 Savage/IX-MV), model 2647-44G
"Just works" out of the box. S1 works, too but does not switch off the
backlight and looks "interesting", but does not crash.
--
Stefan Seyfried, QA / R&D Team Mobile Devices, SUSE LINUX Nürnberg.
"Any ideas, John?"
"Well, surrounding them's out."
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-03-02 10:24 ` Stefan Seyfried
@ 2005-03-02 10:57 ` Stefan Seyfried
0 siblings, 0 replies; 20+ messages in thread
From: Stefan Seyfried @ 2005-03-02 10:57 UTC (permalink / raw)
To: Pavel Machek; +Cc: ACPI mailing list, kernel list
Stefan Seyfried wrote:
> Pavel Machek wrote:
>> Hi!
>
>> Table of known working systems:
>>
>> Model hack (or "how to do it")
>> ------------------------------------------------------------------------------
>
> IBM Thinkpad T20 (S3 Inc. 86C270-294 Savage/IX-MV), model 2647-44G
> "Just works" out of the box. S1 works, too but does not switch off the
> backlight and looks "interesting", but does not crash.
Vesafb is "interesting" also after S3, but X continues to work :-)
--
Stefan Seyfried, QA / R&D Team Mobile Devices, SUSE LINUX Nürnberg.
"Any ideas, John?"
"Well, surrounding them's out."
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-02-14 21:11 Pavel Machek
` (2 preceding siblings ...)
2005-03-02 10:24 ` Stefan Seyfried
@ 2005-03-03 16:51 ` Stefan Seyfried
2005-03-03 17:49 ` Avuton Olrich
2005-03-14 6:19 ` Jan De Luyck
5 siblings, 0 replies; 20+ messages in thread
From: Stefan Seyfried @ 2005-03-03 16:51 UTC (permalink / raw)
To: Pavel Machek; +Cc: ACPI mailing list, kernel list, rjw
Pavel Machek wrote:
> Table of known working systems:
>
> Model hack (or "how to do it")
> ------------------------------------------------------------------------------
IBM Thinkpad X40 (Type 2371-7JG) acpi_sleep=s3_bios,s3_mode
--
Stefan Seyfried, QA / R&D Team Mobile Devices, SUSE LINUX Nürnberg.
"Any ideas, John?"
"Well, surrounding them's out."
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-02-14 21:11 Pavel Machek
` (3 preceding siblings ...)
2005-03-03 16:51 ` Stefan Seyfried
@ 2005-03-03 17:49 ` Avuton Olrich
2005-03-14 6:19 ` Jan De Luyck
5 siblings, 0 replies; 20+ messages in thread
From: Avuton Olrich @ 2005-03-03 17:49 UTC (permalink / raw)
To: Pavel Machek; +Cc: ACPI mailing list, kernel list, seife, rjw
On Mon, 14 Feb 2005 22:11:05 +0100, Pavel Machek <pavel@suse.cz> wrote:
> Table of known working systems:
>
> Model hack (or "how to do it")
> ------------------------------------------------------------------------------
> IBM TP R32 / Type 2658-MMG none (1)
> Athlon HP Omnibook XE3 none (1)
> Compaq Armada E500 - P3-700 none (1) (S1 also works OK)
> IBM t41p none (1)
> Athlon64 desktop prototype s3_bios (2)
> HP NC6000 s3_bios (2)
> Toshiba Satellite 4080XCDT s3_mode (3)
> Toshiba Satellite 4030CDT s3_mode (3)
> Dell D600, ATI RV250 vga=normal (**)
> Asus L2400D s3_mode (3)(***) (S1 also works OK)
> Toshiba Satellite P10-554 s3_bios,s3_mode (4)(****)
> Acer TM 800 vga=normal, X patches, see webpage (5)
> Athlon64 Arima W730a vbestate needed (6)
> eMachines athlon64 machines vbestate needed (6) (someone please get me model #s)
>
> (**) Text console is "strange" after resume. Backlight is switched on again
> by the X server. X server is:
> | X Window System Version 6.8.1.904 (6.8.2 RC 4)
> | Release Date: 2 February 2005
> | X Protocol Version 11, Revision 0, Release 6.8.1.904
> | Build Operating System: SuSE Linux [ELF] SuSE
> as present in SUSE 9.3preview3.
>
> (***) To be tested with a newer kernel.
>
> (****) Not with SMP kernel, UP only.
Toshiba Libretto L5 works completely with S3, not with S1 when the
ali5451 ALSA module is unloaded.
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-02-14 21:11 Pavel Machek
` (4 preceding siblings ...)
2005-03-03 17:49 ` Avuton Olrich
@ 2005-03-14 6:19 ` Jan De Luyck
2005-03-14 8:00 ` Pavel Machek
5 siblings, 1 reply; 20+ messages in thread
From: Jan De Luyck @ 2005-03-14 6:19 UTC (permalink / raw)
To: linux-kernel; +Cc: Pavel Machek, ACPI mailing list, seife, rjw
On Monday 14 February 2005 22:11, Pavel Machek wrote:
> Hi!
>
> Stefan provided me initial list of machines where S3 works (including
> video). If you have machine that is not on the list, please send me a
> diff. If you have eMachines... I'd like you to try playing with
> vbetool (it worked for me), and if it works for you supplying right
> model numbers.
Acer Travelmate 803LCi, working Suspend to ram:
- Have to use the soft-boot method for the radeon
- Have to shutdown the following parts:
* hotplug (actually the USB subsystem, but hotplug does that nicely)
* ALSA (modem won't work otherwise without reloading the modules)
(snd_intel8x0m module)
* MySQL (hinders the actual suspension process and kicks the pc back to
where it was)
Other than these little things it works like a charm :)
Jan
--
Bumper sticker:
All the parts falling off this car are of the very finest
British manufacture.
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-03-14 6:19 ` Jan De Luyck
@ 2005-03-14 8:00 ` Pavel Machek
2005-03-14 14:39 ` Jan De Luyck
0 siblings, 1 reply; 20+ messages in thread
From: Pavel Machek @ 2005-03-14 8:00 UTC (permalink / raw)
To: Jan De Luyck; +Cc: linux-kernel, ACPI mailing list, seife, rjw
Hi!
> * MySQL (hinders the actual suspension process and kicks the pc back to
> where it was)
Try this patch...
Pavel
--- clean/kernel/signal.c 2005-02-03 22:27:26.000000000 +0100
+++ linux/kernel/signal.c 2005-02-03 22:28:19.000000000 +0100
@@ -2222,6 +2222,7 @@
ret = -EINTR;
}
+ try_to_freeze(1);
return ret;
}
--
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-03-14 8:00 ` Pavel Machek
@ 2005-03-14 14:39 ` Jan De Luyck
0 siblings, 0 replies; 20+ messages in thread
From: Jan De Luyck @ 2005-03-14 14:39 UTC (permalink / raw)
To: Pavel Machek; +Cc: linux-kernel, ACPI mailing list, seife, rjw
On Monday 14 March 2005 09:00, Pavel Machek wrote:
> Hi!
>
> > * MySQL (hinders the actual suspension process and kicks the pc back to
> > where it was)
>
> Try this patch...
Works nicely. Thanks.
Jan
--
Most people don't need a great deal of love nearly so much as they need
a steady supply.
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
[not found] <3xVNA-Qn-43@gated-at.bofh.it>
@ 2005-03-17 20:05 ` Maximilian Engelhardt
2005-03-18 14:50 ` Romano Giannetti
0 siblings, 1 reply; 20+ messages in thread
From: Maximilian Engelhardt @ 2005-03-17 20:05 UTC (permalink / raw)
To: linux-kernel
On Mon, 2005-02-14 at 22:20 +0100, Pavel Machek wrote:
> Hi!
>
> Stefan provided me initial list of machines where S3 works (including
> video). If you have machine that is not on the list, please send me a
> diff. If you have eMachines... I'd like you to try playing with
> vbetool (it worked for me), and if it works for you supplying right
> model numbers.
>
> Pavel
>
>
> Video issues with S3 resume
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2003-2005, Pavel Machek
>
> During S3 resume, hardware needs to be reinitialized. For most
> devices, this is easy, and kernel driver knows how to do
> it. Unfortunately there's one exception: video card. Those are usually
> initialized by BIOS, and kernel does not have enough information to
> boot video card. (Kernel usually does not even contain video card
> driver -- vesafb and vgacon are widely used).
>
> This is not problem for swsusp, because during swsusp resume, BIOS is
> run normally so video card is normally initialized. S3 has absolutely
> no change to work with SMP/HT. Be sure it to turn it off before
> testing (swsusp should work ok, OTOH).
>
> There are few types of systems where video works after S3 resume:
>
> (1) systems where video state is preserved over S3.
>
> (2) systems where it is possible to call video bios during S3
> resume. Unfortunately, it is not correct to call video BIOS at that
> point, but it happens to work on some machines. Use
> acpi_sleep=s3_bios.
>
> (3) systems that initialize video card into vga text mode and where BIOS
> works well enough to be able to set video mode. Use
> acpi_sleep=s3_mode on these.
>
> (4) on some systems s3_bios kicks video into text mode, and
> acpi_sleep=s3_bios,s3_mode is needed.
>
> (5) radeon systems, where X can soft-boot your video card. You'll need
> patched X, and plain text console (no vesafb or radeonfb), see
> http://www.doesi.gmxhome.de/linux/tm800s3/s3.html.
>
> (6) other radeon systems, where vbetool is enough to bring system back
> to life. Do vbetool vbestate save > /tmp/delme; echo 3 > /proc/acpi/sleep;
> vbetool post; vbetool vbestate restore < /tmp/delme; setfont
> <whatever>, and your video should work.
Tried all this on my Laptop but nothing seems to work for me.
I do "echo 3 > /proc/acpi/sleep" and the systems seems to go into S3.
When I press some key to wake it up again it powers up but I get nothing
than a black screen. It's not only the video card that's not working,
because the only thing it reacts to is Sysrq (without screen of course).
One additional thing I found is that in this state the HDD led keeps
lighting all the time untill I reboot my system. After rebooting I
couldn't find anything interesting in my logs.
Is there any way I could get S3 working on my laptop?
some data:
Acer Travel Mate 661lci
Gentoo Base System version 1.6.10
kernel 2.6.11
I did all this testing with a minimal kernel that only had the
absolutely necessary drivers.
Thanks for help,
Maxi
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-03-17 20:05 ` Call for help: list of machines with working S3 Maximilian Engelhardt
@ 2005-03-18 14:50 ` Romano Giannetti
2005-03-27 12:22 ` Maximilian Engelhardt
2005-03-31 19:54 ` Maximilian Engelhardt
0 siblings, 2 replies; 20+ messages in thread
From: Romano Giannetti @ 2005-03-18 14:50 UTC (permalink / raw)
To: linux-kernel; +Cc: Maximilian Engelhardt
On Thu, Mar 17, 2005 at 09:05:12PM +0100, Maximilian Engelhardt wrote:
> On Mon, 2005-02-14 at 22:20 +0100, Pavel Machek wrote:
> > Video issues with S3 resume
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > 2003-2005, Pavel Machek
> >
> Tried all this on my Laptop but nothing seems to work for me.
> I do "echo 3 > /proc/acpi/sleep" and the systems seems to go into S3.
> When I press some key to wake it up again it powers up but I get nothing
> than a black screen. It's not only the video card that's not working,
> because the only thing it reacts to is Sysrq (without screen of course).
> One additional thing I found is that in this state the HDD led keeps
> lighting all the time untill I reboot my system. After rebooting I
> couldn't find anything interesting in my logs.
>
> Is there any way I could get S3 working on my laptop?
>
> some data:
> Acer Travel Mate 661lci
> Gentoo Base System version 1.6.10
> kernel 2.6.11
>
> I did all this testing with a minimal kernel that only had the
> absolutely necessary drivers.
It happens exactly the same on my laptop, sony vaio whose configuration is
http://www.dea.icai.upco.es/romano/linux/vaio-conf/laptop-config.html
Next week is Easter holyday here, I will try to connect my Psion casio as
serial terminal and see if I can catch something.
Romano
--
Romano Giannetti - Univ. Pontificia Comillas (Madrid, Spain)
Electronic Engineer - phone +34 915 422 800 ext 2416 fax +34 915 596 569
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-03-18 14:50 ` Romano Giannetti
@ 2005-03-27 12:22 ` Maximilian Engelhardt
2005-03-31 19:54 ` Maximilian Engelhardt
1 sibling, 0 replies; 20+ messages in thread
From: Maximilian Engelhardt @ 2005-03-27 12:22 UTC (permalink / raw)
To: romano; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 932 bytes --]
On Fri, 2005-03-18 at 15:50 +0100, Romano Giannetti wrote:
>
> It happens exactly the same on my laptop, sony vaio whose configuration is
>
> http://www.dea.icai.upco.es/romano/linux/vaio-conf/laptop-config.html
>
> Next week is Easter holyday here, I will try to connect my Psion casio as
> serial terminal and see if I can catch something.
>
> Romano
Sorry that I didn't answer earlier , but I didn't have much time the
last week. Unfortunately my laptop has a serial port only via docking
station that I don't have. So I tried logging via netconsole. This
generally worked, but when I try to enter S3 the last thing I get is
"PM: Entering state" but the laptop never enters S3, it just hangs there
forever. So sadly I couldn't get more information.
If anyone has any idea what else I could do to either fix this problem
or get more information about it, please tell me and I'll try :)
Maxi
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-03-18 14:50 ` Romano Giannetti
2005-03-27 12:22 ` Maximilian Engelhardt
@ 2005-03-31 19:54 ` Maximilian Engelhardt
2005-04-01 9:17 ` Romano Giannetti
1 sibling, 1 reply; 20+ messages in thread
From: Maximilian Engelhardt @ 2005-03-31 19:54 UTC (permalink / raw)
To: romano; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1318 bytes --]
On Fri, 2005-03-18 at 15:50 +0100, Romano Giannetti wrote:
>
> It happens exactly the same on my laptop, sony vaio whose configuration is
>
> http://www.dea.icai.upco.es/romano/linux/vaio-conf/laptop-config.html
>
> Next week is Easter holyday here, I will try to connect my Psion casio as
> serial terminal and see if I can catch something.
I was able to get some logs using CONFIG_LP_CONSOLE (the first time I
ever saw "Back to C!"):
Back to C!
PM: Finishing up.
ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 10 (level,low) -> IRQ 10
MCE: The hardware reports a non fatal, correctable incident occurred on
CPU 0.
Bank 1: e200000000000001
hda: task_out_intr: status=0x51 { DriveReady SeekComplete Error }
hda: task_out_intr: error=0x04 { DriveStatusError }
ide: failed opcode was: unknown
keeps on always repeating last three messages until I reboot
Full log:
http://home.daemonizer.de/resume.png
kernel version is 2.6.11
config: http://home.daemonizer.de/config-2.6.11-S3test
dmesg from booting: http://home.daemonizer.de/dmesg-2.6.11-S3test
lspci: http://home.daemonizer.de/lspci
Gentoo Base System version 1.6.10
Hardware:
Acer Travelmate 661lci (centrino)
Intel(R) Pentium(R) M processor 1400MHz
please mail me if you need additional data.
Thanks for help,
Maxi
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-03-31 19:54 ` Maximilian Engelhardt
@ 2005-04-01 9:17 ` Romano Giannetti
2005-04-01 15:08 ` Romano Giannetti
0 siblings, 1 reply; 20+ messages in thread
From: Romano Giannetti @ 2005-04-01 9:17 UTC (permalink / raw)
To: Maximilian Engelhardt; +Cc: linux-kernel, Pavel Machek
On Thu, Mar 31, 2005 at 09:54:33PM +0200, Maximilian Engelhardt wrote:
> On Fri, 2005-03-18 at 15:50 +0100, Romano Giannetti wrote:
> >
> > It happens exactly the same on my laptop, sony vaio whose configuration is
> >
> > http://www.dea.icai.upco.es/romano/linux/vaio-conf/laptop-config.html
>
> I was able to get some logs using CONFIG_LP_CONSOLE (the first time I
> ever saw "Back to C!"):
>
> Back to C!
> PM: Finishing up.
> ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 10 (level,low) -> IRQ 10
> MCE: The hardware reports a non fatal, correctable incident occurred on
> CPU 0.
> Bank 1: e200000000000001
> hda: task_out_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: task_out_intr: error=0x04 { DriveStatusError }
> ide: failed opcode was: unknown
>
> keeps on always repeating last three messages until I reboot
>
> Full log:
> http://home.daemonizer.de/resume.png
>
> kernel version is 2.6.11
> config: http://home.daemonizer.de/config-2.6.11-S3test
> dmesg from booting: http://home.daemonizer.de/dmesg-2.6.11-S3test
> lspci: http://home.daemonizer.de/lspci
> Gentoo Base System version 1.6.10
>
> Hardware:
> Acer Travelmate 661lci (centrino)
> Intel(R) Pentium(R) M processor 1400MHz
I tried with serial console. The only thing I get is:
Stopping tasks:
================================================================================|
and nothing more. Well, this was done with the double console, so that I
will try again as soon as I have a bit of time with just the serial console
on.
But the "external" behaviour for me is like your: it stops, then at restart
the HDD led stays on and nothing happen.
Romano
--
Romano Giannetti - Univ. Pontificia Comillas (Madrid, Spain)
Electronic Engineer - phone +34 915 422 800 ext 2416 fax +34 915 596 569
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Call for help: list of machines with working S3
2005-04-01 9:17 ` Romano Giannetti
@ 2005-04-01 15:08 ` Romano Giannetti
0 siblings, 0 replies; 20+ messages in thread
From: Romano Giannetti @ 2005-04-01 15:08 UTC (permalink / raw)
To: Maximilian Engelhardt, linux-kernel, Pavel Machek
On Fri, Apr 01, 2005 at 11:17:08AM +0200, Romano Giannetti wrote:
> and nothing more. Well, this was done with the double console, so that I
> will try again as soon as I have a bit of time with just the serial console
> on.
Much better now. Configuration, dmesg at boot, etc are at
http://www.dea.icai.upco.es/romano/linux/config-2.6.12-rc1-rg/
I booted the 2.6.12-rc1 kernel above (with the alps resume fix) with the
options: console=ttyS0,115200n8 init=/bin/bash
The full log of the session, if it's interesting to someone, is here:
http://www.dea.icai.upco.es/romano/linux/swsusp/2612rc1-bash.s3.log
The interesting part is here. At suspend I have:
bash-2.05b# echo -n 3 > /proc/acpi/sleep
[4294743.859000] Stopping tasks: ===|
and the laptop goes off with suspend light blinking. Ok. After a 20 sec, I
hit the power button and:
[4294759.817000] evevent-0286: *** Error: No installed handler for fixed
event
[00000002]
[4294759.827000] Restarting tasks... done
bash-2.05b#
I have the prompt back! But the HDD light is fixed on... I tried lsmod:
bash-2.05b# lsmod
Dead. After a bit it says:
[4294828.522000] hda: dma_timer_expiry: dma status == 0x21
[4294838.522000] hda: DMA timeout error
[4294838.526000] hda: dma timeout error: status=0x58 { DriveReady
SeekComplete DataRequest }
[4294838.536000]
[4294838.538000] ide: failed opcode was: unknown
[4294838.546000] hda: task_in_intr: status=0x59 { DriveReady SeekComplete
DataRequest Error }
[4294838.556000] hda: task_in_intr: error=0x04 { DriveStatusError }
[4294838.564000] ide: failed opcode was: unknown
this (with error 0x59 and 0x04) is repeated 3 more times, then:
[4294838.699000] ide0: reset: success
but nothing change, and after a bit:
[4294858.708000] hda: dma_timer_expiry: dma status == 0x21
[4294868.708000] hda: DMA timeout error
[4294868.712000] hda: dma timeout error: status=0x58 { DriveReady
SeekComplete DataRequest }
[4294868.722000]
[4294868.724000] ide: failed opcode was: unknown
[4294868.729000] hda: status error: status=0x58 { DriveReady SeekComplete
DataRequest }
[4294868.738000]
[4294868.740000] ide: failed opcode was: unknown
[4294868.746000] hda: drive not ready for command
(3 more times)
[4294868.862000] ide0: reset: success
[4294888.879000] hda: dma_timer_expiry: dma status == 0x21
...and continuing forever (with error 0x58 as before). In the full log there
is a sysrq-m and sysrq-t result, but I do not think it's very important
here.
When I decided to stop I hit sysrq-b and:
[4294911.707000] SysRq : Resetting
The bios (with the "sony" splash) restarted but locked hard, and to resume I
had to do the hard poweroff (5 seconds power button down).
Well. I hope this helps someone :-). I will stay with S4 for now.
Romano
--
Romano Giannetti - Univ. Pontificia Comillas (Madrid, Spain)
Electronic Engineer - phone +34 915 422 800 ext 2416 fax +34 915 596 569
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2005-04-01 15:08 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <3xVNA-Qn-43@gated-at.bofh.it>
2005-03-17 20:05 ` Call for help: list of machines with working S3 Maximilian Engelhardt
2005-03-18 14:50 ` Romano Giannetti
2005-03-27 12:22 ` Maximilian Engelhardt
2005-03-31 19:54 ` Maximilian Engelhardt
2005-04-01 9:17 ` Romano Giannetti
2005-04-01 15:08 ` Romano Giannetti
2005-02-16 12:43 Lukas Hejtmanek
2005-02-16 23:22 ` Pavel Machek
2005-02-17 1:25 ` Lukas Hejtmanek
-- strict thread matches above, loose matches on Subject: below --
2005-02-14 21:11 Pavel Machek
2005-02-15 6:05 ` Alistair John Strachan
2005-02-15 16:05 ` Stefan Seyfried
2005-02-23 19:30 ` Nish Aravamudan
2005-03-02 10:24 ` Stefan Seyfried
2005-03-02 10:57 ` Stefan Seyfried
2005-03-03 16:51 ` Stefan Seyfried
2005-03-03 17:49 ` Avuton Olrich
2005-03-14 6:19 ` Jan De Luyck
2005-03-14 8:00 ` Pavel Machek
2005-03-14 14:39 ` Jan De Luyck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox