<div dir="ltr">Here is my netifd integration. This is the only one I created,nothing else. <div><span id="gmail-docs-internal-guid-ee306671-7fff-f4ae-a0d1-25fd14d9c1c4"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-variant-numeric:normal;font-variant-east-asian:normal;vertical-align:baseline;white-space:pre-wrap">config interface 'wwan'</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-variant-numeric:normal;font-variant-east-asian:normal;vertical-align:baseline;white-space:pre-wrap">        option device   '/sys/devices/platform/soc/f1058000.usb/usb1/1-1/1-1.2/1-1.2.1'</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-variant-numeric:normal;font-variant-east-asian:normal;vertical-align:baseline;white-space:pre-wrap">        option proto    'modemmanager'</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-variant-numeric:normal;font-variant-east-asian:normal;vertical-align:baseline;white-space:pre-wrap">        option apn      'Broadband'</span></p></span>After rebooting, it is back to my first post. I have to run 3 commands but still no connection. feel like I am getting close. but not sure what to do. Thanks</div><div>1.device is disabled  run <span style="color:rgb(64,64,64);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif">mmcli -e -m 0</span></div><div><span style="color:rgb(64,64,64);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif">2. no APN stored     run </span><span style="color:rgb(64,64,64);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif">mmcli -m 0 --create-bearer="apn=</span><span style="color:rgb(64,64,64);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif">Broadband"</span></div><div><font color="#404040" face="Helvetica Neue, Helvetica, Arial, sans-serif">3 establish connection </font><span style="color:rgb(64,64,64);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif">mmcli -c -b 0 </span></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 3, 2018 at 8:36 AM Aleksander Morgado <<a href="mailto:aleksander@aleksander.es">aleksander@aleksander.es</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey,<br>
<br>
> The very first thing I do is follow your instructions. otherwise I don't even know where to start. Thanks for getting back to me.<br>
> Here are the issues so far.<br>
> 1. during the make menuconfig ,I am getting some warning. Does that matter?<br>
>  WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist<br>
> WARNING: Makefile 'package/utils/busybox/Makefile' has a build dependency on 'libpam', which does not exist<br>
> WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libgnutls', which does not exist<br>
> WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libopenldap', which does not exist<br>
> WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libidn2', which does not exist<br>
> WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libssh2', which does not exist<br>
> WARNING: Makefile 'package/boot/kexec-tools/Makefile' has a dependency on 'liblzma', which does not exist<br>
> WARNING: Makefile 'package/network/services/lldpd/Makefile' has a dependency on 'libnetsnmp', which does not exist<br>
<br>
Nah, all unrelated.<br>
<br>
> 2. another post said I have to create another interface in the network with DHCP address. Is that true?<br>
<br>
If you're using the netifd integration, you don't need to manually run<br>
DHCP, netifd will do it if needed.<br>
<br>
> 3. on your website. the step is  option device   '/sys/devices/platform/soc/20980000.usb/usb1/1-1/1-1.2/1-1.2.1'<br>
> my number is different. it is f1058000.usb. should I change that?<br>
<br>
Of course, yes. That path is the sysfs path of your device, tied to<br>
your specific hardware, so you need to find which one is the sysfs<br>
that applies to your device.<br>
<br>
> 4  I am using MBIM right now with EM7455, maybe qmi is better option?<br>
><br>
<br>
As long as you're using a recent enough kernel, both should be ok.<br>
<br>
-- <br>
Aleksander<br>
<a href="https://aleksander.es" rel="noreferrer" target="_blank">https://aleksander.es</a><br>
</blockquote></div>