Is there any "formal" mechanizism by which after a yum update , and kernel change that "drivers" can automatically be recompiled and a service restarted?
Do I need to make my own?
Thanks,
Jerry
On Jan 29, 2008 12:55 PM, Jerry Geis geisj@pagestation.com wrote:
Is there any "formal" mechanizism by which after a yum update , and kernel change that "drivers" can automatically be recompiled and a service restarted?
Do I need to make my own?
DKMS works for this. see dag's repo and how the nvidia drivers and others are handled.
On Jan 29, 2008 10:14 AM, Jim Perrin jperrin@gmail.com wrote:
On Jan 29, 2008 12:55 PM, Jerry Geis geisj@pagestation.com wrote:
Is there any "formal" mechanizism by which after a yum update , and kernel change that "drivers" can automatically be recompiled and a service restarted?
Do I need to make my own?
DKMS works for this. see dag's repo and how the nvidia drivers and others are handled.
Depending on the driver, use of weak-updates is possible ,and if so, maybe an easier method.
Akemi
on 1/29/2008 9:55 AM Jerry Geis spake the following:
Is there any "formal" mechanizism by which after a yum update , and kernel change that "drivers" can automatically be recompiled and a service restarted?
Do I need to make my own?
Thanks,
Jerry
Dkms is one option. It can re-compile modules and reinstall them, but it takes some initial work to get it started.