| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,659
» Latest member: euiccc2025
» Forum threads: 16,238
» Forum posts: 117,126
Full Statistics
|
| Latest Threads |
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
3 hours ago
» Replies: 11
» Views: 5,569
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
Yesterday, 06:33 PM
» Replies: 9
» Views: 16,479
|
Slashdot re:Cellbright (P...
Forum: General Discussion on PinePhone
Last Post: biketool
Yesterday, 04:15 AM
» Replies: 0
» Views: 81
|
What's stopping you from ...
Forum: General Discussion of PinePhone Pro
Last Post: biketool
10-30-2025, 03:49 AM
» Replies: 15
» Views: 5,164
|
I'm going to be waist-dee...
Forum: Pinebook Pro Hardware and Accessories
Last Post: Ronandez
10-29-2025, 08:15 PM
» Replies: 1
» Views: 1,747
|
need help whit pinephone
Forum: News
Last Post: InFerNo
10-29-2025, 04:17 AM
» Replies: 1
» Views: 2,777
|
How to create a valid fir...
Forum: Getting Started
Last Post: henryclayton
10-28-2025, 10:02 PM
» Replies: 1
» Views: 1,522
|
Upgrading from Trixie to ...
Forum: PinePhone Pro Software
Last Post: biketool
10-28-2025, 03:31 PM
» Replies: 6
» Views: 351
|
Diagnosing and fixing fai...
Forum: PinePhone Pro Software
Last Post: biketool
10-28-2025, 09:06 AM
» Replies: 2
» Views: 199
|
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: biketool
10-27-2025, 10:19 AM
» Replies: 77
» Views: 40,631
|
|
|
| Will sudo pacman -Syu brick the PineTab2? |
|
Posted by: cgbarros - 07-15-2023, 06:21 AM - Forum: PineTab Software
- Replies (10)
|
 |
Right after I got my PineTab2 one of the first things I did was to run a sudo pacman -Syu to update the system. But after that I bricked the thing. Luckily it comes with the UART board and I saw that the kernel wasn't working (I think it was not finding it? Don't remember exactly).
I reinstalled the factory image and it's all good. But now I'm afraid of updating the system again. Is updating everything with pacman like this not recommended? Anyone had the same issue or I just got unlucky that time?
|
|
|
|
| Access to system directories from flatpak |
|
Posted by: lagrang3 - 07-15-2023, 05:53 AM - Forum: PinePhone Software
- Replies (2)
|
 |
I've started developing an app for the Pinephone, my app would be deployed with a flatpak.
My application needs access to system directories to read the device camera.
Doing some testing I've discovered that a native Pinephone application called megapixels doesn't launch if I package it into a flatpak. The error is related to not being able to read a system directory `/sys/firmware/devicetree/base`
In order to diagnose the problem I've run a python terminal inside the container and I've verified that neither `/sys/firmware` nor `/dev/video*` are visible from within the container:
Code: mobian@mobian:~$ /usr/bin/flatpak run --branch=master --arch=aarch64 --command=python3 com.lagrange.myapp
Python 3.11.4 (main, Jul 13 2023, 12:52:58) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.listdir('/sys')
['devices', 'dev', 'class', 'bus', 'block']
>>> os.listdir('/dev')
['console', 'ptmx', 'pts', 'shm', 'core', 'fd', 'stderr', 'stdout', 'stdin', 'tty', 'urandom', 'random', 'full', 'zero', 'null']
>>> exit()
they are there, just not visible from the container:
Code: mobian@mobian:~$ ls /dev/video*
/dev/video0 /dev/video1 /dev/video2 /dev/video3
mobian@mobian:~$ ls /sys
block bus class dev devices firmware fs kernel module power
Even though I've built the flatpak with `"finish-args": ["--filesystem=host", "--filesystem=host-os"]`.
What am I missing?
Any help will be much appreciated.
|
|
|
|
| Plans for higher Power PinePowers |
|
Posted by: PMARC14 - 07-14-2023, 03:03 PM - Forum: General
- Replies (1)
|
 |
I am new to the community, but I wanted to ask if their was any interest or plans for higher power versions in the PinePowers family, 100 watts or even higher in PD3.1 EPR range. I mostly was thinking about this due to frameworks new laptop seemingly being first to possibly use the full 240 watts of the PD EPR range, but only are shipping with a 180 watt adaptor planned right now. Are their any 240 watt PD 3.1 chip IC's out their as the cables have caught up at least.
|
|
|
|
| Touch doesnt rotate on Sway in PineTab2 |
|
Posted by: cgbarros - 07-14-2023, 01:15 PM - Forum: PineTab Software
- Replies (4)
|
 |
Hello!
I'm experimenting on running sway on PineTab2. My idea would be to use it together with the keyboard attached and sometime detach to read or doing stuff that are not keyboard heavy.
I managed to rotate the screen to landscape mode manually by running:
$ swaymsg output DSI-1 transform 90
This is fine, except that if I try to use the touchscreen it seems like the touch gestures "didn't rotate" together with the screen, i.e., I need to swipe left and right in order to scroll up and down when I'm reading a text.
Does anyone know what might be causing this? What is the KDE WM doing besides just rotating the output to match the gestures?
|
|
|
|
| Kali Linux for Pinebook Pro - stuck on the login screen |
|
Posted by: owaspfap - 07-13-2023, 05:21 PM - Forum: Linux on Pinebook Pro
- No Replies
|
 |
Hi everyone,
I want to be able to run kali off of the pinebook pro as needed via the SD card. I followed the Pinebook Pro installation instructions here: https://www.kali.org/docs/arm/pinebook/
* Download and validate the kali linux image
* flash the kali-linux-2023.2-pinebook-pro-arm64.img file to the SD card (note, no errors or issues took place on flashing the SD card)
* insert the SD card to the pinebook pro
* start the machine
From here, I'll see what appears to be the boot process loading which is a wall of text. Note that I saw several "FAILED" "Failed to start ssh.service - OpenBSD SecureShell error, etc.
kali-pinebook-pro login:
password:
After the booting process stops, I am dropped into a CLI login screen. I attempt to use the kali login defaults e.g. username: kali and password kali which shows as invalid. Does anyone have the default login and password or can we determine if I did something horribly wrong?
Thank you!
|
|
|
|
| pinetab 2 not booting |
|
Posted by: ajhiii070 - 07-13-2023, 05:09 PM - Forum: General Discussion on PineTab
- Replies (5)
|
 |
Iv'e got my pine tab 2 to boot once again and the only thing it says is [ 0.000000] clk: failed to reparent gpll to clk_rtc32k_frac: -22 it repeats this line 1 more time and below both lines I get a flashing cursor does anybody out there know what it means? and what do I need to do to get it run again? please thisis driving me nuts pine64 insists that the community will help please!
|
|
|
|
|