[ARM Stable Update] 2022-01-23 - Python 3.10, Firefox, Plasma, Thunderbird, Handbrake and Kernels

Hello ARM community.

This is a pretty big update as it has everything!

The PinePhone Pro is now available for pre-order


Some highlights:

  • Most of our kernels got updated
  • Python got a big update with 3.10
  • Firefox got updated to 96.0.2
  • And Thunderbird got updated to 91.5.0
  • KDE Plasma got its final point release of the 5.23 series with 5.23.5
  • Also KDE Frameworks got updated to 5.90
  • Handbrake had a major new release with 1.5.1
  • This also introduces support for the ClockworkPI DevTerm and some more Beelink devices
  • Lots of updated packages for our Mobile offerings
  • The regular Python updates
  • And regular updates from upstream

How to get Waydroid working

If you follow these steps, you should have Waydroid working fine.

Remember, Waydroid only works on wayland!

  • Install waydroid-image and all it’s dependencies.
  • Run pkexec setup-waydroid.
  • You should now be able to launch Waydroid. The first launch takes a while.
How to use Kodi RPI on Manjaro ARM

If anyone wants to test kodi on the rpi, install these packages:

sudo pacman -S kodi-rpi kodi-rpi-dev kodi-rpi-eventclients kodi-rpi-tools-texturepacker linux-rpi4 xf86-video-fbdev

Have it set up is to boot straight in to kodi

This means the kodi.service file need to replace whatever login manager you have installed. In my case I would:

sudo systemctl disable lightdm.service
sudo systemctl enable kodi.service

They recommend removing custom configs in config.txt. We ran into an issue if a value was set with gpu_mem=.

My config.txt with a bit of overclocking:

over_voltage=5
arm_freq=2000
#gpu_mem=64     #disable this
initramfs initramfs-linux.img followkernel
kernel=kernel8.img
arm_64bit=1
disable_overscan=1

#enable sound
dtparam=audio=on
hdmi_drive=2

#enable vc4
dtoverlay=vc4-kms-v3d,cma-512
#max_framebuffers=2    #disable cause kodi uses more
dtoverlay=rpivid-v4l2
disable_fw_kms_setup=1

Some notes:

The default user will be kodi
kodi home directory will be /var/lib/kodi
So put test video in /var/lib/kodi/Videos so you can get to it
after setting up the video directory in kodi.


Upstream Notifications:

Older notifications

If you used the Manjaro ARM Installer or is using PinePhone or PineTab, you need to redo your passwords, because of an update to libxcrypt:
Arch Linux - News: Sorting out old password hashes

Chromium will loose sync support in early March:
Arch Linux - News: Chromium losing Sync support in early March

ghostpcl>=9.53.2-2 and ghostxps>=9.53.2-2 updates require manual intervention:
Arch Linux - News: ghostpcl>=9.53.2-2 and ghostxps>=9.53.2-2 updates require manual intervention

The nss and zn_poly packages requires manual intervention:
Arch Linux - News: nss>=3.51.1-1 and lib32-nss>=3.51.1-1 updates require manual intervention
Arch Linux - News: zn_poly 0.9.2-2 update requires manual intervention

The packages hplip and firewalld requires manual intervention:
Arch Linux - News: hplip 3.20.3-2 update requires manual intervention
Arch Linux - News: firewalld>=0.8.1-2 update requires manual intervention


Package changes:

(Sun Jan 23 22:23:32 CET 2022)

  • arm-stable community aarch64: 3309 new and 3160 removed package(s)
  • arm-stable core aarch64: 127 new and 108 removed package(s)
  • arm-stable extra aarch64: 1323 new and 1312 removed package(s)
  • arm-stable kde-unstable aarch64: 422 new and 421 removed package(s)

See the full package list here


Testers needed on arm-testing branch

We are in need of testers for our arm-testing and arm-unstable branches.
So if you are adventurous and want newer software quicker, we would love for you to help us test out the new packages in arm-testing branch.

All you have to do to switch to this branch is:

  • Run this command to switch branch: sudo pacman-mirrors -aS testing && sudo pacman -Syyu. This will generate a new mirrorlist for you, sync your databases with the new mirror and update your system using the arm-testing branch.

We would then love for you to give feedback in our update posts in #manjaro-arm:arm-testing-updates. That way we can better find and fix bugs, before they hit arm-stable branch. Thank you!


