Quectel EG25-G modem + eUICC

2021-04-29 Thread Juan A. Rubio
Hi, We are building a system with a Quectel EG25-G modem + eUICC with the following stack: Network Manager to v1.20.4, ModemManager to v1.10.0, libqmi to 1.24.4, libmbim to v1.20.4 1ot appear to have verified that the EG25-G supports eUICCs (they tested with their own 1oT eSIM) https://1ot.mobi/

could not grab port cdc-wdm0: Cannot add port 'usbmisc/cdc-wdm0', unhandled port

2021-08-13 Thread Juan A. Rubio
Hi, I have a system with MM 1.16.4 (NM 1.20.4) and I'm facing some problems with my SIMCOM SIM7600G-H In some systems, I get a successful activation of the cdc-wdm0 device and the wwan0 interface comes up and in some other systems, cdc-wdm0 fails to be grabbed/activated and the wwan0 stays down.

Re: could not grab port cdc-wdm0: Cannot add port 'usbmisc/cdc-wdm0', unhandled port

2021-09-03 Thread Juan A. Rubio
On Sun, Aug 29, 2021 at 3:31 PM Aleksander Morgado wrote: > > Hey Juan > > > I have a system with MM 1.16.4 (NM 1.20.4) and I'm facing some > > problems with my SIMCOM SIM7600G-H > > > > In some systems, I get a successful activation of the cdc-wdm0 device > > and the wwan0 interface comes up and

How to retrieve the actual timezone from the network

2021-09-03 Thread Juan A. Rubio
Hi, I'm trying to find a way to retrieve the network time and the actual timezone string from the network via Modem Manager. $ mmcli -m 0 --time --- Time | current: 2021-09-03T10:26:33+02:00 --- Timezone | current: 120 I can get the time and the timezo

How to check if the APN supports IPv6

2021-11-22 Thread Juan A. Rubio
Hi all, I'm trying to check if my APN supports IPv6. I'm using MM 1.16.10 with the SIMCOM SIM7600G-H. mmcli -m 0 shows this: IP | supported: ipv4, ipv6, ipv4v6 and mmcli -m 0 -b 0 shows this: Properties |apn: myapn |roaming: a

Modem reset issue

2021-11-22 Thread Juan A. Rubio
Hi, I'm resetting the modem (SIMCOM_SIM7600G-H) with mmcli (mmcli 1.16.10) The modem status was fully connected before running: $ mmcli -m 0 --reset successfully reseted the modem After the reset, the device does not connect anymore, and only power cycling put things back to normal. Modem Mana

How to trace the communication with the modem?

2021-11-22 Thread Juan A. Rubio
Hi, I am trying to debug the reset sequence of my modem (I've posted today a separate message about this). I was wondering if there is a way to trace the communication between MM and the device, or perhaps between libqmi or the device to output the content and translation of the QMI messages (or

Missing operator name

2022-12-02 Thread Juan A. Rubio
Hi, I've noticed that the operator name is sometimes missing, even though the operator code is present. Is this a modem manager bug or a protocol artifact? or..? root@test # mmcli -m 0 -K | grep operator modem.3gpp.operator-code: 21407 modem.3gpp.operator-name

VolTE support

2023-02-27 Thread Juan A. Rubio
Hi, I'm trying to figure out if there is a way to verify if VolTE is enabled or not on a modem (SIMCOM SIM7600G-H). I've noticed this issue in the bug tracker: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/378 so I understand that MM has no APIs to verify that. Does anyo

initial bearer apn

2023-03-16 Thread Juan A. Rubio
Hi, I'm using ModemManager version 1.18.12. I'm also using Network Manager 1.22.16 I'm wondering what part of the system stores or configures the initial bearer apn, since I'm not explicitly setting this value? $ mmcli -m 0 | grep 'bearer apn' | initial bearer apn: Telstra.intern

Re: initial bearer apn

2023-03-16 Thread Juan A. Rubio
On Thu, Mar 16, 2023 at 4:35 PM Peter Naulls wrote: > > On 3/16/23 11:32, Juan A. Rubio wrote: > > Hi, > > > > I'm using ModemManager version 1.18.12. I'm also using Network Manager > > 1.22.16 > > > > I'm wondering what part of the syst

Re: initial bearer apn

2023-03-17 Thread Juan A. Rubio
y > don't need me to provide the APN. But ModemManager seems to insist on > it. > > > On Fri, Mar 17, 2023 at 6:11 AM Peter Naulls wrote: > > > > On 3/16/23 11:53, Juan A. Rubio wrote: > > > > > Thanks Peter. > > > > > > What mechanis