Re: [SLL] Test module: Version conflict on a hello.o

2002-02-06 Thread Xeno Campanoli
Xeno Campanoli wrote: > > I'm trying to do the example on pages 13-14 of Rubini's Linux Device > inneal:~/study# insmod hello.o > hello.o: kernel-module version mismatch > hello.o was compiled for kernel version 2.2.20 > while this kernel is version 2.2.19. > > and it doesn't sho

Re: [SLL] Test module: Version conflict on a hello.o

2002-02-06 Thread Xeno Campanoli
Pann McCuaig wrote: > > On Wed, Feb 06, 2002 at 14:24, Xeno Campanoli wrote: > > > I do this: > > > > inneal:~# cat /usr/include/linux/version.h | grep 2.2.20 > > #define UTS_RELEASE "2.2.20" > > > > and doing it with 2.2.19 finds nothing. This got updated from one > > greater than the last kern

Re: [SLL] Test module: Version conflict on a hello.o

2002-02-06 Thread Xeno Campanoli
Pann McCuaig wrote: > > On Wed, Feb 06, 2002 at 14:24, Xeno Campanoli wrote: > [EMAIL PROTECTED]:~$ dpkg -S /usr/include/linux/version.h > libc6-dev: /usr/include/linux/version.h > > Best guess is that the current libc6 in potato was built on a machine > running kernel-2.2.20. Sorta tacky consid