Bug 3662
Summary: | HDD problems when waking from S3 in Acer Aspire 1314 | ||
---|---|---|---|
Product: | ACPI | Reporter: | Albert Vilella (avilella) |
Component: | Power-Sleep-Wake | Assignee: | Shaohua (shaohua.li) |
Status: | REJECTED DUPLICATE | ||
Severity: | normal | CC: | acpi-bugzilla |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.8-1.521 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
dmidecode log
lspci -vvv acpi dump interrupts log dmesg -s40000 dsdt.asl.gz original dsdl.dsl obtained with AML Dissasembler version 20050211 recompiled DSDT.aml recompiled dsdt.hex |
Description
Albert Vilella
2004-10-29 10:34:19 UTC
I know this is the same than http://bugme.osdl.org/show_bug.cgi?id=2039 but happens with 2.6.8-1.521. Created attachment 3901 [details]
dmidecode log
dmidecode log. How do I create an acpi.dump?
Created attachment 3902 [details]
lspci -vvv
lspci -vvv of the Acer Aspire 1314
Created attachment 3916 [details]
acpi dump
Created attachment 3917 [details]
interrupts log
Created attachment 3918 [details]
dmesg -s40000
Created attachment 3919 [details]
dsdt.asl.gz
Still happens with stock FC3 kernel: 2.6.9-1.667 Still happening with 2.6.10 FC3 kernel: Linux magneto 2.6.10-1.737_FC3 #1 Mon Jan 10 13:50:10 EST 2005 i686 athlon i386 GNU/Linux Now it locks up with half of gnome interface reloaded: no mouse, no keyboard, even trying to controlled shutdown with power button fails. Had to force shutdown by pressing the power button for 2-3 seconds (power shutdown). Created attachment 4604 [details]
original dsdl.dsl obtained with AML Dissasembler version 20050211
Created attachment 4605 [details]
recompiled DSDT.aml
[suspend_to_ram]# ./acpica-unix-20050211/compiler/iasl -tc dsdt.dsl
Intel ACPI Component Architecture
ASL Optimizing Compiler / AML Disassembler version 20050211 [Feb 26 2005]
Copyright (C) 2000 - 2005 Intel Corporation
Supports ACPI Specification Revision 3.0
ASL Input: dsdt.dsl - 2834 lines, 93103 bytes, 1282 keywords
AML Output: DSDT.aml - 11877 bytes 381 named objects 901 executable opcodes
Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 370 Optimizations
Created attachment 4606 [details]
recompiled dsdt.hex
[suspend_to_ram]# ./acpica-unix-20050211/compiler/iasl -tc dsdt.dsl
Intel ACPI Component Architecture
ASL Optimizing Compiler / AML Disassembler version 20050211 [Feb 26 2005]
Copyright (C) 2000 - 2005 Intel Corporation
Supports ACPI Specification Revision 3.0
ASL Input: dsdt.dsl - 2834 lines, 93103 bytes, 1282 keywords
AML Output: DSDT.aml - 11877 bytes 381 named objects 901 executable opcodes
Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 370 Optimizations
Apparently, Linux currently has no real support for setting up IDE interfaces on resume. Some machines are kind enough to set the IDE interface up themselves, but on others the HD won't recover. So I suppose this bug should be assigned to IDE people... My bug report in redhat bug tracker was already sent upstream by Alan Cox: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=155102 So I suppose that means it already is in the "to do" list in the upstream bug tracker... (kernel?) Could you please try the patch at bug 2039 and report it back? Let's see if the ide failure is caused by lack of invoking ACPI metthods. *** This bug has been marked as a duplicate of 2039 *** |