Re: Why is sox.tcz in the repo for 7.x but not for 8.x or 9.x?
You didnt mention what methods you used to identify all the dependencies ...the file at...
View ArticleRe: Why is sox.tcz in the repo for 7.x but not for 8.x or 9.x?
Quote from: mocore on Today at 01:51:14 PMYou didnt mention what methods you used to identify all the dependencies ...perhaps depfinder: script ...
View ArticleRe: Lightweight Linux distros
Hello,Yes.Alpine Linux distro ................is another. thxVin
View ArticleRe: Hello all, and issue wth sce-load during boot for automated wireless etc
Thanks jls both for the quick response and for solving my problem! Adding sleep 5s to the script solved the issue, and wifi is auto started using a file in ~/.X.d calling the existing script. Knew I'd...
View ArticleRe: dCore-wheezy
There is an easy solution to the issue of loop mounts being limited to 8 in dCore-wheezy. Just add to the boot line the below entryloop.max_loop=400to have 400 available loop mounts. The kernel...
View ArticleRe: Why is sox.tcz in the repo for 7.x but not for 8.x or 9.x?
sox copied to piCore-{8.x,9.x} armv{6,7} repos
View ArticleRe: Arch/Manjaro based dCore?
Thanks for the detailed explanation Jason!I'm a long term user of Arch and I would love to mix its philosophy to the Core one, but if I well understood what you said a pure rolling release would be...
View ArticleRe: V8x WiFi ? but V8x:gpm-root == Good
I expect folks to use the clearly defined extension install method, Namely; Code: [Select] APPS tce-ab tce-load -iw but you're welcome to choose a method which suites your style, just know...
View ArticleRe: V8x WiFi ? but V8x:gpm-root == Good
Quote from: labeas on Today at 03:14:10 AMI could be messing around, wrongly assuming I'm in V8x or V7x.I don't like not being able to confirm where I am eg. by: uname -a == Linux box 4.2.9-tinycore64...
View ArticleCompiling valgrind profiling tool on RPi 3
I downloaded the latest source code for valgrind (version 3.13.0 currently at the writing of this post) and compiled on the raspberry pi successfully after installing perl5 and modyfing the first line...
View ArticleRe: V8x WiFi ? but V8x:gpm-root == Good
Quote from: labeas on Today at 03:14:10 AM QuoteAnyhow, even Links has an address bar last I saw..? the path to "Browse TCZs" given in the address bar is...
View ArticleRe: Compiling valgrind profiling tool on RPi 3
You would need to compile glibc without stripping the debug symbols - there is an example here:http://tinycorelinux.net/6.x/armv6/tcz/src/glibc/Note that you can find the glibc shource...
View ArticleRe: wifi lenovo t410. and apps not opening
Hey RichI have taken a screenshot of everything you asked. I will also print the outputs for you as requested./etc/resolv.conf:Code: [Select]search attlocal.netnameserver 192.168.1.254sudo ping -c3...
View ArticleRe: wifi lenovo t410. and apps not opening
I copy and pasted coreplayer2's onboot.lst suggestion and now the wifi works.Rich, for reference i will give the ping and rout -n outputs, also i will include a screenshot of what my desktop looked...
View ArticleRe: wifi lenovo t410. and apps not opening
Thank yall for welcoming me to the community in such fantastic fashion. This community is priceless and a true gift, I am fortunate and thankful for the help. I have learned alot from this process and...
View ArticleRe: wifi lenovo t410. and apps not opening
Hi aimeQuote192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0Having the same IP address assigned...
View ArticleRe: grub settings
Quote from: punkgeek on July 13, 2017, 02:07:28 PMHello,I've try to load x86 extensions from x86_64 and after searching, I got should to do this:vmlinuz64 + rootfs.gz + modules64.gzbut I cant...
View ArticleRe: grub settings
I did some digging..It appears that grub4dos and grub2 share some features for compatibility so looks like the grub2 menu format will work for grub4dos also.Therefore try this [code]linux...
View ArticleRe: grub settings
Note that withvmlinuz64 + rootfs.gz + modules64.gzyou have 64-bit kernel and 32-bit user-space.i.e. "Core 64"Meaning the kernel operates at 64-bit and can access more than 4GB RAMbut your apps are...
View Article