Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 99265

Summary: modprobe -c doesn't report USB module uhci_hcd from 2.6.0-test1
Product: [Retired] Red Hat Raw Hide Reporter: Matt Domsch <matt_domsch>
Component: modutilsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: rvokal
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-01-28 06:11:51 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:
Bug Depends On:    
Bug Blocks: 100644    

Description Matt Domsch 2003-07-16 19:48:10 UTC
Description of problem:
modprobe -c doesn't report USB module uhci_hcd, as found in
kernel-2.6.0-0.test1.1.25.  Since initscripts-7.28-1 uses a call to modprobe -c
to determine which USB modules to try to load, rc.sysinit fails to load the
uhci_hcd module automatically.

Version-Release number of selected component (if applicable):
modutils-2.4.25-8
initscripts-7.28-1
kernel-2.6.0-0.test1.1.25

How reproducible:
always on Red Hat Linux 9 plus the above packages and 

Steps to Reproduce:
1. modprobe -c | grep usb-controller
2.
3.
    
Actual results:
returns
alias usb-controller usb-uhci


Expected results:
returns
alias usb-controller uhci_hcd
(and other similar lines as appropriate)




Additional info:

Comment 1 Bill Nottingham 2003-07-16 19:50:15 UTC
modprobe under 2.6 doesn't have default config aliases, they have to be
generated by hand. The build script needs to be updated to do some transforms on
the 2.4 builtin alias list.

Comment 2 Bill Nottingham 2004-01-28 06:11:38 UTC
This is fixed in current rawhide modutils.