WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
Raspberry Pi / Re: Pi Zero 2W WiFi with piCore 32-bit
« Last post by oso2k on July 05, 2025, 09:43:17 PM »
One last log file
32
Raspberry Pi / Re: Pi Zero 2W WiFi with piCore 32-bit
« Last post by oso2k on July 05, 2025, 09:42:40 PM »
Hmm.  I'm still having issues.  I don't see the device being recognized in `dmesg` nor do I see the module loaded in `lsmod`.

FWIW, I'm using these two guides

https://gist.github.com/BillyNate/13732d02c41378f1c630fa914fe63378

https://web.archive.org/web/20200710094536/https://www.novaspirit.com/2018/01/09/tiny-core-raspberry-pi-zero-w-install/
33
Your issue was due to trying to load multiple firefox extensions at the same time.
All of the firefox extensions will attempt to create the link  /usr/local/bin/firefox.
Once an extension creates that link, other extensions cannot overwrite it.
So the first firefox extension that gets loaded is the one that will run.

Odd, firefox_getLatest.sh is supposed to remove firefox-ESR.tcz if it's found when it's run (I suppose it could be installed afterwards though). I see there's also firefox-nightly.tcz, so maybe I should make it delete that if found as well? But it installs to "/usr/local/firefox-nightly-27.0/" so it shouldn't cause trouble?

Plus I don't understand how this causes the error described. The "/tmp/tcloop/firefox/usr/local/firefox/libmozgtk.so" part is correct, so something must have been wrong with "/usr/local/lib/libatk-1.0.so.0", no? The latter isn't in the firefox extensions.
34
Raspberry Pi / Re: Pi Zero 2W WiFi with piCore 32-bit
« Last post by oso2k on July 05, 2025, 02:39:24 PM »
Hi oso2k
... I'm using the following packages ...
I don't see see these in your list:
regdb.tcz
openssl.tcz
ca-certificates.tcz

Oh....good catch. I've been piecing together my automation script from two sources and must have missed a couple steps in my script that I performed manually.  openssl & ca-certs I recognize.  regdb is new to me but makes sense.  Thanks.
35
Off-Topic - Tiny Core Lounge / anyone using youtube premium?
« Last post by gadget42 on July 05, 2025, 10:07:54 AM »
reference:
https://www.youtube.com/premium/annual

doing some research after reading this very interesting commentary:
https://www.adotat.com/2025/01/streamings-big-lie-the-future-of-tv-is-already-broke/

which i found by being directed to this one first...go figure...ha!
https://www.adotat.com/2024/09/googles-monopoly-game-all-the-pieces-all-the-power/
36
Hi chikunjiho920@gmail.com
You are welcome. Glad I could help.

Your issue was due to trying to load multiple firefox extensions at the same time.
All of the firefox extensions will attempt to create the link  /usr/local/bin/firefox.
Once an extension creates that link, other extensions cannot overwrite it.
So the first firefox extension that gets loaded is the one that will run.
37
@Rich: Thank you that fixed it.

@CNK: Thank you.
38
Hi chikunjiho920@gmail.com
/tmp/tcloop/firefox/usr/local/firefox/libmozgtk.so:/usr/local/lib/libatk-1.0.so.0 appears
to come from firefox-ESR.tcz.

I see you installed firefox_getLatest.tcz. After you run that you will have a firefox.tcz
extension available.

Using the Apps GUI, select Apps->Maintenance->Onboot Maintenance
Add  firefox.tcz  to  onboot.lst
Remove all other firefox extensions (firefox-ESR, firefox-nightly, etc.) from onboot.lst
Reboot the system
39
Even without changing the Display Resolution. When I try to install FireFox;

I am getting this error:
XPCOMGlueLoad error for file /tmp/tcloop/firefox/usr/local/firefox/libmozgtk.so:/usr/local/lib/libatk-1.0.so.0: undefined symbol: g_once_init_enter_pointer
Couldn't load XPCOM.

Are the extensions up to date (run 'tce-update')?

On TC16 x86_64 /usr/local/lib/libatk-1.0.so.0 has g_once_init_enter_pointer, so it seems you must be using an older version of the at-spi2-core extension, or perhaps there's some filesystem corruption:

Code: [Select]
$ tce-load -i binutils
flex.tcz: OK
binutils.tcz: OK
$ nm -D /usr/local/lib/libatk-1.0.so.0 | grep g_once_init_enter_pointer
                 U g_once_init_enter_pointer
$ ls -l /usr/local/lib/libatk-1.0.so.0
lrwxrwxrwx    1 root     root            54 Jul  5 10:04 /usr/local/lib/libatk-1.0.so.0 -> /tmp/tcloop/at-spi2-core/usr/local/lib/libatk-1.0.so.0

I'm not sure if this is related to the display resolution issue. I never use screen resolutions that high so I don't really know if there are extra quirks.
40
Even without changing the Display Resolution. When I try to install FireFox;

I am getting this error:
XPCOMGlueLoad error for file /tmp/tcloop/firefox/usr/local/firefox/libmozgtk.so:/usr/local/lib/libatk-1.0.so.0: undefined symbol: g_once_init_enter_pointer
Couldn't load XPCOM.
Pages: 1 2 3 [4] 5 6 ... 10