| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
Today, 08:44 AM
» Replies: 0
» Views: 40
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
Yesterday, 03:03 AM
» Replies: 19
» Views: 8,489
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 111
|
Charging problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
04-04-2026, 07:30 AM
» Replies: 0
» Views: 65
|
Latest firmware for PineP...
Forum: PinePhone Software
Last Post: baptx
04-03-2026, 08:37 AM
» Replies: 106
» Views: 215,621
|
Updates have gotten me ex...
Forum: General Discussion on PineNote
Last Post: bills2002
04-02-2026, 05:16 PM
» Replies: 0
» Views: 113
|
Voidlinux working on eMMC
Forum: General Discussion on PineTab
Last Post: tllim
04-01-2026, 04:14 PM
» Replies: 1
» Views: 181
|
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
03-28-2026, 02:37 AM
» Replies: 1
» Views: 2,016
|
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 893
|
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 574
|
|
|
Finally got Kali working on my Pinebook Pro! |
|
Posted by: qingss0 - 04-04-2026, 08:00 AM - Forum: General Discussion on Pinebook Pro
- No Replies
|
 |
I bought a crashed second-hand Pinebook Pro for a rock-bottom price.After some thinking and several attempts, I finally managed to get Kali Linux up and running properly on my Pinebook Pro.
What worked for me:
- Switched to USTC (University of Science and Technology of China) mirrors
- Used a command to bypass the command-not-found hook error.
Feels great to see apt-update complete without segmentation faults or decompression errors. The Pinebook Pro is finally usable with Kali!
|
|
|
|
| Charging problem |
|
Posted by: RicTor - 04-04-2026, 07:30 AM - Forum: General Discussion on Pinebook Pro
- No Replies
|
 |
Occasionally when booting up the PBP, charging does not start up. The PBP can then totally discharge its battery. This happens when the battery is full, having been on charge all night. It is not predictable!
I have been investigating and think I have found what is happening - hence how to trigger charging. But I don't know why!
Anyone else have the problem?
Are there any experts here who know the power / charging system? I can use help understanding the schematic...
|
|
|
|
| Updates have gotten me excited again |
|
Posted by: bills2002 - 04-02-2026, 05:16 PM - Forum: General Discussion on PineNote
- No Replies
|
 |
For a while I was without PineNote tools on the tool bar (refresh, screen mode, ...). Also due to hacking, it wouldnt survive a reboot without SSH fixing...all me on that one.
Anyway with the latest update...Im finding it very useable.
- Liferea for RSS feeds. Read the news, 3 pane window landscape...very functional. Cant remember how I imported them but have 100s of feeds. Update all takes about 5 minutes and then there is more articles than I can consume.
- KOreader with OPDS / Project Gutenberg gets me tons of reading material.
- Xournal++ for notes and drawings
Set the screen mode to BW:1 (or dither) and turn off automatic screen updates. No flashing, smooth scrolling, clear as day.
Still wish:
- X11 was available for more panel options.
- faster writing response in Xournal++
- Some form of Libby / overdrive for checking out books from libraries.
Just wanted to say that it is beoming a daily need now.
Fingers crossed for a PineNote 2 with more cores, more mem, expandable storage.
Bill
|
|
|
|
| Voidlinux working on eMMC |
|
Posted by: cheepeero - 03-30-2026, 05:07 PM - Forum: General Discussion on PineTab
- Replies (1)
|
 |
