| 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
Yesterday, 08:44 AM
» Replies: 0
» Views: 46
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 8,493
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 112
|
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,640
|
Updates have gotten me ex...
Forum: General Discussion on PineNote
Last Post: bills2002
04-02-2026, 05:16 PM
» Replies: 0
» Views: 115
|
Voidlinux working on eMMC
Forum: General Discussion on PineTab
Last Post: tllim
04-01-2026, 04:14 PM
» Replies: 1
» Views: 182
|
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: 894
|
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 574
|
|
|
| Testing and Donating |
|
Posted by: jmasters - 06-30-2020, 12:30 AM - Forum: UBPorts on PinePhone
- Replies (2)
|
 |
Hi Everyone,
I received my new Pinephone yesterday and was very impressed with the build quality. despite watching the videos, I was really expecting something more brick-like and not the nice form factor it arrived in. The OS experience is pretty similar to what I had seen in the videos. Its very early days and needs some work.
This is where my questions come in. I'm not very good at coding so can't really be of use there. However, is there any testing that I could be doing that would help the project? I get that it's not ready as a daily driver but I want to help this succeed and want to know how I can help out.
Second questions is around donating. I know that Ubports has a donations page and I plan on doing something there. Is there something similar for Pine64?
Thank you!
Jmasters
|
|
|
|
| Fixing audio after deep sleep: Work Thread |
|
Posted by: Syonyk - 06-29-2020, 05:24 PM - Forum: Linux on Pinebook Pro
- Replies (2)
|
 |
One of my major annoyances with the PBP right now is that sound doesn't work after deep sleep.
I'm using Ubuntu 20.04, the 5.7 kernel from Manjaro/tsys with the hwaccel patches, and the BSP uboot (as the mainline uboot/ATF don't support deep sleep yet, and I consider this an important feature). If you're following along, you're on your own if you're doing something different.
Coming out of deep sleep, the system simply doesn't have sound. If you run the proper incantations, and things aren't using the sound devices, you can, with a bit of fiddling, get sound working again.
Experimentally, playing with modules, I traced the issue down to module snd_soc_es8316 - coded up here: https://gitlab.manjaro.org/tsys/linux-pi...s/es8316.c
Compare this with, say, the es8328 file: https://gitlab.manjaro.org/tsys/linux-pi...s/es8328.c
You'll notice, if you look in the ops struct, that there's a suspend and resume function in the 8328 codec - but NOT in the 8316 codec!
My theory is that the reason there's no sound after deep sleep is because the 8316 driver simply doesn't know how to properly reset the codec after sleep. When the module is re-inserted, the device is re-initialized, which is why sound comes back - but there's no need to do this, if the module can simply perform the proper actions on resume. Right?
Let's implement that set of functions and try it out!
Hm. Copying the probe code into the resume handler doesn't appear to have worked. Time to go deeper.
|
|
|
|
| Slow on Manjaro Arm i3 |
|
Posted by: HaxNet - 06-29-2020, 12:09 PM - Forum: Linux on Pinebook Pro
- Replies (3)
|
 |
Hey guys - I feel like the laptop is super slow even if it is just opening a browser. CPU spikes up to 85%-95% just to load. I can't imagine 4GB ram and 5GB of swap is still that slow even at the beginning of starting up the laptop.
Anyone is having problem with this or is it just Manjaro i3 that is causing it?
|
|
|
|
| Save your sanity: If you buy a PBP, buy a serial adapter and USB to eMMC adapter. |
|
Posted by: Syonyk - 06-29-2020, 11:13 AM - Forum: General Discussion on Pinebook Pro
- Replies (11)
|
 |
It's about $15.
One thing I'm seeing, fairly consistently, is problems on the forum that are borderline impossible to troubleshoot without serial output.
Due to how the PBP brings up the display, it has to get quite far into the boot process before you'll see anything beyond the status LED. Troubleshooting "LED comes on, nothing else happens" without the serial output is both challenging and frustrating.
With the serial output from the various stages of boot firmware and potentially early kernel, troubleshooting becomes very straightforward, because all the stages are fairly verbose and tell you what's wrong if they can't proceed.
Also, given the boot ROM's rather odd preference to pull firmware from the eMMC before searching the SD card, a corrupt eMMC will easily prevent the system from booting, and it's quite annoying to correct.
With a UART and the USB eMMC adapter, both of these problem classes become radically easier to troubleshoot and fix.
So buy (or build) the proper adapters. Please. It's still very much beta, rough around the edges hardware in early boot, and it would be really nice to be able to be more helpful.
|
|
|
|
| RK3399 - big.LITTLE core choice optimization |
|
Posted by: lucserre - 06-29-2020, 08:13 AM - Forum: Pinebook Pro Hardware and Accessories
- Replies (3)
|
 |
The A72 and A53 core are each (according to Rockchip) optimized for, respectively, high-performance and low power.
How does our system (linux kernel maybe?) choose which processes to put into which core?
For example, if I'm running a single thread process that occupies 100% of one single core, I would like the system to choose the high-performance core in order to complete the task faster, rather than choosing the low power core to save power.
Do we (end users) have any control over this? Should we?
|
|
|
|
| Mobian upgrade path |
|
Posted by: patrickjquinn - 06-29-2020, 05:28 AM - Forum: Mobian on PinePhone
- Replies (7)
|
 |
Hey group,
Switched my CE over to Mobian and i'm quite impressed by Phosh and by the Mobian underpinnings so well done.
Quick question, if I install the nightly and run an apt upgrade, will this pull down the latest changes upstream from the mobian project? Or will it just upgrade the base Bullseye packages? Are there repos set up for Mobian yet is essentially my question.
Thanks!
|
|
|
|
|