module_layout version incompatibility

Posted by Basilevs on Stack Overflow See other posts from Stack Overflow or by Basilevs
Published on 2010-04-27T09:53:06Z Indexed on 2010/04/27 15:53 UTC
Read the original article Hit count: 408

Filed under:
|

I try to insmod a linux kernel legacy module being ported by me. The following errors appear:

> sudo insmod camac-mx.ko
insmod: error inserting 'camac-mx.ko': -1 Invalid module format
dmesg |tail -n 1
[1312783.938299] camac_mx: disagrees about version of symbol module_layout

How do I fix this?

© Stack Overflow or respective owner

Related posts about linux-kernel

Related posts about module