Jump to content

Dynamic Kernel Module Support: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Rescuing 1 sources and tagging 0 as dead. #IABot (v1.5.2)
Line 9: Line 9:
| developer = [[Dell]]
| developer = [[Dell]]
| released = {{Start date and age|2003}}
| released = {{Start date and age|2003}}
| latest release version = 2.4<ref>{{cite web|author=|url=https://github.com/dell/dkms/releases/tag/v2.4.0 |title=v2.4.0: Merge pull request #23 from dell/red-hat-cleanups |website=Github.com |date=2017-05-22 |accessdate=2017-06-29}}</ref><ref>[http://linux.dell.com/dkms/permalink/ ]{{dead link|date=May 2017}}</ref>
| latest release version = 2.4<ref>{{cite web|author=|url=https://github.com/dell/dkms/releases/tag/v2.4.0 |title=v2.4.0: Merge pull request #23 from dell/red-hat-cleanups |website=Github.com |date=2017-05-22 |accessdate=2017-06-29}}</ref><ref>http://linux.dell.com/dkms/permalink/ |= }}</ref>
| latest release date = {{Start date and age|2017|05|22}}
| latest release date = {{Start date and age|2017|05|22}}
| latest preview version =
| latest preview version =

Revision as of 07:02, 15 September 2017

Dynamic Kernel Module Support
Original author(s)Gary Lerhaupt
Developer(s)Dell
Initial release2003; 21 years ago (2003)
Stable release
2.4[1][2] / May 22, 2017; 7 years ago (2017-05-22)
Repository
Written inBash
Operating systemLinux
LicenseGNU General Public License
Websitelinux.dell.com/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.[3]

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, 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.4.0: Merge pull request #23 from dell/red-hat-cleanups". Github.com. 2017-05-22. Retrieved 2017-06-29.
  2. ^ "Archived copy". Archived from the original on 2009-02-08. Retrieved 2009-02-01. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)CS1 maint: archived copy as title (link)
  3. ^ Lerhaupt, Gary (September 1, 2003). "Kernel Korner - Exploring Dynamic Kernel Module Support (DKMS)". Linux Journal. Retrieved March 12, 2016.