01-19-2020, 02:01 PM (This post was last modified: 01-19-2020, 02:02 PM by aaspectre.)
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.
01-19-2020, 04:05 PM (This post was last modified: 01-19-2020, 04:38 PM by Wizzard.)
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)
(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).
01-20-2020, 01:38 PM (This post was last modified: 01-20-2020, 02:19 PM by Wizzard.)
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
01-20-2020, 10:47 PM (This post was last modified: 01-20-2020, 10:48 PM by jazzmans.)
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.
01-21-2020, 01:55 AM (This post was last modified: 01-21-2020, 01:56 AM by Wizzard.)
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"]
...