Best approach (using python app) to link system os (ubuntu) to the bearer connected to the network (Quectel 5G modem)

2022-07-20 Thread Francisco José Arroyo Valle
Hi, I have been doing a little python app based on GObject Introspection using libmm-glib for configured and connected a Quectel (5G) modem to the Vodafone Spain network … --- mmcli -m 0 --- General |path:

Re: GPS support using Quectel EC21

2018-07-19 Thread José
On Thu, Jul 19, 2018 at 11:42 AM, Aleksander Morgado wrote: > Hey José > > > libqmi/qmicli git master now has QMI LOC support, and there is a > ModemManager branch with QMI LOC support as well, in case you want to > test it, see: > https://gitlab.freedesktop.org/mobile-b

Re: GPS support using Quectel EC21

2017-09-11 Thread José
> Maybe this modem supports the LOC service instead of PDS? I started > stubbing that out in libqmi a while back but haven't done the actual > "where am I" calls. > > Dan It does! ModemManager[800]: [/dev/cdc-wdm0] loc (2.0) Is there something in qmicli that I can use to get NMEA sentences or

Re: Sending SMS in PDU mode fails.

2017-08-08 Thread José
On Tue, Aug 8, 2017 at 4:40 PM, Aleksander Morgado wrote: > Not really, no. LTE is 3GPP, so the LE866-SV is 3GPP, regardless of > operator, we cannot change that or it wouldn't work in MM. What we > need is a way to "switch to 3GPP2 SMS messaging" in 3GPP-only modems, >

Re: Sending SMS in PDU mode fails.

2017-08-04 Thread José
On Fri, Aug 4, 2017 at 4:14 PM, Daniele Palmas wrote: > > as far as I remember 3GPP pdu should be supported, but maybe this > could depend on firmware customizations. > Just in case, this is the information for the Modem I am using: - Hardware |

Re: Sending SMS in PDU mode fails.

2017-08-04 Thread José
On Fri, Aug 4, 2017 at 3:24 PM, Aleksander Morgado wrote: > Hum I totally believe I did send SMS in PDU mode with the Telit > LE866 a while back... What is the error you're getting, and which is > the actual PDU you're trying to send? > Sorry, I forgot to include

Re: Sending SMS in PDU mode fails.