Donation

Please consider supporting Manjaro ARM directly via Patreon, Ko-Fi or Open Collective.
You can also donate to our upstream, which is Arch Linux ARM.

Poll

  • No issue, everything went smoothly
  • Yes there was an issue. I was able to resolve it myself.(Please post your solution)
  • Yes i am currently experiencing an issue due to the update. (Please post about it)

0 voters

Check if your mirror has already synced:

Known Issues and Solutions

This is a wiki post, please edit it when you find a solution to an issue you encountered

Plasma Mobile - Black screen after update

We are seeing some reports about Plasma Mobile on the PinePhone only showing a black screen after entering the PIN after this update.
Workaround: Downgrade qt5-es2-wayland to 5.15.2+kde+r41 which is now back in Stable and Testing branch repositories.

New Breath theme not applying correctly

With the update to the new Breath theme, a migration package tries to apply the new theme correctly.
However this is not getting done for Plasma’s Lockscreen and the SDDM theme.
So please go through your settings after updating to make sure the themes are correctly applied.
Fix: manjaro-system should take care of this for you.

Plasma Mobile switch to ModemManager

With the PlaMo Gear 21.12 release, Plasma Mobile is now using ModemManager as the telephony stack. So in order to use SIM capabilities, you need to switch from using oFono to ModemManager.
Fix: Run sudo systemctl disable --now ofono ofonoctl && sudo systemctl enable --now ModemManager. You might have to reboot your phone for Plasma Mobile to pick up this change.

Waydroid container cannot access internet

Cause: new default waydroid configuration issue, tracked here.

Short-term Solution:

  1. create /etc/nftables.d/waydroid.nft with the following contents:
#!/usr/sbin/nft -f
table inet filter {
    chain input {
        iifname "waydroid0" accept comment "Allow incoming network traffic from WayDroid"
    }
    chain forward {
        iifname "waydroid0" accept comment "Allow outgoing network traffic from WayDroid"
        ct state {established, related} counter accept comment "accept established connections"
    }
}
  1. any time you launch waydroid, run the following after it has started:
echo "ip route add default via 192.168.250.1" |sudo waydroid shell
Old Issues

Plasma Mobile has does not launch after update
This was caused by an error in kwin 5.23.2 which only affects installs based on openGLES (qt5-es2).
Fix: Update to kwin 5.23.2-1.2 or above.

No ethernet on rk3399 boards
A recent kernel regression has resulted in built in ethernet on rk3399 based boards, such as RockPro64 and Rock Pi 4’s, no longer works on kernel 5.14. This is an upstream issue that has not been fixed yet.
Fix: Update to linux-5.14.1-2 or newer.

Vivaldi no longer working
The issue is present in all chrome based browser (except Chromium that got a patch for it).
It’s an issue with systemd-resolved and has been reported in the Arch Linux Bug Tracker.
Needs to be fixed by Vivaldi updates in the future.
Fix: Vivaldi 4.1.2369.21 fixed this issue.

Modemmanager-pp dependency issue
modemmanager-pp 1.16.10 depends on libqmi-pp and libmbim-pp, but they are no longer found in the repo.
Fixed by updated to modemmanager-pp 1.18rc1+2+ga20f2c05-2.

systemd-hook unsuccesful after pacman 6 update
After the pacman 6 update, updates will create this message in the post-transation hooks part:

Running the command manually works and there has been no issues reported as the result of this. This will either get fixed at some point in Pacman or SystemD.
Should be fixed with pacman-6.0.0-4

Keyring issues
If you have some gpg keyring issues, you can run sudo systemctl start pacman-init.service which will regenerate your keyring. Will take a few minutes to complete.
Should be fixed with manjaro-system-20210716-1

Plasma Mobile no longer boots
The current update to qt5-es2-base results in Plasma Mobile no longer booting, showing a screen that says to run a loginctl command to login.
Fixed by updating to qt5-es2-base-5.15.2+kde+r199-3.1 and qt5-es2-declarative-5.15.2+kde+r28-3.1.

Kwin crashes on startup on Pinebook Pro
This seems to be related to Mesa 20.3 and the Pinebook Pro support in kernel 5.10, as this does not seem to happen on other devices.
It does not impact 3d performance as far as I can tell. Just the OpenGL compositing in Kwin.
Fixed with mesa 20.3.2-2.

