Jump to content

Dynamic Kernel Module Support: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
fix
Tags: Reverted Mobile edit Mobile web edit
m Reverted edits by 1.47.1.115 (talk) (HG) (3.4.10)
Line 1: Line 1:
{{short description|Linux framework}}log
{{short description|Linux framework}}
{{More citations needed|date=August 2012}}
{{More citations needed|date=August 2012}}


Line 22: Line 22:
| latest preview date =
| latest preview date =
| programming language = [[Bash (Unix shell)|Bash]]
| programming language = [[Bash (Unix shell)|Bash]]
| operating system = shot#ops[[Linux]]
| operating system = [[Linux]]
| platform =
| platform =
| size =
| size =
| language =
| language =
| genre =
| genre =
| license = [outgoing[GNU General Public License]]
| license = [[GNU General Public License]]
| website = {{URL|https://github.com/dell/dkms}}
| website = {{URL|https://github.com/dell/dkms}}
}}
}}

Revision as of 17:55, 3 September 2021

Dynamic Kernel Module Support
Original author(s)Gary Lerhaupt
Developer(s)Dell
Initial release2003; 22 years ago (2003)
Stable release
2.8.3[1] / July 16, 2020; 4 years ago (2020-07-16)
Repository
Written inBash
Operating systemLinux
LicenseGNU General Public License
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. ^ "v2.8.3: release new dkms version v2.8.3". GitHub. 2020-10-18. Retrieved 2020-10-18.
  2. ^ Lerhaupt, Gary (September 1, 2003). "Kernel Korner - Exploring Dynamic Kernel Module Support (DKMS)". Linux Journal. Archived from the original on August 13, 2019.