Re: cannot find glib-2.0 when building in openwrt

2019-06-11 Thread Enrico Mioso
Dear Belisko Marek, it seems the build system can not find other packages in the feeds/packages repository. Did you update / install those feeds first? ./scripts/feeds update -a ./scripts/feeds install -a Or maybe there is a better way? Enrico On Tue, 11 Jun 2019, Belisko Marek wrote:

Re: Get the last SMS from mm_modem_messaging_list

2019-05-08 Thread Enrico Mioso
Hello Andrea, hello all!! Andrea, can you explain me how you arrived to that code? I am curioust to learn!! And understand. So I would appreciate some explanations. I did the same this way: ... mmobject = agh_mm_get_mmobject(mstate, modem); ... messaging =

Re: Setting modem modes back to default ("allowed: 2g, 3g, 4g; preferred: none")

2019-04-19 Thread Enrico Mioso
Hello! Sorry for the disturbance guys. I am replying to myself to, maybe, help someone having the same question in future. The way to restore this default is: mmcli -m 1 --set-allowed-modes="any" thank you guys and sorry again for the noise Enrico

Setting modem modes back to default ("allowed: 2g, 3g, 4g; preferred: none")

2019-04-19 Thread Enrico Mioso
Hello to everybody!! I am facing a little issue with MM - in particular setting modem modes. My QMI-based modem was set to the following state at the beginning: current: allowed: 2g, 3g, 4g; preferred: none But now, I am not able to set it back to this state. In particular, MM doesn't list

Announcing AGH 0.01

2019-07-11 Thread Enrico Mioso
Hi! I am announcing AGH: a 3G/4G connection manager (via ModemManager) / XMPP control agent, specifically designed for OpenWrt. Some of it's features: Documentation: AGH is documented enough to get you to a good start; Modem handling: - uses ModemManager, so your QMI/MBIM/cdc_ether based modem

setting modes back to default on Quectel EC 25 modem won't work

2019-04-25 Thread Enrico Mioso
Dear all, first of all - thank you very very much for your help and work. I am meeting some difficulties in setting modes on a Quectel EC25 modem. while so far I was able to set modes to "any mode available, none preferred" in other modems, I am having some difficulties with this one. The

Setting modes (again) and operation cancellation

2019-04-23 Thread Enrico Mioso
Hello guys!! After some time, I am playing again with modes setting. Maybe it's absolutely normal, bt I am facing a situation where mode changes don't take effect apparently. Or, put another way: root@OpenWrt:~# mmcli -m 0 --set-allowed-modes="any" --set-preferred-mode="none" successfully set

Re: setting modes back to default on Quectel EC 25 modem won't work

2019-04-26 Thread Enrico Mioso
Hello again! to update my question, I report here that: qmicli -p -d /dev/cdc-wdm0 --nas-get-system-selection-preference [/dev/cdc-wdm0] Successfully got system selection preference Emergency mode: 'no' Mode preference: 'gsm, umts, lte' Band preference: 'gsm-dcs-1800,

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

2019-04-26 Thread Enrico Mioso
Dear Brendan Simon, well, nmcli is coherent with MM, and MM is not able to find out a cdc-wdm device:    | primary port: ttyACM0 I have no experience with u-blox device, so I am not able to give you a good recommendation. Still, maybe looking at the qmi-wwan.c driver in the

Re: Resetting Bearer on OpenWRT

2019-09-08 Thread Enrico Mioso
Hi! On Sun, 8 Sep 2019, Aleksander Morgado wrote: Absolutely no idea, because I don't know how netifd expects that to be reported or how it does connection monitoring. Any info on how that works would be appreciated. I admit I didn't follow the entire discussion from the beginning, so sorry

Re: Announcing AGH 0.01

2019-08-09 Thread Enrico Mioso
Dear Aleksander, thank you very very much!! BTW - MM documentation is great - and that's what allowed me to find my way when implementing, in practice, all the things. And the mmcli code-base has been a fundamental guidance! :) And you have been of course: before joining the ML I remember how

