[plug] Forcing a kernel module to unload.

Tomasz Grzegurzko tomasz89 at gmail.com
Sun Jul 16 10:26:28 WST 2006


Peter F Bradshaw wrote:
> Hi;
> 
> How can I force a kernel module to unload when it refuses to using
> modprobe -r?
> 
> Cheers
> 
Your kernel would have to be compiled with module forced unloading 
support for starters, then
# modprobe -rf <modname>

Tomasz



More information about the plug mailing list