All of lore.kernel.org
 help / color / mirror / Atom feed
* Dell D810 Laptop Suspend/Resume
@ 2005-04-21  6:18 Davy Durham
  2005-04-21 17:33 ` Jim Carter
  0 siblings, 1 reply; 11+ messages in thread
From: Davy Durham @ 2005-04-21  6:18 UTC (permalink / raw)
  To: linux-laptop

Hi,
   I've been trying for the last few days to get my D810 to suspend and 
resume in linux.

I'm doing it from klaptop in kde using Fedora Core 3, but I've now 
compiled my own linux-2.6.12-rc2-mm3 kernel since I've seen some ACPI 
changes going in.

At 2.6.11 it would seem to suspend ok, but when doing the resume it 
would come back and have I/O errors.. causing the computer to freeze for 
a few seconds, then run for a second, then freeze again, etc.. the HDD 
light would stay on solid, and at the tty1 I saw something like "ata1: 
command 0xc8 timeout... I/O error..."  So apparently something isn't 
getting starting back up.  Thinking it might be the HDD not spinning, I 
powered off, but DID hear it spin down.

Running what I compiled,  2.6.12-rc2-mm3, the suspend happens a little 
faster but the resume comes to a blank screen, then immediately reboots 
without any messages that I can see.

I'm very interested in getting this to work and will do whatever someone 
needs to gather information.

I may need to ask basic kernel info questions when asked to do something 
as I haven't done much trouble shooting at this low a level before but 
I'm game.  From googling around this is a problem for many and I would 
like to help resolve it.

Any ideas?

Thanks,
   Davy

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Dell D810 Laptop Suspend/Resume
@ 2005-04-21  6:18 Davy Durham
  0 siblings, 0 replies; 11+ messages in thread
From: Davy Durham @ 2005-04-21  6:18 UTC (permalink / raw)
  To: linux-kernel

Hi,
   I've been trying for the last few days to get my D810 to suspend and 
resume in linux.

I'm doing it from klaptop in kde using Fedora Core 3, but I've now 
compiled my own linux-2.6.12-rc2-mm3 kernel since I've seen some ACPI 
changes going in.

At 2.6.11 it would seem to suspend ok, but when doing the resume it 
would come back and have I/O errors.. causing the computer to freeze for 
a few seconds, then run for a second, then freeze again, etc.. the HDD 
light would stay on solid, and at the tty1 I saw something like "ata1: 
command 0xc8 timeout... I/O error..."  So apparently something isn't 
getting starting back up.  Thinking it might be the HDD not spinning, I 
powered off, but DID hear it spin down.

Running what I compiled,  2.6.12-rc2-mm3, the suspend happens a little 
faster but the resume comes to a blank screen, then immediately reboots 
without any messages that I can see.

I'm very interested in getting this to work and will do whatever someone 
needs to gather information.

I may need to ask basic kernel info questions when asked to do something 
as I haven't done much trouble shooting at this low a level before but 
I'm game.  From googling around this is a problem for many and I would 
like to help resolve it.

Any ideas?

Thanks,
   Davy

^ permalink raw reply	[flat|nested] 11+ messages in thread
* RE: Dell D810 Laptop Suspend/Resume
@ 2005-04-22 17:57 Brown, Len
  2005-04-23  2:24 ` Davy Durham
  2005-04-26 20:44 ` Bill Davidsen
  0 siblings, 2 replies; 11+ messages in thread
From: Brown, Len @ 2005-04-22 17:57 UTC (permalink / raw)
  To: Jim Carter, Davy Durham; +Cc: linux-laptop

S3 is suspend to RAM (MS calls it standby, IIR)
S4 is suspend to disk (MS calls it hibernate)

you can enter either state directly via
# echo 3 > /proc/acpi/sleep
# echo 4 > /proc/acpi/sleep

or equivalently

# echo mem > /sys/power/state
# echo disk > /sys/power state

cheers,
-Len

^ permalink raw reply	[flat|nested] 11+ messages in thread
* RE: Dell D810 Laptop Suspend/Resume
@ 2005-04-26 21:02 Brown, Len
  0 siblings, 0 replies; 11+ messages in thread
From: Brown, Len @ 2005-04-26 21:02 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: Jim Carter, Davy Durham, linux-laptop

 
>And what is S5? I have a 2.6.7 system which tells me:
>    oddball:davidsen> cat /proc/acpi/sleep
>    S0 S1 S4 S5

S5 is "soft off".
ie. # init 0
takes the system down and turns off the power.

Same for the power button in ACPI mode -- it causes
an event that is caught by a user daemon, such as acpid
which does an "init 0".

cheers,
-Len

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-04-26 23:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-21  6:18 Dell D810 Laptop Suspend/Resume Davy Durham
2005-04-21 17:33 ` Jim Carter
2005-04-22  3:29   ` Davy Durham
2005-04-22 17:08     ` Jim Carter
2005-04-23  2:17       ` Davy Durham
  -- strict thread matches above, loose matches on Subject: below --
2005-04-21  6:18 Davy Durham
2005-04-22 17:57 Brown, Len
2005-04-23  2:24 ` Davy Durham
2005-04-26 23:46   ` Jim Carter
2005-04-26 20:44 ` Bill Davidsen
2005-04-26 21:02 Brown, Len

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.