Re: Could not grab port (usbmisc/cdc-wdm0): 'Cannot add port 'usbmisc/cdc-wdm0', unsupported' - debug output

2019-10-31 Thread Enrico Mioso
Thanks! :) On Fri, 1 Nov 2019, Nick wrote: Date: Fri, 1 Nov 2019 03:14:12 From: Nick To: Enrico Mioso Cc: "ModemManager (development)" Subject: Re:Could not grab port (usbmisc/cdc-wdm0): 'Cannot add port 'usbmisc/cdc-wdm0', unsupported' - debug output Hey, That h

Re: Could not grab port (usbmisc/cdc-wdm0): 'Cannot add port 'usbmisc/cdc-wdm0', unsupported'

2019-10-31 Thread Enrico Mioso
Is this missing libusb?? mhm... ___ ModemManager-devel mailing list ModemManager-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel

Re: Could not grab port (usbmisc/cdc-wdm0): 'Cannot add port 'usbmisc/cdc-wdm0', unsupported' - debug output

2019-10-31 Thread Enrico Mioso
Here the debug output: the modem isn't recognized as QMi capable even if I am sure it is and infact qmicli works fine. :) [3588]: [1572511480.295083] ModemManager (version 1.10.6) starting in system bus... [3588]: [1572511480.310072] Bus acquired, creating manager... [3588]:

Re: Could not grab port (usbmisc/cdc-wdm0): 'Cannot add port 'usbmisc/cdc-wdm0', unsupported'

2019-10-31 Thread Enrico Mioso
BTW, you guys may be interested in this: https://stackoverflow.com/q/57675594 On Thu, 31 Oct 2019, Enrico Mioso wrote: Date: Thu, 31 Oct 2019 22:33:38 From: Enrico Mioso To: "ModemManager (development)" Cc: Nick Subject: Could not grab port (usbmisc/cdc-wdm0): 'Canno

Re: Could not grab port (usbmisc/cdc-wdm0): 'Cannot add port 'usbmisc/cdc-wdm0', unsupported' - debug output

2019-10-31 Thread Enrico Mioso
Sorry guys, overlooked the fact thati n the configuration libqmi and libmbim where disabled What do you think about enabling them by default? Sorry for the noise... Enrico ___ ModemManager-devel mailing list ModemManager-devel@lists.freedesktop.org

ModemManager and modems discovery in OpenWRt

2019-11-18 Thread Enrico Mioso
Hello guys! Aleksander and Bjørn, I am CC'ing you since this question came up reading your discussion about udev rules usage. So, modems discovery mechanism in ModemManager is implemented via --report-kernel-event. And we have --report-kernel-event-auto-scan as well. the current method of

Re: ModemManager and modems discovery in OpenWRt

2019-11-18 Thread Enrico Mioso
: Aleksander Morgado To: Enrico Mioso Cc: "ModemManager (development)" , Bjørn Mork Subject: Re: ModemManager and modems discovery in OpenWRt Hey! Aleksander and Bjørn, I am CC'ing you since this question came up reading your discussion about udev rules usage. So, modems discovery

Re: Is there support for modem with a single UART port ? (SIM5320A with usb disconnected)

2019-11-18 Thread Enrico Mioso
Hello! Out of curiosity - how did it happen the USB port isn't wired? Plain curiosity. :) Enrico On Mon, 18 Nov 2019, Andrés Calderón wrote: Date: Mon, 18 Nov 2019 17:50:43 From: Andrés Calderón To: modemmanager-devel@lists.freedesktop.org Subject: Is there support for modem with a single

Re: OpenWrt package and udev rules

2019-11-15 Thread Enrico Mioso
Or the keep.d directory... ? ___ ModemManager-devel mailing list ModemManager-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel

Re: OpenWrt package and udev rules

2019-11-15 Thread Enrico Mioso
Yeah. That mechanism may be useful for a built in package. OpenVPN uses that I think ___ ModemManager-devel mailing list ModemManager-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel

