| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,982
» Latest member: rbpatrick
» Forum threads: 16,335
» Forum posts: 117,444
Full Statistics
|
| Latest Threads |
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
04-19-2026, 12:56 PM
» Replies: 13
» Views: 14,648
|
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 84
|
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,012
|
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,048
|
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,302
|
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 238
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,032
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 343
|
Charging problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
04-04-2026, 07:30 AM
» Replies: 0
» Views: 149
|
Latest firmware for PineP...
Forum: PinePhone Software
Last Post: baptx
04-03-2026, 08:37 AM
» Replies: 106
» Views: 218,326
|
|
|
| Ethernet latency |
|
Posted by: nethammer - 09-29-2019, 05:42 AM - Forum: Linux on Rock64
- Replies (1)
|
 |
Hi Everyone,
I've been using Rock64 boards for about a year now and am overall pleased with them. I'm having NO stability or reliability issues, etc.
However, there has been one issue I've not been able to overcome---Ethernet latency. This is seen directly with ping performance, where ping round-trip times to/from a neighbor on the same LAN will be 650+ uS (microseconds). I've tried a LOT of tests and poked a lot of parameters, no solution found. For comparison, other (non-Rock64) hosts on the same LAN show round-trip latency under 150uS.
I've also tried different kernels, from recent Armbian (kernel: 4.4.182-rockchip64) to my preferred platform, archlinuxarm aarch64, including 4.18.2-1-ARCH
(my early builds from last year) up thru very recent, 5.x kernels.
I'm evaluating these boards for routing/firewall/VPN applications. I've not yet tried to evaluate what impact the network latency might have on performance. Typical routing performance I'm seeing, including VLANs and bridging, will end up with thru-put latency of over 1.6mS....That's a long time !
Any thoughts about a solution??
Thanks!
|
|
|
|
| Encrypted disk |
|
Posted by: jpakkane - 09-27-2019, 02:29 PM - Forum: Linux on Pinebook Pro
- Replies (11)
|
 |
Has anyone looked into running the pbpro with full disk encryption? It works really nicely on x86, but since the whole boot mechanism is different, there is no guarantee it will work out of the box.
Thanks,
|
|
|
|
| Hibernation (suspend to disk) progress |
|
Posted by: NoraCodes - 09-25-2019, 11:30 AM - Forum: Linux on Pinebook
- Replies (4)
|
 |
I have spent the last few days working on getting suspend to disk (hibernate) working, to improve battery life, since suspend to RAM does not improve it that much. I have it working now, with one major caveat. I am doing this on Manjaro ARM but the process should be similar on any OS.
First, it is necessary to create a swapfile using normal techniques. Allocate a swapfile (we'll call it /swapfile), set it as swap, and place an entry for it in /etc/fstab.
Create a 4GB file:
Code: sudo fallocate -l 4G swapfile
Make it a swapfile, make it private to root, and turn it on:
Code: sudo mkswap /swapfile
sudo chmod 0600 /swapfile
sudo swapon /swapfile
Then, add it to fstab, with the line "/swapfile swap swap defaults 0 0".
Now we need to add the resume hook to the initcpio. In /etc/mkinitcpio.conf, change the HOOKS line to include the hook resume:
Code: HOOKS=(base udev autodetect modconf block resume filesystems keyboard fsck)
Now we need to edit the kernel's command line to include the resume target. First we need the UUID and the offset of the file.
Get the UUID with
Code: sudo findmnt -no SOURCE,UUID -T /swapfile
And the offset by looking at the first row of sudo filefrag -e /swapfile, looking at the first column marked physical_offset. This tells the kernel where on the given block device to look.
These values need to be put into the kernel command line in /boot/boot.txt like so:
Code: # Original line
setenv bootargs console=${console} console=tty0 root=PARTUUID=${uuid} rw rootwait
# New line
setenv bootargs console=${console} console=tty0 root=PARTUUID=${uuid} rw rootwait resume=UUID=29a4df6e-1531-4e1b-be79-82bd21f849ff resume_offset=2727936
Then you need to generate a new uboot script by running sudo /boot/mkscr followed by sudo mkinitcpio -P to regenerate the modified initcpio.
Now the machine will hibernate and resume! Try it with systemctl hibernate.
HOWEVER. In my case, when the system resumes, the screen image is as expected, but the screens brightness is at minimum and neither the keyboard or the trackpad work. I have to hard power off the machine and reboot.
If we can solve this problem, Pinebook can have working suspend-to-disk!
|
|
|
|
| C4Labs Case Fan Setup |
|
Posted by: langerma - 09-25-2019, 07:35 AM - Forum: Clusterboard
- Replies (2)
|
 |
Hello,
is anybody using the C4Labs clusterboard case and the fans?
what is the best way to power them up?
i have connected them as described in the docu, but they are not spinning up.
kind regards,
langerma
|
|
|
|
| ROCKPro64 5amp PS usable on Pinebook Pro? |
|
Posted by: Arwen - 09-25-2019, 04:56 AM - Forum: General Discussion on Pinebook Pro
- Replies (2)
|
 |
Would the ROCKPro64 5volt, 5amp power supply be uable with the Pinebook Pro?
Mostly seeing if I mis-place my PBP power supply, would I have a backup power supply using one from my ROCKPro64...
Though, now that I think about it, I have a 5v, 3a USB power brick on my desk to charge various portable devices. That might work using a USC-C cable.
|
|
|
|
| Pinebook battery connector and reuse |
|
Posted by: binholz - 09-25-2019, 03:41 AM - Forum: Pinebook Hardware and Accessories
- Replies (2)
|
 |
Hello all,
Has anyone reused their pinebook battery for other than powering a pinebook? Mine is in pieces right now, so I'm looking to reuse the parts I can.
Is the connector that the pinebook battery uses easy to acquire on Amazon or other sites online? Would I have to de-solder the connector from the main board? I tried to plugin a male end of GPIO jumper cable into one female outputs, but the pin is too thick.
The battery meters at around 4 ish volts, so I will need to boost it to 5 volts to run a raspberry pi.
Any thoughts or suggestions?
|
|
|
|
|