My VPN no longer connects
OpenVPN 2.5.0 changed how VPN routes work.
Workaround is to downgrade to previous version (2.4.9):

sudo pacman -U /var/cache/pacman/pkg/openvpn-2.4.9*

DP Alt Mode no longer works on Pinebook Pro
This is a known issue, the hacky patch we had to enable this has broken in recent kernels.
@tsys and Ayufan are looking into it.
As a workaround you can install linux-pinebookpro again.
FIXED with linux-5.9.12-4 and linux-rc-5.10-rc7-2 and above.

brcm-patchram-plus and pi-blueooth are in conflict
See this post for workaround:
[ARM Testing Update] 2020-11-16 - Bitwarden, Mesa-Git, Pacman and kernels - #10 by Darksky

Plasma Mobile Keyboard
The plasma mobile onscreen keyboard does not work with QT 5.15.0.
This is fixed by updating to kwin 5.19.3-1.1.

PinePhone uboot
This update to the PinePhone Uboot package (2020.04-2), changed how the DTS is loaded from the kernel, since the Kernel DTS for the Pinephone also changed. When doing this update on the PinePhone images from Alpha5 and back, please make this change to the /boot/extlinux/extlinux.conf before rebooting:

  • sun50i-a64-pinephone.dtb to sun50i-a64-pinephone-1.2.dtb
  • root=LABEL=ROOT to root=LABEL=ROOT_MNJRO

Manual interventions:
The nss and zn_poly packages prior to version 3.51.1-1 and version 0.9.2-2 respectively, were missing a soname link each. This has been fixed in 3.51.1-1 and 0.9.2-2 of these packages, so the upgrade will need to overwrite the untracked files created by ldconfig. If you get any of these errors

nss: /usr/lib/p11-kit-trust.so exists in filesystem
zn_poly: /usr/lib/libzn_poly-0.9.so  exists in filesystem

when updating, use

pacman -Syu --overwrite /usr/lib/p11-kit-trust.so --overwrite /usr/lib/libzn_poly-0.9.so

to perform the upgrade.

Device stopped booting after Uboot update
The uboot update included a change to the extlinux.conf file. This change will be incompatible with the old 1 partition layout of some devices.
So if you are updating installs made with images 20.02.1 or older, you need to apply this fix before rebooting!
To fix this please edit your /boot/extlinux/extlinux.conf file and add 2 periods in front of each first slash, like so:

KERNEL ../Image
FDT ../dtbs/ #etc.
APPEND initrd=../initramfs-linux.img #etc.

Save the file and reboot.

kodi stopped working on Rockpro64 after update. Tried to downgrade as well and now it wont fire up at all.

2022-01-23 23:36:42.698 T:7977    ERROR <general>: Traceback (most recent call last):
                                                   
2022-01-23 23:36:42.698 T:7977    ERROR <general>:   File "/usr/lib/python3.10/sqlite3/dbapi2.py", line 83, in register_adapters_and_converters
                                                   
2022-01-23 23:36:42.781 T:7977    ERROR <general>:     
2022-01-23 23:36:42.781 T:7977    ERROR <general>: register_converter("timestamp", convert_timestamp)
2022-01-23 23:36:42.781 T:7977    ERROR <general>: 
                                                   
2022-01-23 23:36:42.781 T:7977    ERROR <general>: KeyError
2022-01-23 23:36:42.781 T:7977    ERROR <general>: : 
2022-01-23 23:36:42.781 T:7977    ERROR <general>: 'minutes'
2022-01-23 23:36:42.781 T:7977    ERROR <general>: 
                                                   
2022-01-23 23:36:42.782 T:7977    ERROR <general>: Exception ignored deletion of interned string failed
2022-01-23 23:36:42.782 T:7977    ERROR <general>: :
                                                   
2022-01-23 23:36:42.782 T:7977    ERROR <general>: Traceback (most recent call last):
                                                   
2022-01-23 23:36:42.782 T:7977    ERROR <general>:   File "/usr/lib/python3.10/sqlite3/dbapi2.py", line 83, in register_adapters_and_converters
                                                   
2022-01-23 23:36:42.785 T:7977    ERROR <general>:     
2022-01-23 23:36:42.785 T:7977    ERROR <general>: register_converter("timestamp", convert_timestamp)
2022-01-23 23:36:42.785 T:7977    ERROR <general>: 
                                                   