Announcing AGH 0.02

2019-10-22 Thread Enrico Mioso
Hi! I am announcing AGH 0.02: a 3G/4G connection manager (via ModemManager) / XMPP control agent (via libstrophe), specifically designed for OpenWrt. Some of it's features: Documentation: AGH is documented enough to get you to a good start; Modem handling: - uses ModemManager, so your

Re: IPv6 support in the openwrt protocol handler

2019-10-23 Thread Enrico Mioso
Sorry for the intrusion guys... BTW - how do I control modem MTU? Is it sufficient to change bearer's MTU? In other words - how many different MTUs are there, and how can them be controlled? I am asking this investigating performance issues. Thank you guys. Enrico On Wed, 23 Oct 2019, Bjørn

Re: AW: Set allowed mode to 2G, 3G, 4G not working

2019-11-19 Thread Enrico Mioso
I am experiencing similar issues when trying to set allowed mode to all modes, and preferred to "none in particular" :) . Simply doesn't work - even with a success message then settings remain so that preferred mode looks to be 4G. Would like very much to solve this. Enrico On Tue, 19 Nov

Re: AW: Set allowed mode to 2G, 3G, 4G not working

2019-11-19 Thread Enrico Mioso
On Tue, 19 Nov 2019, Daniele Palmas wrote: Date: Tue, 19 Nov 2019 14:25:52 From: Daniele Palmas To: Enrico Mioso Cc: Stelling2 Carsten , "modemmanager-devel@lists.freedesktop.org" Subject: Re: AW: Set allowed mode to 2G, 3G, 4G not working Hi Enrico, Il giorno mar 1

Re: ModemManager and modems discovery in OpenWRt

2019-11-20 Thread Enrico Mioso
With the maintained in-tree version of MM I wasn't able to break it again. Sorry... Anyway this patch seems good to me and hope openwrt guys can incorporate it ASAP. On Wed, 20 Nov 2019, Aleksander Morgado wrote: Date: Wed, 20 Nov 2019 13:16:06 From: Aleksander Morgado To: Enrico Mioso

Re: (Polkit issue) allowing anyone, or a specific user, to perform actions on Modems

2020-02-02 Thread Enrico Mioso
Mork To: Enrico Mioso Cc: modemmanager-devel@lists.freedesktop.org Subject: Re: (Polkit issue) allowing anyone, or a specific user, to perform actions on Modems Enrico Mioso writes: the subjct says it all! Thanks guys!! :) Don't know if this is sufficient, but I have this file which I

(Polkit issue) allowing anyone, or a specific user, to perform actions on Modems

2020-02-02 Thread Enrico Mioso
Hello ! the subjct says it all! Thanks guys!! :) Enrico ___ ModemManager-devel mailing list ModemManager-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel

Correct connection sequence to maximize chances of e.g.: getting connected :)

2020-04-21 Thread Enrico Mioso
Hello all!! So, I was following this ML lately, to notice I am not the only one having the issue of modem not being able to establish a connection sometimes, with errors like "Call failed". I seen that error many times. I will for sure need to dig deeper into this, but my question was more

Re: Correct connection sequence to maximize chances of e.g.: getting connected :)

2020-04-28 Thread Enrico Mioso
Hello!! So, due to some issues I will have to rewrite my code from scratch anyway. And so this time I am doing it with a different use-case in mind. I should monitor incoming and outgoing voice calls for a modem. How may I manage objects lifetime, assuming ModemManager and the modem may

Re: Correct connection sequence to maximize chances of e.g.: getting connected :)

2020-04-28 Thread Enrico Mioso
thank you very very much for your reply! What do you mean by a "signel GObject"? A list ? Or building a new GObject type on my own? And, secondly, is there a way to obtain the audio port from MM? In my setup, ttyUSB0 and ttyUSB2 are marked as AT port, audio is ttyUSB1. thank you very very

