New comment by Johnnynator on void-packages repository https://github.com/void-linux/void-packages/issues/15901#issuecomment-547645728 Comment: Firstly these are kernel modules not dkms modules, so you just load them with either `insmode(8)` or`modprobe(8)`. But I would recommend to look into getting it packages as a DKMS module, so it is automatically rebuild on a kernel update. Secondly these files you have there should just be in `/usr/lib` instead if `/lib`, there is probably some variable you can set so it installs them into the correct dir.