| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Womens In Your City - Ano...
Forum: General
Last Post: Hipocrates
2 hours ago
» Replies: 0
» Views: 15
|
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
Yesterday, 12:57 PM
» Replies: 1
» Views: 438
|
How can I record video on...
Forum: General Discussion on PinePhone
Last Post: baptx
Yesterday, 12:55 PM
» Replies: 23
» Views: 18,318
|
u-boot rk356х (rockchip r...
Forum: Quartz64 Tutorials
Last Post: hamsterbacke
Yesterday, 09:39 AM
» Replies: 18
» Views: 33,974
|
A/V output enable
Forum: Linux on Rock64
Last Post: 8lall0
03-24-2026, 04:45 PM
» Replies: 0
» Views: 45
|
If your USB-C port is fla...
Forum: PinePhone Pro Hardware
Last Post: Zebulon Walton
03-24-2026, 02:25 PM
» Replies: 0
» Views: 60
|
Pinebook problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
03-18-2026, 08:58 AM
» Replies: 2
» Views: 4,646
|
Pine a64+ power supply
Forum: General Discussion on PINE A64(+)
Last Post: davidspencer
03-18-2026, 01:02 AM
» Replies: 0
» Views: 150
|
Private / self-hosted "Cl...
Forum: General Discussion on PinePhone
Last Post: cyberb123
03-17-2026, 11:57 AM
» Replies: 8
» Views: 7,189
|
Automatic screen rotation
Forum: PineTab Software
Last Post: Raik
03-17-2026, 01:49 AM
» Replies: 32
» Views: 29,924
|
|
|
| Systemupgrade fails |
|
Posted by: Raik - 02-25-2026, 11:15 PM - Forum: PineTab Software
- Replies (1)
|
 |
I have perform a system upgrade/actualization and it fails. It looks like all is working fine but after restart it ends in a endless loop. Enter the GUI is no longer possible.
With CTRL+ALT+F2 I can enter the Terminal. My account is working but no network and "startx" fails.
I have try to install the available actualization in discovery and later, after a "factory reset", in terminal "sudo pacman -Syu". All the same.
After the actualization e.g. freecad, musescore are working (before only installing possible) but after a restart... next "factory reset".
Any ideas?
|
|
|
|
| dead Pinebook - help please |
|
Posted by: RicTor - 02-25-2026, 08:49 AM - Forum: General Discussion on Pinebook Pro
- Replies (2)
|
 |
My PBP broke due to stiff hinges. I have replaced the Palm case, released the stiff hinge and transplanted all contents.
But the PBP now will not switch on. I have checked all connections, ribbons etc. All look OK.
Can anyone help me with tests to find the problem? Email would be very useful.
|
|
|
|
| OpenClaw |
|
Posted by: keithy - 02-22-2026, 11:57 AM - Forum: Linux on Rock64
- No Replies
|
 |
Minimal community edition of Armbian to run a minimal OS, podman and OpenClaw
(Just wanted to share my recent success)
Downloaded community rolling release minimal Arabian image from:
https://www.armbian.com/rock64/
Etchered onto 4Gb SD-Card.
Booted, user:root pass:1234
Added ssh key, disable root password.
Ran the armbian-update
$> sudo apt-get install f2fs-tools
$> armbian-config (transfer os to internal emmc
(this worked like a charm, uses f2fs and leave /boot as ext)
$> sudo apt-get install git
$> sudo apt-get install apt-transport-https
Using podman required the following dependencies:
$> apt install uidmap
$> apt install nftables
$> apt install catatonit
$> apt install passt
$> apt install podman
$> apt install podman-compose
$> git clone --depth 10 https://github.com/openclaw/openclaw
$> # tmp isn’t big enough for the next steps
$> mount -o remount,size=2600M /tmp
$> cd openclaw
$> ./setup-podman.sh --quadlet
$> sudo systemctl --machine openclaw@ --user start openclaw.service
However, I struggled to access logs of what was going on inside podman.
Plan B mise-en-place managed tools
Install mise-en-place using apt
from: https://mise.jdx.dev/installing-mise.html
Code: sudo apt update -y && sudo apt install -y curl
sudo install -dm 755 /etc/apt/keyrings
curl -fSs https://mise.jdx.dev/gpg-key.pub | sudo tee /etc/apt/keyrings/mise-archive-keyring.asc 1> /dev/null
echo "deb [signed-by=/etc/apt/keyrings/mise-archive-keyring.asc] https://mise.jdx.dev/deb stable main" | sudo tee /etc/apt/sources.list.d/mise.list
sudo apt update -y
sudo apt install -y mise
As user claw.
Add activation to ~/.bashrc
$> echo 'eval "$(mise activate bash)"' >> ~/.bashrc
$> mise use -g node@22
$> mise use -g pnpm
$> mise settings set npm.package_manager pnpm
$> mise use -g npm:openclaw
$> which openclaw
$> /home/claw/.local/share/mise/installs/npm-openclaw/2026.2.21-2/bin/openclaw
$> openclaw onboard
|
|
|
|
| Powering two disks from RockPro64 |
|
Posted by: some_pinephone_user - 02-19-2026, 03:20 PM - Forum: RockPro64 Hardware and Accessories
- Replies (3)
|
 |
Hello all. I'm thinking about following option:
connect one 2.5" HDD to a USB3.0 port and second HDD to a USB-C port. Can be both powered on simultaneoulsy only from USB?
If I transfer data from one disk to another will the data transfer be too slow because both disk are on the same USB3 controller?
What if I connect the second disk to a USB2 port?
Only one disk will be working 24/7. The other one will only be turned on for weekly backups.
|
|
|
|
| Waypipe amazingly fast X11 replacement |
|
Posted by: 459below - 02-12-2026, 03:14 PM - Forum: General Discussion on PineTab
- No Replies
|
 |
Using PineTab2 is great. On Gnome everything feels snappy enough. Only using a full scale browser like Brave needs way too much resources. It is very slow and some sites do not work at all.
Anyway waypipe solved that for me by being able to stream Brave from my main powerful computer. Having installed waypipe on both client and server using just this.
Code: waypipe ssh myfedora-desktop-pc flatpak run com.brave.Browser --ozone-platform=wayland
If one is bothered by the performance of the browser or other apps. It feels so much snappier, native and stable. Even touch inputs work - pinch to zoom, scrolling, swiping. I did not see a lot of talk about waypipe on the PineTab2.
|
|
|
|
| New Pinetab- error when attempting to install updates |
|
Posted by: authorjaw - 02-08-2026, 08:19 PM - Forum: PineTab Software
- Replies (1)
|
 |
Just got my first Pinetab- thrilled with the quality!!
But...I can't seem to get updates to install- have searched the web for solutions including "sudo pacman -Syu" and related variations, but no matter what do I keep getting the following error:
"Dependency resolution failed:
libavcodec.so (followed by string of info)
libswrsample.so (followed by string of info)
libicuuc,so (followed by string of info)
Not being a dev I'm stuck at how to correct this issue- does anyone know of a solution?
Thanks!
|
|
|
|
|