* [Bridge] bridge-utils-1.4 unknown symbols
@ 2008-02-22 20:31 jieryn
2008-02-22 20:49 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: jieryn @ 2008-02-22 20:31 UTC (permalink / raw)
To: bridge
[-- Attachment #1: Type: text/plain, Size: 1367 bytes --]
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
indigo ~ # uname -a
Linux indigo 2.6.24.2 #2 SMP PREEMPT Tue Feb 19 13:48:26 EST 2008 i686
Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz GenuineIntel GNU/Linux
indigo ~ # modinfo bridge
filename: /lib/modules/2.6.24.2/kernel/net/bridge/bridge.ko
version: 2.3
license: GPL
srcversion: 917D0E52D3401B0EEDE6742
depends: llc
vermagic: 2.6.24.2 SMP preempt mod_unload CORE2
indigo ~ # modinfo llc
filename: /lib/modules/2.6.24.2/kernel/net/llc/llc.ko
description: LLC IEEE 802.2 core support
author: Procom 1997, Jay Schullist 2001, Arnaldo C. Melo 2001-2003
license: GPL
depends:
vermagic: 2.6.24.2 SMP preempt mod_unload CORE2
Any help on this would be appreciated. Thanks! :-)
-jesse
--
There are 10 types of people in this world, those
that can read binary and those that can not.
[-- Attachment #2: Type: text/html, Size: 1966 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Bridge] bridge-utils-1.4 unknown symbols
2008-02-22 20:31 [Bridge] bridge-utils-1.4 unknown symbols jieryn
@ 2008-02-22 20:49 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2008-02-22 20:49 UTC (permalink / raw)
To: jieryn; +Cc: bridge
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-22 20:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-22 20:31 [Bridge] bridge-utils-1.4 unknown symbols jieryn
2008-02-22 20:49 ` Stephen Hemminger
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.