Jump to content

Dynamic Kernel Module Support: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Reverted edits by 1.47.1.115 (talk) (HG) (3.4.10)
Un1Gfn (talk | contribs)
m top: bump ver, license
Line 11: Line 11:
| developer = [[Dell]]
| developer = [[Dell]]
| released = {{Start date and age|2003}}
| released = {{Start date and age|2003}}
| latest release version = 2.8.3<ref>{{cite web
| latest release version = 2.8.6<ref>{{cite web
| author =
| author =
| url = https://github.com/dell/dkms/releases/tag/v2.8.3
| url = https://github.com/dell/dkms/releases/tag/v2.8.6
| title = v2.8.3: release new dkms version v2.8.3
| title = Release Documents improvements and small fixes · dell/dkms
| website = [[GitHub]]
| website = [[GitHub]]
| date = 2020-10-18
| date = 2021-09-04
| accessdate = 2020-10-18}}</ref>
| accessdate = 2021-09-30}}</ref>
| latest release date = {{Start date and age|2020|07|16}}
| latest release date = {{Start date and age|2021|09|04}}
| latest preview version =
| latest preview version =
| latest preview date =
| latest preview date =
Line 27: Line 27:
| language =
| language =
| genre =
| genre =
| license = [[GNU General Public License]]
| license = [[GPLv2]]
| website = {{URL|https://github.com/dell/dkms}}
| website = {{URL|https://github.com/dell/dkms}}
}}
}}

Revision as of 08:13, 30 September 2021

Dynamic Kernel Module Support
Original author(s)Gary Lerhaupt
Developer(s)Dell
Initial release2003; 22 years ago (2003)
Stable release
2.8.6[1] / September 4, 2021; 3 years ago (2021-09-04)
Repository
Written inBash
Operating systemLinux
LicenseGPLv2
Websitegithub.com/dell/dkms

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.[2]

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.

See also

References

  1. ^ "Release Documents improvements and small fixes · dell/dkms". GitHub. 2021-09-04. Retrieved 2021-09-30.
  2. ^ Lerhaupt, Gary (September 1, 2003). "Kernel Korner - Exploring Dynamic Kernel Module Support (DKMS)". Linux Journal. Archived from the original on August 13, 2019.