Bug 5019

Summary: pcmcia causes swsusp suspend hang
Product: Drivers Reporter: Andreas Steinmetz (ast)
Component: PCMCIAAssignee: linux-pcmcia
Status: REJECTED INSUFFICIENT_DATA    
Severity: normal CC: brix, bunk, linux, pavel
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.6.13-rc6 Subsystem:
Regression: --- Bisected commit-id:

Description Andreas Steinmetz 2005-08-07 15:18:45 UTC
Most recent kernel where this bug did not occur: 2.6.11
Distribution: none
Hardware Environment: Acer Aspire 1520 (x86_64)
Software Environment: -
Problem Description:

swsusp hangs if the pcmcia modules are not removed prior to suspend.
The required sequence for successful suspend is:

cardctl eject
killproc cardmgr
<rmmod all pcmcia modules: pcmcia yenta_socket rsrc_nonstatic pcmcia_core>

For a successful 2.6.11 suspend it was sufficient to call:

cardctl eject

Steps to reproduce:

see above.
Comment 1 Dominik Brodowski 2005-09-13 14:19:12 UTC
I'd be interested on how it works on 2.6.13-mm3. Could you test it out, please?