public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Colin Frank <kernel@osafo.com>
To: Justin Guyett <justin@soze.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Compining NetFilter: depmod, undefined symbols in 2.4.9 (solved)
Date: Sat, 15 Sep 2001 00:46:35 -0700	[thread overview]
Message-ID: <3BA3075B.9010200@osafo.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0109132216360.12327-100000@kobayashi.soze.net>


Thanks.

The configuring the ip_tables stuff after installing pcmcia-cs-3.1.29
seemed to screw things up a little.  The trick: Do pcmcia last.
I need ip_tables + wvlan_cs wireless from pcmcia-cs-3.1.29.

Solution:
cp .config /tmp; make clean; make mrproper; mv /tmp/.config .
make dep; make bzlilo; make modules; make modules_install
cd pcmcia-cs-3.1.29
make config; make all;
cd pcmcia-cs-3.1.29/wireless; make ; make install

Colin...


Justin Guyett wrote:

>On Thu, 13 Sep 2001, Colin Frank wrote:
>
>>There seems to be a mismatch with /System.map and /proc/ksyms
>>form the coorresponding kernel.
>>make bzlilo; make modules; make modules_install, and boot on the
>>/vmlinuz kernel.
>>
>
>It means you either didn't do make clean, or make clean wasn't good enough
>and you needed to copy the .config away, make mrproper, and copy the
>config back.
>
>
>justin
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/
>
>



      parent reply	other threads:[~2001-09-15  7:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-12 20:10 Compining NetFilter: depmod, undefined symbols in 2.4.9 Colin Frank
2001-09-12 22:03 ` Alan Cox
2001-09-14  3:41   ` Colin Frank
2001-09-14  5:17     ` Justin Guyett
2001-09-14 14:16       ` Joshua M. Schmidlkofer
2001-09-15  7:46       ` Colin Frank [this message]

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=3BA3075B.9010200@osafo.com \
    --to=kernel@osafo.com \
    --cc=justin@soze.net \
    --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