You are not logged in.

#1 2011-07-12 20:41:09

examon
Member
Registered: 2011-05-07
Posts: 208

Module stop on-fly

I want to ask if it is possible to stop kernel module or use 'modprobe -r' to somehow disable running module.

Thanks

Offline

#2 2011-07-12 23:43:06

slytux
Member
From: New York
Registered: 2010-09-25
Posts: 129

Re: Module stop on-fly

Yes, it should be the same as rmmod.  Do you need to use force?

Offline

#3 2011-07-13 08:15:01

examon
Member
Registered: 2011-05-07
Posts: 208

Re: Module stop on-fly

Thanks for answer slytux!

I want to stop module 'acpi_cpufreq' on-fly. I can't do that with 'modprobe -r', its complaining that module is in use. If I use 'rmmod -f' I get error message 'ERROR: Removing 'acpi_cpufreq': Device or resource busy'. Is there any possible solution how to 'stop' module and then possibly remove it with 'modprobe -r' or 'rmmod -f' ?

Offline

Board footer

Powered by FluxBB