Gentoo Archives: gentoo-user

From: Florian Philipp <f.philipp@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't compile Ethernet bridge
Date: Sat, 28 Jul 2007 14:30:39
Message-Id: 200707281625.29596.f.philipp@addcom.de
In Reply to: Re: [gentoo-user] Can't compile Ethernet bridge by Sascha Hlusiak
1 Am Samstag 28 Juli 2007 15:55 schrieb Sascha Hlusiak:
2 > > $ modprobe -v bridge
3 > > insmod /lib/modules/2.6.20-gentoo-r8/kernel/net/bridge/bridge.ko
4 > > FATAL: Error inserting bridge
5 > > (/lib/modules/2.6.20-gentoo-r8/kernel/net/bridge/bridge.ko): Unknown
6 > > symbol in module, or unknown parameter (see dmesg)
7 > >
8 > > $ dmesg
9 > > bridge: Unknown symbol br_handle_frame_hook
10 > > bridge: Unknown symbol br_fdb_put_hook
11 > > bridge: Unknown symbol br_fdb_get_hook
12 >
13 > Mh, the symbols are defined in my bridge.ko...
14 >
15 > Did you run "make modules_install" and "modules-update"? Sometimes it may
16 > help too, to use the new kernel image and reboot until you can use new
17 > modules.
18 >
19 > Greetings,
20 > Sascha
21
22 Your last tip worked. Thanks again!