Re: bluetooth what is really needed
I guess there is something missing.Regardless of executing steps 5 & 6 as described before or not, I always have to switch the scanner on, and do a "sudo hidd -t 3600 --connect ..."10 minutes after...
View ArticleRe: Enlightenment apps (unofficial)
The ppa maintainer has updated ephoto and now it works
View ArticleCHALLENGE ACCEPTED !!
A friend of mine challenged me to boot TC via the crappiest PC he could find.CHALLENGE ACCEPTED !! Let's see what we've got ...CPU: Intel Celeron FV524RX300 (300MHz) with 128K L2 cache, over clock to...
View ArticleRe: Unable to boot. (boot aborted)
Hey _Josue_, did you managed to boot up your Mendicino ?Check this out !I believe the hardware is close enough to yours.
View ArticleRe: CHALLENGE ACCEPTED !!
Hi polikuoI can't tell if you used it but try nozswap in the APPEND line. That should free up a little more RAM.Your image resolution of 3264 x 2448 pixels for the screen shots is a bit excessive....
View ArticleRe: Core v8.1rc3
hi TinyCore Team,With v8.1rc3 I did not get alsa nor oss sound to work.The last version with working sound was tc v7.2 (oss)Tested a lot of other extensions, they all are working fine.greetings
View ArticleRe: BusyBox shell
Hi kmhillQuote from: kmhill on August 25, 2017, 05:29:01 PM ... I see that BusyBox can be built along with the source code for some variant of ash or for hush. ... Now I'm curious if there is simple...
View ArticleRe: Closing SSH session with tce-ab open uses 99% CPU.
It runs a read loop, and read returns immediately if the pty disappears, I believe.
View ArticleRe: "unknown" architecture for libs with `ldconfig -p`
The 32-bit uClibc and glibc versions of ldconfig respond in the same way: Code: [Select]$ ldconfig -p | tail -2 libEGL.so (libc6) => /usr/local/lib/libEGL.so ld-linux.so.2 (ELF) =>...
View ArticleRe: Core 8.0 x64, file not found, but file exist
Quoteexport SPLUNK_HOME=/opt/splunkexport PATH=$SPLUNK_HOME/bin:$PATHI try to input export command above in bootlocal.sh, but it doesnt work?I mean, if I echo $SPLUNK_HOME, its blank,
View ArticleRe: Core 8.0 x64, file not found, but file exist
Users do not inherit bootlocal.sh's environment.Add it to /etc/profile or the users profile instead.
View ArticleRe: Core 8.0 x64, file not found, but file exist
How should I put it in /etc/profile?Can I simply insert the command?
View ArticleRe: Core 8.0 x64, file not found, but file exist
If I put it on bootlocal.sh like below,### Load /etc/profilecp /mnt/sda1/backupcfg/profile /etc/profileI try it, but it seems doesnt work, why?Im trying not to use filetool.lst as much as I can,
View ArticleRe: Core 8.0 x64, file not found, but file exist
Quote from: deodion on August 27, 2017, 08:09:22 AMIf I put it on bootlocal.sh like below,### Load /etc/profilecp /mnt/sda1/backupcfg/profile /etc/profileI try it, but it seems doesnt work,...
View ArticleRe: Core 8.0 x64, file not found, but file exist
Hi deodionQuote from: deodion on August 27, 2017, 08:09:22 AMIm trying not to use filetool.lst as much as I can,In that case just add those two lines to .profile in your home directory instead.
View ArticleRe: Core 8.0 x64, file not found, but file exist
Hello Rich,I see it working with filetool.sh,is this because with where filetool.sh is being executed before /etc/profile execution?
View Article