Boot.msg error:/boot/System.map-2.6.27.21-0.1-default

Hello,

I recently updated my system from opensuse 11.0 to 11.1; by checking the logs I noticed a boot.msg error that I wish to show below:

Inspecting /boot/System.map-2.6.27.21-0.1-default
Cannot find map file.
No module symbols loaded - kernel modules not enabled

The strange fact is that system booting is perfect and I am not noticing any error or troubles, other than the failure of my laptop soft-key (HP Pavillion DV6230) to control system audio (on/off and volume stop to work).

By issuing a:

depmod -ae -F /boot/System.map-2.6.27.21-0.1-default

I see that some modules are not loaded:

WARNING: /lib/modules/2.6.27.21-0.1-default/kernel/drivers/media/video/saa7134/saa7134-alsa.ko needs unknown symbol snd_card_new
WARNING: /lib/modules/2.6.27.21-0.1-default/kernel/drivers/media/video/cx88/cx88-alsa.ko needs unknown symbol snd_card_new
WARNING: /lib/modules/2.6.27.21-0.1-default/kernel/drivers/media/video/em28xx/em28xx-alsa.ko needs unknown symbol snd_card_new
WARNING: /lib/modules/2.6.27.21-0.1-default/kernel/drivers/staging/go7007/go7007.ko needs unknown symbol snd_card_new

I would like to know if are there some verifications/solutions to solve this issue.

Thanks

Hmm, do you not have this file?

-rw-r–r-- 1 root root 1420953 2009-04-02 10:37 System.map-2.6.27.21-0.1-default

It comes from the package kernel-default-base

Hy ken_yap!

Yes file is present under /boot:

ls -la /boot
totale 14242
drwxr-xr-x 4 root root 3072 10 apr 22:07 .
drwxr-xr-x 25 root root 4096 18 apr 20:25 …
-rw------- 1 root root 512 10 apr 22:07 backup_mbr
lrwxrwxrwx 1 root root 1 4 apr 18:51 boot → .
-rw-r–r-- 1 root root 1236 7 gen 23:03 boot.readme
-rw-r–r-- 1 root root 90156 1 apr 20:43 config-2.6.27.21-0.1-default
drwxr-xr-x 2 root root 1024 12 apr 15:14 grub
lrwxrwxrwx 1 root root 28 10 apr 22:07 initrd → initrd-2.6.27.21-0.1-default
-rw-r–r-- 1 root root 5903052 10 apr 22:07 initrd-2.6.27.21-0.1-default
drwx------ 2 root root 12288 29 ago 2008 lost+found
-rw------- 1 root root 449024 10 apr 22:07 message
-rw-r–r-- 1 root root 126631 1 apr 20:21 symsets-2.6.27.21-0.1-debug.tar.gz
-rw-r–r-- 1 root root 148047 1 apr 20:46 symsets-2.6.27.21-0.1-default.tar.gz
-rw-r–r-- 1 root root 126279 1 apr 21:17 symsets-2.6.27.21-0.1-trace.tar.gz
-rw-r–r-- 1 root root 153704 1 apr 21:19 symsets-2.6.27.21-0.1-xen.tar.gz
-rw-r–r-- 1 root root 406980 1 apr 20:45 symtypes-2.6.27.21-0.1-default.gz
-rw-r–r-- 1 root root 119659 1 apr 20:44 symvers-2.6.27.21-0.1-default.gz
-rw-r–r-- 1 root root 1420953 1 apr 20:37 System.map-2.6.27.21-0.1-default
-rw-r–r-- 1 root root 3004351 1 apr 20:43 vmlinux-2.6.27.21-0.1-default.gz
lrwxrwxrwx 1 root root 29 10 apr 01:17 vmlinuz → vmlinuz-2.6.27.21-0.1-default
-rw-r–r-- 1 root root 2537088 1 apr 20:37 vmlinuz-2.6.27.21-0.1-default

Sorry, it’s a mystery to me then.

You are welcome ken!
I googled a bit before to post, but it seems the majority of this issue is related to custom kernels.

In my case I simply ran a distribution update from 11 to 11.1.

As stated before, my laptop boots and works perfectly as well as the Windows Vista, which is stored in dual-boot on same HDD.

BR

I see this too. There is also a bugreport open concerning this problem https://bugzilla.novell.com/show_bug.cgi?id=476024