Upgrading the Kernel
If you run the up2date utility to upgrade the kernel, the DKMS enabled driver packages must be reinstalled. To do so, type the following in the same order in a terminal window.:
dkms build
Check whether the driver is successfully installed in the new kernel by typing:
dkms status
You must see a message similar to the following one on the screen:
<driver name>, <driver version>, <new kernel version>: installed
26