I'm having a problem trying to compile a kernel module for FC3 (2.6.9-1.667). I've installed the kernel sources (yes, for the right version of the kernel), and I build the kernel and modules (make menuconfig, make)... once complete, I'm unable to actually load any of the modules I just built:
[root@nix linux-2.6.9-1.667]# insmod drivers/scsi/aic7xxx/aic79xx.ko
insmod: error inserting 'drivers/scsi/aic7xxx/aic79xx.ko': -1 Unknown symbol in module
This problem persists for any other modules that I try and load. The kernel config that I am using is the one from /boot/config-2.6.9-1.667.
Can anyone help me figure out whats wrong here? This is a plain i386 installation of FC3 with no updates applied yet.