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:
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.