Re: OpenWrt: unexpected disconnect requiring manual restart of ModemManager

2020-04-26 Thread Enrico Mioso
sorry for the intrustion and for going over this again but... You mentioned the Librem5 and it's use of MM. I was wondering if I could use one of my QMI modems to do phone calls. I seen the voice interfaces, but audio routing remains a mistery to me even today. :) E see there are projects like:

Re: Correct connection sequence to maximize chances of e.g.: getting connected :)

2020-04-30 Thread Enrico Mioso
Hey all!! Sorry, last time I bother you I hope. :) Gegarding audio ports- in udev I can't find any hint about the device I am currently using for testing, a Huawei E3131 dongle. Should I tag the audio port myself like I see in other cases? And, how will I be able to access that information

Re: Correct connection sequence to maximize chances of e.g.: getting connected :)

2020-04-30 Thread Enrico Mioso
On Thu, 30 Apr 2020, Aleksander Morgado wrote: ... My question is, why do you really want to make sure all async operations are finished when the program quits. Do you truly need that? If you do need that, then once the program is told to quit, you should launch the "program cancellation logic"

Re: Correct connection sequence to maximize chances of e.g.: getting connected :)

2020-05-03 Thread Enrico Mioso
Hello Aleksander!! Thank you again for your amazing ModemManager work!! I would like to ask some advice for Voice calls handling. I will at some point get a MMModemVoice to which I'll connect some GSignals to keep track of when new call objects are added and removed (e.g.: via mmcli). My

Re: Correct connection sequence to maximize chances of e.g.: getting connected :)

2020-04-30 Thread Enrico Mioso
Hello Aleksander!! thank you again! So - i was considering using a GList of my own structs to track down objects and maintain it when observing state transitions. Now I was wondering how to manage: - async operation concurrency: am I guaranteed only a single async operation runs? Or should I

Re: Correct connection sequence to maximize chances of e.g.: getting connected :)

2020-05-07 Thread Enrico Mioso
Ok, now things are a little bit clearer. However, when running my test code I face the issue: Creating object: (process:45799): GLib-GObject-WARNING **: 15:52:57.565: specified instance size for type 'AvModem' is smaller than the parent type's 'GObject' instance size (process:45799):

Re: Correct connection sequence to maximize chances of e.g.: getting connected :)

2020-05-07 Thread Enrico Mioso
thank you very very much!! Really. Enrico On Thu, 7 May 2020, Aleksander Morgado wrote: Date: Thu, 7 May 2020 09:34:46 From: Aleksander Morgado To: Enrico Mioso Cc: "ModemManager (development)" , marco.perini1...@gmail.com Subject: Re: Correct connection sequence to maximi

Re: Bearer MTU not recognised by NetworkManager

2020-05-07 Thread Enrico Mioso
Hi!! The relevant code is in NetworkManager/src/devices/wwan . In my impression NM doesn't ask MM for the MTU, using it's own (default) values for that. Note that it's only my impression from a superficial look. Hence, assuming I am right, I guess this isn't a MM related issue. Enrico On

Re: Correct connection sequence to maximize chances of e.g.: getting connected :)

2020-05-07 Thread Enrico Mioso
On Thu, 7 May 2020, Enrico Mioso wrote: Date: Thu, 7 May 2020 15:59:44 From: Enrico Mioso To: Aleksander Morgado Cc: "ModemManager (development)" , marco.perini1...@gmail.com Subject: Re: Correct connection sequence to maximize chances of e.g.: getting connected :) Ok,

Re: ModemManager crash with more than one call with Huawei E3131 Modem

2020-05-20 Thread Enrico Mioso
This is the debug session with the failed assert. ModemManager[417212]: [1589976952.411557] ModemManager (version 1.12.10) starting in system bus... ModemManager[417212]: [1589976952.412074] create MMSleepMonitor singleton (0x557e57d47750) ModemManager[417212]: [1589976952.413120] Bus

