| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,967
» Latest member: Dpotab
» Forum threads: 16,334
» Forum posts: 117,438
Full Statistics
|
| Latest Threads |
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 124
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 8,624
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 207
|
Charging problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
04-04-2026, 07:30 AM
» Replies: 0
» Views: 96
|
Latest firmware for PineP...
Forum: PinePhone Software
Last Post: baptx
04-03-2026, 08:37 AM
» Replies: 106
» Views: 216,730
|
Updates have gotten me ex...
Forum: General Discussion on PineNote
Last Post: bills2002
04-02-2026, 05:16 PM
» Replies: 0
» Views: 173
|
Voidlinux working on eMMC
Forum: General Discussion on PineTab
Last Post: tllim
04-01-2026, 04:14 PM
» Replies: 1
» Views: 254
|
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
03-28-2026, 02:37 AM
» Replies: 1
» Views: 2,056
|
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 919
|
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 593
|
|
|
| How about a arm based pine 64 mini to go with the pinebook |
|
Posted by: Omnios - 04-22-2020, 11:39 AM - Forum: General
- Replies (8)
|
 |
I find it is interesting that there is a pinebook 64 to purchase but am thinking that it would be nice to have a higher end arm based Pine Mini based loosely as something similar to a mac mini or a Nuc computer as a project mini desktop. The general idea would be a usable mini arm computer of many usages suck as a Media box, large screen tv web surfer, software development device and other options such as a media center. So not quite a pc desktop but way more advanced than a arm media center and usable as a computer for say Arch Linux for pine arm development with a high end arm system with a newer arm processor as they are getting to the point to be competitive with a X86 system.
|
|
|
|
| opemmediavault plugin error on "Check" |
|
Posted by: clach04 - 04-21-2020, 10:13 PM - Forum: Linux on Rock64
- No Replies
|
 |
I've been experimenting with pre-release and stable builds of Open Media Vault for rock64 (see https://github.com/ayufan-rock64/linux-build/issues/426 but right now I can only get stable to boot).
Occasionally when hitting "Check" for plugins I get and error popup with:
Code: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; apt-get update 2>&1' with exit code '100': Reading package lists... E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable) E: Unable to lock directory /var/lib/apt/lists/
Error #0:
OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; apt-get update 2>&1' with exit code '100': Reading package lists...
E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
E: Unable to lock directory /var/lib/apt/lists/ in /usr/share/openmediavault/engined/rpc/apt.inc:220
Stack trace:
#0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(565): OMVRpcServiceApt->{closure}('/tmp/bgstatus7L...', '/tmp/bgoutputDu...')
#1 /usr/share/openmediavault/engined/rpc/apt.inc(224): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
#2 [internal function]: OMVRpcServiceApt->update(NULL, Array)
#3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('update', NULL, Array)
#5 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Apt', 'update', NULL, Array, 1)
#6 {main}
I think it is failing due to missing sudo, running in ssh session as root works:
Code: root@rock64:~# export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; apt-get update 2>&1
|
|
|
|
| Wifi drops out frequently (dev phone) |
|
Posted by: jfloren - 04-21-2020, 07:19 PM - Forum: PinePhone Hardware
- Replies (2)
|
 |
I've got a dev phone (pre-Braveheart) running Debian+phosh with the ssh server running. I find that my connection frequently hangs and stops responding, only to "catch up" a minute or two later, but in general ssh is almost unusable. Continually pinging the phone from my laptop seems to help keep things alive a bit, but I'll notice that it sometimes takes up to 15 seconds for the ping response to come back. I'm sitting about 15 feet from the wifi AP.
I recall some discussion about problems with the wifi antennas on dev phones; is this what's biting me, or is there some kernel parameter I need to tweak or something?
|
|
|
|
| No underscores visible/typeable in the Geany IDE. |
|
Posted by: Faradn - 04-21-2020, 12:08 PM - Forum: General Discussion on ROCKPRO64
- No Replies
|
 |
SBC: RockPro64 4Gb v2.1
OS: Manjaro-ARM 20.04
Linux rockpro64 5.6.0-1-MANJARO-ARM #1 SMP Tue Mar 31 12:35:20 CEST 2020 aarch64 GNU/Linux
I'm using the latest version of the Geany IDE to work on some GPIO
projects and one cannt see *ANY* underscores ``_'' in the source
files.
Oh and Pamac is starting to mis-behave; locking up and freezing
the desktop environment.
Any ideas/suggestions?
TIA,
/Faradn
~ Odroid N2 ~ Odroid XU4 ~ RockPro64 ~ Pi3B ~
|
|
|
|
| br_netfilter |
|
Posted by: LMM - 04-21-2020, 09:11 AM - Forum: Linux on RockPro64
- Replies (4)
|
 |
Hi all,
I flashed the 0.10.12 linux image with container capability. But I am facing a problem : the file /proc/sys/net/bridge/brige-nf-call-iptables is missing and I cannot initialize Kubernetes (kubeadm init) : an error rises.
modprob br_netfilter returns an error because the module is not found
I will try with the stable version.
LMM
|
|
|
|
|