Bug 168028

Summary: usb modules not being loaded at boot
Product: [Fedora] Fedora Reporter: Jef Spaleta <jspaleta>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-12 20:53:43 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: 150222    

Description Jef Spaleta 2005-09-11 02:07:28 UTC
Description of problem:
usb modules not being loaded at boot when using initscripts-8.13-1.
downgrading to initscripts-8.12-3 makes the problem go away


How reproducible:
always

  
Additional info:

/etc/modprobe.conf:
alias eth0 tulip
alias snd-card-0 snd-emu10k1
options snd-card-0 index=0
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-emu10k1
alias usb-controller ohci-hcd
alias usb-controller1 ehci-hcd

Comment 1 Lars G 2005-09-12 00:00:14 UTC
same here

Comment 2 Bill Nottingham 2005-09-12 20:53:43 UTC
Make sure you're running module-init-tools-3.2-0.pre7.3, then run 'depmod'. That
should solve the issue.

This shouldn't be a problem for new installs or anaconda upgrades, so, closing.