|
First of all, don't use insmod, use modprobe. It resolves dependencies and loads other modules first if they are required. insmod doesn't do that.
Secondly, the message says that you have a version mismatch between kernel version and kernel module version. Your kernels were not compiled for the correct kernel version.
|