All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@linux-foundation.org>
To: jieryn@gmail.com
Cc: bridge@lists.linux-foundation.org
Subject: Re: [Bridge] bridge-utils-1.4 unknown symbols
Date: Fri, 22 Feb 2008 12:49:53 -0800	[thread overview]
Message-ID: <20080222124953.7629cc3d@extreme> (raw)
In-Reply-To: <eab08af20802221231w35d80434ie9bda84bafcd342c@mail.gmail.com>

On Fri, 22 Feb 2008 15:31:30 -0500
jieryn@gmail.com wrote:

> Greetings,
> 
> I'm on a Gentoo vanilla-sources-2.6.24.2 kernel, with
> bridge-utils-1.4installed. When I try to modprobe bridge dmesg shows:
> 
> Feb 22 15:22:51 indigo bridge: Unknown symbol br_handle_frame_hook
> Feb 22 15:22:51 indigo bridge: Unknown symbol nf_register_hooks
> Feb 22 15:22:51 indigo bridge: Unknown symbol br_fdb_put_hook
> Feb 22 15:22:51 indigo bridge: Unknown symbol nf_unregister_hooks
> Feb 22 15:22:51 indigo bridge: Unknown symbol nf_hook_slow
> Feb 22 15:22:51 indigo bridge: Unknown symbol br_fdb_get_hook
> 
>

Your kernel wasn't built with bridging enabled. You can't just build the
bridge module standalone, the kernel itself needs to include bridging.

Save your kernel config and then rebuild:

cp .config config.sav
make mrproper
make


      reply	other threads:[~2008-02-22 20:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-22 20:31 [Bridge] bridge-utils-1.4 unknown symbols jieryn
2008-02-22 20:49 ` Stephen Hemminger [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=20080222124953.7629cc3d@extreme \
    --to=shemminger@linux-foundation.org \
    --cc=bridge@lists.linux-foundation.org \
    --cc=jieryn@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.