ModemManager crash with more than one call with Huawei E3131 Modem

2020-05-20 Thread Enrico Mioso
Hello!! I am experiencing a crash in Modemmanager, triggered by the following scenario: 1 - Start a voice call from mmcli to my mobile phone. 2 - Answer the call there. 3 - From the mobile phone, call back my Huawei E3131 device. This results in the following crash: let me know if I can help

Re: Problem passing user_data in MMCall object state-changed signal

2020-05-20 Thread Enrico Mioso
Oh, you're so much right!! :D Thanks, sorry... Enrico On Wed, 20 May 2020, Aleksander Morgado wrote: Date: Wed, 20 May 2020 13:31:51 From: Aleksander Morgado To: Enrico Mioso Cc: "ModemManager (development)" , marco.perini1...@gmail.com Subject: Re: Problem passing user_data

Re: ModemManager crash with more than one call with Huawei E3131 Modem

2020-05-22 Thread Enrico Mioso
response '^CCALLSTATE: 1,4'' but in reality call started anyway, without MM knowing it. Thank you for all Aleksander. enrico On Thu, 21 May 2020, Aleksander Morgado wrote: Date: Thu, 21 May 2020 15:12:57 From: Aleksander Morgado To: Enrico Mioso Cc: "ModemManager (develo

Problem passing user_data in MMCall object state-changed signal

