<div dir="ltr"><div>Hi,</div><div><br></div><div>I'm trying to configure a SIMCOM7070G modem to work with ModemManager/NetworkManager.</div><div><br></div><div>I've observed there is already a plugin and some support, but unless I'm mistaken, it looks like the current support expects this modem to be connected via USB (4 ports provided by usb: AT cmds, data, gnss, etc).<br></div><div><br>My problem is I'm using it in a board where the modem is NOT connected to the CPU via USB: The regular UART (UART1) provided by the modem is used.<br></div><div><br></div><div>So far, I already have some signals of life:<br></div><div><br></div><div>1. MODEM is detected by ModemManager as Generic GSM modem: I added the following rule to /etc/udev/rules.d/ and works fine:<br></div><div><br>ACTION!="add|change|move|bind", GOTO="mm_whitelist_end"<br>KERNEL=="ttyS4" ENV{ID_MM_DEVICE_PROCESS}="1"<br>LABEL="mm_whitelist_end"<br></div><div><br></div><div>2. I Added a gsm connection to set the APN: (<a href="http://iot.t-mobile.nl">iot.t-mobile.nl</a>) <br></div><div>I can see in ModemManager logs how it exchanges a lot of AT commands, etc to finally launch PPP. And this is where I'm stuck.<br></div><div>After ppp gets launched, if I check the status of the connection using nmcli I can see it is "getting ip address" and stays like that forever.<br><br></div><div>I'm attaching the whole log of ModemManager (debug mode). Not sure what I'm missing/doing wrong. <br><br></div><div>Taking into account I want to establish a CAT-M, could somebody please help me with the configuration?<br><br></div><div>Regards,<br></div><div>Jorge.<br></div><div><br><br></div><div><br></div><div><br></div></div>