WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: piCore 16.x modules  (Read 386 times)

Offline dpopeck

  • Newbie
  • *
  • Posts: 2
piCore 16.x modules
« on: July 02, 2025, 09:35:47 AM »
Hi,

Where can I find the modules package for piCore 16, aarch64?
I've looked in http://tinycorelinux.net/16.x/aarch64/ but can't find any sign of them.
There are a couple of packages in tcz for alsa and ppp modules but nothing else.
If it matters, I am looking for hwmon drivers, specifically ina2xx.

Thanks


Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 766
Re: piCore 16.x modules
« Reply #1 on: July 02, 2025, 09:48:16 AM »
If you see the tcz directory there are files with the kernel version in it name.
Sometimes you have to compile the modules your self with picore and tc.
And there are several threads talking about that in this forum.
Search a little bit in this forum and you will be find how to do it yourself.
And i have seen some script called provides.sh to search what package the files is in.

Code: [Select]
curl -s http://tinycorelinux.net/16.x/aarch64/tcz/ | grep 6.12.15
alsa-modules-6.12.15-piCore-v8-16k.tcz
alsa-modules-6.12.15-piCore-v8.tcz
ax25-6.12.15-piCore-v8-16k.tcz
ax25-6.12.15-piCore-v8.tcz
bluetooth-6.12.15-piCore-v8-16k.tcz
bluetooth-6.12.15-piCore-v8.tcz
cdrom-6.12.15-piCore-v8-16k.tcz
cdrom-6.12.15-piCore-v8.tcz
filesystems-6.12.15-piCore-v8-16k.tcz
filesystems-6.12.15-piCore-v8.tcz
graphics-6.12.15-piCore-v8-16k.tcz
graphics-6.12.15-piCore-v8.tcz
ipv6-netfilter-6.12.15-piCore-v8-16k.tcz
ipv6-netfilter-6.12.15-piCore-v8.tcz
media-rc-6.12.15-piCore-v8-16k.tcz
media-rc-6.12.15-piCore-v8.tcz
net-bridging-6.12.15-piCore-v8-16k.tcz
net-bridging-6.12.15-piCore-v8.tcz
.........

« Last Edit: July 02, 2025, 09:55:54 AM by patrikg »

Online Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1427
Re: piCore 16.x modules
« Reply #2 on: July 02, 2025, 12:50:52 PM »
Sorry, I forgot to upload that stuff.   I'll get it when I get home this evening.

Online Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1427
Re: piCore 16.x modules
« Reply #3 on: July 02, 2025, 10:39:55 PM »

Offline dpopeck

  • Newbie
  • *
  • Posts: 2
Re: piCore 16.x modules
« Reply #4 on: July 03, 2025, 04:39:43 AM »
Thank you Paul. I hoped it was as simple as that!
Appreciate everything you do here.