You are not logged in.
Pages: 1
I want to ask if it is possible to stop kernel module or use 'modprobe -r' to somehow disable running module.
Thanks
Offline
Yes, it should be the same as rmmod. Do you need to use force?
Offline
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
Pages: 1