Dynamic Kernel Module Support

Linux kernel framework


title: "Dynamic Kernel Module Support" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["dell", "linux-kernel", "linux-drivers"] description: "Linux kernel framework" topic_path: "technology/operating-systems" source: "https://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary Linux kernel framework ::

::data[format=table title="Infobox software"]

FieldValue
nameDynamic Kernel Module Support
authorGary Lerhaupt
developerDell
released
ver layoutsimple
latest release version3.2.1{{cite web
urlhttps://github.com/dell/dkms/releases/tag/v3.2.1
titleFixes for ldtarball · dell/dkms
websiteGitHub
date2025-05-12
accessdate2025-06-24}}
latest release date
programming languageBash
operating systemLinux
licenseGPLv2
website
::

| name = Dynamic Kernel Module Support | logo = | screenshot = | caption = | collapsible = | author = Gary Lerhaupt | developer = Dell | released = | ver layout = simple | latest release version = 3.2.1{{cite web | author = | url = https://github.com/dell/dkms/releases/tag/v3.2.1 | title = Fixes for ldtarball · dell/dkms | website = GitHub | date = 2025-05-12 | accessdate = 2025-06-24}} | latest release date = | latest preview version = | latest preview date = | programming language = Bash | operating system = Linux | platform = | size = | language = | genre = | license = GPLv2 | website =

Dynamic Kernel Module Support (DKMS) is a program/framework that enables generating Linux kernel modules whose sources generally reside outside the kernel source tree. The concept is to have DKMS modules automatically rebuilt when a new kernel is installed.{{cite journal | last = Lerhaupt | first = Gary | date = September 1, 2003 | title = Kernel Korner - Exploring Dynamic Kernel Module Support (DKMS) | url = https://www.linuxjournal.com/article/6896 | journal = Linux Journal | archiveurl = https://web.archive.org/web/20190813132009/https://www.linuxjournal.com/article/6896 | archivedate = August 13, 2019 | access-date = }}

Framework

An essential feature of DKMS is that it automatically recompiles all DKMS modules if a new kernel version is installed. This allows drivers and devices outside of the mainline kernel to continue working after a Linux kernel upgrade.

Another benefit of DKMS is that it allows the installation of a new driver on an existing system, running an arbitrary kernel version, without any need for manual compilation or precompiled packages provided by the vendor.

DKMS was written by the Linux Engineering Team at Dell in 2003. It is included in many distributions, such as Ubuntu, Debian, Fedora, SUSE, Mageia and Arch. DKMS is free software released under the terms of the GNU General Public License (GPL) v2 or later.

DKMS supports both the rpm and deb package formats out of the box.

References

References

  1. Domsch, Matt. "Dynamic Kernel Module Support: From Theory to Practice".

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

delllinux-kernellinux-drivers