[WBEL-users] WBEL (respin) with 875P Mobo

Johnny Hughes mailing-lists@hughesjr.com
Tue, 20 Jul 2004 03:19:41 -0500


On Tue, 2004-07-20 at 00:29, Raymond Lillard wrote:

<snip>
> In "/usr/src", I created a symlink:  ln -s linux-2.4.21-15.EL  linux
> creating a clean path to the sources tree of "/usr/src/linux".
> 
> 
> In "/usr/src/linux", I executed:  make oldconfig
> The Fasttrak readme file instructs a "make clean",
> but surely that is in error and I did not do it.
> 
> Executing:  insmod ft3xx.o
> yields:
> 
> root@ctifs1: insmod ft3xx.o
> Warning: kernel-module version mismatch
> 	ft3xx.o was compiled for kernel version 2.4.21-15.ELcustom
> 	while this kernel is version 2.4.21-15.ELsmp

In the /usr/src/linux directory, edit the file named Makefile ... look
for a line:

EXTRAVERSION = -15.ELcustom

change it to:

EXTRAVERSION = -15.ELsmp

Then recompile the module...

Johnny Hughes
HughesJR.com