WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: piCore13 bridge-utils  (Read 1437 times)

Offline jbbum

  • Newbie
  • *
  • Posts: 37
piCore13 bridge-utils
« on: July 26, 2021, 07:55:19 AM »
Get "Error on net-bridging-5.10.16-piCore-v7.tcz" when trying to download bridge-utils

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14555
Re: piCore13 bridge-utils
« Reply #1 on: July 26, 2021, 08:16:37 AM »
net-bridging-5.10.16-piCore-v7 posted - thanks for reporting this

Offline jbbum

  • Newbie
  • *
  • Posts: 37
Re: piCore13 bridge-utils
« Reply #2 on: July 27, 2021, 02:33:35 PM »
When using "sudo brctl addbr br0" I get "add bridge failed: Package not installed"
bridge-utils and net-bridge are both installed.  Is there another package necessary?

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1082
Re: piCore13 bridge-utils
« Reply #3 on: July 27, 2021, 04:44:05 PM »
Bridge utils only depends on net-bridging-KERNEL.tcz, which depends on ipv6-netfilter-KERNEL.tcz

Otherwise that's it.  Works for me, but I build my own kernels.

The following modules should get loaded when you issue that addbr command.

Code: [Select]
Module                  Size  Used by
bridge                163840  0
stp                    16384  1 bridge
llc                    16384  2 bridge,stp
ipv6                  503808  17 bridge

Offline jbbum

  • Newbie
  • *
  • Posts: 37
Re: piCore13 bridge-utils
« Reply #4 on: July 28, 2021, 07:58:25 AM »
Hi Paul,
Found the stp amd llc modules were missing and not loaded.  Created extension for those two modules, they now get loaded as dependencies of bridge module.  "brctl addbr" now works.

Offline jbbum

  • Newbie
  • *
  • Posts: 37
Re: piCore13 bridge-utils
« Reply #5 on: July 28, 2021, 12:44:17 PM »
Hi Paul,
Thank you for you help.  I finally found the answer in a previous post of yours "Bridge Picore"  I wasn't bringing br0 up.  Now the system works great.  Actually faster than my cable modem.  So now I have internet for more than one device anywhere my cell phone works.
"Using a raspberry pi 0w"