[ARM Stable Update] 2021-12-13 - Firefox, KDE Gear, Thunderbird, LibreOffice, ICU and Kernels

Hello ARM community.

So this update we had the big ICI update, plus lots of other stuff!


Some highlights:

  • Most of our kernels got updated
  • Firefox is now at 95.0
  • And Thunderbird got updated to 91.4.0
  • LibreOffice -fresh and -still got updated to 7.2.4 and 7.1.8 respectively
  • And the KDE Gear applications are now version 21.12.0
  • Plasma Mobile Gear is also version 21.12 now
  • A big ICU update brings it to 70.1. Did we miss any rebuilds?
  • 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:

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:
https://archlinux.org/news/sorting-out-old-password-hashes/

Older notifications

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:

(Mon Dec 13 20:35:54 CET 2021)

  • arm-stable community aarch64: 811 new and 764 removed package(s)
  • arm-stable core aarch64: 53 new and 53 removed package(s)
  • arm-stable extra aarch64: 1007 new and 1022 removed package(s)
  • arm-stable kde-unstable aarch64: 415 new and 412 removed package(s)

To see the full package list, click 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 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.

https://forum.manjaro.org/t/during-a-call-my-interlocuteur-cant-listen-me/92864

https://forum.manjaro.org/t/during-a-call-my-interlocuteur-cant-listen-me/92864/

I update and :

Now i have no message error on the application telephone
but when i go to the application and try to call someone it don’t call it go to ‘’ liste active d appels’’ but don’t call

and i have not bouygues telecom on top on left

and i don’t receive sms

je met a jour et :

lorsque je vais dans l’application telephone et que je compose un numéro cela ne téléphone pas cela va juste sur l’onglet “liste active d’appels” sans appeler

Je n’ai pas non plus en haut à gauche Bouygues Telecom d’écrit

Et je ne reçois pas non plus de SMS

4 posts were split to a new topic: Need assistance to reinstall all packages on Manjaro-Arm-Gnome

Not sure if there is something wrong with my Pinebook Pro, but I still get a hard lockup after updating and reboot.
So far the hard lockups disappear after a while.

Wayland seems to have improved a bit. Chromium now opens an Incognito window without any problems.
Firefox still has issues. The title bar is shown after starting Firefox and after minimizing and maximizing the whole window is rendered.
But now I needed to minimize and maximize again to get scrolling working.

Other than that, it all seems to be working (so far).

Hi,

Calamares at first boot is great to set the devices, congratulation to the dev team.

An old post report this nice feature :-)

Odroid N2 KDE, samba and vnc doesn’t work.

GT King Pro - XFCE with mainline linux kernel-5.15.5-1 updated to Arm-Stable-Update-2021-12-13 successfully.

Thanks.

Edit: Need to edit “/etc/pacman.conf” IngorePkg = boot-vim3 before Upgrade to Arm-Stable-Update-2021-12-13 to avoid upgrading to latest " [boot-vim3-2021.12-2". Per my understanding from @spikerguy it will render Manjaro image no longer able to boot on GT King Pro.

2 Likes

Firefox 95 mostly unusable, had to manually downgrade to 94.

Firefox could not connect to many pages, possibly due to lack of site security certificates. The Security and Privacy Tab was visible and all options were set to default. Changes could not be saved as the ‘reload tab’ option did not appear. GitHub was not available, nor Mozilla. Finally had to resort to reinstalling v94 from cache.

NOTE I installed Chromium from AUR, but this had similar problem. Have no previous Chromium installation to reinstall.

Tks
R

Should have stated I am on a RaspberryPi 4b 8Gb
R

I’m seeing a ModemManager core dump on latest stable on the PinePhone that prevents cell service from coming up.

  • modemmanager-pp 1.18.4-1
  • eg25-manager 0.4.2-1
  • mmsd-tng 1.6
  • stock firmware 002
  • chatty 0.5.0beta3

Has this been discussed?

