Well, I re-downloaded and confirmed all of them. Same problem. So I booted leaving all of them off of the onboot.lst, then I manually installed them in dependency order using tce-load, and now it is working!
We have been trying to impress upon you that there are many dependencies to download. By now you're probably getting the idea that it's not just having the dependencies,
but equally important (if not more so) to have every extension's dep list as well. without the dep lists tce-load will not know to install any deps and herein lies your problem.
Thanks to Rich for kindly sorting the tree file
This is the full list (of 14 files not counting the firmware file) required to get wifi operational, note that some extensions have a " .dep " name extension without these tce-load will not load any of wifi.tcz's dependencies. This is the underlining problem you're experiencing.
libiw.tcz
libnl.tcz
ncursesw.tcz
openssl.tcz
readline.tcz
readline.tcz.dep
wifi.tcz
wifi.tcz.dep
wireless-4.19.10-tinycore.tcz
wireless-4.19.10-tinycore.tcz.dep
wireless_tools.tcz
wireless_tools.tcz.dep
wpa_supplicant.tcz
wpa_supplicant.tcz.dep
1. You can download all the required files listed above. Or If this seems like a daunting task! Then you can
2. download the CorePlus.ISO and copy the needed files from it's cde/optional store.. Or
3. you can connect to the internet somehow and use APPS (the application manager) to update deps as described in an earlier post here.
When you have all the required files in place you can simply
tce-load -i firmware-iwlwifi.tcz
tce-load -i wifi.tcz
then run wifi from either the icon or from the command line
sudo wifi.sh
good luck