WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Recent Posts

Pages: 1 ... 7 8 [9] 10
81
TCB Bugs / Re: CorePure64 v17 networking issues
« Last post by Juanito on March 15, 2026, 07:15:24 AM »
It's not that difficult - maybe you could give it a go  :)

Code: [Select]
tce-load -i compiletc ncursesw-dev elfutils-dev perl5 bc
wget http://tinycorelinux.net/17.x/x86_64/release/src/kernel/linux-6.18.2-patched.tar.xz
wget http://tinycorelinux.net/17.x/x86_64/release/src/kernel/config-6.18.2-tinycore64
tar xf linux-6.18.2-patched.tar.xz
cd linux-6.18.2
make mrproper
cp ../config-6.18.2-tinycore64 .config
make oldconfig
make menuconfig [set the HyperV modules you require to enabled ("m")]
make bzImage
make modules

Once done you would need to boot from the bzImage produced and copy the new HyperV modules and make an extension of them.
82
TCE Bugs / Re: firefox-ESR bug
« Last post by Juanito on March 15, 2026, 07:02:04 AM »
The md5sum checks out OK on the server - maybe you could delete any dav1d.tcz* files in your tce/optional folder locally and try again?
83
TCB Bugs / Re: CorePure64 v17 networking issues
« Last post by tzx17077 on March 15, 2026, 05:10:44 AM »
Hello Juanito,

would you be so nice and share with us a new kernel with all HyperV modules enabled?
I am not that experienced in building a custom kernel and it would definitely help more people besides me.

Thanks,
Christian
84
General TC Talk / Re: Could be [tiny]core improved?
« Last post by neonix on March 15, 2026, 01:59:13 AM »
Because 64-bit version of TC will be more popular than 32-bit, download link should be in this page
http://tinycorelinux.net/downloads.html
not only here
http://tinycorelinux.net/ports.html
85
TCE Bugs / firefox-ESR bug
« Last post by neonix on March 15, 2026, 01:56:02 AM »
In TC17.x86-64 when I want to install firefox-ESR.tcz I get this error:

Code: [Select]
dav1d.tcz.md5.txt not found 404
But the file exists.
http://tinycorelinux.net/17.x/x86_64/tcz/dav1d.tcz.md5.txt
86
TCB Talk / Re: Installing on a Tatung TWN-5213 CU
« Last post by peasthope on March 15, 2026, 01:23:06 AM »
I don't suppose you can access the BIOS on this device.

Haven't found a way in.   No hint on the screen after power up.

Five buttons and a rocker on the bezel.  A procedure with those
might open the BIOS but there are many possible combinations. 
 =8~/

Will try the bootcodes you mentioned.

Thanks,                ... P.
87
TCB Talk / Re: Installing on a Tatung TWN-5213 CU
« Last post by Rich on March 14, 2026, 09:23:30 PM »
Hi peasthope
I don't suppose you can access the BIOS on this device.

If you can, look for  "Legacy USB Support"  or for
"USB Keyboard Support"  and enable it.
88
TCE Talk / Re: Aterm -hold v1.00.01
« Last post by Rich on March 14, 2026, 08:44:51 PM »
Hi edmazing
This seems to work:
Code: [Select]
/usr/local/bin/aterm -e sh -c "MyScript.sh; exec sh" &For some reason  aterm  doesn't recognize command line switches
if called without a full path on my TC10 x86 system.

The aterm.tcz extension also includes an xterm link which worked for me:
Code: [Select]
xterm -e sh -c "MyScript.sh; exec sh" &
89
TCE Talk / Re: Aterm -hold v1.00.01
« Last post by CNK on March 14, 2026, 05:55:58 PM »
Try removing the quotes. It's looking for a command named "sleep 5" instead of running the "sleep" command with "5" as an argument:

Code: [Select]
$ aterm -e sleep 5
90
TCE Talk / Aterm -hold v1.00.01
« Last post by edmazing on March 14, 2026, 04:25:12 PM »
I was trying to open another terminal window to run a script, then pause after execution to allow the user to exit after seeing the status of the commands. Aterm has no -hold option. I tried the most simple thing I could think of
Code: [Select]
xterm -e 'sleep 5' as well as
Code: [Select]
xterm -e 'ls -a && read -p "Press Anykey..."' and some variations. While
Code: [Select]
read -p "Some example text" works in the primary terminal there doesn't seem to be a way I can find to spawn another terminal and have it stay open.

Is there a simple way to do this?
My solution is just to remove aterm.tcz and use xterm.tcz instead.
Pages: 1 ... 7 8 [9] 10