> /lib/modules/2.0.32/net/3c59x.o:unresolved symbol(s)
> /lib/modules/2.0.32/net/xxxxxx.o:unresolved symbol(s)
> /lib/modules/2.0.32/net/yyyyyy.o:unresolved symbol(s)
> /lib/modules/2.0.32/net/zzzzzz.o:unresolved symbol(s)
> /lib/modules/2.0.32/ipv4/xxxxxx.o:unresolved symbol(s)
> ................../misc/xxxxx.0:unresolved symbol(s)
> I also got this errors when I issue command : depmod -a
preinstalled with the OS. If your new kernel is sufficiently different
(especially if you chose different settings for versioning info in the
module section in the kernel configuration) then they won't match up and
you get unresolved symbols.
Remove the old modules like so:
rm -rf /lib/modules/2.0.32
And reinstall the new ones:
cd /usr/src/linux
make modules_install
Now try depmod -a and see if that helped.
Also note that 2.0.32 is old and has some bugs. You should probably
upgrade to 2.0.35, go to http://www.kernel.org to get a new kernel
source package.