Hello all,
My librem5 was working fine, so fine. I decided to change my carrier to another save money. and it was the start of my troubles. Here’s the story :
I have an old Orange SIM card (I live in France) with my personnal number that I use for my Librem5 as a daily driver.
I have another Orange SIM card (but with a recent contract) for my backup Android phone (for quality photos, bank MFA applications, emergency requests etc)
I recently decided to change my old Orange contract to another operator (Bouygues) to save money. And starting the moment I change the SIM card on the Librem5 I no longer could send MMS.
I’d well applied Bouygues APN parameters but I couldn’t make it work.
so to maintain the possibility to send/receive MMS while I find a solution to fix it on the Librem5, I’ve switch the SIM card from my backup Android phone. So now the Librem5 has a recent Orange SIM card (and use my Android as a dailydriver ) I’ve configured the Orange APN parameters and etc but I still can’t send MMS … (for info, I suppose that there is a different implementation between the two Orange SIM cards : on the old SIM card I could ping 9.9.9.9 and get my IP routing table, on the new one I can’t but I still can access to the internet)
So I’ve check differents tips available on the forum :
https://forums.puri.sm/t/how-to-remove-mms/20251/2
https://forums.puri.sm/t/apn-settings-values-and-storage/20157/20
the last link is a good track :
purism@librem5:~$ sudo journalctl -b -0 | grep 'APN'
avril 10 21:55:59 librem5 mmsdtng[806]: ../plugins/modemmanager.c:set_context() Current Context APN: Orange, mmsd-tng settings MMS APN: orange.acte
avril 10 21:55:59 librem5 mmsdtng[806]: ../plugins/modemmanager.c:set_context() **The modem is not connected to the correct APN!**
avril 10 21:55:59 librem5 mmsdtng[806]: ../plugins/modemmanager.c:bearer_handler() Set MMSC: http://mms.orange.fr, Set Proxy: 192.168.10.200, Set MMS APN: orange.acte
avril 10 21:55:59 librem5 chatty[1245]: Bearer Handler emitted an error, the APN set in mmsd's settings does not match any connected APNs
so the error seems to come from an APN misconfiguration but the thing is… the parameters are good :
purism@librem5:~$ cat ~/.mms/modemmanager/mms
[Modem Manager]
CarrierMMSC=http://mms.orange.fr
MMS_APN=orange.acte
CarrierMMSProxy=192.168.10.200
DefaultModemNumber=NULL
AutoProcessOnConnection=true
AutoProcessSMSWAP=true
IMSI=2080xxxxxxxxxxx
[Settings]
UseDeliveryReports=false
TotalMaxAttachmentSize=1100000
MaxAttachments=25
AutoCreateSMIL=true
ForceCAres=true
here’s Orange APN parameters :
Orange APN
I’ve checked the APN parameters when the Orange SIM card is inserted in the Android
I’ve tried the following actions too
systemctl --user stop mmsd-tng
rm ~/.mms/modemmanager/*
systemctl --user start mmsd-tng
reconfigure the APN parameters
purism@librem5:~$ sudo mmcli -m any --messaging-list-sms
No sms messages were found
indeed i’ve rebooted several times during the different tests.
in the begining I could receive MMS, now it’s even worse: after all these tests, I can neither receive nor send mms from the Librem5
(I think I shouldn’t have removed the files located in ~/mms/modemmanager…)
any ideas ?