[MM/QMI] Unable to select firmware when there is no SIM

2013-01-04 Thread Ben Chan
Hi Aleksander, I encounter an issue with firmware selection on my Novatel Gobi 3000 (E396) modem. When the UMTS firmware is initially selected and there is no SIM card inserted, ModemManager can't fully initialize the modem and firmware interface, which prevents me from selecting the CDMA firmware

[PATCH] denmark: update OiSTER mobile internet

2013-01-04 Thread Kristian Klausen
The Danish service provider have 2 kind of subscription. A mobile broband only (no SMS and call), and a normal (SMS/MMS + call + mobile brodband X GB) This patch add the last. diff --git a/serviceproviders.xml b/serviceproviders.xml index 196a50d..94a7c3b 100644 --- a/serviceproviders.xml +++ b

Re: [MM] [PATCH v3] iface-modem, novatel-lte: disable network scan in LTE mode

2013-01-04 Thread Aleksander Morgado
On 04/01/13 03:50, Ben Chan wrote: > --- > plugins/novatel/mm-broadband-modem-novatel-lte.c | 102 > +- > src/mm-iface-modem.c | 20 > src/mm-iface-modem.h |3 + > 3 files changed, 124 insertions(+), 1 deletio

Re: [OT] Re: [MM] [PATCH v2] iface-modem, novatel-lte: disable network scan in LTE mode

2013-01-04 Thread Aleksander Morgado
> >> You cannot mix in the same async method a code execution path using >> mm_base_modem_at_command() with another one using GSimpleAsyncResult and >> completion in idle. When you use mm_base_modem_at_command(), in >> finish() you're expected to use mm_base_modem_at_command_finish(), like >> yo

[OT] Re: [MM] [PATCH v2] iface-modem,novatel-lte: disable network scan in LTE mode

2013-01-04 Thread Marius Kotsbak
On Jan 4, 2013 12:58 AM, "Aleksander Morgado" wrote: > You cannot mix in the same async method a code execution path using > mm_base_modem_at_command() with another one using GSimpleAsyncResult and > completion in idle. When you use mm_base_modem_at_command(), in > finish() you're expected to us