Wednesday, 9 December 2009

Restarting USB devices

Was wondering how you restart USB devices in linux, I have a modem that sometimes locks up.

The answer seems to be:

* Check what modules are loaded:
lsmod | grep usbcore

* Remove them all with rmmod

* Then reload usbcore