<div dir="ltr"><div dir="ltr"><div dir="ltr">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.<div><div>Here are the issues so far. </div><div>1. during the make menuconfig ,I am getting some warning. Does that matter?</div><div> WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist</div><div>WARNING: Makefile 'package/utils/busybox/Makefile' has a build dependency on 'libpam', which does not exist</div><div>WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libgnutls', which does not exist</div><div>WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libopenldap', which does not exist</div><div>WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libidn2', which does not exist</div><div>WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libssh2', which does not exist</div><div>WARNING: Makefile 'package/boot/kexec-tools/Makefile' has a dependency on 'liblzma', which does not exist</div><div>WARNING: Makefile 'package/network/services/lldpd/Makefile' has a dependency on 'libnetsnmp', which does not exist</div></div><div>2. another post said I have to create another interface in the network with DHCP address. Is that true?</div><div>3. on your website. the step is  option device   '/sys/devices/platform/soc/<span style="background-color:rgb(255,0,0)">20980000.usb</span>/usb1/1-1/1-1.2/1-1.2.1'</div><div>my number is different. it is f1058000.usb. should I change that?</div><div>4  I am using MBIM right now with EM7455, maybe qmi is better option? </div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 3, 2018 at 3:18 AM Aleksander Morgado <<a href="mailto:aleksander@aleksander.es" target="_blank">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">>        I am using OpenWrt 18.06.1 r7258-5eb055306f on linksys AC1900V2 router. EM7455 Generic firmware with M.2 usb enclosure and modemmanager 1.8.2. I followed instruction on your website to compile the package. But I can't get any connection. I have to issue 3 commands in order to get IP address(no internet though). Did I do something wrong during the compiling process? Thank you.<br>
><br>
> mmcli -e -m 0<br>
> mmcli -m 0 --create-bearer="apn=Broadband"<br>
> mmcli -c -b 0<br>
<br>
Only those steps alone won't give you a network connection. You may be<br>
connecting the modem, but then you still need to setup the modem<br>
network interface in your host. In OpenWRT we do this via a protocol<br>
handler in netifd, installed along with the ModemManager package<br>
(assuming you're using my openwrt packaging).<br>
<br>
Read the steps described here on how to setup the modem to be<br>
connected via netifd:<br>
<a href="https://bitbucket.org/aleksander0m/modemmanager-openwrt/src/master/" rel="noreferrer" target="_blank">https://bitbucket.org/aleksander0m/modemmanager-openwrt/src/master/</a><br>
<br>
<br>
-- <br>
Aleksander<br>
<a href="https://aleksander.es" rel="noreferrer" target="_blank">https://aleksander.es</a><br>
</blockquote></div>