Installed
programs: depmod,
generate-modprobe.conf, insmod, insmod.static, lsmod, modinfo,
modprobe, and rmmod
The Module-Init-Tools package contains programs for handling kernel modules in Linux kernels greater than or equal to version 2.5.47.
Issue the following commands to perform the tests (note that the make distclean command is required to clean up the source tree, as the source gets recompiled as part of the testing process):
./configure && make check && make distclean
Prepare Module-Init-Tools for compilation:
./configure --prefix=/ --enable-zlib
Compile the package:
make
Install the package:
make install