Kernel Module is in use....
what does it mean when the compiler gives this error and what causes the error?
Printable View
Kernel Module is in use....
what does it mean when the compiler gives this error and what causes the error?
It means that you are trying to remove the module using the rmmod command while an application still has it open. If you are not actually calling the rmmod command then perhaps your makefile is.
Cheers!!
thanks!!!!
i am calling the rmmod but dont know what application is using it coz there is no application that is using it....
Did you write the module? How can any application have this open if they don't know about it before hand?
If you didn't which module is it?
Cheers!!
i have written this module, but still have no idea what application must be using it.... how it is working right now is that it sometimes works fine and sometimes gives this error....