I copied c7000.o into the original modules directory and ran a dep ?a. I get the following:
ibm9672:/ # insmod -f c7000 base0=0x5100 lhost0=PEPC uhost0=PEPCOCEC noauto=1 Using /lib/modules/2.4.7-SuSE-SMP/net/c7000.o Warning: kernel-module version mismatch /lib/modules/2.4.7-SuSE-SMP/net/c7000.o was compiled for kernel version 2.4.7-SMP while this kernel is version 2.4.7-SuSE-SMP which is what I guess we all expected. I issued the following: ibm9672:/usr/src/linux # grep CONFIG_MODVERSIONS .config # CONFIG_MODVERSIONS is not set which I guess is good. So this problem stems from the wrong source tree. I got the SuSE source tree from YaST option "D Development (C, C++, LISP,ETC.)". I then selected "Kernel Source ? The source of the SuSE Kernel". Should I be pulling the SuSE Kernel source from somewhere else? Am I issuing the commands from UTS README.1ST from the wrong directory? Thanks for any more ideas? Peter