Avoid/automate compiling e1000e driver with new kernel updates

I have home server that has installed an ASRock H670 ITX that has NIC Intel I219V, running Ubuntu 20.04.3.

The problem is that kernel does not have driver for this NIC. I had to install manually using e1000e v3.8.7 driver. The problem is that, I only have Network/SSH access to the machine. So If I update the Kernel using apt get ..., next reboot I will lose access, I need to connect Monitor, keyboard etc... to compile and install driver again.

Any ideas how to automate this, or compile the driver for other kernels installed other than the currently running, so next reboot the new kernel will also have the driver loaded?

4

1 Answer

You have to use DKMS-based driver from .

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like