Re: Backup failed
Code: [Select]sudo sumkdir /mnt/USBmount /dev/sdXY /mnt/USBcd /mnt/USBmkdir tcechown root:staff tcechmod 775 tcetouch tce/mydata.tgzchown root:staff tce/mydata.tgzchmod 775 tce/mydata.tgzThis should...
View ArticleRe: Installing Xorg + Nvidia driver
Your log only shows it tried nouveau and vesa, I think you should be using the binary nvidia 304 driver (or the radeon, if you want to use that one).
View ArticleRe: Backup failed
Oh, that makes sense PoliKuo. Thanks for the response. I'll try that today and confirm all is well
View ArticleRe: Installing Xorg + Nvidia driver
Hi Juanito, curaga> Is the graphics-KERNEL extension loaded?I don't see it anywhere. Not in the .lsts, not in the directories (tce, optional), nor in the "installed" (from the control panel...
View ArticleRe: Installing Xorg + Nvidia driver
Yep.. pretty much:[code][ 2397.540] (**) NVIDIA(0): all display devices.)[ 2397.540] (WW) NVIDIA(0): No valid modes for "CRT-0:1024x768"; removing.[ 2397.540] (WW) NVIDIA(0): [ 2397.540] (WW)...
View ArticleRe: Installing Xorg + Nvidia driver
Higraphics-KERNEL resolves to graphics-4.8.17-Tinycore(64).tcz And is a dependency of the proprietary NVIDIA driverAssuming you installed Xorg and NVIDIA extensions via the correct APPS, tce-load or...
View ArticleRe: Dockerd on Tiny Core 8.0 x86 -- "overlay" not a supported filesystem
The bzImage file you made in linux-4.8.17/arch/x86/boot is your kernel. Copy it to your system's boot directory with the other kernels (renaming it as necessary) and copy the existing menu entry in...
View ArticleRe: Dockerd on Tiny Core 8.0 x86 -- "overlay" not a supported filesystem
Thanks again for the help. Booting with the new kernel generates a lot of error messages and freezes. The messages zoom by too fast to read, and I can't scroll back up to see them. I'll try and...
View ArticleRe: OpenSSL updates
I accepted your challenge, and wrote the equivalent (as far as I can tell) functionality (that we're using c_rehash for) for sh:[code]#!/bin/sh#CERTDIR="$1"# remove hash links/bin/busybox find...
View ArticleRe: OpenSSL updates
looks interesting - I'm away tomorrow, but will test when I get back.
View ArticleRe: firefox-ESR
Quote from: simonc_67 on May 04, 2017, 12:53:26 AMI downloaded fresh TinyCore 8.0. Used Apps to get firefox-ESR. It only works after you pull in gtk2 as well.Without it you get a message XPCOMGlueLoad...
View ArticleHow to compile missing drivers
HiCurrently i try to build a bridge between my IR-Control and 433Mhz wireless Sockets.First thing i recognized in piCore was the misssing lirc_rpi module.I search the download area for the missing...
View ArticleRe: firefox-ESR
More testing of the latest Firefox and Firefox-ESR revealed on TC-8.x using Xvesa (not Xorg) the library "libGLESv2" is missing..So i'll add libGLESv2.tcz to the firefox depsGTK3 is standard on the...
View ArticleRe: How to know which extension version is installed?
Hi Zlika,tce-ab doesn't solve your problem?
View ArticleRe: FLTK-full/tiny split question
Dear Curaga,TinyCore Linux 8.0 x86 32bit image (iso's md5 f7fee34a73a7f8e3adb30778c7c32c51) downloaded from the cite.It's fltk-1.3.tcz (md5: 6d342fa56...) exports (I will skip all unrelated to items):...
View ArticleRe: OpenSSL updates
The syntax of the regex for GNU find is different, which is why I had to specify busybox as the command. I put together this script to solve our specific problem and not replace all the functionality...
View ArticleRe: How to know which extension version is installed?
tce-ab or the info files only show which version is available in the repo. If you check the md5 files you can only tell if it's the same version or not, but not which one.For this very reason I have...
View ArticleRe: Dockerd on Tiny Core 8.0 x86 -- "overlay" not a supported filesystem
deyran: no, the only interface between the container "guest" and the host is through the kernel. we don't use the host's libc inside the container and musl can be used just fine.
View Article