Hi,
while inserting module on 2.6 kernel I am getting the following message :-
insmod: error inserting 'test_module.ko': -1 Invalid module format
and in /var/log/message :-
Nov 30 02:20:07 testmachine kernel: test_module: disagrees about version of symbol struct_module
Could anyone please tell me where the problem is, BTW CONFIG_MODVERSION=y is already set in /usr/src/linux/.config
Thanks in advance.