journalctl
ModemManager[6435]: [/dev/cdc-wdm0] Allocating new client ID...
ModemManager[6435]: [/dev/cdc-wdm0] Registered 'voice' (version 2.1) client with ID '3'
systemd[1]: Started Process Core Dump (PID 6565/UID 0).
systemd-coredump[6566]: [LNK] Process 6435 (ModemManager) of user 0 dumped core.
                        
                        Found module linux-vdso.so.1 with build-id: bd89245f049cce5623ab8d0699dc75a64f6ea0bc
                        Found module libmm-plugin-anydata.so with build-id: a92db1248e1d4954ec919c46e692676806dfc053
                        Found module libmm-plugin-telit.so with build-id: dc8a895d516571c5f0e09eb42fab13b21c5db4a6
                        Found module libmm-plugin-novatel-lte.so with build-id: 3df37e7117015d0a14d5fce14c61109f58acba92
                        Found module libmm-plugin-mtk.so with build-id: 5463740ebb96b3fe9688579e0444f3e6f9d7a70d
                        Found module libmm-plugin-sierra-legacy.so with build-id: ce4fd09bd56860f768d721472858fc845e8a15ae
                        Found module libmm-plugin-nokia.so with build-id: 9dd48178df427152b0d6f2100b04d3a0f70757b4
                        Found module libmm-plugin-iridium.so with build-id: 3684e328090d07ee9a344813c366237828d33b92
                        Found module libmm-plugin-qcom-soc.so with build-id: 22d972ddc58ecddfef94503a0e17a0373ca4feab
                        Found module libmm-plugin-motorola.so with build-id: ff5e8304948d99701474b5ea56d4f60f8ecca33c
                        Found module libmm-plugin-novatel.so with build-id: fe516ed0a126f9562764bf10dfad7f911485ef95
                        Found module libmm-plugin-altair-lte.so with build-id: cde1b646c8d7c19c48c505d3a836a520c1fbe0b1
                        Found module libmm-plugin-wavecom.so with build-id: f204760e13ff7940f899a54dc24d5557feec7790
                        Found module libmm-plugin-simtech.so with build-id: 20c1990987f8b0f9275fdbafd9e4952d14b5d86b
                        Found module libmm-plugin-dell.so with build-id: 451825e01e024c9987879cf391ba51739f2cdd20
                        Found module libmm-plugin-ublox.so with build-id: f3fe94d22d1aff1d2f2b41115632de28c70f2e35
                        Found module libmm-plugin-zte.so with build-id: 50ff0ff5788017f3ce1298bcd725662bc231ac6f
                        Found module libmm-plugin-fibocom.so with build-id: 17ac3846cf3dc2014f783952638392d21150d424
                        Found module libmm-plugin-haier.so with build-id: 74c642d9abedefb4faea9bf654c69e2d771a513d
                        Found module libmm-plugin-foxconn.so with build-id: ff82379e867526ef73b2c0afb9a3ee4650d1c8b8
                        Found module libmm-plugin-longcheer.so with build-id: 53bda4cac99a79614fca03bd322c8261a353b51a
                        Found module libmm-plugin-linktop.so with build-id: c6325d3773fa15460e3990d99f9d84aeaf897241
                        Found module libmm-plugin-huawei.so with build-id: 83833ae4afa1ca0c449600a1c122db85cfe5c996
                        Found module libmm-plugin-x22x.so with build-id: ab07a9e92d17f6a859e2fea7a9477e17b262222b
                        Found module libmm-plugin-tplink.so with build-id: 17117518f6a08c62e245ca79f38401d48ed0d369
                        Found module libmm-plugin-thuraya.so with build-id: 9722d30ff8f7d58e6a13204457a39146e256e485
                        Found module libmm-plugin-pantech.so with build-id: 2f2df6c34c2c224c3ae16f06de4f7582178e9b3f
                        Found module libmm-plugin-option.so with build-id: 08c53425c2ae769d2f2974013da271e4b6d0b30f
                        Found module libmm-plugin-gosuncn.so with build-id: b4d5375fbabf1970d0d5857770a3b120c72375d3
                        Found module libmm-plugin-broadmobi.so with build-id: e0c653c64db55c339e71a347db758bf4ef04d91b
                        Found module libmm-plugin-generic.so with build-id: bd340fe9af9b91a600e6cee18a9e13e22d79ab9a
                        Found module libmm-plugin-sierra.so with build-id: 70881f4fef34bbe7cbf5bf5be4d5198f52ab48cd
                        Found module libmm-plugin-ericsson-mbm.so with build-id: d7ab3229f5b85fb52c2eed01cf5010090006b823
                        Found module libmm-plugin-nokia-icera.so with build-id: e61e1d74bc88b0cfbceb38804545cf44aa91914b
                        Found module libmm-plugin-quectel.so with build-id: 1bfbed0193f34e506c4166c98a2ddd8321dc7cdc
                        Found module libmm-plugin-via.so with build-id: 45832bd5316d747f4e88cec03da802834d48d549
                        Found module libmm-plugin-dlink.so with build-id: b043c30f359792e7000f76efa9568a6014364544
                        Found module libmm-plugin-cinterion.so with build-id: e1e9accb52dbc466a05d2978ec85738706a1f387
                        Found module libmm-plugin-samsung.so with build-id: 30a1725091e603e2c2400e588fbc5c51d296ed07
                        Found module libmm-plugin-option-hso.so with build-id: c132b075d67cb0f0ca4b71a4ee6661714690a07f
                        Found module libmm-shared-foxconn.so with build-id: 9c106213aadd14d2511f97d3f7b1608c09f6f502
                        Found module libmm-shared-telit.so with build-id: ddba2937db6dad8ab882ac68792843f029a81157
                        Found module libmm-shared-option.so with build-id: dd1b428d8e49af2569fd66846473224372185a71
                        Found module libmm-shared-xmm.so with build-id: ec01f59787984b163d4ee65194cb98444172e51f
                        Found module libmm-shared-icera.so with build-id: 1ff99303163396d9f685cb33c20545e6b4043d66
                        Found module libmm-shared-novatel.so with build-id: e694441b877067c2a1a7f95e8da3e3e6053d24f7
                        Found module libmm-shared-sierra.so with build-id: 616fc8db836ced528f20b086ea95e75cd0bb07d0
                        Found module UTF-16.so with build-id: 5337ccf6d59a9d25bb30f69fc5e335d0ff4f70ba
                        Found module IBM850.so with build-id: f2fb47ced3f110ec3de040ea0f32ca6bfd870d7c
                        Found module libgpg-error.so.0 with build-id: 2e98ba3506560fa306ae1517e90c4c4844951c28
                        Found module libblkid.so.1 with build-id: 2b78639e579effdb4bd339053c62d94d0f10b75a
                        Found module libgcrypt.so.20 with build-id: 766e87748c92c8487a2dd42fe4cffc3c053e6036
                        Found module libcap.so.2 with build-id: 841721e710261fc9f977ce9ab4556ebd17b93403
                        Found module liblz4.so.1 with build-id: 6d85cb32490fa810dbc0b9cbb0043fc52e6ddba0
                        Found module libzstd.so.1 with build-id: 016276088819d30f3f9313284f130fbb1cd317a5
                        Found module liblzma.so.5 with build-id: df2182065e30d5e7f20f9a18a7ff5799ab057b8c
                        Found module librt.so.1 with build-id: b8c1ae0ae8006fff870e18f826d68e32d831c3ed
                        Found module libudev.so.1 with build-id: ba2dcafba54ac541e52ebf3a29c87a253c325ad4
                        Found module libffi.so.8 with build-id: 428dd8d9167ff2606b2f215c1450679f01c2db7a
                        Found module libresolv.so.2 with build-id: e39d777e156c645f7320c13b0b6a7ebd1d3ef9e4
                        Found module libmount.so.1 with build-id: 42036762ee3aed78b00000aec18d3d3d2147d42e
                        Found module libz.so.1 with build-id: 8274aec03046c0322d21dcffde58caf4022aa002
                        Found module libpcre.so.1 with build-id: 75dc63d269e8b1acbd020273e4ada841b6217666
                        Found module libdl.so.2 with build-id: 6375f4bff0cb893331c3c9a38d5ede46d9162d42
                        Found module libgcc_s.so.1 with build-id: 99a185f508b5d9fda778799df9d9705f89e578cb
                        Found module libc.so.6 with build-id: d0499974250d23cf0678ba0cbde0672c24e681e2
                        Found module libpthread.so.0 with build-id: d0d5f0dbe2c719b8dfe61d2632fe2c184e640f59
                        Found module libpolkit-gobject-1.so.0 with build-id: 4e498b7aa1c6f0a69d1e9fb3bbe2d6606a0bef7c
                        Found module libsystemd.so.0 with build-id: 1e56c4d37384c1090b1ec3a8838d9034dc28b723
                        Found module libqrtr-glib.so.0 with build-id: 6d9f4ab306f7cf373a74651c8f79930d65ba2940
                        Found module libqmi-glib.so.5 with build-id: 93465055d4a05219e9ab09fec8b4b52befdc745d
                        Found module libmbim-glib.so.4 with build-id: a20246a491b7656f6f84c067676dce7235fb2593
                        Found module libgudev-1.0.so.0 with build-id: 45a90b12b96e5b83b44ad5a7accee3f4ad51ce21
                        Found module libgobject-2.0.so.0 with build-id: a0e65593da6ec55b50f529575ace9ed10b5e0a3b
                        Found module libgio-2.0.so.0 with build-id: 0bf6fe2f8456681ed50baff6b1e61bc0d7490821
                        Found module libglib-2.0.so.0 with build-id: f8489d17b48d8e76482a921766559535d860e7a2
                        Found module libgmodule-2.0.so.0 with build-id: 533a453094c4d0634687f368bf249756d8cf0958
                        Found module libmm-glib.so.0 with build-id: af6982af1ce815765af21a19b2d9be2d51fb161d
                        Found module ModemManager with build-id: edb920cd18a9cc13aba9be887b430c0ddbdbbc5d
                        Stack trace of thread 6435:
                        #0  0x0000ffff901e9804 g_type_check_instance_cast (libgobject-2.0.so.0 + 0x3c804)
                        #1  0x0000ffff8d3f1ea4 n/a (libmm-plugin-quectel.so + 0x2ea4)
                        #2  0x0000aaaabf8f9ab8 interface_initialization_step (ModemManager + 0xa9ab8)
                        #3  0x0000aaaabf8fcee0 load_supported_capabilities_ready (ModemManager + 0xacee0)
                        #4  0x0000ffff902fce0c n/a (libgio-2.0.so.0 + 0xdae0c)
                        #5  0x0000ffff902fce64 n/a (libgio-2.0.so.0 + 0xdae64)
                        #6  0x0000ffff904c6ef8 g_main_context_dispatch (libglib-2.0.so.0 + 0x60ef8)
                        #7  0x0000ffff904c736c n/a (libglib-2.0.so.0 + 0x6136c)
                        #8  0x0000ffff904c7778 g_main_loop_run (libglib-2.0.so.0 + 0x61778)
                        #9  0x0000aaaabf8a7564 main (ModemManager + 0x57564)
                        #10 0x0000ffff8faa9538 __libc_start_main (libc.so.6 + 0x24538)
                        #11 0x0000aaaabf8a77c4 $x (ModemManager + 0x577c4)
                        #12 0x0000aaaabf8a77c4 $x (ModemManager + 0x577c4)