Hi!
I have decided to try out Voidlinux on my Pinetab2, replacing the factory Archlinux I had installed until now. When I finished, I found that the same Plasma 6 desktop is much more responsive, with a significantly lower memory footprint. Maybe this is due to musl vs glibc, but it also might be that I have missed some memory-intensive services. Also note that I am using my old Archlinux home folder on the new Voidlinux system, and everything works.
So, here is my experience with this migration. I hope it will help others that want to migrate or try Voidlinux, so you can avoid bricking the Pinetab2 in the process, like I did.
First, I followed the installation instructions on the Pinetab2 releases page, which wrongly state that the Voidlinux image there is suitable both for the SD card and for the eMMC. The SD card worked, but flashing the eMMC bricked the device, so I had to revive it using the UART debugger. Do not do that!
The resources I needed are as follows:
If you follow my steps, and skip step 2, you won't need this, but it was handy for me:
Below are the steps I took. If you follow this, SKIP STEP 2!
0. On the Pinetab2 I had the danctnix preinstalled factory image, which I used productively since I first received the device. At this step, I backed up my files using dd, and migrated my LVM home onto a separate HDD via USB.
1. I flashed Voidlinux as instructed in the Pinetab Software Releases page onto an SD card, and it booted just fine. I did not require the UART device.
2. DO NOT DO THIS STEP! It is here for informative purposes only: I flashed the same Voidlinux SD card image onto eMMC, as instructed by the Wiki page, which bricked the pinetab. So, again, DO NOT DO THIS.
- I recovered with the UART (https://pine64.org/documentation/PineTab...s_and_FAQ/ - Recovery from non-booting device) and installed a fresh danctnix Archlinux factory image.
- Note to maintainers: please remove the faulty instruction from the Wiki page, or, alternatively, clarify how to flash Voidlinux to the eMMC.
3. After the blunder above, I rebooted into the Voidlinux SD card install, and I left the eMMC mmcblk0p1 unchanged (the boot partition, with danctnix u-boot and the kernel), but recreated and formatted the root partition, mmcblk0p2, with an empty ext4 filesystem.
4. From the SD card I followed the instructions on chroot install from Voidlinux handbook (https://docs.voidlinux.org/installation/...hroot.html), with the following notes:
- mounted /dev/mmcblk0p2 as /mnt, next /dev/mmcblk0p1 as /mnt/boot. There is no need for an EFI partition.
- I used `ARCH=aarch64-musl` and the repo URL `REPO=https://repo-default.voidlinux.org/current/aarch64/`
- after copying the xbps keys and running the chroot install, remember to skip the rootfs tarball method, but continue with generating fstab and setting a root password
- also skip stuff related to GRUB and EFI
- as a side note, the section about Pinebook Pro does not apply at all to Pinetab2
5. I jumped to the Voidlinux-pinetab2 readme on github, and installed all the packages mentioned there. I did not have the files downloaded on SD card, so had to configure the network at this step, but one can prepare the files beforehand, after flashing the Voidlinux SD card.
- the imageramfs step did not work - out of disk space on boot partition, but the system boots and works fine without it
- the u-boot boot.scr needed to be regenerated. The xbps-install output provides necessary instructions on-screen
6. Unmounted /mnt/boot and /mnt, sync and next poweroff, remove SD card, power on from button, and Voidlinux booted from eMMC successfully into the text console.
7. As root, started following the Voidlinux handbook guide on how to configure the system (lvm, sddm, wayland, xdg portals, cron etc). Finally, I configured my non-root user, after installing and testing SDDM and KDE, I moved back the LVM home volume from the external HDD, and all worked out well. (Note that I still had the dd backup of the LVM volume, just in case)
At this stage I still have Voidlinux-related stuff to fix, but the base system and KDE/Plasma works.
|
|
|
|
| A/V output enable |
|
Posted by: 8lall0 - 03-24-2026, 04:45 PM - Forum: Linux on Rock64
- No Replies
|
 |
Hello everyone!
I have a Rock64, but i cannot get the A/V jack to output video.
Do you have any hints?
Thanks!
|
|
|
|
| If your USB-C port is flakey... |
|
Posted by: Zebulon Walton - 03-24-2026, 02:25 PM - Forum: PinePhone Pro Hardware
- No Replies
|
 |
I was having problems with my Pinephone's USB-C charging port. I tried a few different cables but they were all making intermittent connections, if the phone was moved around at all power could be lost and then would reconnect making the phone boot up.
I do have a spare USB board but before doing surgery on the phone I sprayed some DeoxIT contact cleaner into the port and plugged/unplugged a USB cable several times. After doing this the port is working fine! Even directly wiggling the connector doesn't break the connection.
The Pinephone's USB port is open to dirt and debris and over the years apparently enough got in there to affect the connection. So if you're having problems with your USB connection this is something to try before swapping out the board.
*** EDIT *** Oops, I meant to post this in the regular Pinephone board, not the Pro board! Though I expect this info applies to both models.
|
|
|
|
| Pine a64+ power supply |
|
Posted by: davidspencer - 03-18-2026, 01:02 AM - Forum: General Discussion on PINE A64(+)
- No Replies
|
 |
Hello,
I’m new here. A friend gave me his old Pine A64+ that I want to use to run a program for my 3D printer. I’ve run into some problems and narrowed them down to a few possibilities, one of which is the power supply. What do you all use for your Pine A64+ boards?
Right now I’m using a USB cable from an old 5 V phone charger plugged into a cheap surge‑protected power strip. Is that okay, or do I need a more stable or controlled power source?
|
|
|
|
| Prohibit Pinecil from going nuclear |
|
Posted by: snorkel - 03-12-2026, 07:30 AM - Forum: Pinecil Software
- Replies (2)
|
 |
Got my Pinecil some weeks ago. Fixed me a DC plug so I could run 24V.
It works just fine! Most of the time...
Then and again it goes into nuclear mode, I see it tries to run 450C or something like it.
After that the tip is toast.
Now, tips are'nt directly cheap and I consider this to be a manufacturing problem.
But you all know the drill..
What I want to know, does anybody else have this problem?
I saw some weird setting regarding high temperature, nothing I could turn off as far as I understodd.
Please help, before I run out of tips..
/Snorkel
|
|
|
|
| Looking for PineTime users to test an Android app with BLE heart rate support |
|
Posted by: Mitrax - 03-11-2026, 11:42 AM - Forum: General
- Replies (2)
|
 |
Hi everyone,
I'm currently developing a small Android app called Dormivox.
The Bluetooth feature was mainly designed with the Pine watch in mind – mostly because I like the project.
Current features:
• Live noise level detection
• Alarm to interrupt snoring
• Night statistics and history
• Playback of recorded audio segments
• Optional Bluetooth heart rate input (BLE)
I'm particularly interested in testing Bluetooth heart rate devices with open BLE support (for example PineTime or other BLE HR monitors).
If anyone here would like to try it and give some feedback, that would be very helpful.
You can find the app on the Play Store by searching for: Dormivox
Thanks!
Mitrax
|
|
|
|
|