You have a mismatch between the running kernel and the modules. It
normally indicates human error such as forgetting to install the new
kernel, forgetting to install the new modules, forgetting to update
lilo (or other boot loader) to point to the new kernel.
MEC has suggested that there might be a bug in the Makefiles when
changing from UP to SMP. If so, the solution is -
save .config,
make mrproper,
restore .config,
make oldconfig,
make dep clean bzImage modules,
install new kernel and modules,
update boot loader,
reboot.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/