Results 1 to 6 of 6
Kernel Module is in use....
what does it mean when the compiler gives this error and what causes the error?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-09-2010 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 15
what does this error mean? new one
Kernel Module is in use....
what does it mean when the compiler gives this error and what causes the error?
- 02-09-2010 #2Just Joined!
- Join Date
- Jul 2009
- Posts
- 49
Module in use...
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!!
- 02-09-2010 #3Just Joined!
- Join Date
- Nov 2009
- Posts
- 15
thanks!!!!
- 02-09-2010 #4Just Joined!
- Join Date
- Nov 2009
- Posts
- 15
i am calling the rmmod but dont know what application is using it coz there is no application that is using it....
- 02-09-2010 #5Just Joined!
- Join Date
- Jul 2009
- Posts
- 49
One way to find the application...
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!!
- 02-09-2010 #6Just Joined!
- Join Date
- Nov 2009
- Posts
- 15
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....


Reply With Quote
