PDP settings for LTE only network

2022-06-14 Thread Brendan Simon
Hello, I have a number of embedded linux boxes with Quectel EC21 4G modems, connected to various cellular networks (AT&T, Verizon, ...). AT&T are removing 3G from some areas and the modems are not reconnecting. My devices are vanishing off the face of the Internet. Quectel have provided some ass

Re: PDP settings for LTE only network

2022-06-14 Thread Brendan Simon
27;ve just discovered that MM 1.18.0 is available in `buster-sloppy` distro - part of Debian Backports, so that looks like the way forward for now. Again, many many thanks !! Cheers, Brendan. -- On 14/6/2022 6:01 pm, Aleksander Morgado wrote: Hey, On Tue, Jun 14, 2022 at 9:53 AM Brendan

Re: PDP settings for LTE only network

2022-06-15 Thread Brendan Simon
tem_files/modem/mmode/ue_usage_setting",01 That command came from a Quectel document for AT&T 3G Sunset Guide. Thanks, Brendan. On Tue, 14 Jun 2022 at 18:08, Brendan Simon wrote: > Hi Aleksander, > > Many thanks for your response. That is a BIG BIG HELP -- as I currently

3gpp-set-eps-ue-mode-operation fails to set some options

2022-07-01 Thread Brendan Simon
I'm trying to use the `--3gpp-set-eps-ue-mode-operation` to set `data-centric` or `voice-centric` modes. I note there are 4 possible values: ps-1, ps-2, csps-1 and csps-2, with ps-2 and csps-2 being data-centric. My Quectel E21 modem only accepts one option; csps-2. All other options fail. *Wha

Re: 3gpp-set-eps-ue-mode-operation fails to set some options

2022-07-04 Thread Brendan Simon
Ok, so I might have to talk to Quectel to see what is going on and if there are alternative options. I'm thinking that I'll have to bite the bullet and build ModemManager myself with extra options to accept AT commands, unless I can convince the Debian maintainers to add the extra option as standa

Re: 3gpp-set-eps-ue-mode-operation fails to set some options

2022-07-06 Thread Brendan Simon
Thanks Reinhard. The document is dated 2013. Is that really the latest version? Brendan. On Tue, 5 Jul 2022 at 17:51, Reinhard Speyerer wrote: > Aleksander Morgado wrote: > > > Hey, > > > > On Sun, Jul 3, 2022 at 2:16 AM Brendan Simon > wrote: > > >

Get modem SIM properties for mmcli

2023-04-24 Thread Brendan Simon
IND.T Classification: Public Is there a way to get the modem SIM properties via the mmcli command? e.g. the ICCID or SimIdentifier org.freedesktop.ModemManager1.Sim: ModemManager Reference Manual (www.freedesktop.org)

RE: Get modem SIM properties for mmcli

2023-05-03 Thread Brendan Simon
practically non-existent. I either parse the raw human text output or use the -K option and parse. Thanks, Brendan. From: Filip Kubicz Sent: Monday, April 24, 2023 9:01 PM To: Brendan Simon Cc: modemmanager-devel@lists.freedesktop.org Subject: Re: Get modem SIM properties for mmcli This email

Re: Wait for SMS messages

2025-01-30 Thread Brendan Simon
IND.T Classification: Public From: Dan Williams Sent: Thursday, 30 January 2025 3:39 AM On Tue, 2025-01-28 at 12:05 +, Brendan Simon wrote: > > What's the best way to monitor and wait for SMS messages for > processing? > I'm using a Debian based system and python

Re: Cinterion PLS63 not showing up as wwan0

2025-01-30 Thread Brendan Simon
From: Giacinto Cifelli Sent: Thursday, 30 January 2025 3:22 PM Hi Brendan, On Wed, Jan 29, 2025 at 6:57 AM Brendan Simon wrote: > > Thanks Dan. > I am actually using a 5.10 kernel (not 4.19), but still wouldn't have the > patches you mention. > I can try some 6.1 an

Cinterion PLS63 not showing up as wwan0