2022-01-23 23:36:42.785 T:7977    ERROR <general>: KeyError
2022-01-23 23:36:42.785 T:7977    ERROR <general>: : 
2022-01-23 23:36:42.785 T:7977    ERROR <general>: 'hours'
2022-01-23 23:36:42.785 T:7977    ERROR <general>: 

Beelink GT King Pro Updated from Manjaro-Arm-Gnome-linux-5.14.12-1 v21.10 (fresh installed on USB Flash drive) updated successfully a rather large update. Somehow slow download speed and took more than 1.5 hours to complete.

After update NO Sound. g12_sound.sh is using NEW CONF. Changing to OLD CONF should restore sound.

1 Like

Does this kernel ship with ksmbd activated?

Same error with kodi-rpi when launching some extensions.

I had issues with kodi on my x86 with an addon and the new python. Thankfully I had a backup partition which I have now frozen in time until the addon gets updated.

python 3.10.2-1 ?

https://bbs.archlinux.org

ghen wrote:

Kodi is working well again with python 3.10.2-1, currently in [testing].

Thanks for mentioning that. I just updated my system, and it updated to python-3.10.2-1-x86_64, and the update overwrote my edited copy of /usr/lib/python3.10/sqlite3/dbapi2.py (the lines I commented out are commented out no more), and kodi is working again.

We only have 3.10.1 in our repository.

I’ve had five lockups or freezes today since updating. Not complete. Mouse still works, can bring up panel with power button, but nothing else functional. (Pinebook Pro)

Where do I look to figure out what’s hanging? Is there a log I can check?

PS, Usual issue with libblas.

Nextcloud also have problem with php.

