public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.5.51 CRC32 undefined
@ 2003-03-06 13:22 Arun Prasad
  2003-03-07 12:40 ` David Woodhouse
  0 siblings, 1 reply; 8+ messages in thread
From: Arun Prasad @ 2003-03-06 13:22 UTC (permalink / raw)
  To: linux-kernel

Hi All,
    To install the Fault-Injection tool (fith-mini-13), did the
following steps

* The below are the seps given in the tool README

        1. Apply patch kprobes-2.5.50-bk2.patch
           Apply patch fi-2.5.51-bk1.patch

        2. cd fith_utility
           make
           make install
    So copied kernel 2.5.51 and applied both the patches specified
above.

* Compiled the kernel with the below  in .config file
    CONFIG_MODULES=y
    CONFIG_CRC32=y
    CONFIG_PCNET32=m

* Booted the kernel with the new kernel (2.5.51), but eth0 is not up..
The ethernet driver is not loaded..
    (pcnet32 is the ethernet device of the machine.... it works fine
witht he default 2.4 kernel)

* Did the insmod for the driver
    bash$ insmod ./pcnet32.o
    pcnet32: Unknown symbol crc32_le
    Error inserting "pcnet32.o": -1 Unknown symbol in module

* Checked linux-2.5.51/lib/crc32.c  and found the lines
    EXPORT_SYMBOL(crc32_le);
    EXPORT_SYMBOL(crc32_be)

* There is no /proc/ksyms in the kernel and "ksyms" command doesnt seems
to work....

Can anyone help me out in this....

Thanks
-arun


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-03-10 13:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-06 13:22 2.5.51 CRC32 undefined Arun Prasad
2003-03-07 12:40 ` David Woodhouse
2003-03-07 15:27   ` Kai Germaschewski
2003-03-07 15:43     ` Jeff Garzik
2003-03-10 13:14     ` =?unknown-8bit?Q?J=F6rn?= Engel
2003-03-07 15:49   ` Linus Torvalds
2003-03-07 15:59     ` David Woodhouse
2003-03-07 16:10       ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox