lkml.org 
[lkml]   [2005]   [Aug]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Module bridge not loading in 2.6.13-rc6
On Tue, 16 Aug 2005 09:56:45 +0200
Nicholas Fechner <fechner@ponton-consulting.de> wrote:

> Please CC to fechner@ponton-consulting.de, since I am not subscribed to
> linux-kernel. Thanks.
>
> Hi,
> I tried the current -rc6 Release on one of our test machines. It is a
> mirror of our gateway, hence the iptable modules. It also runs OpenVPN
> using a bridge configuration. After the kernel build and reboot I tried
> to "modprobe bridge", resulting in:
>
> FATAL: Error inserting bridge
> (/lib/modules/2.6.13-rc6/kernel/net/bridge/bridge.ko): Unknown symbol in
> module, or unknown parameter (see dmesg)
>
>
> bridge: disagrees about version of symbol dev_set_mtu
> bridge: Unknown symbol dev_set_mtu
> bridge: disagrees about version of symbol dev_queue_xmit
> bridge: Unknown symbol dev_queue_xmit
> bridge: Unknown symbol br_handle_frame_hook

You rebuilt the kernel (or bridge module), but did not install the updated
modules. The module versioning code checks that any module loaded was
built from the same source as the kernel itself. In your case the bridge
module does not correspond to the running kernel. If you are doing
your own kernel builds, you need to do:
make modules_install
make install
-
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/

\
 
 \ /
  Last update: 2005-08-16 22:46    [W:0.043 / U:1.280 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site