On Fri, 2005-09-16 at 00:43 +0530, Harikumar Krishnan wrote: > Ya the usb modules were not loaded until i ran system- > config-network. modprobe uhci_hcd and modprobe ehci_hcd gets every > usb devices detected... added to the rc.sysinit and everything works!! > I thank everybody for their verry valuable suggestions... Andy,Bob & > James. > > ThankYou verrymuch... > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list Were they in /etc/modprobe.conf. You should not need to add them to rc.sysinit. From my modprobe.conf: alias usb-controller ehci-hcd alias usb-controller1 ohci-hcd I don't know if this will help, but it's worth a try sinde rc.sysinit may get changed by a future update. Just a thought. Bob...