Re: picore documents and tutorials
Well, couldn't you just sh t (missing letters are 'o' and 'u' --maybe)Finally decided that only fear and good-judgment were holding me back until I told myself that I would be using non-volatile data...
View ArticleRe: TCL Repository file listing
I'd only be guessing if there was any intent to make the soon to be 8.x repo public..So when do we get to take this new script for a test drive ??Sent from my iPhone using Tapatalk
View ArticleRe: wifi.sh does not connect wap frequency chosen in list
good jobWe learn something new everyday right? You can indeed use the same SSID on all Bands. There appears to be recommendations to use separate SSID's for identification and troubleshooting...
View ArticleFav Linux Distro - Lots of links 404
I love TCL a lot.So I have a bunch of links I have been referring to here and they are no 404.Remastering TCL http://tinycorelinux.net/forum/index.php?topic=157.0TCL From Scratch...
View ArticleRe: wifi.sh does not connect wap frequency chosen in list
you said "same ssid", the only difference should thus be the bssid. it is possible to add one entry per bssid and prioritize the one you have figured out is more stable/faster.
View ArticleRe: Fav Linux Distro - Lots of links 404
Hi limeblackQuoteRemastering TCL http://tinycorelinux.net/forum/index.php?topic=157.0TCL From Scratch http://tinycorelinux.com/forum/index.php?action=printpage;topic=299.0Placing forum in the correct...
View ArticleRe: wifi.sh does not connect wap frequency chosen in list
Hmm - I've now found examples where the 5ghz signal strength is both higher and lower than the 2.4ghz signal strength, but regardless of this, wifi.sh seems to always connect to the 2.4ghz channel.One...
View ArticleRe: Add lrzsz to the repo?
Have you tried to do it with sudo ?Could you do, so we can see what rights the device have... maybe the lrzsz don't have correct rights to the serial device.Code: (bash) [Select]ls -l /dev/ttyAMA0And...
View ArticleRe: Add lrzsz to the repo?
Yes sudo gives same result. Quotetc@piCorePlayer:~$ ls -l /dev/ttyAMA0crw-rw---- 1 root staff 204, 64 Feb 16 08:53 /dev/ttyAMA0Quotetc@piCorePlayer:~$ sudo sh -c 'lsz -X -k...
View ArticleRe: Add lrzsz to the repo?
Serial port on RPi3 is /dev/ttyS0 on other boards it is /dev/ttyAMA0
View ArticleRe: wifi.sh does not connect wap frequency chosen in list
After examining the wpa_supplicant log: Code: [Select]a0:55:4f:66:d5:18 freq=2447 qual=0 noise=-89~ level=-49 snr=40* flags=0xb age=0 est=65000a0:55:4f:66:d5:10 freq=5240 qual=0 noise=-92~ level=-67...
View ArticleRe: Add lrzsz to the repo?
And the serial maybe occupied with the console.In picore the startserialtty starts the serial console.You may remove/remark the startserialtty from the file:Code: (bash) [Select]sudo nano...
View ArticleRe: wifi.sh does not connect wap frequency chosen in list
Using this patch [code]--- wpa_supplicant/scan.c.orig 2017-02-16 13:39:16.809997441 +0000+++ wpa_supplicant/scan.c 2017-02-16 13:39:53.536663769 +0000@@ -1738,7 +1738,7 @@ * recommends 25 as a...
View ArticleRe: Add lrzsz to the repo?
Hi and thanks for your effort. I have rpi 2No reference to startserialgetty in bootlocal.shQuote#!/bin/sh# put other system startup commands hereGREEN="$(echo -e '\033[1;32m')"echoecho "${GREEN}Running...
View ArticleRe: depfinder: script to find dependencies
bugfix update to Version 0.1cthe argument "-e" did not take the minus character correctly, on version 01.b (pcre-dev) gets only (pcre) now version 0.1c will get (pcre-dev) correct.
View ArticleRe: wifi.sh does not connect wap frequency chosen in list
Code: [Select]a0:55:4f:66:d5:18 freq=2447 qual=0 noise=-89~ level=-49 snr=40* flags=0xb age=0 est=65000a0:55:4f:66:d5:10 freq=5240 qual=0 noise=-92~ level=-67 snr=25 flags=0xb age=0...
View ArticleRe: wifi.sh does not connect wap frequency chosen in list
The patch was suggested by the wpa_supplicant people.I get 4x the throughput with 5GHz as compared to 2.4GHz, which tends to support the changed s/n threshold.
View ArticleRe: Adding support for other filesystems
btrfs support is in the filesystems-KERNEL extension
View ArticleRe: piCore-8.1.5 released
Quote from: Misalf on February 16, 2017, 01:26:17 PMIn particular, tce-bootload currently isn't checking for /usr/local/tce.installed/tcz-name and files of extensions will be overwritten by those...
View ArticleRe: Any working non-USB audio input card?
It looks like Audio Injector http://audioinjector.net/ has a driver in 4.4.y [url=https://github.com/raspberrypi/linux/search?...
View Article