Bug 55911
Summary: | PCMCIA and Firewire PCI config broken after suspend-to-RAM | ||
---|---|---|---|
Product: | Drivers | Reporter: | Martin Demlon (report) |
Component: | PCI | Assignee: | drivers_pci (drivers_pci) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | rjw, tianyu.lan |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.8.3 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 56331 | ||
Attachments: |
dmesg through suspend/resume
acpidump (after an s2ram) |
Description
Martin Demlon
2013-03-29 07:01:11 UTC
This seems a pci device's bug.. After s2ram, the system is ok except for these device's? Please attach the output of dmesg after s2ram and acpidump. Hi Rafael: Could you have a look? This bug is pci device related. (In reply to comment #1) > This seems a pci device's bug.. After s2ram, the system is ok except for > these > device's? Yes, I noticed no other misbehaviour in several hours of post-s2 use with this kernel. > Please attach the output of dmesg after s2ram and acpidump. See dmesg.txt (from the start of suspend until the end for resume) and acpidump-posts2.txt; the "posts2" is supposed to mean that I (perhaps foolishly) took this dump only after the machine had been suspended. Thanks, Martin Created attachment 96551 [details]
dmesg through suspend/resume
Created attachment 96561 [details]
acpidump (after an s2ram)
From the log, I find pci 0000:01:03 and 0000:01:03.1 still stay at D3 after being resumed. So reassign this bug to pci component. pci 0000:00:1f.0: power state changed by ACPI to D0 yenta_cardbus 0000:01:03.0: Refused to change power state, currently in D3 pci 0000:01:03.1: Refused to change power state, currently in D3 This problem is fixed in kernel 3.9. Thanks to whoever did it. |