systemd[1]: systemd-coredump@18-6565-0.service: Deactivated successfully.
systemd[1]: ModemManager.service: Main process exited, code=dumped, status=11/SEGV
mmsdtng[5928]: mmsd-tng[5928]: ../mmsd/plugins/modemmanager.c:mm_vanished_cb() Modem Manager vanished
mmsdtng[5928]: mmsd-tng[5928]: ../mmsd/plugins/modemmanager.c:mmsd_mm_state() MMSD_MM_STATE_NO_MANAGER
mmsd-tng[3317]: ../mmsd/plugins/modemmanager.c:mm_vanished_cb() Modem Manager vanished
mmsdtng[3317]: mmsd-tng[3317]: ../mmsd/plugins/modemmanager.c:mm_vanished_cb() Modem Manager vanished
mmsdtng[3317]: mmsd-tng[3317]: ../mmsd/plugins/modemmanager.c:mmsd_mm_state() MMSD_MM_STATE_NO_MANAGER
NetworkManager[3120]: <info>  [1639625123.1603] modem-manager: ModemManager no longer available
mmsd-tng[3317]: ../mmsd/plugins/modemmanager.c:mmsd_mm_state() MMSD_MM_STATE_NO_MANAGER
eg25manager[6500]: ModemManager vanished from D-Bus
mmsd-tng[5928]: ../mmsd/plugins/modemmanager.c:mm_vanished_cb() Modem Manager vanished
systemd[1]: ModemManager.service: Failed with result 'core-dump'.
mmsd-tng[5928]: ../mmsd/plugins/modemmanager.c:mmsd_mm_state() MMSD_MM_STATE_NO_MANAGER
systemd[1]: ModemManager.service: Consumed 1.314s CPU time.
systemd[1]: ModemManager.service: Scheduled restart job, restart counter is at 17.
systemd[1]: Stopped Modem Manager.
systemd[1]: ModemManager.service: Consumed 1.314s CPU time.

I downgraded chatty, modemmanager-pp, and eg25-manager, and service is back.

Is this perhaps what I posted here?

2 posts were split to a new topic: Considering a Raspberry Pi 4 B (8GB) with Manjaro ARM installed

Unfortunately, the KODI has no sound on the bluetooth headset since the update.
What could be the problem?
But thanks for trying kodi-rpi. There was also an error with the program named kodi before it.
Before the update we were able to watch movies at KODI as well, not just on youtube.

WARNING <general>: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail

Thanks, :face_with_raised_eyebrow:

I have no problem here with kodi and using bluetooth headset.

I do not know if there is a language barrier or what. This has me confused. Are you trying to run kodi-rpi from within a DE? If you are this version of kodi is designed to run in it’s own environment. Post #1 in this thread tells you how to set up kodi-rpi under the “How to use Kodi RPI on Manjaro ARM” bullet.

I don’t know what can I write. I appreciate for your help.
I use hungarian interface.

[I] ^^>>> uname -a                                                                                                 13:15:00 
Linux RPI-4B 5.10.83-1-MANJARO-ARM-RPI #1 SMP PREEMPT Tue Dec 7 08:43:25 CST 2021 aarch64 GNU/Linux
[I] ^^>>> sudo pacman -Qs kodi                                                                                     13:06:35 
[sudo] gyurmo jelszava: 
local/kodi-rpi 19.3-2
    Media player and entertainment hub for Raspberry Pi 3/4/400, gbm_matrix fork
local/kodi-rpi-dev 19.3-2
    Kodi dev files for Raspberry Pi 3/4/400, gbm_matrix fork
local/kodi-rpi-eventclients 19.3-2
    Kodi Event Clients for Raspberry Pi 3/4/400, gbm_matrix fork
local/kodi-rpi-tools-texturepacker 19.3-2
    Kodi Texturepacker Tool for Raspberry Pi 3/4/400, gbm_matrix fork
local/p8-platform 2.1.0.1-4
    Platform support library used by libCEC and binary add-ons for Kodi
