Re: kernel-module version mismatch

2001-03-13 Thread John H. Robinson, IV
On Tue, Mar 13, 2001 at 05:48:13PM -0500, Andrew D Dixon wrote: > Hi All, > I'm writing my first module and when I try to run it I get this error: > > #insmod hello.o > hello.o: kernel-module version mismatch > hello.o was compiled for kernel version 2.2.15 >

kernel-module version mismatch

2001-03-13 Thread Andrew D Dixon
Hi All, I'm writing my first module and when I try to run it I get this error: #insmod hello.o hello.o: kernel-module version mismatch hello.o was compiled for kernel version 2.2.15 while this kernel is version 2.2.18pre21. I believe that I need to upgrade linux/module.h

Re: kernel-module version mismatch

2001-03-13 Thread John H. Robinson, IV
On Tue, Mar 13, 2001 at 05:48:13PM -0500, Andrew D Dixon wrote: > Hi All, > I'm writing my first module and when I try to run it I get this error: > > #insmod hello.o > hello.o: kernel-module version mismatch > hello.o was compiled for kernel version 2.2.15 >

kernel-module version mismatch

2001-03-13 Thread Andrew D Dixon
Hi All, I'm writing my first module and when I try to run it I get this error: #insmod hello.o hello.o: kernel-module version mismatch hello.o was compiled for kernel version 2.2.15 while this kernel is version 2.2.18pre21. I believe that I need to upgrade linux/module.h