Bug 113796 (pcmcia_bug)

Summary: pcmcia script contains errors
Product: [Retired] Red Hat Linux Reporter: Michael Pender <michael.pender>
Component: kernel-pcmcia-csAssignee: Arjan van de Ven <arjanv>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: high    
Version: 9CC: michael.pender
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-08 05:33:29 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
Modified script with corrections to eliminate bug. none

Description Michael Pender 2004-01-18 09:14:02 UTC
Description of problem:

The pcmcia script contains errors that prevent it from loading
appropriate pcmcia devices.

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

RH 9.

How reproducible: 100%

Steps to Reproduce:
1. Install a network card such as the Belkin 802.11b wireless card.
2. Compile the driver software.
3. Errors occur on every subsequent boot of the machine.
  
Actual results:

System is unable to locate ds, yenta_socket and pcmcia_core.

Expected results:

Expected result is no error message and successful load of network card.

Additional info:

The modprobe commands (lines 107-109 and 111-113) of the script
/etc/init.d/pcmcia are not supposed to have '.o' suffices.  Delete the
'.o' suffices and the script will work properly.

I have modified the script on my machine and confirmed that it works.
 I have also contacted the author of the script (David Hinds) and
confirmed that this is a bug.

David said that this is an error in the script as provided with the RH
distribution.   That is, David says that the script distributed by RH
is inconsistent with the script he provided to RH.

- Mike

Comment 1 Michael Pender 2004-01-18 09:18:34 UTC
Created attachment 97081 [details]
Modified script with corrections to eliminate bug.

Comment 2 Bill Nottingham 2004-09-08 05:33:29 UTC
This is fixed in current releases.