Bug 78102

Summary: pcmcia rc script uses insmod, leads to unsatisfied dependancies
Product: [Retired] Red Hat Linux Reporter: Need Real Name <nospam>
Component: kernel-pcmcia-csAssignee: Dave Jones <davej>
Status: CLOSED WONTFIX QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: low    
Version: 8.0CC: mitr, pfrields
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: 2004-11-25 08:05:15 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 Need Real Name 2002-11-19 02:54:32 UTC
Description of Problem:

The /etc/rc.d/init.d/pcmcia script uses insmod if the /lib/modules/
{kernelversion}/pcmcia directory exists.  This prevents any module dependencies 
from being satisfied by modprobe.  Simply removing the /lib/modules/
{kernelversion}/pcmcia directory causes the rc script to revert to using 
modprobe instead of insmod, solving the problem.

This may only occur with custom built kernel where one of the pcmcia drivers 
depends on another module.  It's also quite possible that this scenario could 
occur in a Red Hat supplied kernel.  It's probably best to use modprobe at all 
times if possible.

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


How Reproducible:


Steps to Reproduce:
1. 
2. 
3. 

Actual Results:


Expected Results:


Additional Information: