Re: Raspberry unplug without poweroff
Mounting read-only can still corrupt some SD cards.
View ArticleRe: Raspberry unplug without poweroff
Quote from: bmarkus on February 28, 2017, 07:18:18 PMCreate a file copy2fs.flg in /mnt/mmcblk0p2/tce If it exists extensions will be copied to RAM and mmcblk0p2 unmounted. Content of file is not...
View ArticleRe: Raspberry unplug without poweroff
Quote from: boudinec on Today at 01:59:20 AMIf in any case I want install some packages with tce: sould I just manually mount and unmount mmcblk0p2 or will it be automatic ?It will not be automatic,...
View ArticleODROID-C2
Hello.i recently got 4 ODROID-C2 boards to build a simple docker cluster for educational reason.As you certainly know, the C2 has compared to the RPi 3 also ARMv8 architecture, improved RAM and CPU...
View ArticleRe: Encrypt Full Hard Drive or Home Folder Like Ubuntu
I have created 2 partition one is encrypted and set up partitions LVM on LUKS and other partition is ext2 for grub install. After that i am confused how to configure with tinycore to decrypt the...
View ArticleRe: Raspberry unplug without poweroff
Quote from: Greg Erskine on March 01, 2017, 01:31:51 PMhi boudinec,We are using piCore for piCorePlayer with hundreds of users, many just pull the power to turn the player off. They have been doing...
View ArticleRe: System.map available?
It's not publicly posted, as having it available is considered a security issue - knowing the locations of the functions may allow compromising the kernel more easily. Can you elaborate what you need...
View ArticleRe: ftp client (lftp) can't access ftp server (bftpd) due to Anonymous login...
Try running the commands manually? Busybox versions may work slightly differently vs upstream ones. You can also change your script to call "busybox ifconfig" to always use that version.
View ArticleRe: Raspberry unplug without poweroff
Quote from: boudinec on Today at 12:41:20 AM access is a bit annoying.Perhaps an 'SD card Extension Cable' could `fix` that ?
View ArticleRe: TC64: User feedback.
] mksquashfs is in squashfs-tools.tcz] <Debian to TC> is not recommended for standard port,] try dCore if you really need it.Yes, and the [Search Button} led there too;but they seem to NOT have...
View ArticleRe: TC64: User feedback.
Quote from: labeas on March 02, 2017, 11:05:34 PMYes, and the [Search Button} led there too;but they seem to NOT have 64-bit.Yes,there is.Which version of TC are you using ?
View ArticleRe: TC64: User feedback.
**Posts: 65View Profile Email Personal Message (Online) Re: TC64: User feedback. « Reply #4 on: Today at 11:03:38 PM »QuoteYou can do it manually.Code: [Select]busybox ar xv...
View ArticleRe: ftp client (lftp) can't access ftp server (bftpd) due to Anonymous login...
Why not just add netmask in command.Like the command is used for.Code: (bash) [Select]ifconfig eth0 10.1.0.1 netmask 255.255.255.0
View ArticleRe: ftp client (lftp) can't access ftp server (bftpd) due to Anonymous login...
Actually, the default netmask should be the default for the IP address class.The default for 10.1.0.1 should be 255.0.0.0
View ArticleRe: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
Not quite sure about the meaning of "after loading the WiFi extension."Anyway after booting, (wifi.tcz has been added to onboot.lst), ran 'tce-load -i wifi'.Got message 'wifi is already...
View ArticleRe: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
Seriously? That is all you get from dmesg?
View ArticleRe: System.map available?
dmesg should show what the unknown symbol was. That's the correct kernel.The code disables the a1 parameter when using a recent enough kernel version, so I guess you need to edit that check, but that's...
View ArticleRe: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
Seriously, that is it ( on the Dell. On the Asus, dmesg gives references to wlan0 and drivers).As coreplayer2 mentioned, wifi drivers don't seem to be getting loaded on the Dell Inspiron.Attached are...
View ArticleRe: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
You probably need to install firmware-broadcom_bcm43xx,tcz and wl-modules-KERNEL .Be sure to read the info files.
View Article