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 u

Re: Signal quality

2017-03-21 Thread José
Thanks for the information. On Tue, Mar 21, 2017 at 5:24 PM, Aleksander Morgado wrote: > On Tue, Mar 21, 2017 at 5:04 PM, José wrote: >> ModemManager reports look like this: >> >> Status | lock: 'none' >> | unlock retries: 'sim-pin (3), sim-pin2 (3

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

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:

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 wrote: > On 03/08/17 11:04, José wrote: >> I am using the 3G XBee

Re: Sending SMS in PDU mode fails.

2017-08-04 Thread José
r to me. Does 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é wrote: > I was not register in the network : ( > > Working now, thanks! > > I think I have a different prob

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 that. Here are the commands I

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 | manufacturer: 'Telit'

Re: Sending SMS in PDU mode fails.

2017-08-07 Thread José
On Mon, Aug 7, 2017 at 9:46 AM, Daniele Palmas wrote: > I can confirm that LE866-SV1 uses Telit custom 3GPP2 PDU format: there > should be a PDU example in the AT commands user guide (see +CMGS > 3GPP2), while EU variants use 3GPP. Thanks for the information. Then it is expected that the USA vers

Re: Sending SMS in PDU mode fails.

2017-08-08 Thread José
On Mon, Aug 7, 2017 at 2:26 PM, Daniele Palmas wrote: > 2017-08-07 11:04 GMT+02:00 Aleksander Morgado : > >>> > >>> As far as I know this happens only for Verizon customization that uses > >>> SMS over IMS with 3GPP2 pdu. > >>> > Isn't this actually a bit weird, given that > the LE866-SV

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, > either automagically (maybe

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 t

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

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) ModemManager

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' |

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

2015-10-28 Thread José
Then, would it be possible to fix a 2G, 3G or 4G with mbimcli after a connection has been established using ModemManager? On Wed, Oct 28, 2015 at 10:54 PM, Aleksander Morgado < aleksan...@aleksander.es> wrote: > On Wed, Oct 28, 2015 at 10:45 PM, Dan Williams wrote: > > On Wed, 2015-10-28 at 20:0

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...

Re: LOG-LEVEL not working properly

2015-11-02 Thread José
(which are always printed, regardless the log level). On Fri, Oct 30, 2015 at 11:33 AM, José wrote: > 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

ModemManager using QMI doesnt always work in the first attemp.

2015-11-12 Thread José
I am working with two different QMI modems (Telit LE910 and Sierra MC7710 in QMI mode) and experimenting one issue with both of them. After boot I try to establish the connection: ModemManager & (wait for the modem to be detected) mmcli -m 0 --simple-connect="apn=.." This somtimes works, but mos

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

2015-11-17 Thread José
osed' On Thu, Nov 12, 2015 at 1:22 PM, Aleksander Morgado < aleksan...@aleksander.es> wrote: > On Thu, Nov 12, 2015 at 1:15 PM, José wrote: > > > > I am working with two different QMI modems (Telit LE910 and Sierra > MC7710 in QMI mode) and experimenting one issue with

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

2015-11-18 Thread José
Seems like the log I gave was not complete. Here is a better one: http://pastebin.com/Y24a9Y8W At line 1849 seems like ModemManager decides to abort the connection, I am not sure why. On Tue, Nov 17, 2015 at 11:20 PM, Dan Williams wrote: > On Tue, 2015-11-17 at 18:10 +0100, José wr

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

2015-11-18 Thread José
t 10:48 AM, Aleksander Morgado < aleksan...@aleksander.es> wrote: > On Wed, Nov 18, 2015 at 9:14 AM, José wrote: > > Seems like the log I gave was not complete. Here is a better one: > > > > http://pastebin.com/Y24a9Y8W > > > > At line 1849 seems like ModemManage

Huawei ME909u, lte capabilities not reported by ModemManager (yet, it connects to lte)

2015-11-24 Thread José
I am using a the Huawei ME909u, a modem with lte capabilites, with ModemManager. Using mmcli -m 0 shows only 'gsm-umts' capabilities,but it reports that the device is connected to a lte netwokr. root@ccimx6sbc:~# mmcli -m 0 /org/freedesktop/ModemManager1/Modem/0 (device id 'f1f2f8d5d70ed30e06

Re: Huawei ME909u, lte capabilities not reported by ModemManager (yet, it connects to lte)

2015-11-24 Thread José
Not sure if I will be able to: I am not really familiar with glibc nor with the ModemManager code base, but I will definitely give it a try. On Tue, Nov 24, 2015 at 4:56 PM, Aleksander Morgado < aleksan...@aleksander.es> wrote: > On Tue, Nov 24, 2015 at 3:57 PM, José wrote: > > I

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

2016-01-18 Thread José
2015 at 11:20 PM, Dan Williams wrote: >> On Tue, 2015-11-17 at 18:10 +0100, José wrote: >>> Sorry for the delay. >>> >>> This is the debug log for the Telit LE910 with a Vodafone SIM: >>> http://pastebin.com/U7EBv8sr >>> >>> The test ca

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 wrote: > On Mon, Jan 18, 2016 at 4:13 PM, José wrote: >> This issue happens intermitently the fir

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

2016-01-18 Thread José
I was not sure what caused the 'limited' registration state... I am going to check if there is any firmware updates available and try that. They all are nanoSIM. Not sure if there is any errors when using Movistar and Yoigo SIMs, I will try it out and check the logs as soon as I can. Thanks for y

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 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 there is any firmw

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

2016-01-19 Thread José
-- IP | supported: 'ipv4, ipv6, ipv4v6' - 3GPP | imei: 'unknown' | enabled locks: 'none' |operator id: 'unknown' | operator name: 'unknown'

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

2016-01-19 Thread José
ce '/devices/soc0/soc.0/210.aips-bus/2184200.usb/ci_hdrc.1/usb1/1-1/1-1.3/1-1.3:1.4/ttyUSB2': KERNELS=="ttyUSB2" SUBSYSTEMS=="usb-serial" DRIVERS=="option1" ATTRS{port_number}=="0" root@ccimx6sbc:~# udevadm info -a -p /sys/class/tty/tt

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 the LE920 should not be handl

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 qmi-network the problem persist.

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:~# Mo

Re: Cinterion PLS8-X, udhcp fails

2016-03-19 Thread José
network interfaces? I don't currently have the AT Command Set document, but I will try to get it. On Wed, Mar 16, 2016 at 1:12 PM, Aleksander Morgado wrote: > Hey > > On Wed, Mar 16, 2016 at 12:57 PM, José wrote: >> I am trying to use a Cinterion PLS8-X with ModemManager. The

Disconnection issues after long periods of inactivity

2016-05-02 Thread José
Hi, this is an issue I am currently having on a Android system using the manufacturer RIL, and although I have also seen it using linux and modemmanger, is more of a general cellular network question. When being inactive for a long period (~24 hours) seems like the connection goes down. The conne

Re: Disconnection issues after long periods of inactivity

2016-05-02 Thread José
This is using the Cinterion PLS8-X using QMI. On Mon, May 2, 2016 at 6:25 PM, Dan Williams wrote: > On Mon, 2016-05-02 at 10:43 +0200, José wrote: >> Hi, >> >> this is an issue I am currently having on a Android system using the >> manufacturer RIL, and although I ha

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 advance

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

2016-09-07 Thread José
demManager or libqmi (or maybe both). Is that correct? On Tue, Sep 6, 2016 at 9:51 PM, Thomas Schäfer 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. Th

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

2016-09-07 Thread José
Modem: state changed (unknown -> failed) The firmware on the modem is pretty new: Hardware | manufacturer: 'QUALCOMM INCORPORATED' | model: '0' | revision: 'EC21EFAR02A02M4G 1 [Mar 21 2016 11:00:00]' | supported: 'gsm-u

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

2016-09-07 Thread José
ed: Couldn't check unlock status: Couldn't get SIM lock status after 6 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 wrote: > On Wed, 2016-09-07 at 15:33 +0200, José wrote: >&

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

2016-09-08 Thread José
; On Wed, Sep 7, 2016 at 6:32 PM, Dan Williams 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 s

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

2016-09-08 Thread José
oes not work. On Thu, Sep 8, 2016 at 4:47 PM, Dan Williams 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: '

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 wrote: > On Thu, 2016-09-08 at 17:56 +0200, José wrote: >> Sure: >> >> root:

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

2016-09-09 Thread José
Hi Dan, thanks for the patch! Unfortunately it is not working. Here is the log: http://pastebin.com/A5H3mnPh Still trying to contact with Quectel tech support. On Thu, Sep 8, 2016 at 9:55 PM, Dan Williams wrote: > On Thu, 2016-09-08 at 19:05 +0200, José wrote: >> Ok, thanks. I am al

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 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://pastebin.com/A5H3mnPh > >

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

2016-09-12 Thread José
stops 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 wrote: > On Fri, 2016-09-09 at 17:34 +0200, José wrote: >> Thanks for the patch Dan.

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: /org/freed