<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div style="" class=""><span style="" class="">Thanx for fast response:<br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;" class=""><span style="" class="">My script to start the wan connection:<br></span></div><div class="" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span style="" class="">#!/bin/bash<br style="" class="">#Dont need pppd any more<br style="" class="">killall pppd<br style="" class="">echo "Wait 30s for MC7710 to settle down"<br style="" class="">sleep 30<br style="" class="">#set -x<br style=""
 class="">qmicli -d /dev/cdc-wdm0  --dms-uim-verify-pin=PIN,2004<br style="" class="">sleep 10</span></div><div class="" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span style="" class="">#Next one makes no difference: Also has problem after "soft boot"<br></span></div><div class="" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span style="" class="">#qmicli -d /dev/cdc-wdm0 --wds-start-network=  --client-no-release-cid --device-open-sync<br style="" class="">qmicli -v -d /dev/cdc-wdm0 --wds-start-network=  --client-no-release-cid<br style="" class="">sleep 10<br style="" class="">dhclient -nw  -lf /var/tmp/wan.leases wwan0<br style="" class="">echo "Waiting for
 dhclient to get a lease"<br style="" class="">sleep 10<br style="" class="">ip route delete default<br style="" class="">ip route add dev wwan0<br style="" class=""></span></div><div class="" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span style="" class="">echo "waiting for IP on wwan0"<br style="" class=""><br style="" class="">I am puzzled about CID=2. Is it possible, that some data is init=0 after power cycle, set to "1" (on successful connection), but then keeps its "1" value thru soft boot ? May be, in the MC7710 itself ?<br style="" class=""></span></div> <div class="qtdSeparateBR"><br><br></div><div style="display: block;" class="yahoo_quoted"> <div class="" style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 12pt;"> <div class="" style="font-family:
 HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 12pt;"> <div style="" class="" dir="ltr"> <font style="" class="" face="Arial" size="2"> Aleksander Morgado <aleksander@aleksander.es> schrieb am 16:17 Dienstag, 3.Juni 2014:<br style="" class=""> </font> </div>  <br style="" class=""><br style="" class=""> <div style="" class="">On Tue, Jun 3, 2014 at 3:21 PM, reiner otto <<a style="" class="" shape="rect" ymailto="mailto:augustus_meyer@yahoo.de" href="mailto:augustus_meyer@yahoo.de">augustus_meyer@yahoo.de</a>> wrote:<div style="" class="" id="yqtfd10460"><br style="" class="" clear="none">> Even a new error (not seen with older FW 3.05.19) showed up a few times, not<br style="" class="" clear="none">> reproducable, though:<br style="" class="" clear="none">> qmicli -d /dev/cdc-wdm0  --dms-uim-verify-pin=PIN,1234<br style="" class="" clear="none">> error: couldn't create client for the
 'dms' service: CID allocation failed<br style="" class="" clear="none">> in the CTL client: Service mismatch (requested 'dms', got 'wds')<br style="" class="" clear="none">><br style="" class="" clear="none">> May be, this helps to figure out, whats going on (stupid question: what is<br style="" class="" clear="none">> CID, and why different ?):</div><br style="" class="" clear="none"><br style="" class="" clear="none"><br style="" class="" clear="none">CID is the "client ID"; libqmi needs to allocate different client IDs<br style="" class="" clear="none">for different services.<br style="" class="" clear="none"><br style="" class="" clear="none">Are you mixing different qmicli actions together? i.e. different<br style="" class="" clear="none">qmicli actions at the same time or something? Looking at the whole<br style="" class="" clear="none">start.sh script may help.<br style="" class="" clear="none"><br style="" class="" clear="none">Also,
 did you try with Bjørn's suggestion to use "--device-open-sync"<br style="" class="" clear="none">whenever the first qmicli command is sent?<br style="" class="" clear="none"><br style="" class="" clear="none">-- <br style="" class="" clear="none">Aleksander<br style="" class="" clear="none"><a style="" class="" shape="rect" href="https://aleksander.es/" target="_blank">https://aleksander.es</a><br style="" class="" clear="none">_______________________________________________<br style="" class="" clear="none">libqmi-devel mailing list<br style="" class="" clear="none"><a style="" class="" shape="rect" ymailto="mailto:libqmi-devel@lists.freedesktop.org" href="mailto:libqmi-devel@lists.freedesktop.org">libqmi-devel@lists.freedesktop.org</a><br style="" class="" clear="none"><a style="" class="" shape="rect" href="http://lists.freedesktop.org/mailman/listinfo/libqmi-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libqmi-devel</a><div
 style="" class="" id="yqtfd85938"><br style="" class="" clear="none"></div><br style="" class=""><br style="" class=""></div>  </div> </div>  </div> </div></body></html>