Re: Successfully installed kernel 2.4.9-37 and LCS worked ok...BU T I get dep...

2002-05-24 Thread Post, Mark K

Dave,

I would bet that it is the one in /lib/modules/2.4.9-37tape/kernel/net/

One way to find out for sure is do an "nm" command on each of them, and see
which one has symbols that match what's in /proc/ksyms.

Mark Post

-Original Message-
From: Dave Myers [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 2002 3:10 PM
To: [EMAIL PROTECTED]
Subject: Re: Successfully installed kernel 2.4.9-37 and LCS worked
ok...BU T I get dep...


Mark,

I took the lcs.o qeth.o and qdio.o modules out of
/lib/modules/ibm  and those msgs went away.

The RH init must look in that dir for additional loadables ??

The 2.4.9-37 lcs mod is being loaded out of
/lib/modules/2.4.9-37tape/kernel/net/lcs.o    I guess.

The /lib/modules/2.4.9-37tape/modules.dep has two entries in it for lcs:

/lib/modules/2.4.9-37tape/kernel/drivers/s390/net/lcs.o:
/lib/modules/2.4.9-37tape/kernel/net/lcs.o:

...so which one is really being used??


Dave



Re: Successfully installed kernel 2.4.9-37 and LCS worked ok...BU T I get dep...

2002-05-24 Thread Dave Myers

Mark,

I took the lcs.o qeth.o and qdio.o modules out of
/lib/modules/ibm  and those msgs went away.

The RH init must look in that dir for additional loadables ??

The 2.4.9-37 lcs mod is being loaded out of
/lib/modules/2.4.9-37tape/kernel/net/lcs.o    I guess.

The /lib/modules/2.4.9-37tape/modules.dep has two entries in it for lcs:

/lib/modules/2.4.9-37tape/kernel/drivers/s390/net/lcs.o:
/lib/modules/2.4.9-37tape/kernel/net/lcs.o:

...so which one is really being used??


Dave



Re: Successfully installed kernel 2.4.9-37 and LCS worked ok...BU T I get dep...

2002-05-24 Thread Post, Mark K

Ok,

You're definitely using the lcs.o module, and it's been compiled for a
different version of the kernel than you're running.  I don't know why it's
working.  Perhaps there's a _second_ lcs.o somewhere in /lib/modules that is
loading instead?

Mark Post

-Original Message-
From: Dave Myers [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 2002 11:21 AM
To: [EMAIL PROTECTED]
Subject: Re: Successfully installed kernel 2.4.9-37 and LCS worked
ok...BUT I get dep...


Mark,
Thanks for feedback!!

Here's the results of suggested commands.
LCS Used count is "1"so does that mean the LCS driver is still a
loadable
module?
If so, why is my LCS working, even though I'm getting Unresolved symbols??
Thanks,
Dave


lsmod Size   Used
lcs29520   1

rmmod lcs
lcs: Device or resource busy

depmod -ae
depmod: *** Unresolved symbols in /lib/modules/2.4.9-37tape/kernel/net/lcs.o
depmod: debug_unregister_Rsmp_0e92db0d
depmod: __kfree_skb_Rsmp_e9971ea1
depmod: debug_sprintf_exception_Rsmp_3485b572
depmod: debug_set_level_Rsmp_25d0b381
depmod: debug_register_view_Rsmp_266ed7c2
depmod: netif_rx_Rsmp_5e694389
depmod: skb_over_panic_Rsmp_cd23369e
depmod: eth_type_trans_Rsmp_fa230cbc
depmod: debug_unregister_view_Rsmp_9732819b
depmod: tr_type_trans_Rsmp_5f37f755
depmod: fddi_type_trans_Rsmp_d6581cba
depmod: in_dev_finish_destroy_Rsmp_8fc97e4f
depmod: softnet_data_Rsmp_d7f336b2
depmod: debug_register_Rsmp_f35379f3
depmod: alloc_skb_Rsmp_8d96b1be
depmod: debug_sprintf_event_Rsmp_71b4c81e
depmod: debug_sprintf_view_Rsmp_c558969a

grep debug_unregister /proc/ksyms
000192d4 debug_unregister_Rsmp_9add2f93
00019dc8 debug_unregister_view_Rsmp_65a44b74