From: J.O. Aho on
freightcar wrote:
> I got this solved already but still wonder why...
> I compiled kernel 2.6.19 with SMP support. after reboot i got many
> "disagrees about version of symbol struct_module" messages. So I updated
> initramfs and then modules but still no luck.
> I recompiled and installled the kernel again, recompiled and installed
> modules with same result. I had to update initramfs one more time to fix the
> problem.
> What I was doing wrong. Is the kernel version differnet with SMP support?

Some things don't be managed the same way using UP as using SMP, this makes it
that you need to recompile the modules too.

As the initramfs image includes modules, you need to make a new one which uses
the current modules for the kernel.


//Aho