2020-05-20 Thread Enrico Mioso
Hello!! I am experiencing a strange issue with state-changed GSignal of MMCall object. In particular, my user-data is not passed, instead a pointer with an address like 0x01, at least so it seems via GDB. I connect my GSignal this way: call_statechange_signal = g_signal_connect(c,

Re: Rejected Send Message when starting with paranoid as argument

2020-06-29 Thread Enrico Mioso
Hello!! I don't know how to help you out, but I would suggest you to try out a more recent version of MM (e.g.: 1.12 or 1.14 ? ). Enrico ___ ModemManager-devel mailing list ModemManager-devel@lists.freedesktop.org

Re: Disabling radio interface on MBIM device

2020-12-07 Thread Enrico Mioso
On Sun, 6 Dec 2020, Aleksander Morgado wrote: Date: Sun, 6 Dec 2020 08:51:55 From: Aleksander Morgado To: Enrico Mioso Cc: "ModemManager (development)" Subject: Re: Disabling radio interface on MBIM device Hey, On Fri, Dec 4, 2020 at 11:47 PM Enrico Mioso wrote: Hello!

Disabling radio interface on MBIM device

2020-12-04 Thread Enrico Mioso
Hello!! I wanted to disable the radio interface on a device reported as: Bus 002 Device 003: ID 413c:81b6 Dell Computer Corp. DW5811e Snapdragon™ X7 LTE I would have liked something equivalent to AT+CFUN=0 but no serial port. So I used something like mbimcli -d /dev/cdc-wdm0

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

2020-10-21 Thread Enrico Mioso
BTW, Quectel EC25, I am not able to set allowed modes to 2g,3g,4g and preferred mode to any. Any solution? :D On Wed, 21 Oct 2020, Brendan Simon (eTRIX) wrote: Date: Wed, 21 Oct 2020 06:59:28 From: "Brendan Simon (eTRIX)" To: Aleksander Morgado Cc: "ModemManager (development)" Subject:

Re: Static vs DHCP setups from ModemManager in OpenWrt

2021-07-12 Thread Enrico Mioso
Hello!! This is modem firmware-dependent: the modem decides how to present the configuration to you. This is what I understood at least. On Mon, 12 Jul 2021, Peter Naulls wrote: Date: Mon, 12 Jul 2021 14:19:04 From: Peter Naulls To: modemmanager-devel@lists.freedesktop.org Subject: Static

Re: Quectel and Telit issues

2021-07-05 Thread Enrico Mioso
Hello Marc! In my opinion, this is more of a musb-related issue than a Modemmanager related one. Or, in other words, I guess the problem stands in the path between your embedded board and the modem itself (USB related things). So, there is not much MM can do to help out. Do you have the

Re: ANN: ModemManager 1.18 released

2021-09-09 Thread Enrico Mioso
+1 ! Thanks a lot Aleksander. Your patience and kidness helped me a lot and made it a pleasure to be a part of MM community! Enrico On Thu, 9 Sep 2021, Loic Poulain wrote: Date: Thu, 9 Sep 2021 17:41:50 From: Loic Poulain To: Aleksander Morgado Cc: "ModemManager (development)"

AJ OpenWRt connection manager

2021-10-08 Thread Enrico Mioso
Hello all!! This is AJ, my second attept at building a program that may help connecting and keeping consistently connected an OpenWRt device, or any Linux device running ModemManager. The idea is to keep all modems in the system connected as they where configured. The software shouldn't do

Re: GSignals for bearers addition/removal

2021-10-04 Thread Enrico Mioso
infact. But this way I will need to scan the entire list everytime. Am I missing something big? On Mon, 4 Oct 2021, Aleksander Morgado wrote: Date: Mon, 4 Oct 2021 12:57:07 From: Aleksander Morgado To: Enrico Mioso Cc: "ModemManager (development)" Subject: Re: GSignals for bearer

Re: GSignals for bearers addition/removal

2021-10-04 Thread Enrico Mioso
To: Enrico Mioso Cc: "ModemManager (development)" Subject: Re: GSignals for bearers addition/removal Hey, On Mon, Oct 4, 2021 at 3:01 PM Enrico Mioso wrote: Ok. My idea was to connect to the ::connected signals of each bearer to monitor their state. To do so, I'm going to keep a

Re: Modem connected but no internet

2021-10-02 Thread Enrico Mioso
Some modems offer a DHCP emulation in their firmware. Others don't. And this information should be seen when you look at the bearer that gets created when you connect the modem. mmcli -m # should list bearers mmcli -b # should tell you the config method Maybe the modem corresponding to

Re: GSignals for bearers addition/removal

2021-10-04 Thread Enrico Mioso
Thanks a lot! Really grateful... I'll do this way ! :) On Mon, 4 Oct 2021, Aleksander Morgado wrote: Date: Mon, 4 Oct 2021 12:57:07 From: Aleksander Morgado To: Enrico Mioso Cc: "ModemManager (development)" Subject: Re: GSignals for bearers addition/removal Hey! Thanks a lo

GSignals for bearers addition/removal

2021-10-04 Thread Enrico Mioso
Hello! I see there is no documented GSignals for bearers addition/removal. I understand I probably should get the bearers list and connect object-{added,removed} GSignals to it. But I would like to see some code snippets, to know the proper prototypes for the handlers. Thanks!

Re: GSignals for bearers addition/removal

2021-10-04 Thread Enrico Mioso
Aleksander Morgado To: Enrico Mioso Cc: "ModemManager (development)" Subject: Re: GSignals for bearers addition/removal Hey! I see there is no documented GSignals for bearers addition/removal. I understand I probably should get the bearers list and connect object-{added,removed} GSignal

Re: GSignals for bearers addition/removal

2021-10-04 Thread Enrico Mioso
Mon, 4 Oct 2021 12:31:14 From: Aleksander Morgado To: Enrico Mioso Cc: "ModemManager (development)" Subject: Re: GSignals for bearers addition/removal Hey! I see there is no documented GSignals for bearers addition/removal. I understand I probably should get the bearers list and co

Extending OpenWRt ModemManager protocol handler

2022-01-10 Thread Enrico Mioso
Hello!! So here I am at my second attempt to build a solution to enable multi-modems and multi-bearers usage in OpenWRt, with re-connection handling for persistent connectivity. This time I wrote a simpler application which only monitors existing bearers, and tries to keep them connected. An

Re: Extending OpenWRt ModemManager protocol handler

2022-01-10 Thread Enrico Mioso
In other words, I think the current situation isn't going to change so soon. So I was wondering if we can provide a kind of short-cut, so the protocol handler examines all bearers it finds, skipping all the modem device management. This would allow the code to be re-usable. What do you think?

Re: Extending OpenWRt ModemManager protocol handler

2022-01-11 Thread Enrico Mioso
I am totally in agreement here. It would be VERY nice. :) Thanks!! On Tue, 11 Jan 2022, Aleksander Morgado wrote: Date: Tue, 11 Jan 2022 11:17:11 From: Aleksander Morgado To: Enrico Mioso Cc: Peter Naulls , "ModemManager (development)" Subject: Re: Extending OpenWRt Mo

