Re: How other applications use the ports that occupied by MM

2019-03-20 Thread
Thanks Aleksander Aleksander Morgado 于2019年3月18日周一 下午6:24写道: > Hey, > > > I am trying to find a way to use the AT ports or mbim ports that > occupied by MM as all the device ports were used by MM. eg. I want send AT > command to the modem, but MM occupies the AT port. Is there any way to make >

How other applications use the ports that occupied by MM

2019-03-15 Thread
Hey I am trying to find a way to use the AT ports or mbim ports that occupied by MM as all the device ports were used by MM. eg. I want send AT command to the modem, but MM occupies the AT port. Is there any way to make MM stop using the AT port for a while but not kill the MM? To do that, maybe th

Re: Planning to add a PCIe(not in USB protocol) device

2019-03-15 Thread
ne is happy with it. Including me. > > Or are they simply creating a usb mbim device? That would make sense. But > then it should have worked with mm, so I guess not... > > > Bjørn > > On March 15, 2019 8:59:04 AM GMT+01:00, "王道之" > wrote: > >Hey > >T

Re: Planning to add a PCIe(not in USB protocol) device

2019-03-15 Thread
Hey The Intel offer a PCIe device driver to suit my situation. The driver could grab a virtual net port from the PCIe modem, then the user like me could use VLAN to divide the virtual net port in several VLAN ports, the VLAN port can be mapped by socat as AT port and trace port. The map is defined

Re: How to add a button for ModemManager on Ubuntu GUI

2019-02-26 Thread
Dan Williams 于2019年2月26日周二 下午10:55写道: > On Tue, 2019-02-26 at 14:23 +0800, 王道之 wrote: > > Hey > > Recently I am doing some test development on ModemManager. > > There is a requirement that add a button on the Ubuntu GUI to set IP > > family(ipv4 or ipv6) of the Mode

Any special reason set cid=0 as invalid CID

2019-02-26 Thread
Hey When I read the MM code, the bearer treat the cid=0 as a invalid CID confused me. But I think there may be some special reasons. In the MM Ver1.10.0 source code, src/mm-broadband-bearer.c *static guint* *cid_selection_3gpp_finish (MMBroadbandBearer *self,* * GAsyncR

How to add a button for ModemManager on Ubuntu GUI

2019-02-25 Thread
Hey Recently I am doing some test development on ModemManager. There is a requirement that add a button on the Ubuntu GUI to set IP family(ipv4 or ipv6) of the ModemManager.(Just for test now) Here are my questions: 1.The Ubuntu desktop GUI button should be a Dbus client? Or how the button communic

Plan to replace the XMM GNSS AT command

2019-02-24 Thread
Hi *Aleksander Morgado* The Intel wants to remove the AT commands uesd for GNSS in the plugins/xmm from release 1.9.990, including AT+XLCSLSR, AT+XLCSSLP, AT+XLSRSTOP, as the Intel do not want to put those AT commands in open license. And the Intel offer a more powerful synthetic AT command to rep

Re: Planning to add a PCIe(not in USB protocol) device

2018-12-11 Thread
plugin but simply rely > on the generic plugin with MBIM to support L850 :) > > - Ben > > On Mon, Dec 10, 2018 at 6:25 PM 王道之 wrote: > > > > Hey Aleksander > > The device is basic on the Intel 7560 chip, or L860 in fibocom that > difference the L850 with PCIe i

Re: Planning to add a PCIe(not in USB protocol) device

2018-12-10 Thread
Hey Aleksander The device is basic on the Intel 7560 chip, or L860 in fibocom that difference the L850 with PCIe in MBIM protocol. I am not sure there need a PCIe lib or yet, as now I can use lspci found the device, and there is a net port with the drive offered by Intel. And the drive wo

Planning to add a PCIe(not in USB protocol) device

2018-12-10 Thread
Hey all I am going to add a PCIe not in USB protocol modem device in the Modemmanager. In order to better integrate into the current architecture of Modemmanager, any development advice? As I planned, I am going to add the new PCIe device in the plugins folder,but I am not sure where to add