| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,889
» Latest member: Haptic
» Forum threads: 16,323
» Forum posts: 117,412
Full Statistics
|
| Latest Threads |
Replacement battery for P...
Forum: Pinebook Pro Hardware and Accessories
Last Post: KC9UDX
10 hours ago
» Replies: 5
» Views: 5,493
|
pinephone-support package...
Forum: General Discussion on PinePhone
Last Post: baptx
Yesterday, 05:49 PM
» Replies: 5
» Views: 5,856
|
SSH over USB
Forum: Mobian on PinePhone
Last Post: baptx
Yesterday, 04:42 PM
» Replies: 15
» Views: 19,703
|
No wIfI after Mobian upda...
Forum: General Discussion on PinePhone
Last Post: baptx
Yesterday, 04:18 PM
» Replies: 5
» Views: 6,005
|
Problems With Extensions ...
Forum: PineNote Software
Last Post: HippopoStar
Yesterday, 02:29 PM
» Replies: 1
» Views: 218
|
RISC OS Linux port
Forum: PineTab Software
Last Post: Raik
02-26-2026, 05:40 AM
» Replies: 0
» Views: 100
|
New Pinetab- error when a...
Forum: PineTab Software
Last Post: Raik
02-26-2026, 01:21 AM
» Replies: 1
» Views: 285
|
Systemupgrade fails
Forum: PineTab Software
Last Post: Raik
02-25-2026, 11:15 PM
» Replies: 0
» Views: 60
|
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: wdt
02-25-2026, 06:44 PM
» Replies: 1
» Views: 176
|
wifi password wont save
Forum: General Discussion on PineTab
Last Post: WEF
02-24-2026, 06:47 PM
» Replies: 2
» Views: 371
|
|
|
| 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!
|
|
|
|
| box86 Actually Works Well on Manjaro Phosh/xfce |
|
Posted by: jakfish - 07-13-2023, 02:39 PM - Forum: General Discussion on PinePhone
- Replies (9)
|
 |
It's a bit of a hike to get to the end of compiling and installing, but once done, box86/WINE performs admirably on the PP Community phone/physical keyboard.
In xfce (though not in Manjaro Phosh, oddly), LibreOffice has laggy typing, but Word 97, despite its 20-second start-up, has none, and once the program is up, it's as robust as anything on the PP. All its features function and it works with the phone's suspend.
HanDBase, my favorite cross-platform database app, also does its job.
|
|
|
|
| Boot into NVME drive, no wifi, sound, buttons... |
|
Posted by: PaulQ - 07-13-2023, 01:50 PM - Forum: General Discussion on Pinebook Pro
- No Replies
|
 |
I installed an NVMe drive into my Pinebook Pro. I booted into Majaro from a MicroSD card, blew away the "ROOT_MNJRO" partition from the eMMC drive, and then use the Manjaro flash utility to flash Manjaro Arm for Pinebook to the NVMe drive. On reboot, I completed the setup, rebooted, and then there's no wifi, no audio, connecting my USB ethernet dongle doesn't get recognized, even the power button doesn't work. *UPDATE* The power button does work now.** If I flash this image to the eMMC drive, everything works fine. The same image works fine from the microSD card. For some reason, only when I flash the image to NVMe do I lose all of the functionality of the Pinebook Pro, though I can open a terminal and folders. Hoping someone here can point me in the right direction.
|
|
|
|
| Accessing the camera from Python |
|
Posted by: lagrang3 - 07-13-2023, 01:38 PM - Forum: PinePhone Software
- Replies (8)
|
 |
I've been trying to write a Python application for the Pinephone that needs access to the camera.
1. My first iteration was using python-opencv, but that doesn't work out of the box.
The simple first two lines:
```
import cv2
cap = cv2.VideoCapture(0)
```
produce the following error:
```
[ WARN:0@18.736] global ./modules/videoio/src/cap_gstreamer.cpp (2401) handleMessage OpenCV | GStreamer warning: Embedded video playback halted; module v4l2src0 reported: Device '/dev/video0' is not a capture device.
[ WARN:0@18.739] global ./modules/videoio/src/cap_gstreamer.cpp (1356) open OpenCV | GStreamer warning: unable to start pipeline
[ WARN:0@18.740] global ./modules/videoio/src/cap_gstreamer.cpp (862) isPipelinePlaying OpenCV | GStreamer warning: GStreamer: pipeline have not been created
[ WARN:0@18.758] global ./modules/videoio/src/cap_v4l.cpp (902) open VIDEOIO(V4L2:/dev/video0): can't open camera by index
```
There is some discussion about this problem in a manjaro forum: https://forum.manjaro.org/t/access-pinep...encv/94593
but there are no conclusive solutions.
I have two possible work-around to this issue:
2. I could build a python library reusing "megapixels" code (https://gitlab.com/postmarketOS/megapixels). By the way, there is a very interesting description of the pinephone camera interface in the README in that repository.
3. Or I could call an external command from my python executable that gets me the actual camera data, for example `ffmpeg` similarly to this blog post: https://blog.brixit.nl/camera-on-the-pinephone/
In my opinion, solution 3 is ugly and probably under-performant, while 2 seems overkill.
There should be a simple way to read the camera data natively from Python.
If anyone can give me a solution or a hint, I would really appreciate it.
|
|
|
|
|