The line in the script
CODE
RUN+="/sbin/rmmod usb_storage"
is doing what you might expect, it is removing the usb_storage module completely meaning I can no longer communicate with any USB device such as my external hard drive. So I now have to choose between having a working modem or a working external drive, and if I want the latter I have to delete the udev rule and reboot - not exactly convenient.
I have tried
CODE
modprobe usb_storage
but that doesn't restore it, not sure why.
Is there anyone out there with an idea as to how I can make this a little easier to deal with? I basically need a command that will replace the usb_storage module when I want to use it without a reboot.
Of maybe you can think of another workround?
