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: | modutils | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | 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 | ||
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. This is fixed in current rawhide modutils. |
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: