| 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
04-06-2026, 08:44 AM
» Replies: 0
» Views: 170
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 8,717
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 262
|
Charging problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
04-04-2026, 07:30 AM
» Replies: 0
» Views: 118
|
Latest firmware for PineP...
Forum: PinePhone Software
Last Post: baptx
04-03-2026, 08:37 AM
» Replies: 106
» Views: 217,057
|
Updates have gotten me ex...
Forum: General Discussion on PineNote
Last Post: bills2002
04-02-2026, 05:16 PM
» Replies: 0
» Views: 218
|
Voidlinux working on eMMC
Forum: General Discussion on PineTab
Last Post: tllim
04-01-2026, 04:14 PM
» Replies: 1
» Views: 300
|
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
03-28-2026, 02:37 AM
» Replies: 1
» Views: 2,090
|
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 939
|
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 606
|
|
|
| Sound Quit |
|
Posted by: TonyK - 01-14-2020, 10:51 AM - Forum: General Discussion on Pinebook Pro
- Replies (5)
|
 |
I have been using Youtube and the sound was working. However, when I later tried to play a video the sound setting was at the max setting on YT and on the computer which caused the sound to quit working. Now I can no longer get sound on anything neither with the headphones nor the speakers. I did reboot the machine but that did not help. The speaker test in the sound preferences did not work. It seems as though the sound has been blown out.
Is this a hardware issue? This is my first day with this machine and I was beginning to really like this machine.
Any help would be greatly appreciate.
|
|
|
|
| What's your SOC temperature? |
|
Posted by: Der Geist der Maschine - 01-13-2020, 11:19 PM - Forum: Pinebook Pro Hardware and Accessories
- Replies (3)
|
 |
On my pinebook pro, the idle SOC temperature is 41 deg Celsius. When I put it under load with make -j6, it rises to 70 deg Celsius.
My wife's pinebook pro arrived and the idle SOC temperature is just 33 deg Celsius. When we put it under load with make -j6, it rises to 61 deg Celsius, only.
With idle, I mean just being logged into Mate without running any programs.
What are your's SOC temperatures?
Why is there a difference? Maybe the thermal paste sits sometimes better/worse on the SOC?
|
|
|
|
| Wifi icon dissaperread |
|
Posted by: gimy16 - 01-13-2020, 03:17 PM - Forum: Linux on Pinebook Pro
- Replies (2)
|
 |
I was changing the appearence of the top menu, when the wifi icon had disappeared and I'm not able to show it again.
I can connect the wifi, but I have no access to the manager in order to enter to new wifi...
Could someon help please?
Thanks!
|
|
|
|
| FIX: Little or no lcd backlight |
|
Posted by: Schtromar - 01-13-2020, 12:42 PM - Forum: General Discussion on Pinebook Pro
- No Replies
|
 |
Just got my PBP! I love it, it's sleek as hell and a bajillion times lighter than my old HP.
One problem though: it decided to lose its backlight. I could just barely make out the shapes on the screen, but it was far from usable until I started looking around and found an interesting file: /sys/class/backlight/edp-backlight/bl_power
This might not work for you, but it did help me:
Code: echo "0" > /sys/class/backlight/edp-backlight/bl_power
All's well that ends well
UPDATE:
The problem came back after a couple of reboots. I guess having the lcd controller offline for a while might reset it? Anyway, my fix is simple:
open the crontab for root user:
add the following line to the file:
Code: echo "24" > /sys/class/backlight/edp-backlight/brightness
this sets the brightness to 24 (out of 255 because 2^8=256) on every boot. You can replace 24 with any value between 0 and 255 (although I would not recommend 0)
|
|
|
|
| Gentoo on Pinebook Pro RELEASE |
|
Posted by: jannik2099 - 01-13-2020, 10:47 AM - Forum: Linux on Pinebook Pro
- Replies (54)
|
 |