[I] ^^>>> plasmashell --version                                                                                    13:16:04 
plasmashell 5.23.4
[I] ^^>>> kf5-config --version                                                                                     13:17:47 
Qt: 5.15.2
KDE Frameworks: 5.88.0
kf5-config: 1.0
2021-12-19 13:19:53.335 T:669307    INFO <general>: -----------------------------------------------------------------------
2021-12-19 13:19:53.335 T:669307    INFO <general>: Starting Kodi (19.3 (19.3.0) Git:20211130-nogitfound). Platform: Linux ARM 64-bit
2021-12-19 13:19:53.335 T:669307    INFO <general>: Using Release Kodi x64
2021-12-19 13:19:53.335 T:669307    INFO <general>: Kodi compiled 2021-11-30 by GCC 10.2.0 for Linux ARM 64-bit version 5.12.3 (330755)
2021-12-19 13:19:53.335 T:669307    INFO <general>: Running on BCM2835 with Manjaro ARM 21.10, kernel: Linux ARM 64-bit version 5.10.83-1-MANJARO-ARM-RPI
2021-12-19 13:19:53.339 T:669307    INFO <general>: FFmpeg version/source: b9eca64-kodi-4.3.2-Matrix-19.2
2021-12-19 13:19:53.339 T:669307    INFO <general>: 4 CPU cores available
2021-12-19 13:19:53.339 T:669307    INFO <general>: ARM Features: Neon enabled
2021-12-19 13:19:53.339 T:669307    INFO <general>: special://xbmc/ is mapped to: /usr/share/kodi
2021-12-19 13:19:53.339 T:669307    INFO <general>: special://xbmcbin/ is mapped to: /usr/lib/kodi
2021-12-19 13:19:53.339 T:669307    INFO <general>: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons
2021-12-19 13:19:53.339 T:669307    INFO <general>: special://masterprofile/ is mapped to: /home/gyurmo/.kodi/userdata
2021-12-19 13:19:53.339 T:669307    INFO <general>: special://envhome/ is mapped to: /home/gyurmo
2021-12-19 13:19:53.339 T:669307    INFO <general>: special://home/ is mapped to: /home/gyurmo/.kodi
2021-12-19 13:19:53.339 T:669307    INFO <general>: special://temp/ is mapped to: /home/gyurmo/.kodi/temp
2021-12-19 13:19:53.339 T:669307    INFO <general>: special://logpath/ is mapped to: /home/gyurmo/.kodi/temp
2021-12-19 13:19:53.339 T:669307    INFO <general>: The executable running is: /usr/lib/kodi/kodi.bin
2021-12-19 13:19:53.339 T:669307    INFO <general>: Local hostname: RPI-4B
2021-12-19 13:19:53.339 T:669307    INFO <general>: Log File is located: /home/gyurmo/.kodi/temp/kodi.log
2021-12-19 13:19:53.339 T:669307    INFO <general>: -----------------------------------------------------------------------
2021-12-19 13:19:53.352 T:669307    INFO <general>: loading settings
2021-12-19 13:19:53.354 T:669307    INFO <general>: special://profile/ is mapped to: special://masterprofile/
2021-12-19 13:19:53.371 T:669307    INFO <general>: No settings file to load (special://xbmc/system/advancedsettings.xml)
2021-12-19 13:19:53.371 T:669307    INFO <general>: No settings file to load (special://masterprofile/advancedsettings.xml)
2021-12-19 13:19:53.371 T:669307    INFO <general>: Default Video Player: VideoPlayer
2021-12-19 13:19:53.371 T:669307    INFO <general>: Default Audio Player: paplayer
2021-12-19 13:19:53.371 T:669307    INFO <general>: Disabled debug logging due to GUI setting. Level 0.
2021-12-19 13:19:53.371 T:669307    INFO <general>: Log level changed to "INFO"
2021-12-19 13:19:53.372 T:669307    INFO <general>: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
2021-12-19 13:19:53.380 T:669307    INFO <general>: creating subdirectories
2021-12-19 13:19:53.380 T:669307    INFO <general>: userdata folder: special://masterprofile/
2021-12-19 13:19:53.381 T:669307    INFO <general>: recording folder: 
2021-12-19 13:19:53.381 T:669307    INFO <general>: screenshots folder: /home/gyurmo/Dokumentumok/
2021-12-19 13:19:53.388 T:669307    INFO <general>: Running database version Addons33
2021-12-19 13:19:53.393 T:669307   ERROR <general>: GetDirectory - Error getting /usr/lib/kodi/addons
2021-12-19 13:19:53.393 T:669307   ERROR <general>: GetDirectory - Error getting special://xbmcbin/addons
2021-12-19 13:19:53.514 T:669307    INFO <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.aac v1.0.2 installed
2021-12-19 13:19:53.514 T:669307    INFO <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.wma v1.0.2 installed
2021-12-19 13:19:53.514 T:669307    INFO <general>: CAddonMgr::FindAddons: game.controller.default v1.0.15 installed
2021-12-19 13:19:53.514 T:669307    INFO <general>: CAddonMgr::FindAddons: game.controller.snes v1.0.14 installed
2021-12-19 13:19:53.514 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.global.audioengine v1.1.1 installed
2021-12-19 13:19:53.514 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.global.filesystem v1.1.6 installed
2021-12-19 13:19:53.514 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.global.general v1.0.5 installed
2021-12-19 13:19:53.514 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.global.gui v5.15.0 installed
2021-12-19 13:19:53.514 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.global.main v1.3.0 installed
2021-12-19 13:19:53.514 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.global.network v1.0.4 installed
2021-12-19 13:19:53.515 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.global.tools v1.0.4 installed
2021-12-19 13:19:53.515 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.audiodecoder v3.0.0 installed
2021-12-19 13:19:53.515 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.audioencoder v2.1.0 installed
2021-12-19 13:19:53.515 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.game v2.1.0 installed
2021-12-19 13:19:53.515 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.imagedecoder v2.1.1 installed
2021-12-19 13:19:53.515 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.inputstream v3.0.1 installed
2021-12-19 13:19:53.515 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.peripheral v2.0.0 installed
2021-12-19 13:19:53.515 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.pvr v7.1.0 installed
2021-12-19 13:19:53.515 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.screensaver v2.1.0 installed
2021-12-19 13:19:53.515 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.vfs v3.0.0 installed
2021-12-19 13:19:53.515 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.videocodec v2.0.2 installed
2021-12-19 13:19:53.516 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.visualization v3.0.0 installed
2021-12-19 13:19:53.516 T:669307    INFO <general>: CAddonMgr::FindAddons: kodi.resource v1.0.0 installed
2021-12-19 13:19:53.516 T:669307    INFO <general>: CAddonMgr::FindAddons: metadata.album.universal v3.1.5 installed
2021-12-19 13:19:53.516 T:669307    INFO <general>: CAddonMgr::FindAddons: metadata.artists.universal v4.3.4 installed
2021-12-19 13:19:53.516 T:669307    INFO <general>: CAddonMgr::FindAddons: metadata.common.allmusic.com v3.2.2 installed
2021-12-19 13:19:53.516 T:669307    INFO <general>: CAddonMgr::FindAddons: metadata.common.fanart.tv v3.6.3 installed
2021-12-19 13:19:53.516 T:669307    INFO <general>: CAddonMgr::FindAddons: metadata.common.imdb.com v3.2.4 installed
2021-12-19 13:19:53.516 T:669307    INFO <general>: CAddonMgr::FindAddons: metadata.common.musicbrainz.org v2.2.4 installed
2021-12-19 13:19:53.516 T:669307    INFO <general>: CAddonMgr::FindAddons: metadata.common.theaudiodb.com v2.0.3 installed
2021-12-19 13:19:53.516 T:669307    INFO <general>: CAddonMgr::FindAddons: metadata.common.themoviedb.org v3.2.17 installed
2021-12-19 13:19:53.516 T:669307    INFO <general>: CAddonMgr::FindAddons: metadata.generic.albums v1.0.14 installed
2021-12-19 13:19:53.517 T:669307    INFO <general>: CAddonMgr::FindAddons: metadata.generic.artists v1.0.14 installed
2021-12-19 13:19:53.517 T:669307    INFO <general>: CAddonMgr::FindAddons: metadata.local v1.0.1 installed
2021-12-19 13:19:53.517 T:669307    INFO <general>: CAddonMgr::FindAddons: metadata.themoviedb.org v5.2.6 installed
2021-12-19 13:19:53.517 T:669307    INFO <general>: CAddonMgr::FindAddons: metadata.themoviedb.org.python v1.5.1+matrix.1 installed
2021-12-19 13:19:53.517 T:669307    INFO <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org v3.5.13 installed
2021-12-19 13:19:53.517 T:669307    INFO <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org.python v1.4.8 installed
2021-12-19 13:19:53.517 T:669307    INFO <general>: CAddonMgr::FindAddons: repository.xbmc.org v3.2.5 installed
2021-12-19 13:19:53.517 T:669307    INFO <general>: CAddonMgr::FindAddons: resource.images.weathericons.default v1.1.9 installed
2021-12-19 13:19:53.517 T:669307    INFO <general>: CAddonMgr::FindAddons: resource.language.en_gb v2.0.2 installed
2021-12-19 13:19:53.517 T:669307    INFO <general>: CAddonMgr::FindAddons: resource.language.hu_hu v9.0.36 installed
2021-12-19 13:19:53.517 T:669307    INFO <general>: CAddonMgr::FindAddons: resource.uisounds.aeonmq6 v1.0.0 installed
2021-12-19 13:19:53.518 T:669307    INFO <general>: CAddonMgr::FindAddons: resource.uisounds.kodi v1.0.1 installed
2021-12-19 13:19:53.518 T:669307    INFO <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.black v1.0.34 installed
2021-12-19 13:19:53.518 T:669307    INFO <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.dim v1.0.64 installed
2021-12-19 13:19:53.518 T:669307    INFO <general>: CAddonMgr::FindAddons: script.module.certifi v2020.12.05+matrix.1 installed
2021-12-19 13:19:53.518 T:669307    INFO <general>: CAddonMgr::FindAddons: script.module.chardet v4.0.0+matrix.1 installed
2021-12-19 13:19:53.518 T:669307    INFO <general>: CAddonMgr::FindAddons: script.module.idna v2.10.0+matrix.1 installed
2021-12-19 13:19:53.518 T:669307    INFO <general>: CAddonMgr::FindAddons: script.module.pil v5.1.0 installed
2021-12-19 13:19:53.518 T:669307    INFO <general>: CAddonMgr::FindAddons: script.module.pycryptodome v3.4.3 installed
2021-12-19 13:19:53.518 T:669307    INFO <general>: CAddonMgr::FindAddons: script.module.requests v2.25.1+matrix.1 installed
2021-12-19 13:19:53.518 T:669307    INFO <general>: CAddonMgr::FindAddons: script.module.urllib3 v1.26.4+matrix.1 installed
2021-12-19 13:19:53.518 T:669307    INFO <general>: CAddonMgr::FindAddons: script.openweathermap.maps v1.0.6 installed
2021-12-19 13:19:53.519 T:669307    INFO <general>: CAddonMgr::FindAddons: service.subtitles.opensubtitles v5.1.3 installed
2021-12-19 13:19:53.519 T:669307    INFO <general>: CAddonMgr::FindAddons: service.xbmc.versioncheck v0.5.21+matrix.1 installed
2021-12-19 13:19:53.519 T:669307    INFO <general>: CAddonMgr::FindAddons: skin.estouchy v3.0.6 installed
2021-12-19 13:19:53.519 T:669307    INFO <general>: CAddonMgr::FindAddons: skin.estuary v3.0.5 installed
2021-12-19 13:19:53.519 T:669307    INFO <general>: CAddonMgr::FindAddons: webinterface.default v19.x-2.4.8 installed
2021-12-19 13:19:53.519 T:669307    INFO <general>: CAddonMgr::FindAddons: xbmc.addon v19.1.0 installed
2021-12-19 13:19:53.519 T:669307    INFO <general>: CAddonMgr::FindAddons: xbmc.core v0.1.0 installed
2021-12-19 13:19:53.519 T:669307    INFO <general>: CAddonMgr::FindAddons: xbmc.gui v5.15.0 installed
2021-12-19 13:19:53.519 T:669307    INFO <general>: CAddonMgr::FindAddons: xbmc.json v12.4.0 installed
2021-12-19 13:19:53.519 T:669307    INFO <general>: CAddonMgr::FindAddons: xbmc.metadata v2.1.0 installed
2021-12-19 13:19:53.519 T:669307    INFO <general>: CAddonMgr::FindAddons: xbmc.python v3.0.0 installed
2021-12-19 13:19:53.520 T:669307    INFO <general>: CAddonMgr::FindAddons: xbmc.webinterface v1.0.0 installed
2021-12-19 13:19:53.542 T:669307    INFO <general>: Selected Logind/UPower as PowerSyscall
2021-12-19 13:19:53.580 T:669307    INFO <general>: Selected UPower as PowerSyscall
2021-12-19 13:19:53.582 T:669307   ERROR <general>: DBus error: org.freedesktop.DBus.Error.InvalidArgs - Nincs „CanSuspend” tulajdonság
2021-12-19 13:19:53.583 T:669307   ERROR <general>: DBus error: org.freedesktop.DBus.Error.InvalidArgs - Nincs „CanHibernate” tulajdonság
2021-12-19 13:19:53.635 T:669334 WARNING <general>: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail
2021-12-19 13:19:53.635 T:669334    INFO <general>: Found 1 Lists of Devices
2021-12-19 13:19:53.635 T:669334    INFO <general>: Enumerated PULSE devices:
2021-12-19 13:19:53.635 T:669334    INFO <general>:     Device 1
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_deviceName      : Default
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_displayName     : Default
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_displayNameExtra: Default Output Device (PULSEAUDIO)
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_deviceType      : AE_DEVTYPE_PCM
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_channels        : FL, FR
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_dataFormats     : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_streamTypes     : No passthrough capabilities
2021-12-19 13:19:53.636 T:669334    INFO <general>:     Device 2
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_deviceName      : bluez_output.08_EB_ED_22_40_E2.a2dp-sink
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_displayName     : Redmi TV Soundbar
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_displayNameExtra: Fejhallgató (PULSEAUDIO)
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_deviceType      : AE_DEVTYPE_PCM
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_channels        : FL, FR
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_dataFormats     : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
2021-12-19 13:19:53.636 T:669334    INFO <general>:         m_streamTypes     : No passthrough capabilities
2021-12-19 13:19:53.636 T:669335    INFO <general>: CActiveAESink::OpenSink - initialize sink
2021-12-19 13:19:53.665 T:669335    INFO <general>: PulseAudio: Opened device Default in pcm mode with Buffersize 150 ms Periodsize 50 ms
2021-12-19 13:19:53.680 T:669307    INFO <general>: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
2021-12-19 13:19:53.762 T:669307    INFO <general>: Available videomodes (xrandr):
2021-12-19 13:19:53.762 T:669307    INFO <general>: Output 'HDMI-1' has 23 modes
2021-12-19 13:19:53.762 T:669307    INFO <general>: ID:0x47 Name:1920x1080 Refresh:60.000000 Width:1920 Height:1080
2021-12-19 13:19:53.762 T:669307    INFO <general>: Pixel Ratio: 1.000000
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x48 Name:1920x1080 Refresh:50.000000 Width:1920 Height:1080
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.000000
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x49 Name:1920x1080 Refresh:59.940201 Width:1920 Height:1080
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.000000
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x4a Name:1920x1080i Refresh:30.000000 Width:1920 Height:1080
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.000000
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x4b Name:1920x1080i Refresh:25.000000 Width:1920 Height:1080
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.000000
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x4c Name:1920x1080i Refresh:29.970100 Width:1920 Height:1080
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.000000
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x4d Name:1600x1200 Refresh:60.000000 Width:1600 Height:1200
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.333333
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x4e Name:1680x1050 Refresh:59.883251 Width:1680 Height:1050
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.111111
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x4f Name:1280x1024 Refresh:60.019741 Width:1280 Height:1024
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.422222
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x50 Name:1440x900 Refresh:59.901459 Width:1440 Height:900
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.111111
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x51 Name:1280x960 Refresh:60.000000 Width:1280 Height:960
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.333333
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x52 Name:1280x800 Refresh:59.909550 Width:1280 Height:800
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.111111
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x53 Name:1280x720 Refresh:60.000000 Width:1280 Height:720
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.000000
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x54 Name:1280x720 Refresh:50.000000 Width:1280 Height:720
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.000000
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x55 Name:1280x720 Refresh:59.940201 Width:1280 Height:720
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.000000
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x56 Name:1024x768 Refresh:60.003841 Width:1024 Height:768
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.333333
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x57 Name:800x600 Refresh:60.316540 Width:800 Height:600
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.333333
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x58 Name:800x600 Refresh:56.250000 Width:800 Height:600
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.333333
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x59 Name:720x576 Refresh:50.000000 Width:720 Height:576
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.422222
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x5a Name:720x480 Refresh:60.000000 Width:720 Height:480
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.185185
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x5b Name:720x480 Refresh:59.940060 Width:720 Height:480
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.185185
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x5c Name:640x480 Refresh:60.000000 Width:640 Height:480
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.333333
2021-12-19 13:19:53.763 T:669307    INFO <general>: ID:0x5d Name:640x480 Refresh:59.940479 Width:640 Height:480
2021-12-19 13:19:53.763 T:669307    INFO <general>: Pixel Ratio: 1.333333
2021-12-19 13:19:53.763 T:669307    INFO <general>: CApplication::CreateGUI - using the x11 windowing system
2021-12-19 13:19:53.763 T:669307    INFO <general>: Checking resolution 16
2021-12-19 13:19:53.763 T:669307    INFO <general>: CWinSystemX11GLESContext::CreateNewWindow
2021-12-19 13:19:53.995 T:669307    INFO <general>: RetroPlayer[PROCESS]: Registering process control for X11
2021-12-19 13:19:53.996 T:669307    INFO <general>: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES
2021-12-19 13:19:53.996 T:669307    INFO <general>: Using visual 0x21
2021-12-19 13:19:53.999 T:669307 WARNING <general>: Failed to get an OpenGL context supporting core profile 3.2, using legacy mode with reduced feature set
2021-12-19 13:19:54.044 T:669307    INFO <general>: GLES: Maximum texture width: 2048
2021-12-19 13:19:54.045 T:669307    INFO <general>: GL_VENDOR = Broadcom
2021-12-19 13:19:54.045 T:669307    INFO <general>: GL_RENDERER = V3D 4.2
2021-12-19 13:19:54.045 T:669307    INFO <general>: GL_VERSION = OpenGL ES 3.1 Mesa 21.2.5
2021-12-19 13:19:54.045 T:669307    INFO <general>: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.10
2021-12-19 13:19:54.045 T:669307    INFO <general>: GL_EXTENSIONS = GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_texture_compression_astc_ldr GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_draw_elements_base_vertex GL_EXT_primitive_bounding_box GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_KHR_context_flush_control GL_NV_image_formats GL_OES_draw_elements_base_vertex GL_OES_primitive_bounding_box GL_OES_shader_io_blocks GL_OES_texture_border_clamp GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_EXT_buffer_storage GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_KHR_parallel_shader_compile GL_EXT_EGL_image_storage GL_MESA_framebuffer_flip_y GL_EXT_texture_query_lod GL_MESA_bgra 
2021-12-19 13:19:54.195 T:669307    INFO <general>: GLES: Maximum texture width: 4096
2021-12-19 13:19:54.330 T:669333    INFO <general>: Loading special://xbmc/system/Lircmap.xml
2021-12-19 13:19:54.339 T:669333    INFO <general>: * Adding remote mapping for device 'mceusb'
2021-12-19 13:19:54.340 T:669333    INFO <general>: * Adding remote mapping for device 'XboxDVDDongle'
2021-12-19 13:19:54.340 T:669333    INFO <general>: * Adding remote mapping for device 'Microsoft_Xbox'
2021-12-19 13:19:54.340 T:669333    INFO <general>: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
2021-12-19 13:19:54.340 T:669333    INFO <general>: * Adding remote mapping for device 'anysee'
2021-12-19 13:19:54.340 T:669333    INFO <general>: * Adding remote mapping for device 'iMON-PAD'
2021-12-19 13:19:54.340 T:669333    INFO <general>: * Adding remote mapping for device 'Antec_Veris_RM200'
2021-12-19 13:19:54.341 T:669333    INFO <general>: * Adding remote mapping for device 'MCE_via_iMON'
2021-12-19 13:19:54.341 T:669333    INFO <general>: * Adding remote mapping for device 'TwinHanRemote'
2021-12-19 13:19:54.341 T:669333    INFO <general>: * Adding remote mapping for device 'linux-input-layer'
2021-12-19 13:19:54.341 T:669333    INFO <general>: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
2021-12-19 13:19:54.341 T:669333    INFO <general>: * Adding remote mapping for device 'mediacenter'
2021-12-19 13:19:54.341 T:669333    INFO <general>: * Adding remote mapping for device 'devinput'
2021-12-19 13:19:54.341 T:669333    INFO <general>: * Adding remote mapping for device 'devinput-32'
2021-12-19 13:19:54.341 T:669333    INFO <general>: * Adding remote mapping for device 'devinput-64'
2021-12-19 13:19:54.550 T:669307    INFO <general>: GLES: Enabling VSYNC
2021-12-19 13:19:54.551 T:669307    INFO <general>: load keymapping
2021-12-19 13:19:54.553 T:669307    INFO <general>: Loading special://xbmc/system/keymaps/appcommand.xml
2021-12-19 13:19:54.554 T:669307    INFO <general>: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
2021-12-19 13:19:54.556 T:669307    INFO <general>: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
2021-12-19 13:19:54.558 T:669307    INFO <general>: Loading special://xbmc/system/keymaps/customcontroller.SiriRemote.xml
2021-12-19 13:19:54.559 T:669307    INFO <general>: Loading special://xbmc/system/keymaps/gamepad.xml
2021-12-19 13:19:54.564 T:669307    INFO <general>: Loading special://xbmc/system/keymaps/joystick.xml
2021-12-19 13:19:54.567 T:669307    INFO <general>: Loading special://xbmc/system/keymaps/keyboard.xml
2021-12-19 13:19:54.572 T:669307    INFO <general>: Loading special://xbmc/system/keymaps/mouse.xml
2021-12-19 13:19:54.573 T:669307    INFO <general>: Loading special://xbmc/system/keymaps/remote.xml
2021-12-19 13:19:54.575 T:669307    INFO <general>: Loading special://xbmc/system/keymaps/touchscreen.xml
2021-12-19 13:19:54.578 T:669307    INFO <general>: GUI format 1920x1080, Display HDMI-1: 1920x1080 @ 60.00Hz
2021-12-19 13:19:54.579 T:669307    INFO <general>: CLangInfo: loading resource.language.hu_hu language information...
2021-12-19 13:19:54.585 T:669307    INFO <general>: global locale set to hu_HU.UTF-8
2021-12-19 13:19:54.586 T:669307    INFO <general>: CLangInfo: loading resource.language.hu_hu language strings...
2021-12-19 13:19:54.704 T:669360    INFO <general>: Running database version Addons33
2021-12-19 13:19:54.707 T:669360    INFO <general>: Running database version ViewModes6
2021-12-19 13:19:54.711 T:669360    INFO <general>: Running database version Textures13
2021-12-19 13:19:54.726 T:669360    INFO <general>: Running database version MyMusic82
2021-12-19 13:19:54.742 T:669360    INFO <general>: Running database version MyVideos119
2021-12-19 13:19:54.749 T:669360    INFO <general>: Running database version TV38
2021-12-19 13:19:54.753 T:669360    INFO <general>: Running database version Epg13
2021-12-19 13:19:54.758 T:669307    INFO <general>: start dvd mediatype detection
2021-12-19 13:19:54.782 T:669307    INFO <general>: Unloaded skin
2021-12-19 13:19:54.785 T:669307    INFO <general>:   load skin from: /usr/share/kodi/addons/skin.estuary/ (version: 3.0.5)
2021-12-19 13:19:54.785 T:669307    INFO <general>:   load fonts for skin...
2021-12-19 13:19:54.787 T:669307    INFO <general>: Loading skin includes from /usr/share/kodi/addons/skin.estuary/xml/Includes.xml
2021-12-19 13:19:54.851 T:669307    INFO <general>: Loading fonts from /usr/share/kodi/addons/skin.estuary/xml/Font.xml
2021-12-19 13:19:54.917 T:669307    INFO <general>:   load new skin...
2021-12-19 13:19:54.917 T:669307    INFO <general>: Loading custom window XMLs from skin path /usr/share/kodi/addons/skin.estuary/xml
2021-12-19 13:19:54.929 T:669307    INFO <general>:   initialize new skin...
2021-12-19 13:19:54.929 T:669307    INFO <general>: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
2021-12-19 13:19:54.952 T:669307    INFO <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
2021-12-19 13:19:54.954 T:669307    INFO <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2021-12-19 13:19:54.956 T:669307    INFO <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
2021-12-19 13:19:54.958 T:669307    INFO <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
2021-12-19 13:19:54.961 T:669307    INFO <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2021-12-19 13:19:54.972 T:669307    INFO <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
2021-12-19 13:19:54.975 T:669307    INFO <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2021-12-19 13:19:54.976 T:669307    INFO <general>: Loading resource://resource.uisounds.kodi/sounds.xml
2021-12-19 13:19:55.047 T:669307    INFO <general>:   skin loaded...
2021-12-19 13:19:55.048 T:669307    INFO <general>: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
2021-12-19 13:19:55.049 T:669307    INFO <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2021-12-19 13:19:55.296 T:669307 WARNING <general>: JSONRPC: Could not parse type "Setting.Details.SettingList"
2021-12-19 13:19:55.296 T:669307    INFO <general>: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
2021-12-19 13:19:55.296 T:669307    INFO <general>: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
2021-12-19 13:19:55.314 T:669307    INFO <general>: JSONRPC v12.4.0: Successfully initialized
2021-12-19 13:19:55.331 T:669307    INFO <general>: Register - new keyboard device registered on application->keyboard: Billentyűzet (0000:0000)
2021-12-19 13:19:55.333 T:669307    INFO <general>: Register - new mouse device registered on application->mouse: Egér (0000:0000)
2021-12-19 13:19:55.333 T:669307    INFO <general>: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2021-12-19 13:19:55.337 T:669307    INFO <general>: Loaded playercorefactory configuration
2021-12-19 13:19:55.337 T:669307    INFO <general>: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2021-12-19 13:19:55.337 T:669307    INFO <general>: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2021-12-19 13:19:55.337 T:669307    INFO <general>: removing tempfiles
2021-12-19 13:19:55.348 T:669307    INFO <general>: initialize done
2021-12-19 13:19:55.348 T:669307    INFO <general>: Running the application...
2021-12-19 13:19:55.348 T:669370    INFO <general>: initializing python engine.
2021-12-19 13:19:55.355 T:669307    INFO <general>: CZeroconfAvahi::clientCallback: avahi server not available. But may become later...
2021-12-19 13:19:55.355 T:669307    INFO <general>: starting zeroconf publishing
2021-12-19 13:19:55.355 T:669307    INFO <general>: starting upnp client
2021-12-19 13:19:55.378 T:669366    INFO <general>: Register - new cec device registered on cec->Linux: CEC Adapter (0000:0000)
2021-12-19 13:19:55.393 T:669307    INFO <general>: starting upnp server
2021-12-19 13:19:55.402 T:669307    INFO <general>: starting upnp renderer
2021-12-19 13:19:55.408 T:669388    INFO <general>: ES: Starting UDP Event server on port 9777
2021-12-19 13:19:55.409 T:669388    INFO <general>: UDP: Listening on port 9777 (ipv6 : true)
2021-12-19 13:19:55.409 T:669307   ERROR <general>: JSONRPC Server: Failed to connect to sdpd
2021-12-19 13:19:55.409 T:669307    INFO <general>: JSONRPC Server: Successfully initialized
2021-12-19 13:19:55.410 T:669307    INFO <CWebserver[7978]>: Started
2021-12-19 13:20:01.505 T:669307    INFO <general>: Loading skin file: Settings.xml, load type: KEEP_IN_MEMORY
2021-12-19 13:20:01.521 T:669370    INFO <general>: CPythonInvoker(0, /home/gyurmo/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): script successfully run
2021-12-19 13:20:01.559 T:669370    INFO <general>: Python interpreter stopped
2021-12-19 13:20:04.922 T:669307    INFO <general>: Loading skin file: SettingsCategory.xml, load type: KEEP_IN_MEMORY
2021-12-19 13:20:07.593 T:669307    INFO <general>: Loading skin file: DialogSelect.xml, load type: KEEP_IN_MEMORY
2021-12-19 13:20:27.716 T:669307    INFO <general>: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
2021-12-19 13:20:31.395 T:669307    INFO <general>: Stopping player
2021-12-19 13:20:31.395 T:669307    INFO <general>: Storing total System Uptime
2021-12-19 13:20:31.395 T:669307    INFO <general>: Saving settings
2021-12-19 13:20:31.400 T:669307    INFO <general>: Saving skin settings
2021-12-19 13:20:31.401 T:669307    INFO <general>: Stopping all
2021-12-19 13:20:31.401 T:669307    INFO <general>: ES: Stopping event server
2021-12-19 13:20:31.401 T:669307    INFO <general>: stopping upnp
2021-12-19 13:20:31.442 T:669388    INFO <general>: ES: UDP Event server stopped
2021-12-19 13:20:31.757 T:669307    INFO <general>: stopping zeroconf publishing
2021-12-19 13:20:31.757 T:669307    INFO <CWebserver[7978]>: Stopped
2021-12-19 13:20:31.758 T:669307    INFO <general>: stop dvd detect media
2021-12-19 13:20:31.758 T:669307    INFO <general>: CServiceAddonManager: failed to stop service.xbmc.versioncheck (may have ended)
2021-12-19 13:20:32.010 T:669307    INFO <general>: Application stopped
2021-12-19 13:20:32.210 T:669307    INFO <general>: XBApplicationEx: destroying...
2021-12-19 13:20:35.335 T:669307    INFO <general>: unload skin
2021-12-19 13:20:35.365 T:669307    INFO <general>: Unloaded skin
2021-12-19 13:20:35.373 T:669307    INFO <general>: unload sections
2021-12-19 13:20:35.416 T:669307    INFO <general>: XRANDR: /usr/lib/kodi/kodi-xrandr --screen 0 --output HDMI-1 --mode 0x47
2021-12-19 13:20:35.460 T:669307    INFO <general>: XBApplicationEx: application stopped!

I do not know where to start. Do you have a rpi4? If so you have the wrong kodi packages installed. All of the kodi package you have installed needs to be uninstalled and all of the kodi-rpi packages needs to be installed:

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

Then in /boot/config.txt make some changes and add some lines:

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

Then disable your Login Manager, install kodi.service then reboot into kodi:

sudo systemctl disabble sddm.service
sudo systemctl enable kodi.service
sudo reboot

This should boot straight into kodi. You wil boot in kodi with the user “kodi”. the user kodi home directory will be /var/lib/kodi.

After thought:

You should have bluetooth configured to power on at boot.

https://wiki.archlinux.org/title/Bluetooth#Auto_power-on_after_boot

If you do not have a rpi4 the kodi packages you have installed may very well be broke and needs to be rebuilt against new libs. I do not maintain it (only kodi-rpi). @spikerguy does.

Thank you very much for your answer! Yes I use an Rpi4B device. I have same config.txt and i have same installed applications.
i not want to use different login manager. I can start the kodi with icon and from Konsole. I think problem not with bluetooth. vlc and web have sound. And on audio output device had choose the Redmi TV Soundbar bluetooth device.

I seen I have problem:

WARNING <general>: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail

module-allow-passthrough

Since 10.0. This module ensures that passthrough streams are always allowed to play on sinks. The default policy in PulseAudio is to only allow exclusive access if nothing else is currently using the sink. With this module, all the existing streams are muted (by being re-routed to the null sink) when a passthrough stream comes in, allowing the passthrough stream to exclusively use the sink.

This is particularly useful with media centers and HTPC boxes (e.g. Kodi media center) where we usually always want to be able to start a video even if an external notification sound happened to be playing at the same time.

But with kde have PipeWire. Which is only Pulseaudio compatible. So this because i not have module-allow-passthrough.

[I] ^^>>> pactl list modules short                                                                                 16:16:41 
1       libpipewire-module-rtkit        {
            #nice.level   = -11
            #rt.prio      = 88
            #rt.time.soft = 2000000
            #rt.time.hard = 2000000
        }
2       libpipewire-module-protocol-native
3       libpipewire-module-profiler
5       libpipewire-module-metadata
7       libpipewire-module-spa-device-factory
9       libpipewire-module-spa-node-factory
11      libpipewire-module-client-node
13      libpipewire-module-client-device
15      libpipewire-module-portal
16      libpipewire-module-access       {
            # access.allowed to list an array of paths of allowed
            # apps.
            #access.allowed = [
            #    /usr/bin/pipewire-media-session
            #]

            # An array of rejected paths.
            #access.rejected = [ ]

            # An array of paths with restricted access.
            #access.restricted = [ ]

            # Anything not in the above lists gets assigned the
            # access.force permission.
            #access.force = flatpak
        }
17      libpipewire-module-adapter
19      libpipewire-module-link-factory
21      libpipewire-module-session-manager

I found same:
https://bbs.archlinux.org/viewtopic.php?id=264358

kodi-rpi was made by the RPi people. If you do not want to use the kodi designed especially for the rpi and has gpu HW decoding in the way it is intended then you are on your own. That link you posted is 11 years old and I doubt it has much to do with your issue.

I also have pipewire installed and have no issues:

pipewire

Do not know if it will help you @spikerguy just uploaded kodi-19.3 to the unstable branch.

One major issue that I have found with this update on the PinePhone is that disabling mobile data through the Plasma Mobile drawer now completely disables the modem, i.e., also disables regular telephony!

The workaround is sudo mmcli -m 0 -e to enable the modem (which thankfully leaves data disabled, at least according to nmcli), but I have to do this every time, which is a major annoyance.

I filed this at: Modem starts completely disabled if mobile data is disabled (regression from ModemManager port) (#133) · Issues · Plasma / Plasma Phone Components · GitLab and Disabling WWAN completely disables PinePhone modem (with ModemManager) (#880) · Issues · NetworkManager / NetworkManager · GitLab

There is also a regression in Spacebar: Messages from non-digit phone numbers no longer viewable (regression from ModemManager port) (#33) · Issues · Plasma Mobile / Spacebar · GitLab – a candidate fix for that one has already been available for a week: Draft: PhoneNumber: Store string if the number was not valid (!78) · Merge requests · Plasma Mobile / Spacebar · GitLab , maybe consider applying it downstream?