2025-01-27 Thread Brendan Simon
IND.T Classification: External I am using a Debian 10 Buster Linux system with ModemManager 1.10 (yes I know it's old, and we have tried Debian 12 Bookwork with MM 1.20) and cannot get a Cinterion PLS63 device to connecto the internet. MM seems happy enough with it. It is detected and I can s

Wait for SMS messages

2025-01-28 Thread Brendan Simon
IND.T Classification: Public What's the best way to monitor and wait for SMS messages for processing? I'm using a Debian based system and python3. I was thinking of something involving systemd and/or a python package such as dbus_next. I want to keep it simple, but I want to avoid a polling task

Re: Cinterion PLS63 not showing up as wwan0

2025-01-28 Thread Brendan Simon
Sent: Wednesday, 29 January 2025 1:39 AM To: Brendan Simon ; modemmanager-devel@lists.freedesktop.org Subject: Re: Cinterion PLS63 not showing up as wwan0 This email originated from EXTERNAL On Tue, 2025-01-28 at 06:20 +0000, Brendan Simon wrote: > > IND.T Classification: External > > > &

Re: Cinterion PLS63 not showing up as wwan0

2025-03-03 Thread Brendan Simon
IND.T Classification: External Sent: Tuesday, 4 March 2025 3:22 PM To: Giacinto Cifelli Cc: Dan Williams ; modemmanager-devel@lists.freedesktop.org Subject: Re: Cinterion PLS63 not showing up as wwan0 From: ModemManager-devel on behalf of Brendan Simon Sent: Friday, 31 January 2025 10:28

Re: Cinterion PLS63 not showing up as wwan0

2025-03-04 Thread Brendan Simon
IND.T Classification: External From: Giacinto Cifelli Sent: Tuesday, 4 March 2025 8:38 PM > if i remember correctly, the PLS63/83 has 2 enumerations, one is wwan > the other one is qmi. > You should check how is your module enumerating with the command AT^SSRVS

Re: Cinterion PLS63 not showing up as wwan0

2025-03-03 Thread Brendan Simon
IND.T Classification: External From: ModemManager-devel on behalf of Brendan Simon Sent: Friday, 31 January 2025 10:28 AM Subject: Re: Cinterion PLS63 not showing up as wwan0 From: Giacinto Cifelli Sent: Thursday, 30 January 2025 3:22 PM Hi Brendan, On Wed, Jan 29, 2025 at 6:57 AM Brendan

Requirements for u-blox LARA0-R2 (R280)

2019-04-25 Thread Brendan Simon (eTRIX)
I'm trying to get a u-blox LARA-R280 device working with my embedded linux build -- using Linux kernel 4.4.0 (armhf) and Debian Buster (testing). * ModemManagerv 1.10.0 * NetworkManager 1.14.6 ModemManager discovers the device ok, but NetworkManger does not see a network device (e.g. `cdc-wd

Re: Requirements for u-blox LARA0-R2 (R280)

2019-04-28 Thread Brendan Simon (eTRIX)
On 26/4/19 4:57 pm, Lars Melin wrote: > On 4/26/2019 08:00, Brendan Simon (eTRIX) wrote: > >> # nmcli d >> DEVICE   TYPE  STATE CONNECTION >> eth0 ethernet  connected wired-connection-1 >> ttyACM0  gsm   disconnected  -- >> sit0

u-blox LARA0-R2 (R280) not worrking with MM 1.10

2019-04-28 Thread Brendan Simon (eTRIX)
I can't get the u-blox LARA R2 device working with ModemManager 1.10. I've tried a Debian Buster (aka Testing) distro that uses ModemManager 1.10 (and kernel 4.19).  The serial devices are present but `mmcli -L` does not show any modems. I've also tried the latest Ubuntu 19.04 Disco release (VM i

Re: u-blox LARA0-R2 (R280) not worrking with MM 1.10

2019-04-29 Thread Brendan Simon (eTRIX)
On 29/4/19 2:57 pm, Lars Melin wrote: > On 4/29/2019 11:12, Brendan Simon (eTRIX) wrote: >> I can't get the u-blox LARA R2 device working with ModemManager 1.10. >> >> I've tried a Debian Buster (aka Testing) distro that uses >> ModemManager 1.10 (and kernel 4

Re: u-blox LARA0-R2 (R280) not worrking with MM 1.10

2019-06-10 Thread Brendan Simon (eTRIX)
Hi Aleksander, Unfortunately I never got around to trying this before the loan dev kit had to be returned. Regards, Brendan. On 16/5/19 1:42 am, Aleksander Morgado wrote: > Hey Brendan, > > Looking at the tags we set, we'r

Configuration file for ModemManager

2020-07-24 Thread Brendan Simon (eTRIX)
Hi MM devs, *Is there a configuration file for ModemManager?* I'm using Debian Buster.  With Network Manager there is the following. /etc/NetworkManager/NetworkManager.conf /etc/NetworkManager/conf.d/ I can control the log level of NetworkManager by adding a file in the `conf.d/` directory.

Restrict modem (EC21) one of 3G or 4G - ModemManager 1.10.0 (Debian Buster)

2020-08-17 Thread Brendan Simon (eTRIX)
I'm using a Quectel EC21 modem on a Debian Buster Linux system (using modemmanager 1.10.0). I want to force it to one of 3G or 4G to stop it changing/swapping between the two. I've tried using the `mmcli -m 0 --set-allowed-modes=3g `.  mmcli seems happy with that. # mmcli -m 0   -

Restrict modem (EC21) one of 3G or 4G - ModemManager 1.10.0 (Debian Buster)

2020-08-18 Thread Brendan Simon (eTRIX)
I'm using a Quectel EC21 modem on a Debian Buster Linux system (using modemmanager 1.10.0). I want to force it to one of 3G or 4G to stop it changing/swapping between the two. I've tried using the `mmcli -m 0 --set-allowed-modes=3g `.  mmcli seems happy with that. # mmcli -m 0   -

Re: Restrict modem (EC21) one of 3G or 4G - ModemManager 1.10.0 (Debian Buster)

2020-08-18 Thread Brendan Simon (eTRIX)
Hi Aleksander, On 18/08/2020 5:43 pm, Aleksander Morgado wrote: On Tue, Aug 18, 2020 at 8:16 AM Brendan Simon (eTRIX) wrote: I'm using a Quectel EC21 modem on a Debian Buster Linux system (using modemmanager 1.10.0). Please note, MM 1.10.0 is a very very old release, no longer supp

Re: Restrict modem (EC21) one of 3G or 4G - ModemManager 1.10.0 (Debian Buster)

2020-08-18 Thread Brendan Simon (eTRIX)
On 18/08/2020 6:27 pm, Aleksander Morgado wrote: Hey, I'm using a Quectel EC21 modem on a Debian Buster Linux system (using modemmanager 1.10.0). Please note, MM 1.10.0 is a very very old release, no longer supported, and it's not even the last one inthe 1.10.x series... Fair enough, but 1.

Re: Restrict modem (EC21) one of 3G or 4G - ModemManager 1.10.0 (Debian Buster)

2020-08-18 Thread Brendan Simon (eTRIX)
On 18/08/2020 8:59 pm, Brendan Simon (eTRIX) wrote: On 18/08/2020 6:27 pm, Aleksander Morgado wrote: This may be a known issue with QMI modems where the internal network registration attempt is done with "QMI NAS Register In Network"; this command not only registers in network, it

Re: Restrict modem (EC21) one of 3G or 4G - ModemManager 1.10.0 (Debian Buster)

2020-10-20 Thread Brendan Simon (eTRIX)
On 19/08/2020 2:13 am, Aleksander Morgado wrote: This may be a known issue with QMI modems where the internal network registration attempt is done with "QMI NAS Register In Network"; this command not only registers in network, it also makes the access tech preference fallback to "any", and MM doe

Re: Restrict modem (EC21) one of 3G or 4G - ModemManager 1.10.0 (Debian Buster)

2020-10-25 Thread Brendan Simon (eTRIX)
*RESEND** * On 21/10/2020 3:59 pm, Brendan Simon (eTRIX) wrote: On 19/08/2020 2:13 am, Aleksander Morgado wrote: There is a recent patch to avoid this, by avoiding the use of "NAS Register in Network" and use "NAS Set System Selection Preference" instead:https://gitlab.fr

set-allowed-modes="4G" not working

2020-11-08 Thread Brendan Simon (eTRIX)
I am using MM 1.14.6 (from Deiban buster-backports) with Quectel EC21 (qmi). I can successfully set the allowed mode to "3G" and get a UMTS connection :) *    mmcli -m 0 --set-allowed-modes="3G"* However, if I try to lock to 4G the connection *never succeeds* :( **     mmcli -m 0 --set-allowed-

Quectel EC21, Debian Jessie, kernel 4.4 (patched)

2018-08-31 Thread Brendan Simon (SEPL)
I have a embedded linux system, which has been used with a Quectel UC20 device without any issues, but moving to the Quectel EC21 is proving problematic. Setup is: Zynq 7000 ARM SOC EC21 dev-kit (connected via USB) Analog Devices linux kernel 4.4 -- monkey patched for EC21 using:

Re: [SOLVED] Quectel EC21, Debian Jessie, kernel 4.4 (patched)

2018-09-05 Thread Brendan Simon (eTRIX)
Date: Fri, 31 Aug 2018 11:28:47 +0200 From: Aleksander Morgado Subject: Re: Quectel EC21, Debian Jessie, kernel 4.4 (patched) On Fri, Aug 31, 2018 at 9:24 AM, Brendan Simon (SEPL) wrote: After the patches were applied, the device is recognise on the USB bus and MM also recongises the modem

Configuration for Quectel 3G and 4G modem

2018-10-14 Thread Brendan Simon (eTRIX)
I have a linux filesystem (Debian based) for an embedded board which uses a Quectel UC20 3G modem via NetworkManager/ModemManager. I want to upgrade to use a Quectel EC21 4G modem and want to know if I can use the same "system-connections" configuration file for both modems.  e.g. so that same sof

Can't get Quectel UC20 modem working on Embedded Board

2015-12-12 Thread Brendan Simon (eTRIX)
Hi, Not sure if this the best forum to ask questions regarding MM configuration, etc. I hope so. If not please refer me to appropriate forums. I have a Quectel UC20 gsm modem. I got it working under Debian Jessie on my MacBook (using VirtualBox). It all seem to go well and had no problems get

Re: Can't get Quectel UC20 modem working on Embedded Board

2015-12-12 Thread Brendan Simon (eTRIX)
More info below. On 12/12/2015 10:53 PM, Brendan Simon (eTRIX) wrote: > Hi, > > Not sure if this the best forum to ask questions regarding MM > configuration, etc. I hope so. If not please refer me to appropriate > forums. > > I have a Quectel UC20 gsm modem. I got it

Re: Can't get Quectel UC20 modem working on Embedded Board

2015-12-12 Thread Brendan Simon (eTRIX)
Working now. See below. On 12/12/2015 11:09 PM, Brendan Simon (eTRIX) wrote: > More info below. > > On 12/12/2015 10:53 PM, Brendan Simon (eTRIX) wrote: >> Hi, >> >> Not sure if this the best forum to ask questions regarding MM >> configuration, etc. I ho

Python sample to send SMS

2016-01-10 Thread Brendan Simon (eTRIX)
Hi, I'm looking for a Python example/sample/snippet to send an SMS message to a mobile phone. All I can find is older code that uses EnumerateDevices() method. e.g. https://github.com/miurahr/ModemManager/blob/master/test/mm-send-sms.py which appears to be old and obsolete, and not suppo

ModemManager auto reconnect

2016-02-08 Thread Brendan Simon (eTRIX)
Hi, I have a number or remotely deployed arm embedded linux systems that uses a 3G modem via USB to post http information once per second. The modem goes down from time to time. One reason is we assert the power reset line on the modem once a day (as I've been told that the modems need to be res

Re: ModemManager auto reconnect

2016-02-08 Thread Brendan Simon (eTRIX)
On 9/02/2016 9:08 AM, Dan Williams wrote: > On Tue, 2016-02-09 at 07:31 +1100, Brendan Simon (eTRIX) wrote: >> I have a number or remotely deployed arm embedded linux systems that >> uses a 3G modem via USB to post http information once per second. >> The >> modem

Re: ModemManager auto reconnect

2016-02-09 Thread Brendan Simon (eTRIX)
On 10/02/2016 3:39 AM, Dan Williams wrote: > On Tue, 2016-02-09 at 11:27 +1100, Brendan Simon (eTRIX) wrote: >> On 9/02/2016 9:08 AM, Dan Williams wrote: >>> On Tue, 2016-02-09 at 07:31 +1100, Brendan Simon (eTRIX) wrote: >>>> I have a number or remotely deplo