[cpia] cpia-0.7.3

Johannes Erdfelt jerdfelt@sventech.com
Fri, 3 Mar 2000 12:11:46 -0500


On Fri, Mar 03, 2000, Claudio Matsuoka <claudio@helllabs.org> wrote:
> 
> On Fri, 3 Mar 2000, Bastian wrote:
> 
> > EIP:    0010:[isdn:isdn_ppp_unregister_compressor+334479/258652773]
> > [isdn:isdn_ppp_unregister_compressor+327452/258659800] 
> > [isdn:isdn_ppp_unregister_compressor+366880/258620372] 
> > [isdn:isdn_ppp_unregister_compressor+326491/258660761] [tvecs+10012/13216] 
> >
> > weird to me are thoses isdn entries !?
> 
> Do you have an up to date System.map in /boot?

ksymoops doesn't use System.map for modules since they can be loaded
anywhere in memory.

It will tell you where it's getting it's information (at the top) in
recent versions.

More importantly, those offsets are entirely too high. I'm sure the ISDN
unregister function is not that large.

I bet you it can't find the cpia.o and cpia_pp.o modules. Throw them
into /lib/modules/`uname -r`/misc and try again.

JE