--- In renaud Clausin <> wrote:
> I search to unload modules, loaded by the script 'loadUSBModules.sh'
[snip]
> insmod sd_mod
> insmod -q -s usb-storage;
>
> lsmod give me :
>
> $ lsmod
> Module Size Used by Tainted: P
> usb-storage 55912 0 (unused)
> sd_mod 11100 0 (unused)
[snip]
> I begin to unload usb-storage because it's unused
> $ rmmod usb-storage
> rmmod: usb-storage: No such file or directory
It may not be the problem but why is usb-storage mounted with "-q -s" when
those flags aren't used to install any of the others? Why is there a
semi-colon at the end of the line? I would at least remove the semi-colon
from the insmod line. Does it make any difference if include the semi-colon
at the end of the rmmod command?
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|