Restart USB in Ubuntu Jaunty/Karmic

January 15, 2010 by Linerd
Filed under: HowTo, Ubuntu, command line, linux 

I've written a few posts about restarting USB service in Ubuntu before. This is an update to that process for Ubuntu 9.04 (Jaunty) and Ubuntu 9.04 (Karmic).

As of Ubuntu Jaunty, the usb kernel module is called usb_storage. To restart USB you need to remove this module and add it back in. This can be achieved with the following command line one-liner.

sudo modprobe -w -r usb_storage; sudo modprobe usb_storage

This is useful if you've been having trouble getting a USB drive or digital audio player to mount.

Comments

6 Responses to “Restart USB in Ubuntu Jaunty/Karmic”

  1. Story added...

    This story has been submitted to fsdaily.com! If you think this story should be read by the free software community, come vote it up and discuss it here:

  2. Ollie says:

    Anyway to get this to work on 10.04 LTS? Would be really useful.

Leave a Reply