Helper script for creating kernel modules.
To facilitate automatic rebuilding of modules at reboot after
installation of a new kernel version, the following code should be
added near the beginning of the file /etc/rc.d/rc.modules.local
# Enable DKMS module rebuilding
if [ -x /usr/lib/dkms/dkms_autoinstaller ]; then
echo "Running DKMS autoinstaller"
/usr/lib/dkms/dkms_autoinstaller start
fi
To update the nvidia binary module, see README.nvidia
Maintained by: Christoph Willing
Keywords: kernel,module
ChangeLog: dkms
Homepage:
https://github.com/dell/dkms
Download SlackBuild:
dkms.tar.gz
dkms.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
| Individual Files: |
| README |
| README.nvidia |
| autoinstaller.diff |
| dkms.SlackBuild |
| dkms.info |
| geninitrd-post-install |
| slack-desc |
© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds