Triggering driver module rebuild on kernel update

Solution 1:

For automatically recompiling kernel modules after a kernel update, i know of two options:

  1. write your own script

    For inspiration i refer to this very old post or this one where some one solved it for SUSE by a script

  2. Use Dynamic Kernel Module Suppor (DKMS)

    I refer to short description wiki page and ubuntu community page HOWTO for DKMS