On Wed, Jan 08, 2003 at 10:15:19PM +0200, Gilad Benjamini wrote: > Initially I got a lot of garbage. > Upgrdaing to ksymoops 2.4.5 , and using the --truncate=1 and > -t elf32-little reduced > the amount of garbage, but still all the output shown > was "No symbol available". > > Any additional things I should do ? Possibly your ksymoops is get confused by the System.map file. The vmlinux file is a 32-bit ELF file but the System.map file contains the addresses sign-extended to 64-bit. As a bandaid you can just chop off the high 32-bits of all addresses in System.map. Ralf