Hello everyone
UPDATE: everything necessary for a full release should now be packaged. After tidying up stuff and providing up to date tarballs, we should officially be out of beta!
Today marks the beta release of my Gentoo install script. This is NOT an image you flash to an SD but rather a script that modifies a Gentoo tarball for the Pinebook Pro. You'll have to do the usual setup yourself as is Gentoo tradition, but the Pinebook Pro specifics like Kernel and Firmware are (mostly) handled by the script.
Instructions are in the GitHub README, please report bugs and questions here. You can also find me on the PINE64 Discord.
The script takes about 20 60 minutes to run on the pbp, compiling the kernel is another ~90 minutes. This means you should have a working Gentoo install after less than three hours, plus some time spent reading the Handbook.
Link to GitHub: https://github.com/Jannik2099/gentoo-pinebookpro
Status of this release:
Most things should behave the same as in Manjaro since this uses the Manjaro Kernel. This means we have working wifi, bluetooth, GPU acceleration.
The mali blob drivers are not supported since the dts is incompatible, this uses panfrost.
Tested Desktop environments are KDE Plasma and sway. Both work without issue.
There's no reason to believe that other DEs might be broken, I simply don't have the time to compile all of them.
This script is compatible with both systemd and OpenRC tarballs.
This script is compatible with glibc and musl tarballs.
The Qt libraries are configured to use the gles2 backend, this is significantly faster and more stable in my experience. However Krita and Digikam are unavailable as a result. You can use them if you disable the gles2 backend.
A huge shoutout to the Manjaro team for their help and insights, this project would not have been possible without you!
With that being said, enjoy and please report all bugs, suggestions and nitpicks!
|
|
|
|
| Netflix not working (fix for Bionic installs) |
|
Posted by: stealthbanana - 01-13-2020, 05:11 AM - Forum: Pinebook Pro Tutorials
- Replies (1)
|
 |
Netflix stopped working for me in my install, complaining that it could not find the widevine plugin, I am running on Bionic and with KDE Neon on top. Here is the simple way I fixed it, seems it is down to the latest version of Chromium not playing nice and downgrading to version 78 fixes this.
First thing is to nip to mrfixits github and grab the versions of the browser and codecs from there. Current link below.
https://github.com/mrfixit2001/updates_r...filesystem
Remove the current install of chromium-browser and chromium-codecs-ffmpeg-extra
Install the downloaded versions, the easiest way is to chuck both files in a directory, cd to the directory and
Now there will be a problem, the system will want to update the now older files so we need to put a hold on the packages, this is done by marking them for a hold.
Code: sudo apt-mark hold chromium-browser
sudo apt-mark hold chromium-codecs-ffmpeg-extra
Best check it works by looking at policies. and you should see something like:
Code: $ apt-cache policy chromium-browser
chromium-browser:
Installed: 78.0.3904.97-0ubuntu0.16.04.1
Candidate: 79.0.3945.79-0ubuntu0.18.04.1
Version table:
79.0.3945.79-0ubuntu0.18.04.1 500
500 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe armhf Packages
500 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf Packages
*** 78.0.3904.97-0ubuntu0.16.04.1 100
100 /var/lib/dpkg/status
65.0.3325.181-0ubuntu1 500
500 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf Packages
$ apt-cache policy chromium-codecs-ffmpeg-extra
chromium-codecs-ffmpeg-extra:
Installed: 78.0.3904.97-0ubuntu0.16.04.1
Candidate: 79.0.3945.79-0ubuntu0.18.04.1
Version table:
79.0.3945.79-0ubuntu0.18.04.1 500
500 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe armhf Packages
500 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf Packages
*** 78.0.3904.97-0ubuntu0.16.04.1 100
100 /var/lib/dpkg/status
65.0.3325.181-0ubuntu1 500
500 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf Packages
OK, not running the latest version, but it will work. You will have to refresh any tabs as it will not resume open tabs, as the system agent will have changed.
Hope this helps anyone who has lost Netflix / Amazon Prime.
|
|
|
|
|