Tiny Core Base > TCB Q&A Forum

Picore 13.1.0 failed in waitforX

<< < (5/7) > >>

erfan_m14:
Ok finally I got everything working properly so I share what I did in case that I forget it later and it can be helpful for others who are like me and need a simple and straight forward instruction on how to install picore 13.1.0 on Raspberry pi3 B+ with WIFI and Tiny Core GUI working.

erfan_m14:

--- Quote from: curaga on February 15, 2022, 02:59:47 AM ---It kinda looks like your openssl.tcz or one of its deps is corrupted. Did you run out of space?

--- End quote ---
I don't know if I had run out of space, but I guess I have replaced the file with older or corrupted file.
I did what Rich said:

--- Quote from: Rich on February 15, 2022, 01:03:35 AM ---Something is very wrong with your current installation.
Read the files called  IMPORTANT  and  README  and follow the instructions.

--- End quote ---

erfan_m14:
I downloaded and installed picore 13.1.0
Expanded second partition with the help of following video (at 4:00 until 5:20):
https://www.youtube.com/watch?v=aKvW59uk4PY&t=240s
Then ran filetool.sh -b
Then to use wifi I ran

--- Code: ---tce-load -i firmware-rpi-wifi
tce-load -i wireless-KERNEL
tce-load -i wifi
--- End code ---
But they needed some tcz files which were not available so I downloaded them with my PC from "http://tinycorelinux.net/13.x/armv7/tcz/" and copied them to "mnt/mmcblk0p2/tce/optional" so running those 3 tce-load commands (for wifi) would give me OK without any error.

erfan_m14:
For copying I had to mount mmcblk0p1 and then copy tcz files using "cp" command and I the instruction of how to mount and how to copy files are in that video too (he copies something else but I didn't copy them, I copied only the files that I mention here"
The TCZ files I downloaded are:

--- Code: ---firmware-rpi-wifi.tcz
wireless-5.10.77-picore-v7.tcz
wifi.tcz
--- End code ---
Then I ran "sudo wifi.sh" and it returned "No wifi device found!"
I found out that if I copy "wireless_tools.tcz" that I downloaded from "http://tinycorelinux.net/13.x/armv7/tcz/" to "mnt/mmcblk0p2/tce/optional" and run "tce-load i- wireless_tools" I won't get "No wifi device found!", and all wifi routers will show up and after I choose my router and enter my password, I get:

--- Code: ---sending credentials to requested access point (network SSID): wpa_passphrase: not found
--- End code ---

erfan_m14:
And then it fails to connect.
Then I found that if I copy "wpa_supplicant.tcz" that again I downloaded from that link and run "tce-load -i wpa_supplicant" I won't get that "wpa_passphrase: not found" error but this time a new error:

--- Code: ---sending credentials to requested access point (network SSID): wpa_passphrase: error while loading shared libraries: libnl-3.so.200: cannot open shared object file: No such file or directory
--- End code ---
and then again it fails to connect.
Then I realized that if I do the same thing as I did for "wpa_supplicant" for "libnl.tcz", and then run "sudo wifi.sh" I won't get any errors anymore and finally can connect to my wifi successfully!
Then I ran "tce-load -iw TC.tcz"
and after it finished I could enter GUI with "startx"
now after I rebooted I didn't have wifi working because I had to run all those "tce-load" commands again in terminal so I added them to onboot.lst with the commands below to make wifi working every time system boots.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version