This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Development > dkms (2.8.4)

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

Maintained by: Christoph Willing
Keywords: kernel,module
ChangeLog: dkms

Homepage:
https://github.com/dell/dkms

Source Downloads:
dkms-2.8.4.tar.gz (e34ff7b6d104f872a6af92c47c244715)

Download SlackBuild:
dkms.tar.gz
dkms.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
Makefile_mktemp.diff
README
dkms.SlackBuild
dkms.info
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds