New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/32022#issuecomment-881954963 Comment: Remove the redirection to NULL in `/usr/libexec/xbps-triggers/dkms`: ``` $DKMS add -m "$1" -v "$2" >/dev/null 2>&1 ``` Then install again to see why it fails.