[gentoo-user] Can't compile Ethernet bridge

2007-07-28 Thread Florian Philipp
Hi! I tried to add Networking --- Networking options --- M 802.1d Ethernet Bridging to my kernel (gentoo-sources 2.6.20-r8) but I get the following output: $ make modules CHK include/linux/version.h CHK include/linux/utsrelease.h Building modules, stage

Re: [gentoo-user] Can't compile Ethernet bridge

2007-07-28 Thread Sascha Hlusiak
$ make modules Please use just make in 2.6.x kernels. Should work then. Greetings, Sascha signature.asc Description: This is a digitally signed message part.

Re: [gentoo-user] Can't compile Ethernet bridge

2007-07-28 Thread Florian Philipp
Am Samstag 28 Juli 2007 15:24 schrieb Sascha Hlusiak: $ make modules Please use just make in 2.6.x kernels. Should work then. Greetings, Sascha I have to correct myself: Now it compiles but I get the following output: $ modprobe -v bridge insmod

Re: [gentoo-user] Can't compile Ethernet bridge

2007-07-28 Thread Sascha Hlusiak
$ modprobe -v bridge insmod /lib/modules/2.6.20-gentoo-r8/kernel/net/bridge/bridge.ko FATAL: Error inserting bridge (/lib/modules/2.6.20-gentoo-r8/kernel/net/bridge/bridge.ko): Unknown symbol in module, or unknown parameter (see dmesg) $ dmesg bridge: Unknown symbol br_handle_frame_hook

Re: [gentoo-user] Can't compile Ethernet bridge

2007-07-28 Thread Florian Philipp
Am Samstag 28 Juli 2007 15:55 schrieb Sascha Hlusiak: $ modprobe -v bridge insmod /lib/modules/2.6.20-gentoo-r8/kernel/net/bridge/bridge.ko FATAL: Error inserting bridge (/lib/modules/2.6.20-gentoo-r8/kernel/net/bridge/bridge.ko): Unknown symbol in module, or unknown parameter (see