WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Raspberry Pi / Raspberry Pi 2 Wifi (nl80211, cheap dongle)
« Last post by bradwiggo on May 19, 2025, 04:05:33 PM »
I have a Raspberry Pi 2 with a cheap USB WiFi dongle. Using `wifi.sh` says no wifi devices found, and `iw wlan0` says `nl80211 not found.`

Does anybody know how I can load the driver for my wifi chip. I tried all the "firmware-xxx" packages.

Running piCore 15
12
CorePlus / Re: Application not showing correctly
« Last post by t18 on May 19, 2025, 03:09:44 PM »
Changing font fixed it (please see).

Thank you so much you all!  :)
13
CorePlus / Re: Application not showing correctly
« Last post by t18 on May 19, 2025, 01:53:09 PM »
A big improvement, but still not totally fixed (please see).

And the terminal characters are overlapping, can I install something else?


According to this: https://en.wikipedia.org/wiki/Rxvt there is a "unicode" version of rxvt called urxvt. I was convinced to be using that one.
14
CorePlus / Re: Application not showing correctly
« Last post by Rich on May 19, 2025, 12:37:52 PM »
Hi t18
No way, please se attached image.

So the systems built in printf can not handle unicode.

But the coreutils did attempt to print a unicode character.

I think the issue now is the terminal.

Try installing gnome-terminal.tcz.
15
CorePlus / Re: Application not showing correctly
« Last post by Juanito on May 19, 2025, 12:08:59 PM »
If I use gnome-terminal and choose, for example, dejavu sans as the font then this:
Code: [Select]
/usr/local/bin/printf "\u20AC\n"
..returns the euro symbol
16
CorePlus / Re: Application not showing correctly
« Last post by gadget42 on May 19, 2025, 12:05:25 PM »
found this while kicking the weeds but don't know if it holds any clues:

https://lists.nongnu.org/archive/html/screen-users/2024-06/msg00003.html
17
CorePlus / Re: Application not showing correctly
« Last post by t18 on May 19, 2025, 10:30:03 AM »
No way, please se attached image.

18
TCE Bugs / Re: Missing File?
« Last post by ctor on May 19, 2025, 10:21:15 AM »
Rich and Juanito,

Thank you both for fixing the issue. TinyCore 16 64 bit kernel and 32 bit user space is working now.

I appreciate your knowledge, effort, and responsiveness.

regards,
ctor
19
CorePlus / Re: Application not showing correctly
« Last post by Rich on May 19, 2025, 09:31:12 AM »
Hi t18
... And it seem that printf is not working: ...
It's possible the shell printf can not handle unicode.

Try  /usr/bin/printf

Or install  coreutils  and try  /usr/local/bin/printf
20
CorePlus / Re: Application not showing correctly
« Last post by t18 on May 19, 2025, 06:35:24 AM »
Yes, getlocale.sh run properly, mylocale.tcz is onboot and I've set LANG in the /etc/sysconfig/language.

Pease see the attached image.


And it seem that printf is not working:

Code: [Select]
tc@box:$ printf "\u0054\n"
\u0054
Pages: 1 [2] 3 4 ... 10