How to enable modules you find in the .config?
by g4njawizard from LinuxQuestions.org on (#51RB6)
I am just building up my Raspbian pi Cluster and I need to load some modules to get things done. I found a script that compares all kernel loaded modules with its requirements.
I know how to recompile a kernel, but I need to do this 8 times and it takes too long to always download source, copy .config and recompile... so I wondered whats the easiest way to add the required modules?
I need the following:
- CONFIG_MEMCG_SWAP: missing
- CONFIG_MEMCG_SWAP_ENABLED: missing
- CONFIG_CGROUP_PERF: missing
- CONFIG_CGROUP_HUGETLB: missing
- CONFIG_CGROUP_NET_PRIO: missing
- CONFIG_CFS_BANDWIDTH: missing
- CONFIG_RT_GROUP_SCHED: missing
- CONFIG_BRIDGE_VLAN_FILTERING: missing
I have no experience with lsmod and modprobe. I have no idea how to find the right module, because the names in the config differs from the modules.


I know how to recompile a kernel, but I need to do this 8 times and it takes too long to always download source, copy .config and recompile... so I wondered whats the easiest way to add the required modules?
I need the following:
- CONFIG_MEMCG_SWAP: missing
- CONFIG_MEMCG_SWAP_ENABLED: missing
- CONFIG_CGROUP_PERF: missing
- CONFIG_CGROUP_HUGETLB: missing
- CONFIG_CGROUP_NET_PRIO: missing
- CONFIG_CFS_BANDWIDTH: missing
- CONFIG_RT_GROUP_SCHED: missing
- CONFIG_BRIDGE_VLAN_FILTERING: missing
I have no experience with lsmod and modprobe. I have no idea how to find the right module, because the names in the config differs from the modules.