[ExtractStream] OT: NFS for 2.5.1?

Rob yahoo at i...
Sun, 23 Jun 2002 14:42:10 +0100


At 21:32 23/06/02 +1000, Warren Toomey wrote:
>In article by Stealth Dave:
> > The 2.0.1 modules will work just fine. They'll complain a bit and say
> > it's not the correct kernel version, but they work. I've been running
> > them for quite some time without problems, as have others.
> >
> > - Stealth Dave
>
>Hmm, it fails for me:
>
>bash-2.02# uname -a
>Linux (none) 2.1.24-TiVo-2.5 #3 Fri Oct 5 10:19:51 PDT 2001 ppc unknown
>
>bash-2.02# insmod /lib/modules/nfs-2.0.1.o
>/lib/modules/nfs-2.0.1.o: kernel-module version mismatch
> /lib/modules/nfs-2.0.1.o was compiled for kernel version 
> 2.1.24-TiVo.1
> while this kernel is version 2.1.24-TiVo-2.5.

It took me a while to work that one out originally, however try adding -f
:-)

insmod -f /lib/modules/nfs-2.0.1.o

bash-2.02# insmod
Usage:
insmod [-fkmopsvVxX] [-o name] module [[sym=value]...]

module Filename of a loadable kernel module (*.o)
-f, --force Force loading under wrong kernel version
...


Regards,

Rob.