1

(3,876 odpowiedzi, napisanych Sprzęt / Hardware)

Excellent, all installed and working great!
Thanks a lot
Gelson

2

(3,876 odpowiedzi, napisanych Sprzęt / Hardware)

While checking output of above commands I realized MiFI wan configuration was different than the one created by Luci:

root@MiFi:~# uci show network.wan
network.wan=interface
network.wan.apn='3internet'
network.wan.device='/dev/cdc-wdm0'
network.wan.proto='qmi'
network.wan.dns='8.8.4.4 8.8.8.8'
network.wan.peerdns='0'

root@OpenWrt:~# uci show network.4G
network.4G=interface
network.4G.proto='qmi'
network.4G.device='/dev/cdc-wdm0'
network.4G.apn='3internet'
network.4G.auth='none'
network.4G.pdptype='ipv4v6'

Turns out Three won't work with pdptype='ipv4v6' which is added by Luci by default, so I had to change it to pdptype='ipv4'

Its working now. I'm still trying to find how to check for bands in use, send sms and T commands, etc. I was under the assumption eko's Luci release already included all the tools and modules for that, but looks like its not true.

Gelson

3

(3,876 odpowiedzi, napisanych Sprzęt / Hardware)

I have a MF286D from Three UK and I sucessfully flashed mifi-22.03-snapshot-r19304-0e607d60ef-zte_mf286d-squashfs-sysupgrade from eko repository. Internet and Wi-Fi works great, but I would really love to have Luci instead, not only due to GUI language but also because I want to add other pakages at a later time and I'm very used to Luci on other OpenWRT routers I own.

My problem is, when I flash luci-22.03-snapshot-r19304-0e607d60ef-ipq40xx-generic-zte_mf286d-squashfs-sysupgrade I am unable to create a "4G" Wan interface. I go to Network -> Interfaces, create a new one using proto qmi and device /dev/cdc-wdm0, save and apply and I see the interface is created. However, It will not create the corresponding "4G_4" virtual interface and as such, there is no Internet connection.

What am I missing here? From previous posts on this forum I see the 4G_4 interface should be automatically be created, but in my router it won't happen. 
Thanks
Gelson