Download List

Projeto Descrição

DKMS (Dynamic Kernel Module Support) is a framework where device driver source can reside outside the kernel source tree so that it is very easy to rebuild modules as you upgrade kernels. This allows Linux vendors to provide driver drops without having to wait for new kernel releases (as a stopgap before the code can make it back into the kernel), while also taking out the guesswork for customers attempting to recompile modules for new kernels. For veteran Linux users it also provides some advantages since a separate framework for driver drops will remove kernel releases as a blocking mechanism for distributing code.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-07-22 08:21
2.0.20.2

Esta versão resolve pequenos problemas com o serviço de auto-instalação na indicação de falhas.
Tags: Minor bugfixes
This release resolves minor bugs with the auto installation service in indicating failures.

2008-03-25 18:30
2.0.19

A grande melhoria é que Fedora Rawhide (será Fedora 9) agora inclui ganchos RPM, semelhante ao do Ubuntu gatilhos, para invocar o Autoinstaller DKMS no final de uma operação de RPM, quando um novo kernel está instalado. Isto significa que não há necessidade de esperar por uma reinicialização para invocar o dkms_autoinstaller: agora é invocado logo após um novo kernel esteja instalado, portanto pode-se reconstruir drivers imediatamente e incluí-los no ramdisk inicial.
Tags: Minor feature enhancements
The big improvement here is that Fedora rawhide (will be Fedora 9) now includes RPM hooks, similar to Ubuntu's triggers, to invoke the DKMS autoinstaller at the end of an RPM transaction when a new kernel is installed. This means there is no need to wait for a reboot to invoke the dkms_autoinstaller: it is now invoked right after a new kernel is installed, so one can rebuild drivers immediately and include them in the initial ramdisk.

2007-10-11 23:42
2.0.17.5

Esta versão irá chamar udevtrigger se instala um módulo para o kernel em execução. Ele irá desinstalar a partir de / extra antes DEST_MODULE_LOCATION e execute depmod após a desinstalação.
Tags: Major bugfixes
This release will call udevtrigger if it installs a module for the
currently running kernel. It will uninstall from /extra before
DEST_MODULE_LOCATION, and run depmod after
uninstallation.

2007-09-22 09:54
2.0.17.4

Um problema em instala durante - rpm_safe_upgrade poderia falhar de forma incorrecta foi corrigido. SLES10 criação do disco motorista estava quebrado (e ainda pode ser). Ubuntu embalagem e um comando mkdeb (que foi aceito no universo para Ubuntu Gutsy) foram fornecidos. mkrpm agora acrescenta Fornece automática: linhas com informações modalias. Isto acabará por ser usado para o download automático de drivers que correspondam ao hardware que você tem em seu sistema.
Tags: Major feature enhancements
An issue where installs during --rpm_safe_upgrade could incorrectly fail was fixed. SLES10 driver disk creation was broken (and may still be). Ubuntu packaging and a mkdeb command (which has been accepted into Ubuntu Universe for Gutsy) were provided. mkrpm now adds automatic Provides: lines with modalias info. This will eventually be used to automatically download drivers that match the hardware you have in your system.

2007-09-03 16:12
2.0.17

A capacidade de gerar discos de drivers do Ubuntu e debs foi adicionado.
Tags: Minor feature enhancements
The ability to generate Ubuntu driver disks and
debs was added.

Project Resources