WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Missing wireless-kernal.tcz file  (Read 2148 times)

Offline sicht

  • Newbie
  • *
  • Posts: 10
Missing wireless-kernal.tcz file
« on: June 16, 2021, 06:19:09 AM »
While doing a manual install on a raspberry pi zero w the wifi.tcz has the following dependencies.
wifi.tcz
   wireless_tools.tcz
      wireless-KERNEL.tcz
   wpa_supplicant.tcz
      libnl.tcz
      openssl.tcz
      readline.tcz

wireless-KERNAL.tcz does not exist in Index of /tinycorelinux/12.x/armv6/tcz/
Does it reside somewhere else?

Offline Greg Erskine

  • Sr. Member
  • ****
  • Posts: 404
Re: Missing wireless-kernal.tcz file
« Reply #1 on: June 16, 2021, 07:01:00 AM »
Are you aware the "KERNEL" will be replaced by the name of the kernel?

Something like wireless-5.10.42-piCore-v8.tcz.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11591
Re: Missing wireless-kernal.tcz file
« Reply #2 on: June 16, 2021, 09:03:06 AM »
Hi sicht
Run the following command on your pi:
Code: [Select]
echo "wireless-`uname -r`.tcz"That will tell you what you need to download.
Those 2 tiny  `  characters in the command are backticks, not single quote marks or apostrophes.
The backtick should be on the upper left corner of your keyboard on the  ~  hey.

Offline sicht

  • Newbie
  • *
  • Posts: 10
Re: Missing wireless-kernal.tcz file
« Reply #3 on: June 16, 2021, 11:42:42 AM »
Thanks, I was not aware that KERNAL  would be replaced. I have to assume that a BOGUS.tcz file is just a placeholder

Offline sicht

  • Newbie
  • *
  • Posts: 10
Re: Missing wireless-kernal.tcz file
« Reply #4 on: June 16, 2021, 11:44:47 AM »
Thanks for the missing file tip as well! Endless things to learn

Offline sicht

  • Newbie
  • *
  • Posts: 10
Re: Missing wireless-kernal.tcz file
« Reply #5 on: June 16, 2021, 12:01:07 PM »
The echo "wireless- `uname -r`.tcz" command returned
wireless-5.10.16-piCore.tcz
The version in the repository is wireless-5.4.51-piCore.tcz
I'm at a loss again

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14799
Re: Missing wireless-kernal.tcz file
« Reply #6 on: June 16, 2021, 12:08:30 PM »
It looks like you have 13.x installed - what does the command “version” give?

Offline sicht

  • Newbie
  • *
  • Posts: 10
Re: Missing wireless-kernal.tcz file
« Reply #7 on: June 16, 2021, 12:16:55 PM »
I did start with version 13. Would good advice be to go and start with verison 12?

Offline sicht

  • Newbie
  • *
  • Posts: 10
Re: Missing wireless-kernal.tcz file
« Reply #8 on: June 16, 2021, 12:18:37 PM »
Since I am working out of the version 12 repository it would make sense to stick with version 12.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14799
Re: Missing wireless-kernal.tcz file
« Reply #9 on: June 16, 2021, 12:25:41 PM »
From the result you got from “uname -m”, it looks like you installed 13.x - if this is confirmed by “version”, you need to use the 13.x repo.

Offline sicht

  • Newbie
  • *
  • Posts: 10
Re: Missing wireless-kernal.tcz file
« Reply #10 on: June 16, 2021, 12:29:28 PM »
Thanks again. I was using the web linked pages. I didn't see the 13 repo on the website, but I am there now. Thanks again