public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Arun Prasad <arun@netlab.hcltech.com>
To: linux-kernel@vger.kernel.org
Subject: 2.5.51 CRC32 undefined
Date: Thu, 06 Mar 2003 18:52:05 +0530	[thread overview]
Message-ID: <3E674B7C.E442D16@netlab.hcltech.com> (raw)

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


             reply	other threads:[~2003-03-06 13:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-06 13:22 Arun Prasad [this message]
2003-03-07 12:40 ` 2.5.51 CRC32 undefined 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E674B7C.E442D16@netlab.hcltech.com \
    --to=arun@netlab.hcltech.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox