“e1000.ko: -1 Invalid module format” Like Wenhua mentioned, generally you got this error either when kernel
and module compiled with the different versions of gcc or when you compiled the
module using different header files than your running kernel. As you already pointed
out that you are using the same compiler version for compiling both the running
kernel and the module so the only thing that looks suspicious in your case is
second. Please make sure that while doing the insmod, you are running the same
kernel that you used to compile your module. -- Regards, Gaurav Aggarwal From:
kernelnewbies-bounce@xxxxxxxxxxxx [mailto:kernelnewbies-bounce@xxxxxxxxxxxx] On Behalf Of Sendhilraj T
|