I created a very basic module called hello_1 to test the building of modules. I built the module successfully, but when I try to load it with insmod it fails to load. The dmesg output was "hello_1: disagrees about version of symbol struct_module".
Anybody know what this means and how I can correct it?
wrong kernel...
seems like you build your module with a "wrong" kernel (means, the kernel you're using differs from that you've compiled the module)...
Re:insmod error: hello_1: disagrees about version of symbol stru
Well, I rebuild the kernel and tried loading it. When I attempt to boot with it all my pre-existings modules get the same error and the Kernel panics.
Re:insmod error: hello_1: disagrees about version of symbol stru
Hi JJyoung,
Did you get any solution for this. I am facing the same problem.
Thanks & Regards
santosh
disagrees about version of symbol struct_module
i am also having same problem does anybody knows the solution.
did you not install the newly
did you not install the newly built modules for your kernel ?
cd /usr/src/linux
make modules_install