Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,081
» Latest member: fxkl47BF
» Forum threads: 16,357
» Forum posts: 117,513

Full Statistics

Latest Threads
Updated Pinebook Pro?
Forum: General Discussion on Pinebook Pro
Last Post: tantamount
10 hours ago
» Replies: 2
» Views: 713
"USB access to SD" disapp...
Forum: General Discussion of PinePhone Pro
Last Post: jebez
Yesterday, 06:40 PM
» Replies: 0
» Views: 76
Girls In Your Town - No S...
Forum: General
Last Post: savvas48
Yesterday, 12:07 PM
» Replies: 0
» Views: 55
Pinetab2 camera drivers
Forum: PineTab Software
Last Post: dave3294
06-17-2026, 03:16 AM
» Replies: 11
» Views: 9,235
Girls In Your Town - Anon...
Forum: General
Last Post: wilsonmatt
06-16-2026, 11:16 PM
» Replies: 0
» Views: 101
Girls In Your City - Anon...
Forum: General
Last Post: publishers
06-16-2026, 06:44 PM
» Replies: 0
» Views: 89
Girls From Your City - An...
Forum: General
Last Post: publishers
06-16-2026, 04:32 PM
» Replies: 0
» Views: 80
asterisk or FreePBX on pi...
Forum: PinePhone Software
Last Post: vanja
06-16-2026, 09:24 AM
» Replies: 0
» Views: 146
Jami on Pinephone [ IM an...
Forum: PinePhone Software
Last Post: marlboro1950
06-16-2026, 05:02 AM
» Replies: 15
» Views: 22,145
Thread management hurdles...
Forum: General
Last Post: reyohi4392
06-15-2026, 05:12 AM
» Replies: 0
» Views: 127

 
  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


  installed devuan 5/6 - missing out on resolution
Posted by: kapqa - 02-20-2026, 11:36 AM - Forum: General Discussion on ROCKPRO64 - No Replies

Hello ,

hjae installed Devuan 5/6 on a newly acquired RockPro64 -
very pleased overall with the system

https://devuan.bio.lmu.de/devuan/dists/d...rd-images/
https://devuan.bio.lmu.de/devuan/dists/e...ard-images

however iam missing out on resolutions,
since xrandr is reporting only resolutions on 16:9 format, however my monitor are mostly in 16:10;

do i need additional driver or firmware?

devuan is a derivative of debian, so devuan 5 iscorresponding to debian 12
devuan 6 to debian 13 trixie roughly.



thank you very much.


  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.


Brick Pine 64 Mount hole Dimensions
Posted by: Piney64 - 02-18-2026, 11:27 AM - Forum: General Discussion on PINE A64-LTS / SOPINE - No Replies

I'm looking to add my pine64 to a din rail and am wondering what the dimensions are for the mounting holes and a) does a horizontal din mount exist and b) are the mount holes the same dimensions as any 3d printer boards.


  keyboard and docking pad
Posted by: wigan - 02-15-2026, 08:41 AM - Forum: General Discussion on PinePhone - No Replies

Debian Mobian
vmlinuz-6.1-sunxi64

Docking bar doesn't work w/ the fon in the keyboard (connected to the pinefon
USB-C port).  The keyboard manual says (in four languages)...

  When coupled w/ the keyboard the pinefone's USB-C is to be used 'solely' for
  data and peripherials.

I take the docking bar to be a peripherial.  I've read through the relevant
material w/o finding a way through.

  Firmware:  https://xnux.eu/pinephone-keyboard/
  Firmware repository: https://xff.cz/git/pinephone-keyboard/
  FAQ:  https://xnux.eu/pinephone-keyboard/faq.html

Would like to hear from anyone who has this working.

-ludy-


  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.


Lightbulb Faster OS test deployments - Faster UART?
Posted by: WhiteHexagon - 02-11-2026, 06:30 AM - Forum: General Discussion on PinePhone - No Replies

I have an SD Card extender for booting my under-development OS.  But I'm tired of switching it in/out for each build every few minutes.  So I had the idea to just transmit my builds over the UART interface! Smile

The UART seems to default to 115,200 (from u-boot?) and is working fine with my serial USB adapter.  However this baud rate is going to be too slow for my 10MB debug builds.

So I wanted to try 1.5Mbps with the UART divisor of 0x1, but it doesnt seem to work (using linux util 'screen' but also tried my own Zig UART code).

My question is, how do I set the APB2 clock dividers and UART0 divider to match any of the standard baud rates please? and is there a limit on UART0?  I seem to recall a limit elsewhere related to the modem, but I cant find the details now.

Also, from what I brute forced so far, it seems like I can only approximate other baud settings?  In fact the default UART divider of 0xd seems to also be an approximation?  Is that the best I can do here?

Alternative would be to get the USB port working, but I think that might be quite a bit more challenging...


  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!


  Proposal: an open mp3/media player supporting rockbox
Posted by: gwennelsonuk - 02-08-2026, 07:52 PM - Forum: General - Replies (1)

TL;DR:
A small, audio-first handheld released as an open dev platform, derived from PinePhone hardware, designed to be capable of a Rockbox port. Physical controls, great battery life, optional PineBuds + external display support. I would buy one immediately and actively work on the Rockbox port — I’ve been wanting an open hardware Rockbox target like this for a long time.
I wanted to float an idea that feels very aligned with Pine64’s strengths: reuse existing work, document it well, and let the community do interesting things with it.

Concept:
A single-purpose handheld primarily intended as a media player, but released explicitly as an open development platform, not a polished consumer product.

Think: “PinePhone without the phone.”

High-level hardware direction:

  • Start from the PinePhone hardware lineage (SoC, audio path, power, USB-C)
  • Remove phone-specific components (modem, cameras, etc.)
  • Reduce overall size
  • Add a small, low-power screen
  • Physical controls (rocker / select / hold)
  • Headphone jack, microSD
  • Focus on battery life


Rather than shipping with Rockbox, the goal would be to release a platform deliberately capable of supporting a Rockbox port, alongside other lightweight or experimental software.

Why this seems like a good Pine64 fit:

  • Rockbox already solves the hard problems for this class of device (audio quality, codecs, physical controls, power efficiency).
  • Pine64 already excels at open ARM hardware where the value is documentation, reuse, and community ports
  • There’s growing interest in calm, offline, single-purpose devices (especially for music) that don’t try to compete with phones.

Personal note:
I would immediately buy this device and actively work on the Rockbox port. I’ve been wanting a modern, openly documented hardware platform suitable for Rockbox for some time, and this would be an ideal target.

Natural extensions (without diluting the focus):

  • PineBuds support for local playback and experimentation
  • Modest mic + compute for on-device translation / transcription experiments (not positioned as an “AI gadget”)
  • Optional external display support over USB-C for docking or experimentation, while remaining clearly a handheld media player first


The intent wouldn’t be another general-purpose Linux handheld, but:
an audio-first device released as a documented, hackable platform with a clear “this could run Rockbox” target many people already understand and want.

This feels like one of those rare ideas where most of the hard engineering is already solved, and the main challenge is restraint — choosing what not to include.

Curious what others think


  Ethernet does not work
Posted by: oceanicmoth - 02-06-2026, 07:19 PM - Forum: Ethernet Port - Replies (1)

I'm using the pine a64 with 512mb of ram. i used like 5 different operating systems and all of them couldn't detect my Ethernet connection. what could be detected was a USB Ethernet dongle, however none of the operating systems had drivers for it. I'm pretty sure there's something broken on the board and wanted advice on confirming that and what to do next. thank you