Bug 160707

Summary: pcmcia-init script corrections
Product: [Fedora] Fedora Reporter: jar <jar>
Component: pcmcia-csAssignee: Pete Zaitcev <zaitcev>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: notting
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-29 23:04:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description jar 2005-06-16 19:48:48 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

Description of problem:
When you do ´service pcmcia restart´ you get "unable to map card memory" because pcmcia related modules are in use and cannot be removed. Some corrections has to be made to the pcmcia init-script.

o "cardctl eject" has to be placed to before killing cardmgr to get 
pcmcia divice inactive.

o Extra "sleep 1" or something has to be palced after "cardctl eject" to get 
enough time for "cardctl eject". If there is no sleep the killing of 
cardmgr not always succeeded, sometimes yes.

o There is no such module "ds" any more, "ds" is named "pcmcia" now.

o Use 'modprobe -r' instead of rmmod.

Version-Release number of selected component (if applicable):
pcmcia-cs-3.2.8-4.12

How reproducible:
Always

Steps to Reproduce:
1.service pcmcia resart
2.
3.
  

Actual Results:  cs: unable to map card memory!

Expected Results:  Clean pcmcia modules unloading and then fresh re-loading.

Additional info:

Comment 1 John Thacker 2006-10-29 23:04:09 UTC

*** This bug has been marked as a duplicate of 150446 ***