noobient / noobuntu

Enterprise Ubuntu development environment with Active Directory integration
MIT License
6 stars 3 forks source link

Force DKMS drivers #27

Open bviktor opened 4 years ago

bviktor commented 4 years ago
Building module:
cleaning build area...
make -j8 KERNELRELEASE=5.0.0-37-generic -C /lib/modules/5.0.0-37-generic/build M=/var/lib/dkms/igb/5.3.5.42/build/src....
Signing module:
 - /var/lib/dkms/igb/5.3.5.42/5.0.0-37-generic/x86_64/module/igb.ko
Secure Boot not enabled on this system.
cleaning build area...

DKMS: build completed.

igb.ko:
Running module version sanity check.
Error! Module version 5.3.5.42 for igb.ko
is not newer than what is already found in kernel 5.0.0-37-generic (5.4.0-k).
You may override by specifying --force.

depmod...

DKMS: install completed.

It's obviously newer, it's just that Ubuntu (or the kernel) uses stupid internal versions.

bviktor commented 4 years ago

https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1845467