<div dir="ltr">hi Aleksander, <div>       Thanks for your reply.</div><div>i have some douts . </div><div> </div><div>1) Without giving manually a mmcli commands then how we can give ? and when NetworkManager take automatically ip from ModemManager (mmcli -b 0) and </div><div>     assign to LTE interface ? </div><div><br></div><div>2) nmcli d output :-<br></div><div>     DEVICE                    TYPE           STATE                       CONNECTION</div><div>    wwp0s21f0u5i4        wwan             <b>disconnected</b>                   ----</div><div><br></div><div>         here TYPE is <b>wwan</b> coming not <b>gsm</b> , when we are running <b>nmcli c add type gsm con-name quectel apn internet  </b>command </div><div>         here we are giving TYPE as gsm . is it will make issue ?</div><div>  </div><div>      I tried lot but STATE of LTE interface not Showing <b>connected</b> , after running mmcli and nmcli commands.</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 10, 2020 at 1:11 PM Aleksander Morgado <<a href="mailto:aleksander@aleksander.es">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>
>      We are using EC20 LTE module connected to Intel Soc board via usb.<br>
>       OS - yocto based linux<br>
>        kernel version - 4.14<br>
>        Installed driver - qmi_wwan, option driver<br>
><br>
>       I am attaching a document for modemmanager testing with our LTE module.<br>
>       please look into that .<br>
<br>
Next time please explain the problem in text in the email itself<br>
instead of attaching a PDF, because that way search engines can map<br>
the emails in the public archive and that may also be helpful for<br>
others in the future ;)<br>
<br>
Looking at the steps you're following, it looks like you're manually<br>
connecting the modem (with mmcli?) and not using NetworkManager for<br>
that? If you connect the modem manually with mmcli, the IP settings<br>
are not automatically set in the network interface, which is what<br>
you're seeing. What you need to do is have NetworkManager trigger the<br>
bearer connection, without doing that yourself with mmcli.<br>
<br>
I can see how NM says the device is unmanaged; and given that this is<br>
a Yocto build, please make sure NetworkManager is built with the<br>
correct ModemManager support (i.e. configure with<br>
--with-modem-manager-1).<br>
<br>
Then, you can try to create a "gsm" connection in NM without any<br>
explicit "ifname"; that way, if you only have one single modem in your<br>
system, NetworkManager will try to find a suitable device for the<br>
connection:<br>
$ nmcli c add type gsm con-name quectel apn internet<br>
$ nmcli c up quectel<br>
<br>
If you do require the ifname, "cdc-wdm0" would have been the correct<br>
one to use, as that is the control port of the modem.<br>
<br>
-- <br>
Aleksander<br>
<a href="https://aleksander.es" rel="noreferrer" target="_blank">https://aleksander.es</a><br>
</blockquote></div>