WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: bridge-utils, net-sched and net-usb on piCore 9.0.3  (Read 3980 times)

Offline Јаневски

  • Jr. Member
  • **
  • Posts: 61
bridge-utils, net-sched and net-usb on piCore 9.0.3
« 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!

Offline Јаневски

  • Jr. Member
  • **
  • Posts: 61
Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
« Reply #1 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.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
« Reply #2 on: August 22, 2017, 01:08:28 AM »
net-bridging-4.9.22-piCore-v7 and net-sched-4.9.22-piCore-v7 posted

Offline Јаневски

  • Jr. Member
  • **
  • Posts: 61
Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
« Reply #3 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! :)

Offline Heldenhaft

  • Newbie
  • *
  • Posts: 1
Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
« Reply #4 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?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
« Reply #5 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).

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
« Reply #6 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.

Offline epoch

  • Newbie
  • *
  • Posts: 2
Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
« Reply #7 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.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
« Reply #8 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

Offline epoch

  • Newbie
  • *
  • Posts: 2
Re: bridge-utils, net-sched and net-usb on piCore 9.0.3
« Reply #9 on: November 09, 2017, 02:43:29 AM »
Thanks!