plustek@linuxhacker.org

plustek@linuxhacker.org


Subject: Re: kernel-module version mismatch
From: kevin
Date: Sun, 17 Sep 2000 10:33:22 -0400

SM wrote:
> 
> When I try to "make load" I get an error
> 
> /sbin/modprobe pt_drv || exit 1
> /lib/modules/2.2.14-6.0.6/misc/pt_drv.o: kernel-module version mismatch
>                     /lib/modules/2.2.14-6.0.1/misc/pt_drv.0 was compiled
> for kernel version 2.2.14-5.0
>                     while this kernel is version 2.2.14-6.0.1.
> 
> And, of course the make fails
> make: *** [load] Error 1
> 
> What can I do to correct this?
> 
> Seibert Murphy
> sl_murphy@csi.com

Did you try "depmod -a" before loading the pt_drv driver? This
make help.

plustek@linuxhacker.org