Ubuntu - dkms

DKMS (Dynamic Kernel Module Support) is a program/framework that enables generating Linux kernel modules whose sources generally reside outside the kernel source tree.

To use a module with DKMS, the module installation files (could be source code or binary) are placed in /usr/src/-, along with a configuration file dkms.conf that tells DKMS how to build/configure the module and what its name is.


Check dkms status

Rebuild modules

Remove modules