Peter wrote: > How do I look for these modules and what are hotplug servies? > First look in /proc/pci and see if you can find any thing mentioning USB. If you do then look for these modules with lsmod: usb-uhci ehci-hcd usbcore If they are not listed then try: modprobe usbcore Look in /var/log/messages for any problems. Try that first