Thread: no symbol version for module_layout
i'm trying re-compile kernel module, add debug mode it.
did this:
cd /usr/src
apt-get install linux
ln -l linux-2.6.38 linux
cd linux
cp /boot/config-2.6.38-8-generic .config
make oldconfig
vi .config (to switch config_iwlwifi_debug=y)
make modules
.ko file when modprobe it, get:
iwlagn: no symbol version module_layout
when compare output "modinfo" original , new module, diff is:
< vermagic: 2.6.38-8-generic smp mod_unload modversions
> vermagic: 2.6.38.2 smp mod_unload modversions
got 2.6.38.8 kernel.org, same thing. not matter do, cannot version right, , alway same error message.
doing wrong?
thanks.
i have same question !
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] no symbol version for module_layout
Ubuntu
Comments
Post a Comment