WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: usb-serial-4.9.22 not available on piCore 9 repo?  (Read 1268 times)

Offline yannseznec

  • Newbie
  • *
  • Posts: 3
usb-serial-4.9.22 not available on piCore 9 repo?
« on: October 27, 2020, 09:29:24 AM »
Hi!
I'm running piCore 9.0.3 on a Raspi 3. I'm trying to install the usb-serial-4.9.22-piCore.tcz extension that is listed on the repo here: http://repo.tinycorelinux.net/9.x/armv6/tcz/

However it does not appear to be available? when I run tce-load I get an error:
Code: [Select]
wget: server returned error: HTTP:/1.1 404 Not Found
md5sum: usb-serial-4.9.22-piCore.tcz.md5.txt: No such file or directory
error on usb-serial-4.9.22-piCore.tcz

I'm pretty new to all of this, but I'm pretty certain that means that the extension simply isn't on the repo, or it changed name or something. Does anyone have any clues?

Thanks!

Offline yannseznec

  • Newbie
  • *
  • Posts: 3
Re: usb-serial-4.9.22 not available on piCore 9 repo?
« Reply #1 on: October 27, 2020, 09:34:44 AM »
ok after a deeper search on this forum I saw a reference to usb-serial-4.9.22-piCore-v7, so I tried to tce-load that and it seems to have found something and installed it. so, fingers crossed?

if anyone is able to tell me that this is correct (or incorrect) that would help me sleep better, though.

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: usb-serial-4.9.22 not available on piCore 9 repo?
« Reply #2 on: October 27, 2020, 09:38:38 AM »
Yes, a RPi 3 uses -v7 architecture.

tce-load -wi usb-serial-KERNEL.tcz

Will always grab the correct kernel version for the kernel that you are running.

Offline yannseznec

  • Newbie
  • *
  • Posts: 3
Re: usb-serial-4.9.22 not available on piCore 9 repo?
« Reply #3 on: October 27, 2020, 10:44:23 AM »
Yes, a RPi 3 uses -v7 architecture.

tce-load -wi usb-serial-KERNEL.tcz

Will always grab the correct kernel version for the kernel that you are running.

that's great, thanks!