Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: jbbum on July 26, 2021, 07:55:19 AM

Title: piCore13 bridge-utils
Post by: jbbum 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
Title: Re: piCore13 bridge-utils
Post by: Juanito on July 26, 2021, 08:16:37 AM
net-bridging-5.10.16-piCore-v7 posted - thanks for reporting this
Title: Re: piCore13 bridge-utils
Post by: jbbum 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?
Title: Re: piCore13 bridge-utils
Post by: Paul_123 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
Title: Re: piCore13 bridge-utils
Post by: jbbum 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.
Title: Re: piCore13 bridge-utils
Post by: jbbum 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"