IDE Hard drive doesn't work after resume from S3 on Acer Aspire 1314
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
acpi-support (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Suspend to RAM fails when I try to do a /etc/acpi/sleep.sh in my laptop.
Shuts X correctly, normally and really fast (1
or 2 seconds), all the hardware sleeping, the power indicator LED blinking.
But, when I press the "Power" key in my keyboard, or any of the special keys, X
session restores ok,
keyboard and mouse input ok, all fine but the hda seems to have trouble
recovering (hda led blinking hard), can't execute any command because the hda is
not accessible. Kernel outputs DMA timeouts for the hdd... After half a minute,
decides it can't restore, and goes for a controlled shutdown.
Steps to reproduce: Go "suspend" to S3. It goes to sleep mode, the power LED
blinks. If I press the power or specials button, it restores graphics, keyboard
and mouse
are working but hda has problems.
changed the following options (in all combinations):
SAVE_VBE_STATE=true
VBESTATE= /var/lib/ acpi-support/ vbestate
POST_VIDEO=true
USE_DPMS=true
DOUBLE_ CONSOLE_ SWITCH= true
HIBERNATE_ MODE=shutdown
DISABLE_DMA=true
STOP_SERVICES= "mysql "
and same results.