Firstly, you need klogd running with -x so the numbers within [< and >]
are preserved. It is a shame that these distributions still run klogd
without -x.
> > 2. your ksymoops doesn't seem to know what modules are loaded.
>
> isn't this the list of modules loaded at the time?
>
> Oct 27 07:39:54 trinculo kernel: 3c574_cs irtty irda autofs4 microcode
> ppp_async uhci-hcd ohci-hcd usbcore nls_cp437 vfat snd-pcm-oss
> snd-mixer-oss snd-ymfpci snd-pcm snd-mpu401-uart snd-rawmidi
> snd-ac97-codec snd-opl3-lib snd-timer snd-hwdep snd-seq-device
> snd soundcore
This is a line from the kernel which ksymoops can't interpret.
ksymoops needs to know which modules are loaded, and where they
are loaded so it can give accurate call trace information.
BTW, an even better option would be to enable CONFIG_KALLSYMS.
-- Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux http://www.arm.linux.org.uk/personal/aboutme.html- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/