<div dir="ltr"><div dir="ltr">Give this a try (note this is just a hack to tmp disable the SWWAN feature & hopefully I get the ELS61 soon):</div><div dir="ltr">Branched from 1.8.2:<br><div><br></div><div><div>From 63f9ac8a0db1d8902dd7bef329f441ef4ea86c6b Mon Sep 17 00:00:00 2001</div><div>From: Matt Stanger <<a href="mailto:stangerm2@gmail.com">stangerm2@gmail.com</a>></div><div>Date: Wed, 13 Feb 2019 20:18:00 -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 | 3 +++</div><div> 1 file changed, 3 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..b9fd2220 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,9 @@ cinterion_modem_create_bearer (MMIfaceModem        *_self,</div><div>         return;</div><div>     }</div><div> </div><div>+    self->priv->swwan_support = FEATURE_NOT_SUPPORTED;</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.17.1</div></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 12, 2019 at 4:43 AM Ana Rodriguez Lopez <<a href="mailto:rodrilopez.ana@gmail.com">rodrilopez.ana@gmail.com</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">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>
</blockquote></div>