kmod

Utilities for loading, unloading, and managing Linux kernel modules

brewmacoslinux
Try with needOr install directly
Source

About

Linux kernel module handling

Commands

insmodrmmodmodprobedepmodmodinfolsmod

Examples

Load a kernel module$ sudo insmod /path/to/module.ko
Load a module with automatic dependency resolution$ sudo modprobe module_name
List all currently loaded kernel modules$ lsmod