Re: [review] New 'fibocom' plugin

2018-07-19 Thread Aleksander Morgado
Hey, >> You may know this better than me; are all DIAG ports from all qualcomm >> modems ever of the same class/subclass/protocol? i.e. Cls=ff(vend.) >> Sub=ff Prot=ff >> In other words, should we bother probing QCDM for ports that are not >> ff/ff/ff? > > Hi Aleksander, > > at least some Huawei

Re: [review] New 'fibocom' plugin

2018-07-19 Thread Aleksander Morgado
>> >> > On Chrome OS, we simply use ID_MM_PORT_IGNORE to ignore all AT >> >> > ports >> >> > on the L850-GL module (e.g. >> >> > https://chromium.googlesource.com/chromiumos/overlays/chromiumos-ov >> >> > erlay/+/master/net-misc/modemmanager-next/files/77-mm-fibocom-port- >> >> > types.rules). >>

Re: [review] New 'fibocom' plugin

2018-07-19 Thread Reinhard Speyerer
On Thu, Jul 19, 2018 at 09:44:57PM +0200, Aleksander Morgado wrote: > On Thu, Jul 19, 2018 at 9:23 PM, Dan Williams wrote: > > On Thu, 2018-07-19 at 21:10 +0200, Aleksander Morgado wrote: > >> > On Chrome OS, we simply use ID_MM_PORT_IGNORE to ignore all AT > >> > ports > >> > on the L850-GL

Re: [review] New 'fibocom' plugin

2018-07-19 Thread Ben Chan
On Thu, Jul 19, 2018 at 12:45 PM Aleksander Morgado wrote: > > On Thu, Jul 19, 2018 at 9:23 PM, Dan Williams wrote: > > On Thu, 2018-07-19 at 21:10 +0200, Aleksander Morgado wrote: > >> > On Chrome OS, we simply use ID_MM_PORT_IGNORE to ignore all AT > >> > ports > >> > on the L850-GL module

Re: [review] New 'fibocom' plugin

2018-07-19 Thread Aleksander Morgado
On Thu, Jul 19, 2018 at 9:23 PM, Dan Williams wrote: > On Thu, 2018-07-19 at 21:10 +0200, Aleksander Morgado wrote: >> > On Chrome OS, we simply use ID_MM_PORT_IGNORE to ignore all AT >> > ports >> > on the L850-GL module (e.g. >> >

Re: [review] MBIM: show USB product attribute as model

2018-07-19 Thread Dan Williams
On Wed, 2018-07-18 at 23:27 +0200, Aleksander Morgado wrote: > Hey Dan, Ben and all, > > See this quick MR for review: > https://gitlab.freedesktop.org/mobile-broadband/ModemManager/merge_re > quests/11 LGTM; merged to git master. Dan ___

Re: [review] New 'fibocom' plugin

2018-07-19 Thread Dan Williams
On Thu, 2018-07-19 at 21:10 +0200, Aleksander Morgado wrote: > > On Chrome OS, we simply use ID_MM_PORT_IGNORE to ignore all AT > > ports > > on the L850-GL module (e.g. > > https://chromium.googlesource.com/chromiumos/overlays/chromiumos-ov > >

RE: ModemManager can't open serial port after previously opening it successfully

2018-07-19 Thread Matthew Starr
> -Original Message- > From: Aleksander Morgado [mailto:aleksan...@aleksander.es] > Sent: Thursday, July 19, 2018 2:16 PM > > Hey, > > On Thu, Jul 19, 2018 at 3:47 PM, Matthew Starr > wrote: > > I am running ModemManager 1.8.0 and NetworkManager 1.8.0 on an > embedded device with the

Re: ModemManager can't open serial port after previously opening it successfully

2018-07-19 Thread Aleksander Morgado
Hey, On Thu, Jul 19, 2018 at 3:47 PM, Matthew Starr wrote: > I am running ModemManager 1.8.0 and NetworkManager 1.8.0 on an embedded > device with the Linux OS built by buildroot. I am using a u-blox TOBY-R200 > cell modem connected over USB with virtual serial interfaces /dev/ttyACM0 >

Re: [review] New 'fibocom' plugin

2018-07-19 Thread Aleksander Morgado
> On Chrome OS, we simply use ID_MM_PORT_IGNORE to ignore all AT ports > on the L850-GL module (e.g. > https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/master/net-misc/modemmanager-next/files/77-mm-fibocom-port-types.rules). > > The modem is functional with just MBIM and

Re: [review] New 'fibocom' plugin

2018-07-19 Thread Ben Chan
Hi Aleksander, On Chrome OS, we simply use ID_MM_PORT_IGNORE to ignore all AT ports on the L850-GL module (e.g. https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/master/net-misc/modemmanager-next/files/77-mm-fibocom-port-types.rules). The modem is functional with just

[review] New 'fibocom' plugin

2018-07-19 Thread Aleksander Morgado
Hey all, See this MR introducing a new Fibocom plugin, which right now just maps support for AT/MBIM based devices. https://gitlab.freedesktop.org/mobile-broadband/ModemManager/merge_requests/12 Tested with the L850-GL module (MBIM+2 AT ports+Intel trace port), and explicitly blacklisted the

Re: please blacklist Prusa Research devices

2018-07-19 Thread Aleksander Morgado
Hey, On Mon, Jul 16, 2018 at 5:21 PM, bubnikv wrote: > Please add the following Prusa Research devices to the blacklist. These > devices are Arduino based, there were many requests before to blacklist the > Arduino based devices. > > VID 2c99 > PID 0001: product string "Original Prusa i3 MK2" >

ModemManager can't open serial port after previously opening it successfully

2018-07-19 Thread Matthew Starr
I am running ModemManager 1.8.0 and NetworkManager 1.8.0 on an embedded device with the Linux OS built by buildroot. I am using a u-blox TOBY-R200 cell modem connected over USB with virtual serial interfaces /dev/ttyACM0 through /dev/ttyACM5. Sometimes while connected to the cellular network

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

Re: GPS support using Quectel EC21

2018-07-19 Thread Aleksander Morgado
Hey 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