Ticket #352 (closed defect: worksforme)

Opened 1 year ago

Last modified 1 year ago

kmod-bridge is not useable

Reported by: austriancoder Assigned to: wbx
Priority: blocker Milestone: 1.x (low prio)
Component: general Version: trunk
Keywords: Cc:

Description (Last modified by tg)

root@FreeWRT:~# insmod -v bridge
Using /lib/modules/2.4.34/bridge.o
insmod: unresolved symbol br_ioctl_hook
insmod: unresolved symbol br_handle_frame_hook

Attachments

.config (39.5 kB) - added by austriancoder on 06/27/07 15:29:27.

Change History

06/27/07 15:29:27 changed by austriancoder

  • attachment .config added.

06/28/07 17:43:06 changed by tg

  • status changed from new to closed.
  • resolution set to worksforme.
  • description changed.

This is one of the modules that require support for them to be already in the kernel if they're insmodded.

br_ioctl_hook is a BSS symbol in vmlinux _if_ CONFIG_BRIDGE=m; if you compile your Linux kernel without bridge support, you can't add it later using this module.

Solution would be to revert wbx' changes and build all modules always again, like we used to until a few weeks ago, but that sucks as it's slow. (On the other hand, the kernel wouldn't need to be recompiled if you change module config.)

Or we just force a few config symbols, such as CONFIG_BRIDGE, to be always m – I think iptables has the same problem.


Add/Change #352 (kmod-bridge is not useable)




Action