On Fri, Mar 15, 2002 at 02:40:10PM +0100, Stephen J. Gowdy wrote: > Did you do this while a uhci driver was already loaded? As it hasn't > succeded and you can see the contents of /proc/bus/usb/devices I suspect > so. On my system I have; > > [pb-d-137-138-42-247] ~ > grep usb /etc/modules.conf > alias usb-controller usb-uhci > > so that RH7.2 loads this automatically at boot time, although perhaps > hotplug would do it automatically as a PCI hotplug.
PCI hotplug only happens after userspace has started up, it does not have the cold boot ability that has been added to the hotplug package for USB devices. So odds are the driver will not be loaded unless you tell some configuration script to load it, as you have noted above. thanks, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