sudo -u nextcloud php /usr/share/webapps/nextcloud/occ  files:scan --all --unscanned
Starting scan for user 1 out of 1 (gyurmo)
PHP Fatal error:  During inheritance of ArrayAccess: Uncaught ErrorException: Return type of OC\Files\Cache\CacheEntry::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/webapps/nextcloud/lib/private/Files/Cache/CacheEntry.php:44
Stack trace:
#0 /usr/share/webapps/nextcloud/lib/private/Files/Cache/CacheEntry.php(30): OCA\Files\Command\Scan->exceptionErrorHandler()
#1 /usr/share/webapps/nextcloud/lib/composer/composer/ClassLoader.php(571): include('...')
#2 /usr/share/webapps/nextcloud/lib/composer/composer/ClassLoader.php(428): Composer\Autoload\includeFile()
#3 /usr/share/webapps/nextcloud/lib/private/Files/Cache/Cache.php(208): Composer\Autoload\ClassLoader->loadClass()
#4 /usr/share/webapps/nextcloud/lib/private/Files/Cache/Cache.php(174): OC\Files\Cache\Cache::cacheEntryFromData()
#5 /usr/share/webapps/nextcloud/lib/private/Files/View.php(1338): OC\Files\Cache\Cache->get()
#6 /usr/share/webapps/nextcloud/lib/private/Files/View.php(1393): OC\Files\View->getCacheEntry()
#7 /usr/share/webapps/nextcloud/lib/private/Files/Node/Root.php(200): OC\Files\View->getFileInfo()
#8 [internal function]: OC\Files\Node\Root->get()
#9 /usr/share/webapps/nextcloud/lib/private/Files/Node/LazyFolder.php(65): call_user_func_array()
#10 /usr/share/webapps/nextcloud/lib/private/Files/Node/LazyFolder.php(142): OC\Files\Node\LazyFolder->__call()
#11 /var/lib/nextcloud/apps/groupfolders/lib/Helper/LazyFolder.php(46): OC\Files\Node\LazyFolder->get()
#12 /var/lib/nextcloud/apps/groupfolders/lib/Helper/LazyFolder.php(64): OCA\GroupFolders\Helper\LazyFolder->getFolder()
#13 /var/lib/nextcloud/apps/groupfolders/lib/Helper/LazyFolder.php(202): OCA\GroupFolders\Helper\LazyFolder->__call()
#14 /var/lib/nextcloud/apps/groupfolders/lib/Mount/MountProvider.php(96): OCA\GroupFolders\Helper\LazyFolder->getStorage()
#15 /var/lib/nextcloud/apps/groupfolders/lib/Mount/MountProvider.php(100): OCA\GroupFolders\Mount\MountProvider->getFoldersForUser()
#16 /usr/share/webapps/nextcloud/lib/private/Files/Config/MountProviderCollection.php(108): OCA\GroupFolders\Mount\MountProvider->getMountsForUser()
#17 /usr/share/webapps/nextcloud/lib/private/Files/Filesystem.php(429): OC\Files\Config\MountProviderCollection->addMountForUser()
#18 /usr/share/webapps/nextcloud/lib/private/Files/Filesystem.php(354): OC\Files\Filesystem::initMountPoints()
#19 /usr/share/webapps/nextcloud/lib/private/legacy/OC_Util.php(326): OC\Files\Filesystem::init()
#20 /usr/share/webapps/nextcloud/lib/private/Files/Utils/Scanner.php(115): OC_Util::setupFS()
#21 /usr/share/webapps/nextcloud/lib/private/Files/Utils/Scanner.php(157): OC\Files\Utils\Scanner->getMounts()
#22 /usr/share/webapps/nextcloud/apps/files/lib/Command/Scan.php(141): OC\Files\Utils\Scanner->backgroundScan()
#23 /usr/share/webapps/nextcloud/apps/files/lib/Command/Scan.php(199): OCA\Files\Command\Scan->scanFiles()
#24 /usr/share/webapps/nextcloud/3rdparty/symfony/console/Command/Command.php(255): OCA\Files\Command\Scan->execute()
#25 /usr/share/webapps/nextcloud/core/Command/Base.php(168): Symfony\Component\Console\Command\Command->run()
#26 /usr/share/webapps/nextcloud/3rdparty/symfony/console/Application.php(1009): OC\Core\Command\Base->run()
#27 /usr/share/webapps/nextcloud/3rdparty/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand()
#28 /usr/share/webapps/nextcloud/3rdparty/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun()
#29 /usr/share/webapps/nextcloud/lib/private/Console/Application.php(211): Symfony\Component\Console\Application->run()
#30 /usr/share/webapps/nextcloud/console.php(99): OC\Console\Application->run()
#31 /usr/share/webapps/nextcloud/occ(11): require_once('...')
#32 {main} in /usr/share/webapps/nextcloud/lib/private/Files/Cache/CacheEntry.php on line 30
[I] ^^>>> sudo -u nextcloud php /usr/share/webapps/nextcloud/occ  files:scan --all --unscanned               (255) 22:56:57 
[sudo] gyurmo jelszava: 
Elnézést, próbálja újra.
[sudo] gyurmo jelszava: 
Starting scan for user 1 out of 1 (gyurmo)
PHP Fatal error:  During inheritance of ArrayAccess: Uncaught ErrorException: Return type of OC\Files\Cache\CacheEntry::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/webapps/nextcloud/lib/private/Files/Cache/CacheEntry.php:44
Stack trace:
#0 /usr/share/webapps/nextcloud/lib/private/Files/Cache/CacheEntry.php(30): OCA\Files\Command\Scan->exceptionErrorHandler()
#1 /usr/share/webapps/nextcloud/lib/composer/composer/ClassLoader.php(571): include('...')
#2 /usr/share/webapps/nextcloud/lib/composer/composer/ClassLoader.php(428): Composer\Autoload\includeFile()
#3 /usr/share/webapps/nextcloud/lib/private/Files/Cache/Cache.php(208): Composer\Autoload\ClassLoader->loadClass()
#4 /usr/share/webapps/nextcloud/lib/private/Files/Cache/Cache.php(174): OC\Files\Cache\Cache::cacheEntryFromData()
#5 /usr/share/webapps/nextcloud/lib/private/Files/View.php(1338): OC\Files\Cache\Cache->get()
#6 /usr/share/webapps/nextcloud/lib/private/Files/View.php(1393): OC\Files\View->getCacheEntry()
#7 /usr/share/webapps/nextcloud/lib/private/Files/Node/Root.php(200): OC\Files\View->getFileInfo()
#8 [internal function]: OC\Files\Node\Root->get()
#9 /usr/share/webapps/nextcloud/lib/private/Files/Node/LazyFolder.php(65): call_user_func_array()
#10 /usr/share/webapps/nextcloud/lib/private/Files/Node/LazyFolder.php(142): OC\Files\Node\LazyFolder->__call()
#11 /var/lib/nextcloud/apps/groupfolders/lib/Helper/LazyFolder.php(46): OC\Files\Node\LazyFolder->get()
#12 /var/lib/nextcloud/apps/groupfolders/lib/Helper/LazyFolder.php(64): OCA\GroupFolders\Helper\LazyFolder->getFolder()
#13 /var/lib/nextcloud/apps/groupfolders/lib/Helper/LazyFolder.php(202): OCA\GroupFolders\Helper\LazyFolder->__call()
#14 /var/lib/nextcloud/apps/groupfolders/lib/Mount/MountProvider.php(96): OCA\GroupFolders\Helper\LazyFolder->getStorage()
#15 /var/lib/nextcloud/apps/groupfolders/lib/Mount/MountProvider.php(100): OCA\GroupFolders\Mount\MountProvider->getFoldersForUser()
#16 /usr/share/webapps/nextcloud/lib/private/Files/Config/MountProviderCollection.php(108): OCA\GroupFolders\Mount\MountProvider->getMountsForUser()
#17 /usr/share/webapps/nextcloud/lib/private/Files/Filesystem.php(429): OC\Files\Config\MountProviderCollection->addMountForUser()
#18 /usr/share/webapps/nextcloud/lib/private/Files/Filesystem.php(354): OC\Files\Filesystem::initMountPoints()
#19 /usr/share/webapps/nextcloud/lib/private/legacy/OC_Util.php(326): OC\Files\Filesystem::init()
#20 /usr/share/webapps/nextcloud/lib/private/Files/Utils/Scanner.php(115): OC_Util::setupFS()
#21 /usr/share/webapps/nextcloud/lib/private/Files/Utils/Scanner.php(157): OC\Files\Utils\Scanner->getMounts()
#22 /usr/share/webapps/nextcloud/apps/files/lib/Command/Scan.php(141): OC\Files\Utils\Scanner->backgroundScan()
#23 /usr/share/webapps/nextcloud/apps/files/lib/Command/Scan.php(199): OCA\Files\Command\Scan->scanFiles()
#24 /usr/share/webapps/nextcloud/3rdparty/symfony/console/Command/Command.php(255): OCA\Files\Command\Scan->execute()
#25 /usr/share/webapps/nextcloud/core/Command/Base.php(168): Symfony\Component\Console\Command\Command->run()
#26 /usr/share/webapps/nextcloud/3rdparty/symfony/console/Application.php(1009): OC\Core\Command\Base->run()
#27 /usr/share/webapps/nextcloud/3rdparty/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand()
#28 /usr/share/webapps/nextcloud/3rdparty/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun()
#29 /usr/share/webapps/nextcloud/lib/private/Console/Application.php(211): Symfony\Component\Console\Application->run()
#30 /usr/share/webapps/nextcloud/console.php(99): OC\Console\Application->run()
#31 /usr/share/webapps/nextcloud/occ(11): require_once('...')
#32 {main} in /usr/share/webapps/nextcloud/lib/private/Files/Cache/CacheEntry.php on line 30

If you run a nextcloud server, I advise you to not update php. They have a track record of not keeping up with php releases. :frowning:

Yes; I downgrad versions of php appliations. And working well the nextcloud. Thanks

I don’t know if it is just me and I’m not sure if it is with this release, but my Pinebook Pro works with high powered USB-C chargers again. I know it won’t charge quicker, but before it couldn’t negotiate properly with high powered chargers and didn’t charge at all.

freecad depends on python but wasn’t included in this update and no longer works.
I’ve built the package from source using the latest stable dependencies and so far it works fine.

Arch Linux ARM seems to not have rebuilt it.

https://archlinuxarm.org/packages/aarch64/freecad

OK Thanks - I’ll post the issue on their forum.

PinePhone64/Plasma mobile:

Following the update the system is semi-bricked. It boots and I can enter the PIN, but then it just goes to a black screen.

Pressing the on/off button will then restore the login screen, but I can’t see a way to:
a) get any further.
b) extract any useful information.

I do have the minimal Jumpdrive SD image that will allow the internal storage to be mounted as an external HDD, so is there any useful information that could be accessed via that route?

The original install was from the Beta-8 image.