Hi erfan_m14
Doesn't the pi have a port for a wired network connection? From the README file:
... advised to have a wired Internet connections to have proper system time, to install packages ...
This would allow you to install what you need to get a wireless connection.
If you are going to fetch an extension manually, you also need to fetch all of its dependencies. The
easiest way to do that is to use the .tree file. In the case of wifi.tcz , that would be:
http://tinycorelinux.net/13.x/armv7/tcz/wifi.tcz.treeFor each file listed, you need the .tcz , .tcz.md6.txt , and if it exists, the .tcz.dep file. For example:
wifi.tcz
wifi.tcz.md5.txt
wifi.tcz.dep
Do not fetch the wireless-
5.10.16-piCore-v7.tcz file. It does not match your kernel version.
Run:
uname -r
to find out what kernel version you have and use that for the part highlighted in bold text.
Once you have copied the files to your tce/optional directory, create a tce/onboot.lst file that looks
like this:
firmware-rpi-wifi.tcz
wifi.tcz
Now when you run:
tce-load -i firmware-rpi-wifi
tce-load -i wifi
all the required extensions should now load correctly. They should all now load correctly when you boot.
When the wifi is up, you should be able to install TC.tcz
tce-load -wi TC
As far has how tce-load works:
To download only:
tce-load -w TC
To install an already downloaded extension:
tce-load -i TC
To download, install, and add to onboot.lst:
tce-load -wi TC
To download, install, and
not add to onboot.lst:
tce-load -wil TC