Tiny Core Base > TCB Q&A Forum

Picore 13.1.0 failed in waitforX

<< < (6/7) > >>

Juanito:
Tinycore dependency files are recursive - that means you need to download the contents of wifi.tcz.tree.

In addition, for each file listed in extension.tcz.tree, you need to download extension.tcz, extension.tcz.dep and extension.tcz.md5.txt.

Once you've done the above, "tce-load -i wifi" will load everything you need.

Rich:
Hi erfan_m14
Doesn't the  pi  have a port for a wired network connection? From the  README  file:

--- Quote --- ... advised to have a wired Internet connections to have proper system time, to install packages ...
--- End quote ---
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.tree
For 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:

--- Code: ---uname -r
--- End code ---
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:

--- Code: ---firmware-rpi-wifi.tcz
wifi.tcz
--- End code ---

Now when you run:

--- Code: ---tce-load -i firmware-rpi-wifi
tce-load -i wifi
--- End code ---
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

--- Code: ---tce-load -wi TC
--- End code ---

As far has how  tce-load  works:
To download only:

--- Code: ---tce-load -w TC
--- End code ---

To install an already downloaded extension:

--- Code: ---tce-load -i TC
--- End code ---

To download, install, and add to  onboot.lst:

--- Code: ---tce-load -wi TC
--- End code ---

To download, install, and not add to  onboot.lst:

--- Code: ---tce-load -wil TC
--- End code ---

erfan_m14:
Thank you Rich, I didn't have any experience in working with a linux os, and my purpose of installing picore on my rpi is to have a web browser with good performance that I can have about 4 tabs open of tradingview charts at the same time.
So I did re-installed the os again from the first step this time with the wired network connected (I wish I had done this at first, it would have saved me and you 2 days of ...!)
By the way I tried installing dillo and after downloading some dependencies it gave me this error:

--- Code: ---mdsum: ipv6-netfilter-5.10.77-piCore-v7.tcz.md5.txt: No such file or directory
Error on ipv6-netfilter-5.10.77-piCore-v7.tcz
--- End code ---
I also installed epiphany successfully but when I run "epiphany" it gives me this error:

--- Code: ---epiphany: error while loading shared libraries: libhogweed.so.5: cannot open shared object file: No such file or directory
--- End code ---
I can run firefox but I guess maybe one of those 2 would perform better, because I tried firefox but it was so slow on tradingview even slower than cheromium on raspbian.
And if you have any suggestions about overclocking my rpi or even another OS that can do what I need better, please let me know. I also had DietPi and Manjaro OS in mind but guessed picore may be better as it runs on ram so it should be faster. Thanks a lot!

curaga:
Dillo won't work, it doesn't support JS. That said, it's a pretty hopeless quest trying to use heavy websites on a rpi.

Rich:
Hi erfan_m14

--- Quote from: erfan_m14 on February 15, 2022, 11:21:31 AM ---
--- Code: ---epiphany: error while loading shared libraries: libhogweed.so.5: cannot open shared object file: No such file or directory
--- End code ---

--- End quote ---
It needs  nettle7.tcz.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version