Thought wrote: > Do you or does anyone else get these errors right after installing Debian?
This happens if you compile a new kernel of the same version (2.0.27). Modules are copied to /lib/modules/[version], so existing modules are overwritten if you compiled them again but they aren't deleted. Unneeded modules remain in this directory and cause problems with depmod, because there's no reference to them in the kernel database (System.map???). Just remove or rename the old 2.0.27 subdir and run make modules_install again. Greetings, Ulf