Kernel version mismatch error

Keith Owens kaos@ocs.com.au
Tue Oct 26 19:01:26 1999


On Tue, 26 Oct 1999 11:58:47 -0400, 
Joe Thompson <joe@orion-com.com> wrote:
>When I compile and load the tulip.c v0.91g, it complains that the kernel
>version it was compiled for (2.0.33) is different from the running kernel
>(2.0.34).  The problem is that the module was in fact compiled under kernel
>2.0.34:

Either you forgot to install the module or insmod is finding an earlier
version of the module from another file.  /sbin/insmod -v -n tulip will
tell you where it is loading from.