Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,698
» Latest member: rth
» Forum threads: 16,260
» Forum posts: 117,188

Full Statistics

Latest Threads
Volumio (PINE A64-LTS / S...
Forum: Linux on PINE A64-LTS / SOPINE
Last Post: kapqa
Today, 02:02 AM
» Replies: 8
» Views: 15,502
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: rth
Yesterday, 08:25 PM
» Replies: 1
» Views: 203
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: brorean
11-21-2025, 08:45 PM
» Replies: 1
» Views: 121
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: brb78
11-20-2025, 04:15 PM
» Replies: 0
» Views: 102
Recycling pinephone as ho...
Forum: PinePhone Hardware
Last Post: biketool
11-20-2025, 09:04 AM
» Replies: 5
» Views: 602
Light Sensor / Proximity ...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-18-2025, 03:07 PM
» Replies: 1
» Views: 166
How to stop it turning on
Forum: General Discussion on PinePhone
Last Post: biketool
11-18-2025, 02:30 PM
» Replies: 3
» Views: 473
8/24 status of JumpDrive
Forum: PinePhone Software
Last Post: biketool
11-18-2025, 01:27 PM
» Replies: 5
» Views: 2,163
Questions about running U...
Forum: General Discussion on PineTime
Last Post: alicesphere
11-18-2025, 12:48 AM
» Replies: 0
» Views: 99
Difficulty with openSUSE ...
Forum: PinePhone Software
Last Post: danm1988
11-17-2025, 07:49 AM
» Replies: 0
» Views: 101

 
  Updating python
Posted by: sinistermrcream - 11-22-2019, 10:55 AM - Forum: Linux on Pinebook Pro - Replies (3)

I may be a Linux noob on this, but I wanted to update Python. I pulled down 3.8 from the Python SFTP, ran configure, make, make install, and updated alternatives. I chose to make 3.8 "python" as I never use 2.7.

Whoops!

It seems the Pine Advanced Mate Menu is dependent on 2.7 being in place. I lost my menu and the pine key did nothing. A little time spent reading logs and I find a python error message. Set the system to use 2.7 for "python" again, quick restart, and my menu is back.

Still missing my MrFixIt update script icon, so I need to do a little more digging.

Anyone else hit this issue?


  Ayufan apt repository?
Posted by: ab1jx - 11-22-2019, 10:50 AM - Forum: General Discussion on ROCK64 - Replies (2)

At http://deb.ayufan.eu/orgs/ayufan-rock64 there's no Buster.  I was careful to look for an Ayufan Buster image
https://github.com/ayufan-rock64/linux-b...m64.img.xz But I worked with it for a week or so before I discovered there are no Ayufan repositories in the sources.list it contains.

I managed to get X running but without acceleration (modesetting works), I built the armsoc driver from source.  But there's still something missing because it gives me a black screen and in the xorg log I see

Code:
[ 80174.089] (EE) AIGLX error: dlopen of /usr/lib/aarch64-linux-gnu/dri/armsoc_dri.so failed (/usr/lib/aarch64-linux-gnu/dri/armsoc_dri.so: cannot open shared object file: No such file or directory)
[ 80174.089] (EE) AIGLX error: unable to load driver armsoc

Locate finds no armsoc_dri.so anywhere, there's just an armsoc_drv.so in  /usr/lib/xorg/modules/drivers (once I fixed the PREFIX so it went there).  Are there 2 different files or should I symlink one to the other?  There aren't many (EE) errors left in the log.  And by the error it's looking where many of the normal libraries are, not where the xorg drivers are.  The path is probably compiled into armsoc_drv.so but it looks specific to armsoc.

I was poking around on here and discovered there's a script /usr/local/sbin/install_desktop.sh.  But when I tried to install manually some of the stuff it installs they aren't found like they were somewhere else.  xserver-xorg-video-armsoc, libdrm-rockchip1,  libgl4es1 are missing.  I installed what I could, there's still no armsoc_dri.so.

-------------

Looking elsewhere having the armsoc_dri.so missing is common (or always).  Fedex just unexpectedly brought me 2 new SD cards yesterday, so I'm going to load up Stretch on one.  The nice thing about having a spinning rust drive in a USB housing is that I can change SD cards and still access it.  It's just storage, I don't boot from it.


  Trackpad firmware update
Posted by: Luke - 11-22-2019, 09:42 AM - Forum: General Discussion on Pinebook Pro - Replies (263)

[edit 03/04/2021] These instruction's do not apply to Pinebook Pros shipping in 2021. The new and improved keyboard/ trackpad firmware is already flashed on the devices. This thread is now archived and locked.


[edit 10/01/2020] FW flahing Instructions have been edited for both ISO and ANSI users now


Credit goes to @tllim , @xalius , @ayufan and @anarsoul 

N.B. This trackpad/ keyboard firmware update applies to all Pinebook Pros produced in 2019

Before you start:
Your Pinebook Pro should be either fully charged or, preferably, running of mains. This utility will be writing chips on the keyboard and trackpad, so a loss of power during any stage of the update can result in irrecoverable damage to your trackpad or keyboard.

The scripts ought to work on all OSs available for the Pinebook Pro. Some OSs may, however, require installation of relevant dependencies.

Please report any issues you encounter in this thread.

What you'll need:

  • Your Pinebook Pro fully charged / running of mains power
  • Connection to WiFi
  • An external USB keyboard/ access to the Pinebebook Pro via ssh 

What you need to do:

Please follow @ayufan's instructions exactly

[edit 14/01/2020] If you encounter issues please try this.
[url=https://forum.pine64.org/showthread.php?tid=8407&pid=56570#pid56570][/url]
Instruction Brief for BOTH models (read original instructions for further details):

ISO version
Code:
git clone https://github.com/ayufan-rock64/pinebook-pro-keyboard-updater
cd pinebook-pro-keyboard-updater
sudo apt-get install build-essential libusb-1.0-0-dev xxd
make

First Step:

Code:
sudo ./updater step-1 iso
sudo reboot

Second Step:
Code:
cd pinebook-pro-keyboard-updater
sudo ./updater step-2 iso
sudo reboot
------------------------------------------------------------------------

ANSI version
Code:
git clone https://github.com/ayufan-rock64/pinebook-pro-keyboard-updater
cd pinebook-pro-keyboard-updater
sudo apt-get install build-essential libusb-1.0-0-dev xxd
make

First Step:
Code:
sudo ./updater step-1 ansi
sudo reboot

Second Step:
Code:
cd pinebook-pro-keyboard-updater
sudo ./updater step-2 ansi
sudo reboot


  Article: Building a Rust Driver for PineTime’s Touch Controller
Posted by: lupyuen - 11-22-2019, 07:36 AM - Forum: PineTime Tutorials - Replies (1)

My new article is out! Read all about PineTime's Touch Controller... And see the Touch Controller driver in action, created with Rust and Mynewt OS...

Building a Rust Driver for PineTime’s Touch Controller


  NVMe power issue?
Posted by: tsys - 11-21-2019, 07:49 PM - Forum: Pinebook Pro Hardware and Accessories - Replies (17)

Hi all,

I've just experienced what appears to be a power issue with the VCC3V3_SSD and probably also the VCC3V3_SYS rail. When my battery is below 40 % communication with the NVMe SSD fails on bootup. This manifests itself in either kernel warnings on bootup and a kernel panic as soon as i enter lspci or a kernel panic immediately on bootup.

My current theory is that during probing of partitions on the NVMe SSD the SSD enters a high power mode and U3 can't keep VCC3V3_SYS at 3.3 V.
The SSD I'm using is a Corsair MP510. Its supported power states are

Code:
St Op     Max   Active     Idle   RL RT WL WT  Ent_Lat  Ex_Lat
0 +     6.80W       -        -    0  0  0  0        0       0
1 +     5.74W       -        -    1  1  1  1        0       0
2 +     5.21W       -        -    2  2  2  2        0       0
3 -   0.0490W       -        -    3  3  3  3     2000    2000
4 -   0.0018W       -        -    4  4  4  4    25000   25000

I'm in general somewhat puzzled about how the Pinebook Pro is supposed to stay operational when the battery is low. The discharge cutoff voltage of the battery is specified as 2.75 V. However U3 is just a step-down regulator. Thus it won't be able to maintain VCC3V3_SYS at 3.3 V once the battery discharges below 3.3 V.

Has anybody else experienced anything similar yet?


Lightbulb Diablo con Pinebook Pro
Posted by: colemancda - 11-21-2019, 05:20 PM - Forum: General Discussion on Pinebook Pro - Replies (4)

Compiled https://github.com/diasurgical/devilutionX


  Wi-Fi usb token. I triestini wihubuntu
Posted by: acwild - 11-21-2019, 03:40 PM - Forum: General Discussion on ROCKPRO64 - No Replies

since the LAN of my card almost immediately started to throw a tantrum.  I thought of connecting a usb wifi with rtl-8192eu chipset.  in any way I try to install the drivers I get compilation errors and I ask if there is a procedure to follow in order to install this damned usb token to resume using the card.  Thank you all for your understanding


  Install OS directly to eMMC?
Posted by: tahayassen - 11-21-2019, 02:17 PM - Forum: PinePhone Software - Replies (11)

It seems all the OS install tutorials make use of a SD card. Given that the phone doesn't come with a SD card, it is possible to install an OS directly to the eMMC?


  Pinebook Pro replacement keyboards/parts
Posted by: bcnaz - 11-21-2019, 01:33 PM - Forum: Pinebook Pro Hardware and Accessories - Replies (12)

*
 Just wondering 'when' we will be able to purchase replacement keyboards for our Pinebook Pro's  ?

As for substituting an ISO for an ANSI  or a ANSI for an ISO,  or simply because something broke on your original keyboard  ?

Also perhaps replacement or upgrade motherboards as the PBP matures.....

What if you happen to damage your screen  ?

I am hoping to see some replacement parts on the store website.

    Thanks  !

(Maybe some cool accessories like skins or cases as well)


  Power consumption math
Posted by: Mentaluproar - 11-21-2019, 11:02 AM - Forum: General Discussion on ROCKPRO64 - No Replies

I’m retooling my rockpro64 NAS and considering things I want to do to it eventually that I couldn’t pull off this time around. I’m trying to plan for increased power draw since as is I cannot boot from usb3, even with a powered usb hub. Only USB2 boot works and this has supposedly been traced to the rockpro64 not getting enough power. 

If I were to bump this to 4 hard drives and a Marvell sata card (those are stable now, right?) what would the power draw be at peak with gpu?