PINE64
Temporary fix for Modem Not Coming Back on in SXMO Postmarketos Pinephone - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127)
+--- Thread: Temporary fix for Modem Not Coming Back on in SXMO Postmarketos Pinephone (/showthread.php?tid=16803)



Temporary fix for Modem Not Coming Back on in SXMO Postmarketos Pinephone - kebab - 06-09-2022

Hey,

I hope this script can be useful to someone, but basically the instructions are in the github.

Its a cron job that runs to check if the modem is there, and if it isn't there it will wake it up.

This should work on systemd, too, but it may need some tweaking, as I haven't tested it on systemd.

https://github.com/bakerk98/eg25-modem-cron-job


RE: Temporary fix for Modem Not Coming Back on in SXMO Postmarketos Pinephone - robthebold - 06-16-2022

Thanks for you work looking into this problem.  I'm glad to see I'm not alone in this problem and making efforts to mitigate it. 

I was excited to see that restarting eg25-manager might get a modem that's gone missing back online. I can restart eg25-manager without any errors but unfortunately in my case, it doesn't help Sad So far the only sure-fire method I've found is to restart the device. I'm considering automating a call to reboot when the modem disappears, but for now I just have the phone play an audio file every minute to remind me to restart.

I've also seen a second problem that I intend to see if an eg25-manager restart might help. Every so often my phone loses its LTE connection, and when this happens I can't place or receive calls. Since it's not readily apparent if I'm not getting a call because no one's calling or because LTE is off in the weeds, this is also a problem. So again, I play a sound to tell me to check the phone. I thought that mmcli -m 0 -e might fix things but that experiment failed. Sometimes LTE comes back on its own . . .

I'll post if I find anything else of note.

update:

Hmmm. restarting eg25-manager might actually have worked after all. I tried it when LTE service dropped out and it didn't appear to help when I rechecked the output of mmcli -m 0|grep access. But the modem had returned as modem 1, and I was just assuming it would be restarted as modem 0 again. I'll have to wait for the modem to disappear again to retest this.


RE: Temporary fix for Modem Not Coming Back on in SXMO Postmarketos Pinephone - kebab - 07-16-2023

(06-16-2022, 08:40 AM)robthebold Wrote: Thanks for you work looking into this problem.  I'm glad to see I'm not alone in this problem and making efforts to mitigate it. 

I was excited to see that restarting eg25-manager might get a modem that's gone missing back online. I can restart eg25-manager without any errors but unfortunately in my case, it doesn't help Sad So far the only sure-fire method I've found is to restart the device. I'm considering automating a call to reboot when the modem disappears, but for now I just have the phone play an audio file every minute to remind me to restart.

I've also seen a second problem that I intend to see if an eg25-manager restart might help. Every so often my phone loses its LTE connection, and when this happens I can't place or receive calls. Since it's not readily apparent if I'm not getting a call because no one's calling or because LTE is off in the weeds, this is also a problem. So again, I play a sound to tell me to check the phone. I thought that mmcli -m 0 -e might fix things but that experiment failed. Sometimes LTE comes back on its own . . .

I'll post if I find anything else of note.

update:

Hmmm. restarting eg25-manager might actually have worked after all. I tried it when LTE service dropped out and it didn't appear to help when I rechecked the output of mmcli -m 0|grep access. But the modem had returned as modem 1, and I was just assuming it would be restarted as modem 0 again. I'll have to wait for the modem to disappear again to retest this.

Late reply, but for those wondering you can run mmcli commands with 'mmcli -m any' instead of specifying a specific number when the modem inevitably crashes and comes back.