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.
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"]
...