10 Comments


  1. Yeah; I tried it and got:

    modprobe: invalid option -- 'w'
    Usage: modprobe [-v] [-V] [-C config-file] [-d ] [-n] [-i] [-q] [-b] [-o ] [ --dump-modversions ] [parameters...]
    modprobe -r [-n] [-i] [-v] ...
    modprobe -l -t [ -a ...]

    11.04 Natty.

    Reply
    • Linerd

      The -w option must have been eliminated. It caused the shell to wait until the command was done before executing the next command. Perhaps this slightly modified command will work for Natty:

      sudo modprobe -r usb_storage; wait; sudo modprobe usb_storage
      Reply
  2. peter

    not working on xubuntu 10.10

    Reply


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

    Reply
    • Linerd

      The same command also works for me in Lucid (10.04).

      Reply

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.