<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi,</p>
<p>we tried the patch. Now the modem connects shortly, but it
disconnects again after some seconds with the message 'mobile
equipment request to deactivate context' (see attached debug
output of ModemManager). This happens endlessly in a loop.</p>
<p>Do you have any clue what is happening?</p>
<p>Thanks,</p>
<p>Ana<br>
</p>
<p><br>
</p>
<br>
<div class="moz-cite-prefix">On 14/02/19 16:33, matthew stanger
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAGni2MjzAaa4=8a=5E-xoyhT9xbbvwC7BeHMgrJBtAQ-Bet8eA@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">You need to call
"common_create_bearer (task);" before the return here</blockquote>
<div>A true dark knight, thanks Aleksander!</div>
<div><br>
</div>
<div>Ana, try this instead:</div>
<div><br>
</div>
<div>
<div>From 43c8870b7478f3e5ccdb70a3fc89edddcef96d67 Mon
Sep 17 00:00:00 2001</div>
<div>From: Matthew Stanger <<a
href="mailto:matthew_stanger@trimble.com"
moz-do-not-send="true">matthew_stanger@trimble.com</a>></div>
<div>Date: Thu, 14 Feb 2019 08:28:14 -0700</div>
<div>Subject: [PATCH] mm-bb-m-cinterion: Disable SWWAN
support by returning from</div>
<div> check early</div>
<div><br>
</div>
<div>---</div>
<div> plugins/cinterion/mm-broadband-modem-cinterion.c |
4 ++++</div>
<div> 1 file changed, 4 insertions(+)</div>
<div><br>
</div>
<div>diff --git
a/plugins/cinterion/mm-broadband-modem-cinterion.c
b/plugins/cinterion/mm-broadband-modem-cinterion.c</div>
<div>index 0ca083ed..01539807 100644</div>
<div>---
a/plugins/cinterion/mm-broadband-modem-cinterion.c</div>
<div>+++
b/plugins/cinterion/mm-broadband-modem-cinterion.c</div>
<div>@@ -1779,6 +1779,10 @@
cinterion_modem_create_bearer (MMIfaceModem
*_self,</div>
<div> return;</div>
<div> }</div>
<div> </div>
<div>+ self->priv->swwan_support =
FEATURE_NOT_SUPPORTED;</div>
<div>+ common_create_bearer (task);</div>
<div>+ return;</div>
<div>+</div>
<div> mm_dbg ("checking ^SWWAN support...");</div>
<div> mm_base_modem_at_command (MM_BASE_MODEM
(self),</div>
<div> "^SWWAN=?",</div>
<div>-- </div>
<div>2.19.1</div>
</div>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Thu, Feb 14, 2019 at 4:20
AM Aleksander Morgado <<a
href="mailto:aleksander@aleksander.es"
moz-do-not-send="true">aleksander@aleksander.es</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hey,<br>
<br>
<br>
> Give this a try (note this is just a hack to tmp disable
the SWWAN feature & hopefully I get the ELS61 soon):<br>
> Branched from 1.8.2:<br>
><br>
> From 63f9ac8a0db1d8902dd7bef329f441ef4ea86c6b Mon Sep 17
00:00:00 2001<br>
> From: Matt Stanger <<a
href="mailto:stangerm2@gmail.com" target="_blank"
moz-do-not-send="true">stangerm2@gmail.com</a>><br>
> Date: Wed, 13 Feb 2019 20:18:00 -0700<br>
> Subject: [PATCH] mm-bb-m-cinterion: Disable SWWAN support
by returning from<br>
> check early<br>
><br>
> ---<br>
> plugins/cinterion/mm-broadband-modem-cinterion.c | 3 +++<br>
> 1 file changed, 3 insertions(+)<br>
><br>
> diff --git
a/plugins/cinterion/mm-broadband-modem-cinterion.c
b/plugins/cinterion/mm-broadband-modem-cinterion.c<br>
> index 0ca083ed..b9fd2220 100644<br>
> --- a/plugins/cinterion/mm-broadband-modem-cinterion.c<br>
> +++ b/plugins/cinterion/mm-broadband-modem-cinterion.c<br>
> @@ -1779,6 +1779,9 @@ cinterion_modem_create_bearer
(MMIfaceModem *_self,<br>
> return;<br>
> }<br>
><br>
> + self->priv->swwan_support =
FEATURE_NOT_SUPPORTED;<br>
<br>
You need to call "common_create_bearer (task);" before the
return here<br>
<br>
> + return;<br>
> +<br>
> mm_dbg ("checking ^SWWAN support...");<br>
> mm_base_modem_at_command (MM_BASE_MODEM (self),<br>
> "^SWWAN=?",<br>
> --<br>
> 2.17.1<br>
><br>
><br>
> On Tue, Feb 12, 2019 at 4:43 AM Ana Rodriguez Lopez <<a
href="mailto:rodrilopez.ana@gmail.com" target="_blank"
moz-do-not-send="true">rodrilopez.ana@gmail.com</a>>
wrote:<br>
>><br>
>> Hi Mathew,<br>
>><br>
>> thank you for contacting. Hopefully you will get the
modem soon.<br>
>><br>
>> In the meantime, I would appreciate if you send me
the patch to turn off<br>
>> SWWAN, this way we could see if it works without it.<br>
>><br>
>><br>
>> Thank you,<br>
>><br>
>> Ana<br>
>><br>
>><br>
> _______________________________________________<br>
> ModemManager-devel mailing list<br>
> <a
href="mailto:ModemManager-devel@lists.freedesktop.org"
target="_blank" moz-do-not-send="true">ModemManager-devel@lists.freedesktop.org</a><br>
> <a
href="https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel"
rel="noreferrer" target="_blank" moz-do-not-send="true">https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel</a><br>
<br>
<br>
<br>
-- <br>
Aleksander<br>
<a href="https://aleksander.es" rel="noreferrer"
target="_blank" moz-do-not-send="true">https://aleksander.es</a><br>
</blockquote>
</div>
</blockquote>
<br>
</body>
</html>