Dynamic Kernel Module Support
![]() | The topic of this article may not meet Wikipedia's notability guidelines for products and services. (August 2012) |
This article needs additional citations for verification. (August 2012) |
Original author(s) | Gary Lerhaupt |
---|---|
Developer(s) | Dell |
Initial release | 2003 |
Stable release | 2.2.0.3[1]
/ December 7, 2011 |
Repository | |
Written in | Bash |
Operating system | Linux |
License | GNU General Public License |
Website | linux.dell.com/dkms/ |
Dynamic Kernel Module Support (DKMS) is a framework used to generate Linux kernel modules whose sources do not generally reside in the Linux kernel source tree. DKMS enables kernel device drivers to be automatically rebuilt when a new kernel is installed.
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 CentOS. 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
- ^ http://linux.dell.com/dkms/permalink/ Dell's DKMS repository