2017-08-04 Thread José
oes anyone know about this? Would it be possible to make the Telit plugin from ModemManager to use Text mode for the LE866-SV1? On Thu, Aug 3, 2017 at 6:53 PM, José <josedd...@gmail.com> wrote: > I was not register in the network : ( > > Working now, thanks! > > I t

Re: Sending SMS in PDU mode fails.

2017-08-03 Thread José
I was not register in the network : ( Working now, thanks! I think I have a different problem with the XBee US version, but I will let you know if I cannot solve that. On Thu, Aug 3, 2017 at 1:13 PM, Aleksander Morgado <aleksan...@aleksander.es> wrote: > On 03/08/17 11:04, José wrote

Sending SMS in PDU mode fails.

2017-08-03 Thread José
I am using the 3G XBee Cellular (uses U-Blox SARA-U200 modem) and ModemManager from master (d41d717112e6a183a0df510c210e80a86fc11060). I am trying to send an SMS with the following commands: $ mmcli -m 0 --messaging-create-sms="text='Hello world',number='+627XX" Successfully created new SMS:

Modem index increment

2017-07-26 Thread José
I have noticed that when unplugging and plugging a modem, ModemManager increases its index by one. This can be annoying when you are trying to script something. Would it make sense to assign the same index to the same modem? Maybe something like using the "equipment id" field to detect a plugged

Signal quality

2017-03-21 Thread José
ModemManager reports look like this: Status | lock: 'none' | unlock retries: 'sim-pin (3), sim-pin2 (3), sim-puk (10), sim-puk2 (10)' | state: 'connected' | power state: 'on' | access tech: 'hsdpa' | signal quality: '38' (recent) I have some questinos about the signal quality quantity: * Which

Re: QUECTEL EC20/EC21. Several drivers supported, which one is better to use?

2016-09-12 Thread José
working. It keeps sending discovers and does not progress any further. I am guessing udhcpc can't work with raw ip, or maybe I need to patch it? On Fri, Sep 9, 2016 at 6:33 PM, Dan Williams <d...@redhat.com> wrote: > On Fri, 2016-09-09 at 17:34 +0200, José wrote: >> Thanks fo

Re: QUECTEL EC20/EC21. Several drivers supported, which one is better to use?

2016-09-09 Thread José
: http://pastebin.com/JC9BALPs Thanks On Fri, Sep 9, 2016 at 4:31 PM, Dan Williams <d...@redhat.com> wrote: > On Fri, 2016-09-09 at 10:36 +0200, José wrote: >> Hi Dan, >> >> thanks for the patch! Unfortunately it is not working. Here is the >> log: http://pasteb

Re: QUECTEL EC20/EC21. Several drivers supported, which one is better to use?

2016-09-08 Thread José
Ok, thanks. I am also trying to contact QUECTEL technical support, so I will let them now about this. Find the log here: http://pastebin.com/bGr6bAt0 On Thu, Sep 8, 2016 at 6:31 PM, Dan Williams <d...@redhat.com> wrote: > On Thu, 2016-09-08 at 17:56 +0200, José wrote: >> S

Re: QUECTEL EC20/EC21. Several drivers supported, which one is better to use?

2016-09-08 Thread José
Williams <d...@redhat.com> wrote: > On Thu, 2016-09-08 at 10:31 +0200, José wrote: >> This is the output of those commands: >> >> qmicli -d /dev/cdc-wdm0 --dms-read-user-data >> [/dev/cdc-wdm0] User data read: >> Size: '0' bytes >> Contents

Re: QUECTEL EC20/EC21. Several drivers supported, which one is better to use?

2016-09-08 Thread José
at 6:32 PM, Dan Williams <d...@redhat.com> wrote: > On Wed, 2016-09-07 at 17:05 +0200, José wrote: >> Hi Dan, >> >> thanks for your answer. >> >> I compiled libqmi-1.12.6-r0.1.cortexa9hf_vfp_neon.rpm (notice that it >> is an older version, it was just simp

Re: QUECTEL EC20/EC21. Several drivers supported, which one is better to use?

2016-09-07 Thread José
retries ModemManager[710]: Modem: state changed (unknown -> failed) Will this allow a similar fix? On Wed, Sep 7, 2016 at 4:29 PM, Dan Williams <d...@redhat.com> wrote: > On Wed, 2016-09-07 at 15:33 +0200, José wrote: >> Maybe I was wrong. I am trying now with the last versions

Re: QUECTEL EC20/EC21. Several drivers supported, which one is better to use?

2016-09-07 Thread José
). Is that correct? On Tue, Sep 6, 2016 at 9:51 PM, Thomas Schäfer <tschae...@t-online.de> wrote: > Am Dienstag, 6. September 2016, 17:57:45 schrieb José: >> Hi, >> >> I am planning to test ModemManager with QUECTEL EC20 and EC21 cellular >> modems. These modems suppor

QUECTEL EC20/EC21. Several drivers supported, which one is better to use?

2016-09-06 Thread José
Hi, I am planning to test ModemManager with QUECTEL EC20 and EC21 cellular modems. These modems support the following drivers: * USB Serial (option.c) * CDC ACM * GobiNet * QMI WWAN What is the best approach for trying to use ModemManager? Should I enable all drivers? Only the newest/more

Cinterion PLS8-X, udhcp fails

2016-03-18 Thread José
I am trying to use a Cinterion PLS8-X with ModemManager. The modem is properly identified and enabled, and the connection is properly established. But when I try to use the network interfaces and get an IP from the DHCP server, it fails to get any IP address. This is the log: root@ccimx6sbc:~#

Re: ModemManager using QMI doesnt always work in the first attemp.

2016-01-21 Thread José
On Wed, Jan 20, 2016 at 11:32 AM, Aleksander Morgado wrote: > > Actually, why don't you try to get the modem fully connected manually > with qmicli or qmi-network and see if you still see the same issues > when ModemManager's logic is not around? > With qmicli and

Re: ModemManager using QMI doesnt always work in the first attemp.

2016-01-20 Thread José
On Tue, Jan 19, 2016 at 5:34 PM, Aleksander Morgado wrote: > > Yes, it should be using the Telit plugin. > > I was adding the udev rules for the LE910 in the 77-mm-telit-port-types.rules file when I saw the following comment: # NOTE: Qualcomm Gobi-based devices like

Re: ModemManager using QMI doesnt always work in the first attemp.

2016-01-19 Thread José
received from Telit and check if the issue is reproducible. On Mon, Jan 18, 2016 at 6:04 PM, Dan Williams <d...@redhat.com> wrote: > On Mon, 2016-01-18 at 16:55 +0100, José wrote: > > I was not sure what caused the 'limited' registration state... I am > > going to check if

Re: ModemManager using QMI doesnt always work in the first attemp.

2016-01-19 Thread José
nknown' - SIM | path: '/org/freedesktop/ModemManager1/SIM/0' - Bearers | paths: 'none' On Tue, Jan 19, 2016 at 10:29 AM, Aleksander Morgado <aleksan...@aleksander.es> wrote: > On 19/01/16 10:13, José wrote:

Re: ModemManager using QMI doesnt always work in the first attemp.

2016-01-19 Thread José
b1/1-1/1-1.3/1-1.3:1.5/ttyUSB3/tty/ttyUSB3': KERNEL=="ttyUSB3" SUBSYSTEM=="tty" DRIVER=="" looking at parent device '/devices/soc0/soc.0/210.aips-bus/2184200.usb/ci_hdrc.1/usb1/1-1/1-1.3/1-1.3:1.5/ttyUSB3': KERNELS=="ttyUSB3"

Re: ModemManager using QMI doesnt always work in the first attemp.

2016-01-18 Thread José
limitations to which SIMs can a modem read? (because I am using those SIM cards with other modems with no problem) Thanks for the answers. On Mon, Jan 18, 2016 at 4:32 PM, Aleksander Morgado <aleksan...@aleksander.es> wrote: > On Mon, Jan 18, 2016 at 4:13 PM, José <josedd...@gmai

LOG-LEVEL not working properly

2015-10-30 Thread José
I am using the following to launch ModemManager ModemManager --log-level=ERR and then connecting using mmcli -m 0 -e and mmcli -m 0 --simple-connect=... Most of the messages, are removed. But there are some no error message which still shows up, like these: ModemManager[671]: opening device...

Force 2G/3G/4G modes (when they are not reported as supported)

2015-10-28 Thread José
Hi, I am working with a Sierra MC7710, and this is a output example from ModemManager: root@ccimx6sbc:~# mmcli -m 0 /org/freedesktop/ModemManager1/Modem/0 (device id '29d88ce7cabb0305731a99b422f212ed0b521c0f') - Hardware | manufacturer: 'Generic' |

assertion 'g_utf8_validate (string, -1, NULL)' failed

2015-10-21 Thread José
Hi, I am working with Telit LE910. It works properly with ModemManager using QMI, but if I disable and enable the modem again, I get the following: root@ccimx6sbc:~# mmcli -m 0 -e ModemManager[698]: Modem /org/freedesktop/ModemManager1/Modem/0: state changed (disabled -> enabling)