Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: Јаневски on August 20, 2017, 05:25:58 PM

Title: bridge-utils, net-sched and net-usb on piCore 9.0.3
Post by: Јаневски on August 20, 2017, 05:25:58 PM
Hello,

Could you please add:
bridge-utils.tcz
net-usb-4.9.22-piCore.tcz
net-sched-4.9.22-piCore_v7+.tcz

For piCore 9.0.3 (latest at 2017-08-21) to the repo.
Code: [Select]
# uname -a
Linux box 4.9.22-piCore-v7 #1 SMP Sat Apr 15 12:27:07 UTC 2017 armv7l GNU/Linux

Thank You!
Title: Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
Post by: Јаневски on August 21, 2017, 02:36:58 PM
I have managed to install net-usb with:
Code: [Select]
$ tce-load -i -w net-usb-4.9.22-piCore-v7

net-bridging and net-sched remain.
Title: Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
Post by: Juanito on August 22, 2017, 01:08:28 AM
net-bridging-4.9.22-piCore-v7 and net-sched-4.9.22-piCore-v7 posted
Title: Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
Post by: Јаневски on August 28, 2017, 11:12:27 AM
net-bridging-4.9.22-piCore-v7 and net-sched-4.9.22-piCore-v7 posted
Thank You! :)
Title: Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
Post by: Heldenhaft on October 27, 2017, 01:21:45 AM
Hi,
in the v6 i get an error for the bridge module

modprobe: can't load module stp (kernel.tclocal/net/802/stp.ko): unknown symbol in module, or unknown parameter

What is wron?
Title: Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
Post by: Juanito on October 27, 2017, 07:23:53 AM
You're missing a kernel module on which the stp module depends.

The command "modinfo stp" should show the dependencies for stp - you can then use the apps gui "provides" function to find which extension contains the missing module(s).
Title: Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
Post by: Juanito on October 28, 2017, 11:15:37 PM
Code: [Select]
$ modinfo stp
filename:       /lib/modules/4.9.22-piCore-v7/kernel.tclocal/net/802/stp.ko
srcversion:     AFBB842A0563D27C8F56BBF
depends:        llc
intree:         Y
vermagic:       4.9.22-piCore-v7 SMP mod_unload modversions ARMv7 p2v8

llc.ko is not provided by any extension, but is provided by:

http://tinycorelinux.net/9.x/armv7/releases/RPi/src/kernel/4.9.22-piCore-v7_modules.tar.xz

..as /lib/modules/4.9.22-piCore-v7/kernel/net/llc/llc.ko

I presume this would also be the case for armv6.

Perhaps you could test this out and, if things work, llc.ko could added to one of the extensions.
Title: Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
Post by: epoch on November 09, 2017, 01:21:44 AM
Perhaps you could test this out and, if things work, llc.ko could added to one of the extensions.
To confirm I had the same issue, and adding modules from the archive above fixes bridging.
Title: Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
Post by: Juanito on November 09, 2017, 01:48:27 AM
thanks for reporting this - llc.ko added to the net-bridging-KERNEL extensions in the piCore-9.x repos
Title: Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
Post by: epoch on November 09, 2017, 02:43:29 AM
Thanks!