Fix modprobe: ERROR: could not insert 'module_name', separate vermagic SMP and flags between modinfo on module and current linux kernel version #apt #kernel #modprobe

https://askubuntu.com/q/1565426/612

Fix modprobe: ERROR: could not insert 'module_name', separate vermagic SMP and flags between modinfo on module and current linux kernel version

I am trying to run modprobe on a kernel module, specifically 'nft_fib' and 'nft_fib_ipv4'. When I try to run the 'sudo modprobe nft_fib' command, I receive: modprobe: ERROR: could not insert 'nft...

Ask Ubuntu