Hello great communitiy of tiny core!
I'm trying to connect a Raspberry Pi Zero W to my Wifi network using it's built-in adapter. I have downloaded piCore 9.0.3, burned it onto SD card, etc, had no problem with the installation. Once TCL was up and running i downloaded wifi.tcz and firmware-rpi3-wireless.tcz (and dependencies) on a PC onto the card (i created a third partition to be used to carry files inbetween rPi/TCL and the PC/Win), booted into TCL again and copied the needed tcz-s to /mnt/mmcblk0p2/tce/optional, used tce-load to load firmware and then wifi.tcz and they loaded without any problem (got all OKs). Added these to the bootlist.txt, rebooted TCL and then ran wifi.sh. And the problem starts here, i can see no Wifi networks whatsoever, nix, nada, zero. I cannot see any obvious errors either.
I can see the firmware getting loaded if i check dmesg (or at least i guess that's what this means):
[ 16.581329] usbcore: registered new interface driver brcmfmac
[ 16.835064] brcmfmac: Firmware version = wl0: Aug 7 2017 00:46:29 version 7.45.41.46 (r666254 CY) FWID 01-f8a78378
If i do iwconfig i see this:
wlan0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
if i do ifconfig wplan0 up
i get no error, if then i do iwlist wlan0 scan
it says "no scan results". (Ran these as root.)
What i'm sure of:
-there are plenty of wifi networks around, next to my own i can see plenty of the neighbours' networks on my PC, on my phone, on tablets, ...
-my router's wifi is up, i'm using it right now on PC to submit this cryout for help
-the rPi has Wifi, it's the W version (it's written on it), i know the earlier versions of the Zero had no on-board Wifi but this is not one of those.
-i have both 2.54Ghz and 5Ghz networks available, rPi sees none
What i tried so far (with no success):
-using 9.0.2 of Tiny Core
-going the wpa_supplicant way to connect to my wifi (i spent many hours tweaking the config trying to get some result but nothing)
-using another rPi Zero W (so i suspect it's not a hardware problem, unless i have 2 identically faulty boards)
Notes:
-i'm not using any GUI, everything's done on terminal
-rPi is running off an 5V power supply which can output 2.25A, i'm not absolutely sure but i doubt the pi is underpowered
-the only things connected to the pi are an USB keyboard and a TV set trough HDMI
I'm stuck at this, i have no idea what i might be doing wrong. Pointers, suggestions are welcome.
P.s: i read on a non-TCL specific forum (i think it was raspbian?) that the wifi chip has to know what region/country/whatever you are in because available (legal?) Wifi signals might be different depending on this and the chip will simply miss the ones that it thinks are not present depending on it's location. I have no idea how substantiated this is and where you might find such a setting in TCL.
Thanks for reading and any help any of you can provide.