WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
Raspberry Pi / Re: Pi Zero 2 W core 15 wifi
« Last post by piran on December 04, 2024, 04:43:11 AM »
And run filetool to store picore state, so if you reboot all settings and stored files will be restored.
You can read about how TC works in the TC Book.
Code: [Select]
filetool.sh -bv
TC Core Book
Code: [Select]
http://tinycorelinux.net/corebook.pdf
Thanks, I've been working my way through the book although much of the install is based on the GUI which you don't get with the Raspberry pi install.

filetool.sh didn't help with the wifi though.
72
Raspberry Pi / Re: Pi Zero 2 W core 15 wifi
« Last post by piran on December 04, 2024, 04:41:27 AM »
Hi piran
... and what packages I need to get a gui going.
Once you have an Internet connection, you can:
Code: [Select]
tce-load -wi Xorg flwm_topside wbar aterm
startx
Thank you, worked a treat
73
Raspberry Pi / Re: Pi Zero 2 W core 15 wifi
« Last post by patrikg on December 04, 2024, 03:37:50 AM »
And run filetool to store picore state, so if you reboot all settings and stored files will be restored.
You can read about how TC works in the TC Book.
Code: [Select]
filetool.sh -bv
TC Core Book
Code: [Select]
http://tinycorelinux.net/corebook.pdf
74
Raspberry Pi / Re: Pi Zero 2 W core 15 wifi
« Last post by Rich on December 03, 2024, 11:20:07 PM »
Hi piran
... and what packages I need to get a gui going.
Once you have an Internet connection, you can:
Code: [Select]
tce-load -wi Xorg flwm_topside wbar aterm
startx
75
TCB Talk / Re: Where do I start?
« Last post by polikuo on December 03, 2024, 09:51:16 PM »
Windows/WSL?

Sorry, I have no clue what that is.
Can you transfer files ?
Is it a virtual machine ?
If it is, why won't it use the host's network setting ?

Anyway, you'll need to many more files, listed in the tree file.
http://tinycorelinux.net/15.x/x86/tcz/wifi.tcz.tree

You'll also need the wifi firmware, which you'll have to look up for yourself.
For example, my old laptop use firmware-iwlwifi.tcz
So I'll do this
Code: [Select]
wget http://tinycorelinux.net/15.x/x86/tcz/wifi.tcz.tree
for F in $(cat wifi.tcz.tree) firmware-iwlwifi.tcz; do
  wget http://tinycorelinux.net/15.x/x86/tcz/${F}
  wget http://tinycorelinux.net/15.x/x86/tcz/${F}.dep
  wget http://tinycorelinux.net/15.x/x86/tcz/${F}.md5.txt
done
mv *.tcz *.dep *.md5.txt /path/to/my/tce/optional

Then append my onboot.lst
Code: [Select]
echo firmware-iwlwifi.tcz >> onboot.lst
echo wifi.tcz >> onboot.lst
76
TCB Talk / Re: Where do I start?
« Last post by zaydiscool777 on December 03, 2024, 09:36:21 PM »
.tcz files, as in extensions.
77
TCB Talk / Re: Where do I start?
« Last post by zaydiscool777 on December 03, 2024, 09:29:14 PM »
This explains a lot. Thanks. Although, I’m not sure how I would download the .tcz files without internet. Is it possible to put a wifi.tcz file into tcl via Windows/WSL?
78
Raspberry Pi / Re: Pi Zero 2 W core 15 wifi
« Last post by piran on December 03, 2024, 01:37:43 PM »
Thanks for the replies.
I managed to get it to connect - turns out that I rebooted at the wrong point :)
went through again without rebooting and it allowed me to connect.
Now I need to work out how to get it to connect on boot
and what packages I need to get a gui going.
79
Raspberry Pi / Re: Pi Zero 2 W core 15 wifi
« Last post by Rich on December 03, 2024, 01:30:57 PM »
Hi piran
Welcome to the forum.

For wifi.tcz you should have all of these in your tce/optional directory:
Code: [Select]
wifi.tcz
wifi.tcz.md5.txt
wifi.tcz.dep
wireless_tools.tcz
wireless_tools.tcz.md5.txt
wireless_tools.tcz.dep
wireless-6.6.47-piCore-v8.tcz
wireless-6.6.47-piCore-v8.tcz.md5.txt
wireless-6.6.47-piCore-v8.tcz.dep
regdb.tcz
regdb.tcz.md5.txt
wpa_supplicant.tcz
wpa_supplicant.tcz.md5.txt
wpa_supplicant.tcz.dep
libnl.tcz
libnl.tcz.md5.txt
openssl.tcz
openssl.tcz.md5.txt
openssl.tcz.dep
ca-certificates.tcz
ca-certificates.tcz.md5.txt
readline.tcz
readline.tcz.md5.txt
readline.tcz.dep
ncurses.tcz
ncurses.tcz.md5.txt
80
Raspberry Pi / Re: Pi Zero 2 W core 15 wifi
« Last post by Paul_123 on December 03, 2024, 01:29:20 PM »
Have you read the last section of the announcement post>

Although that issue normally doesn't cause a problem until after you make a wifi connection.

what does dmesg tell you?   look near the end of the output
Pages: 1 ... 6 7 [8] 9 10