$ sudo -s
# modprobe -vr ehci_hcd
# modprobe -v ehci_hcd
A Blog about technology, linux, peer2peer, cool new downloads and software development.
Wednesday, June 4, 2008
Ubuntu linux : Restart USB to reset stuck usb drives
Subscribe to:
Post Comments (Atom)
11 comments:
Thanks for this, worked a charm!
I had already searched ubuntu forums and asked on irc, but my google-fu led me here.
Worked, saved to desktop! I'd like a little icon on the desktop next to force quit that does this (not that is happens often, only once happened after plugging in a USB hub)
2nd line should be
modprobe currently modprove
and Thanx I needed this.
10x, fixed
My system (Linux version 2.6.28-15-generic (buildd@rothera) (gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009) hasn't such a moule :(. How to restart?
you have usb 1.0 not usb 2.0 - try this :
modprobe -vr uhci_hcd
modprobe -v uhci_hcd
how about the case of ubuntu server, where said modules are builtin?
I got a FATAL error modprobe -vr uhci_hcd
Thanks for this! Just what I've been needing for months!
Thank you so much for sharing this! It is exactly what I was looking for!
Post a Comment