Re: Adding Telit ME310G1-WW support

2020-07-10 Thread Mark Deneen
I've attached a patch which uses the "custom regex" feature of the existing parser in order to detect PPP and say that things are good. A few things to note: * I created the regex based on data I saw output from my modem. At best it is correct, at worst it won't do any harm. * Ideally I would

Re: libmbim 1.24.0 slowing down MM startup

2020-07-10 Thread Dan Williams
On Fri, 2020-07-10 at 10:28 +0200, Aleksander Morgado wrote: > Hey Amol, > > > > Did you got a chance to see those logs? Please let me know if any > > > other information is needed. > > > > > > > Not yet, sorry. Will let you know as soon as I find anything. > > > > Here's the fix: >

Adding Telit ME310G1-WW support

2020-07-10 Thread Mark Deneen
Hi! I have a Telit ME310G1-WW cell modem which is supported in newer (5.5.x) kernels with the option driver. ModemManager (1.12.6, will try to test newer versions) almost works, but it appears to be a modem quirk which prevents MM from detecting that it is connected. Here's a few log entries

RE: libmbim 1.24.0 slowing down MM startup

2020-07-10 Thread Amol Lad
Thanks a lot Aleksander, I've verified and the fix works! Thanks again Amol -Original Message- From: Aleksander Morgado Sent: Friday, 10 July 2020 1:58 PM To: Amol Lad Cc: ModemManager (development) Subject: Re: libmbim 1.24.0 slowing down MM startup Hey Amol, > > Did you got a

Re: libmbim 1.24.0 slowing down MM startup

2020-07-10 Thread Aleksander Morgado
Hey Amol, > > Did you got a chance to see those logs? Please let me know if any other > > information is needed. > > > > Not yet, sorry. Will let you know as soon as I find anything. > Here's the fix: https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/merge_requests/28 I'll release a