| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,004
» Latest member: shinzuka
» Forum threads: 16,337
» Forum posts: 117,447
Full Statistics
|
| Latest Threads |
Mobian image for the Pine...
Forum: Mobian on PinePhone
Last Post: Korfou
04-27-2026, 09:57 AM
» Replies: 2
» Views: 239
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
04-19-2026, 12:56 PM
» Replies: 13
» Views: 15,091
|
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 214
|
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,638
|
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,136
|
my pinecil v2 is not work...
Forum: General Discussion on Pinecil
Last Post: jagrav
04-17-2026, 06:28 AM
» Replies: 0
» Views: 149
|
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,499
|
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 336
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,353
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 472
|
|
|
| eMMC upgrade |
|
Posted by: EuvzO8 - 07-15-2023, 02:08 PM - Forum: PinePhone Hardware
- Replies (5)
|
 |
Has anyone tried to replace stock eMMC (16Gb or 32Gb) with a bigger eMMC (in a phone repair shop for example)? Is it possible? What models are compatible?
|
|
|
|
| Lots of problems with pinebuds |
|
Posted by: elix - 07-15-2023, 09:25 AM - Forum: General
- Replies (1)
|
 |
I got my pinebuds yesterday and out of the box they didn't work correctly. They continuously cut out making them unusable. I tried resetting them and they wouldn't even reset. I hit the reset button in the middle, the charging LEDs flash, close the lid and nothing.
I tried flashing new firmware in a docker on my pinebook pro and couldn't because its not arch64. Which I find ironic that I have to have a windows machine or a different type of computer other than a pine64 product but I digress.
I'll try it on my desktop later but has anyone else been able to successfully reset them?
|
|
|
|
| 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!
|
|
|
|
|