Re: Extending OpenWRt ModemManager protocol handler

2022-01-11 Thread Enrico Mioso
: Tue, 11 Jan 2022 11:17:11 From: Aleksander Morgado To: Enrico Mioso Cc: Peter Naulls , "ModemManager (development)" Subject: Re: Extending OpenWRt ModemManager protocol handler Hey, In other words, I think the current situation isn't going to change so soon. So I was wondering

Re: Extending OpenWRt ModemManager protocol handler

2022-01-10 Thread Enrico Mioso
thanks a lot Aleksander for the help and assistance. On Mon, 10 Jan 2022, Peter Naulls wrote: Date: Mon, 10 Jan 2022 15:04:51 From: Peter Naulls To: Aleksander Morgado Cc: "ModemManager (development)" Subject: Re: Extending OpenWRt ModemManager protocol handler On 1/10/22 9:00 AM,

Re: Question regarding usage on laptops

2023-08-22 Thread Enrico Mioso
On Tue, Aug 22, 2023 at 09:59:30AM -0400, Stephen Conley wrote: > Hello folks; > > First, let me apologize if this is already answered.  It "feels like" a > question that should already be answered, but I've read the docs, searched > the mailing list archives, even read through the archives a bit

Re: After modem reset is USB connections not re-added

2022-07-22 Thread Enrico Mioso
Hi! If possible, I would recommend using newer versions of both ModemManager and OpenWRt. This may not fix your current issue, but may be beneficial in the long term. Enrico On Fri, 22 Jul 2022, Aleksander Morgado wrote: Date: Fri, 22 Jul 2022 10:25:42 From: Aleksander Morgado To:

Re: Lenovo T99W175 / Foxconn SDX55 update on LVFS breaks FCC unlock

2022-05-09 Thread Enrico Mioso
I sincerely hope you succeed. If I'll see any way I can help out, I'll try my best to do it. Enrico On Mon, 9 May 2022, Thilo-Alexander Ginkel wrote: Date: Mon, 9 May 2022 20:13:43 From: Thilo-Alexander Ginkel To: Bjørn Mork Cc: "ModemManager (development)" , Aleksander Morgado

Re: Automatic Reconnect

2022-11-02 Thread Enrico Mioso
Hi! May i ask if you are able to reproduce it with OpenWrt master + packages in the feeds for master? Thanks, Enrico On Tue, Nov 01, 2022 at 10:40:58AM +, Lynx de Cat wrote: > I am using ModemManager version 1.18.6 on OpenWrt 22.03.2 with my > RG502Q-EA Quectel modem. My 4G ISP disconnects

Re: Add script handling on modem detection

2023-07-10 Thread Enrico Mioso
Hi all!! I have a question regarding this - is MM actually the correct place to implement differenty dispatcher script calls? Wouldn't it be better to build an external application monitoring different aspects and invoking scripts with the relevant informations? Thanks, Enrico On Mon, Jul

Re: Quectel EC25 & AT connection Catch-22

2024-04-22 Thread Enrico Mioso
On Fri, Apr 19, 2024 at 04:39:46PM +, Bruce Johnson wrote: > I have a question about using both QMI and the serial interface with > ModemManager. > > I had little difficulty getting ModemManager's SimpleModem to connect to > T-Mobile (USA) using a Quectel EG25-G, but we found that modem