kernel-module version mismatch

2003-06-30 Thread Christopher Sly
hello, im trying to run the most simple linux modules and i get the following error on saing: /sbin/insmod hello.o hello.o was compiled for kernel version 2.4.9-9 while this kernel is version 2.4.18-14. I also tried: gcc -c hello.c -I /usr/src/linux-2.4.18-14/include with the

kernel-module version mismatch

2002-10-25 Thread jdarnall
ver to even load unless I used the "-f" flag because "insmod" reported: "kernel-module version mismatch test_module_nm was compiled under 2.4.9 while this kernel is version 2.4.18" I have tried everything I know to get this to work without recompiling and creating another