Re: svn segfaults on Core 8.2 (but not on 7.2)
SVN is fairly easy to build IIRC, so do try a more recent version.
View ArticleRe: svn segfaults on Core 8.2 (but not on 7.2)
Do you need the ca-certificates extension?
View ArticleRe: shutdown on idle network activity
I think it still went well..the script did turn my tcl box on "iddle" traffic.I think poweroff and wol is better than sleep in my environment(using wd green not red, and atom board )Thank You all
View ArticleRe: svn segfaults on Core 8.2 (but not on 7.2)
Hi mdvQuoteTo create the minimum reproducible environment, I have two VMware virtual machines running side by side, one with C7.2 mounted as an iso CD and the other with C8.2.1 (also tried with C8.2)...
View ArticleRe: XLView submitted
On tc-7.x x86xlview.tcz.dep has a bad entry:Code: [Select]fltk-1.3missing the file name extension.Anyway, fixing that it still segfaults.
View ArticleRe: Running piCore on a QEMU-emulated Raspberry Pi Zero
I'm curious to know more about your audio analysis, processing and synthesis system...?
View ArticledCore-skype-installer
dCore-skype-installer is now available in the prebuilt repo. It creates a skypeforlinux.sce extension in pretty much the same way as dCore-flash-installer.
View ArticleRe: svn segfaults on Core 8.2 (but not on 7.2)
@curaga - I gave it a quick try to build svn from source, but found a second level of dependencies that I haven't have time to resolve yet. @Juanito - When run without installing ca-certificates.tcz,...
View ArticleStuck with ethernet gadgets
Hi folks, I'm working on g_ether and I'm stuck... I've tried g_multi too and that's no better.As far as I can see, I'm following the proverbial plan.I have USB-serial adapter providing communications...
View ArticleRe: Working with RasPi-0W and gadgets
Hi kmhillQuotesudo ifconfig usb0 192.168.4.2Shouldn't that be:Code: [Select]sudo ifconfig usb0 192.168.4.2 up
View ArticleRe: Working with RasPi-0W and gadgets
Thanks Rich, I've seen the command with and without the keyword 'up'. I tried it both ways and found a man page that says that when an IP address is provided that the keyword 'up' is "implicitly...
View ArticleRe: Working with RasPi-0W and gadgets
Did you give it a valid IP configuration? You didn't mention setting up DHCP anywhere, and I think even with usb connections you need to give it the network details. Otherwise it may think that IP is...
View ArticleRe: FUSE not working because of permissions?
Working perfectly, thanks! Sorry for the late response, btw. Your response somehow slipped by because I did not see any email reminder.Cheers! sm
View ArticleLXPanel not showing SVG-icons (proposed fix)
I have been struggling with LXPanel to have it show icons for Gnome-EncFS-Manager. In the end it turned out that LXPanel does not know how to load SVG-icons. The fix is have root run...
View ArticleRe: Working with RasPi-0W and gadgets
Hi curaga, thanks for your note. By 'it', do you mean the RasPi-0w board?I don't recall seeing anything in any notes about setting up DHCP. At home I have a DSL wifi/router. I've connected a...
View ArticleRe: Working with RasPi-0W and gadgets
Hi kmhillThis is the basic script used by Tinycore to create a static IP:[code]#!/bin/shpkill udhcpcifconfig eth0 192.168.1.30 netmask 255.255.255.0 broadcast 192.168.1.255 uproute add default gw...
View ArticleRe: Nvidia modules version 384.90 submitted for TC-8
I've submitted many extensions in the last 4/5 weeks but none have made it into the repo yet... maybe tomorrow is the day!!
View ArticleRe: Working with RasPi-0W and gadgets
Thanks Rich for the reference. I saved that as startusb.sh, then changed the reference to eth0 to usb0. In trying to run the code I received:> sudo sh startusb.shroute: SIOCADDRT: File existsSo I...
View Article