Bug 132393

Summary: error in init.d/pcmcia prevent PCMCIA socket driver loading
Product: [Fedora] Fedora Reporter: Francois-Xavier 'FiX' KOWALSKI <francois-xavier.kowalski>
Component: pcmcia-csAssignee: Arjan van de Ven <arjanv>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 1   
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-02-21 19:05:35 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:
Attachments:
Description Flags
patch for pcmcia-cs shipped with fc1 none

Description Francois-Xavier 'FiX' KOWALSKI 2004-09-12 10:25:25 UTC
Description of problem:

my HP ob900 laptop works with the PCMCIA socket driver yenta_socket. 
this driver was successfully probed by anaconda & is declared as such
in /etc/sysconfig/pcmcia as $PCIC.

however, at boot time, /etc/init.d/pcmcia does not even attempt to
load it.  as a result, no PCMCIA-based service can work.  this
includes -- for me -- my xircom network driver.

work-around is after boot, run the following:

1. modprobe yenta_socket
2. service pcmcia restart
3. ifup eth0 (all the network dependent services are restart by my
customized dhclient-hooks script)

Version-Release number of selected component (if applicable):

pcmcia-cs-3.1.31-13

How reproducible:

always

Steps to Reproduce:
1. reboot the box
2.
3.
  
Actual results:

yenta_socket is not loaded so I have access to my PCMCIA cards


Expected results:

I should have access to my PCMCIA cards


Additional info:

Comment 1 Francois-Xavier 'FiX' KOWALSKI 2004-09-12 10:28:38 UTC
Created attachment 103760 [details]
patch for pcmcia-cs shipped with fc1

I have tried to make this patch as clean as possible: it does not only apply to
my personnal case...

Comment 2 Francois-Xavier 'FiX' KOWALSKI 2004-09-12 10:33:59 UTC
also see the same bug -- also with a patch -- on fc2 #132394
<https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=132394>

Comment 3 Bill Nottingham 2004-09-13 17:35:04 UTC

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

Comment 4 Red Hat Bugzilla 2006-02-21 19:05:35 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.