Bug 168028 - usb modules not being loaded at boot
Summary: usb modules not being loaded at boot
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: rawhide
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks: FC5Blocker
TreeView+ depends on / blocked
 
Reported: 2005-09-11 02:07 UTC by Jef Spaleta
Modified: 2014-03-17 02:55 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-09-12 20:53:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.