10-05-2022, 07:08 AM
(10-04-2022, 10:15 PM)pineuser0 Wrote: I was fine up until a few days ago until I noticed that I wasn't receiving any sms messages even though I could download and upload using my sim card data.
Check your modem to see if it is "Clogged". Every once in a while my modem gets backed up.
Here are the commands I use:
List all the messages in the modem (this will give you a number use it in place of the XX)
Code:
mmcli -m any --messaging-list-sms
Delete message in the modem
Code:
sudo mmcli -m any --messaging-delete-sms=XX
This used to restart the modem (you should not need this)
Code:
sudo systemctl restart eg25-manager.service