Re: [PATCH] telit: support QMI and MBIM modems

2017-03-27 Thread Aleksander Morgado
> Vendor specific plugins that support QMI or MBIM based devices need to > handle the creation of these modems themselves. > > https://bugs.freedesktop.org/show_bug.cgi?id=100372 > --- > > Hey Carlo and Daniele, > > This patch makes the Telit plugin accept QMI

No SIM card inserted

2017-03-27 Thread Jan Graczyk
Hello All, I am working on a development board which has mini PCIe based QUECTEL UC20 modem card. Unfortunately the modem AT command AT+CPIN? returns SIM not inserted. Anyone has come across this problem? Thank you for your support. Best Regards, Jan Graczyk

Re: Flow control settings for RS232 modems

2017-03-27 Thread Aleksander Morgado
On Mon, Mar 27, 2017 at 6:04 PM, carlo wrote: >> Does this work? >> >> # cat < /lib/udev/rules.d/78-mm-serial.rules >> ACTION!="add|change|move", GOTO="mm_serial_end" >> DEVPATH=”/devices/pnp0/00:05/tty/ttyS0” >> ENV{ID_MM_PLATFORM_DRIVER_PROBE}=”1” >> LABEL=”mm_serial_end"

[PATCH v4] Fixed wrong MEM1 value passed to +CPMS

2017-03-27 Thread Carlo Lobrano
In functions - mm_broadband_modem_lock_sms_storages - modem_messaging_set_default_storage return with error when using current_sms_mem1_storage as +CPMS value, but current_sms_mem1_storage value is UNKNOWN. --- >> +g_simple_async_report_error_in_idle ( > >report_error_in_idle()

Re: Flow control settings for RS232 modems

2017-03-27 Thread carlo
> Does this work? # cat < /lib/udev/rules.d/78-mm-serial.rules ACTION!="add|change|move", GOTO="mm_serial_end" DEVPATH=”/devices/pnp0/00:05/tty/ttyS0” ENV{ID_MM_PLATFORM_DRIVER_PROBE}=”1” LABEL=”mm_serial_end" EOF # udevadm control --reload # udevadm trigger // Relaunch MM unfortunately no,

Re: [PATCH] telit: support QMI and MBIM modems

2017-03-27 Thread Daniele Palmas
Hi Aleksander, 2017-03-24 15:33 GMT+01:00 Daniele Palmas : > Hi Aleksander, > > 2017-03-24 14:48 GMT+01:00 Aleksander Morgado : >> Vendor specific plugins that support QMI or MBIM based devices need to >> handle the creation of these modems themselves.

[PATCH v3] Fixed wrong MEM1 value passed to +CPMS

2017-03-27 Thread Carlo Lobrano
In functions - mm_broadband_modem_lock_sms_storages - modem_messaging_set_default_storage return with error when using current_sms_mem1_storage as +CPMS value, but current_sms_mem1_storage value is UNKNOWN. --- src/mm-broadband-modem.c | 79 ++

Re: [PATCH] telit: support QMI and MBIM modems

2017-03-27 Thread Aleksander Morgado
On Mon, Mar 27, 2017 at 12:14 PM, Daniele Palmas wrote: > 2017-03-24 15:33 GMT+01:00 Daniele Palmas : >> Hi Aleksander, >> >> 2017-03-24 14:48 GMT+01:00 Aleksander Morgado : >>> Vendor specific plugins that support QMI or MBIM based

Re: [PATCH v3] Fixed wrong MEM1 value passed to +CPMS

2017-03-27 Thread Aleksander Morgado
Hey Carlo, On 27/03/17 12:19, Carlo Lobrano wrote: > In functions > > - mm_broadband_modem_lock_sms_storages > - modem_messaging_set_default_storage > > return with error when using current_sms_mem1_storage as +CPMS value, but > current_sms_mem1_storage value is UNKNOWN. > See comments below.

Re: [PATCH] telit: support QMI and MBIM modems

2017-03-27 Thread Aleksander Morgado
On Mon, Mar 27, 2017 at 12:47 PM, David McCullough wrote: > I am a little late to the party but here is the patch I have been running > to do this. I have been meaning to clean it up and send it in. Not sure > if there is anything here that will help out but I

Re: Try to normalize both operator name and code

2017-03-27 Thread Colin Helliwell
> On 25 March 2017 at 20:39 Aleksander Morgado wrote: > > Hey Colin and Dan, > > What do you think of these two patches? > > Cheers! > > [PATCH 1/2] modem-helpers: if operator not in UCS2, see if already > [PATCH 2/2] broadband-modem: normalize also operator code >

Re: [PATCH] telit: support QMI and MBIM modems

2017-03-27 Thread David McCullough
Aleksander Morgado wrote the following: > On Mon, Mar 27, 2017 at 12:47 PM, David McCullough > wrote: > > I am a little late to the party but here is the patch I have been running > > to do this. I have been meaning to clean it up and send it in. Not sure > >