Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
System.map does not match actual kernelThis error might appear together with other messages that say, that the modul XY could not be loaded because some versions do not match.
/System.map
is either not
available in the root directory (/) or its version does not match with
the currently booted kernel's version.
Everytime that you create a new kernel, such a file
System.map
is created and saved in
/usr/src/linux
. In it you will find information about
offsets within kernel that are required by the modules.
Therefore, when you get the above message, you have probably linked the kernel by
make zImageand copied to /, but not this file.
/usr/src/linux/System.map
from
/usr/src/linux
to /
:
cp /usr/src/linux/System.map /
System.map
in /usr/src/linux
. This means that the booted kernel, the
file System.map
, the kernel directory and the file
/usr/src/linux/System.map
must have the same version!
Keywords: KERNEL, SYSTEM.MAP, MODUL, DOSEMU, INSTALL, BOOT, LINUX
Feedback welcome: Send Mail to rj@suse.de (Please give the following subject: SDB-system_map
)
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch