I'm attempting to bridge the wireless/ wired networks on a 3B+ to replicate the SB3 bridge feature.
My approach is installing the bridge-utils extension, and using the instructions found in the info..
However the 'bridge' module has dependencies on 'llc' and 'stp' modules, and I have not been able to find these in any extension:
What is missing to implement this feature?
My approach is installing the bridge-utils extension, and using the instructions found in the info..
However the 'bridge' module has dependencies on 'llc' and 'stp' modules, and I have not been able to find these in any extension:
Code:
tc@piCorePlayer:~$ sudo modprobe -vvv bridge
modprobe: INFO: custom logging function 0x19b70 registered
insmod /lib/modules/5.4.83-pcpCore-v7/kernel.tclocal/net/bridge/bridge.ko
modprobe: INFO: Failed to insert module '/lib/modules/5.4.83-pcpCore-v7/kernel.tclocal/net/bridge/bridge.ko': No such file or directory
modprobe: ERROR: could not insert 'bridge': Unknown symbol in module, or unknown parameter (see dmesg)
modprobe: INFO: context 0xc892d8 released
tc@piCorePlayer:~$ dmesg
[ 1359.436087] bridge: Unknown symbol llc_mac_hdr_init (err -2)
[ 1359.436206] bridge: Unknown symbol stp_proto_register (err -2)
[ 1359.436530] bridge: Unknown symbol stp_proto_unregister (err -2)
tc@piCorePlayer:~$ modinfo bridge
filename: /lib/modules/5.4.83-pcpCore-v7/kernel.tclocal/net/bridge/bridge.ko
alias: rtnl-link-bridge
version: 2.3
license: GPL
srcversion: 7C04551615E1E32D1EE5353
depends: stp,ipv6,llc
intree: Y
name: bridge
vermagic: 5.4.83-pcpCore-v7 SMP mod_unload modversions ARMv7 p2v8
tc@piCorePlayer:~$ modinfo llc
modinfo: ERROR: Module llc not found.
tc@piCorePlayer:~$ modinfo stp
modinfo: ERROR: Module stp not found.