![]() |
Help with ModemManager and modem on UART port
I have a SARA-R52M10 cellular modem attached to a Raspberry Pi CM4 running Ubuntu 24.04 on UART3:
Code:
root@GATEWAY-0x00000028:~# ll /dev/ttyAMA3Code:
screen /dev/ttyAMA3 115200Code:
stty -F /dev/ttyAMA3 115200 && cat /dev/ttyAMA3Code:
echo -e "AT\r" > /dev/ttyAMA3But I am trying to get ModemManager to talk to it, and I cannot. I am running: Code:
echo 'ACTION!="add|change|move|bind", GOTO="mm_sara_r52m10_end"Code:
successfully requested to scan devicesCode:
journalctl -u ModemManager --no-pager --since "$(systemctl show -p ActiveEnterTimestamp ModemManager | cut -d'=' -f2)"Code:
Feb 25 01:27:02 GATEWAY-0x00000028 systemd[1]: Starting ModemManager.service - Modem Manager...How can I resolve the issue shown in the last couple lines of that output and get ModemManager talking to my modem? Any thoughts are appreciated. Thanks! |
I can't really assist directly with this, but consider casting your support net wider by posting at the Raspberry Pi Forums
BTW, I assume that your cellular modem doesn't provide QMI network interface support? Most modern devices can be handled as network devices these days. |
Thank you for your reply. Unfortunately, no, u-blox modems do not support QMI. I will post in the R Pi forum, thanks. I have made some good progress without ModemManager and just creating a ppp interface, chat script, etc. However, I would still prefer for ModemManager to handle the connection. U-blox modems are being phased out, so when we switch to something else, I'll look for QMI support.
|
| All times are GMT -5. The time now is 07:07 PM. |