Just information in case someone has the same problem. It has always worked after kernel updates with ``` make all sudo make install ``` After updating from Kernel 5.4.0-64 to 5.4.0-65 it wont load, got it working by ``` make clean make all sudo make install ```