PINE64
Armbian for the Pinebook Pro [WIP] - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: Armbian for the Pinebook Pro [WIP] (/showthread.php?tid=8840)

Pages: 1 2 3 4 5 6 7


Armbian for the Pinebook Pro [WIP] - Luke - 01-19-2020

WIP Armbian OS images for the Pinebook Pro are now available.

Download Page


RE: Armbian for the Pinebook Pro [WIP] - aaspectre - 01-19-2020

very pleased with the pace of things with the pbp, i haven't seen anything like it before outside raspberry pi stuff. i'm spending a lot of time lurking here just to see things develop in front on my eyes.


RE: Armbian for the Pinebook Pro [WIP] - Wizzard - 01-19-2020

Looks good for now. Konsole does not crash on dmesg, Stella runs fine on software rendering, Kubuntu PPA works fine. Tomorrow I can try KDE Neon and upgrade to 19.10. For now, it looks very stable and usable. OpenGL renderer is just llvmpipe, but the performance is nice.

edit: sound does not seem to work
edit2: neither I do not see the battery percentage
edit3: sleep is not supported (or disabled)


RE: Armbian for the Pinebook Pro [WIP] - pawlinski - 01-20-2020

(01-19-2020, 04:05 PM)Wizzard Wrote: Looks good for now. Konsole does not crash on dmesg, Stella runs fine on software rendering, Kubuntu PPA works fine. Tomorrow I can try KDE Neon and upgrade to 19.10. For now, it looks very stable and usable. OpenGL renderer is just llvmpipe, but the performance is nice.

edit: sound does not seem to work
edit2: neither I do not see the battery percentage
edit3: sleep is not supported (or disabled)

You checked the Bionic image, right? On Buster I had a problem with wifi, but the whole overall also looked good (also without sound, battery and sleep).


RE: Armbian for the Pinebook Pro [WIP] - Wizzard - 01-20-2020

Yes, Bionic, I installed all of the KDE packages I use on regular Ubuntu install. Will play with that tonight to check the sound issue.


RE: Armbian for the Pinebook Pro [WIP] - Wizzard - 01-20-2020

Ok, so this is what I found;
- there is no problem upgrading to 19.10 also with Kubuntu PPA enabled
- sound works after some playing. I installed all Phonon packages and played with Audio settings in KDE and it finally works.
- Stella finally runs at full speed also in OpenGL and OpenGL ES mode
- Konsole does not crash on dmesg command
- I can install Krita (there is arm64 package available)
- Sleep mode is supported (but waking up does not work, there are some error messages in console after and I have to reboot)
- battery status is not shown yet

This looks to be an ideal OS for me so far.

Also, I am trying to solve this issue:

Code:
sudo apt update               
Hit:1 http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu eoan InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports eoan InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports eoan-security InRelease                     
Hit:5 http://ppa.launchpad.net/libretro/stable/ubuntu eoan InRelease               
Hit:6 http://ports.ubuntu.com/ubuntu-ports eoan-updates InRelease
Hit:7 http://ports.ubuntu.com/ubuntu-ports eoan-backports InRelease                    
Hit:8 http://ports.ubuntu.com/ubuntu-ports eoan-proposed InRelease                     
Hit:3 https://apt.armbian.com eoan InRelease                                           
Traceback (most recent call last):                                    
  File "/usr/lib/cnf-update-db", line 26, in <module>
    col.create(db)
  File "/usr/lib/python3/dist-packages/CommandNotFound/db/creator.py", line 93, in create
    self._fill_commands(con)
  File "/usr/lib/python3/dist-packages/CommandNotFound/db/creator.py", line 127, in _fill_commands
    self._parse_single_commands_file(con, fp)
  File "/usr/lib/python3/dist-packages/CommandNotFound/db/creator.py", line 165, in _parse_single_commands_file
    suite=tagf.section["suite"]
KeyError: 'suite'
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 145, in apport_excepthook
    os.O_WRONLY | os.O_CREAT | os.O_EXCL, 0o640), 'wb') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_usr_lib_cnf-update-db.0.crash'

Original exception was:
Traceback (most recent call last):
  File "/usr/lib/cnf-update-db", line 26, in <module>
    col.create(db)
  File "/usr/lib/python3/dist-packages/CommandNotFound/db/creator.py", line 93, in create
    self._fill_commands(con)
  File "/usr/lib/python3/dist-packages/CommandNotFound/db/creator.py", line 127, in _fill_commands
    self._parse_single_commands_file(con, fp)
  File "/usr/lib/python3/dist-packages/CommandNotFound/db/creator.py", line 165, in _parse_single_commands_file
    suite=tagf.section["suite"]
KeyError: 'suite'
Reading package lists... Done
E: Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -w /var/lib/command-not-found/ -a -e /usr/lib/cnf-update-db; then /usr/lib/cnf-update-db > /dev/null; fi'
E: Sub-process returned an error code



RE: Armbian for the Pinebook Pro [WIP] - jazzmans - 01-20-2020

Armbian, Running debian, not ubuntu. Anyone have any luck getting wifi to connect? it's on, and sees networks, but fails on connection, as if the password was wrong. (It's not, tried three different networks I control, and failed connecting to any of them)


I'd love to have 'pure' debian stable (sort of) running on my pinebook pro, instead of oldstable.


RE: Armbian for the Pinebook Pro [WIP] - Wizzard - 01-21-2020

Yesterday I made another test with Armbian Ubuntu, installed KDE Neon on Bionic and it also runs well, including acceleration and sound. Sleep does work too, but does not wake up. Battery status does not work.

I found out that the following previous error is caused by changing bionic to eoan of focal in sources list. When I change that, this error appears after running apt update.

Code:
Traceback (most recent call last):                                    
 File "/usr/lib/cnf-update-db", line 26, in <module>
   col.create(db)
 File "/usr/lib/python3/dist-packages/CommandNotFound/db/creator.py", line 93, in create
   self._fill_commands(con)
 File "/usr/lib/python3/dist-packages/CommandNotFound/db/creator.py", line 127, in _fill_commands
   self._parse_single_commands_file(con, fp)
 File "/usr/lib/python3/dist-packages/CommandNotFound/db/creator.py", line 165, in _parse_single_commands_file
   suite=tagf.section["suite"]
...



RE: Armbian for the Pinebook Pro [WIP] - Wizzard - 01-21-2020

Seems that KDE Neon does not have kernel module working.


RE: Armbian for the Pinebook Pro [WIP] - Wizzard - 01-22-2020

Nobody using Armbian Ubuntu?
Today I upgraded to 20.04 and it runs fine, accelereation and sound works, battery not. Stella runs fast! Smile