[ARM Stable Update] 2020-12-16 - Plasma 5.20.4, Xorg Server, Mobile and Kernels

The default kernel provided by Raspberry Pi is the 5.4 branch.
You can install linux-rpi4-mainline to get 5.9 or linux-rpi4-rc to get 5.10-rc7.

Sorry am new to this but what’s the command if I may ask?

If you are new, you have no reason to want to switch the most critical piece of the system. :slight_smile:

I would recommend you stay on 5.4, since it’s a Long Time Support release.
It will get updated to 5.10 eventually, when Raspberry Pi foundation updates their default kernel branch to the new LTS.

I am testing. I wanna try few things out. Please let me know command if you don’t mind. Thanks

sudo pacman -S linux-rpi4-mainline
or
sudo pacman -S linux-rpi4-rc

To get back to the default kernel:

sudo pacman -S linux-rpi4

Much appreciated my friend :+1:

Yes that’s right.

Problem: No longer receiving text messages (SMS). (Sending works fine.)

Carrier: T-Mobile
Country: USA

Installation: Default Pinephone Manjaro Community Edition, fully up-to-date (normally, I update by ‘sudo pacman -Syyu’ with SSH)

The problem started only in the past few days.

Thoughts, anyone? I do not see anything in the ‘known problems’ so far in this thread.

EDIT: This does not have anything to do with the Manjaro update. It is a known problem with the PinePhone handling modems. I have updated the relevant section of the PinePhone FAQ with exact directions for the PinePhone Manjaro CE, which differ slightly from that of the PinePhone with Mobian.

1 Like

I think you’re right.

I just read something about calls not working on some network provider and there seem to be a temporary fix.

Check this Plasma mobile release post for the fix.

Thank you for the tip. This is actually a different problem, but it is very good to know about the post regarding fixing different modem problems with Manjaro…

For the problem with regard to being able to send SMS messages but not receive them, which is not Manjaro’s problem but, rather, seems to have something to do with ModemManager, see PinePhone FAQ 2.7.1.

Short version:

sudo mmcli -m 3 --messaging-list-sms

Then delete each listed message by number, e.g.:

$ sudo mmcli -m 3 --messaging-delete-sms=77 

Repeat with all listed messages.

Hey, did you try charging the Pinebook Pro while turned off? Does it work?