Is there any way how to stop unused module to loadable kernel module other than putting them in the mod probe blacklist.
Asked
Active
Viewed 264 times
1
1 Answers
0
If the kernel is loading modules that aren't needed, that is a bug, pure and simple. First make sure your "unused modules" aren't really dependencies for modules you are using, then find out how to reproduce it simply (hopefully without any closed source modules), and report it to your distribution.
Anything else is just papering over a problem, and might cause problems on its own.

vonbrand
- 18,253
insmod
ormodprobe
command. – pradeepchhetri Mar 31 '13 at 10:25