4IceG / ZTE-MF286D

My compilation: OpenWrt SNAPSHOT / LuCI Main | r26815-b4069fad02 [Build: 30.06.2024]
GNU General Public License v3.0
24 stars 0 forks source link

ZTE-MF286D

My compilation :: user friendly :: OpenWrt SNAPSHOT / LuCI Main

GitHub release (latest by date) GitHub stars GitHub forks GitHub All Releases

1. What You Should Know / Co powinieneś wiedzieć

2. Internet connection setup | Change of apn for mobile internet operator

Pokaż | Show me > We go in the menu to Network \ Interfaces. ![](https://github.com/4IceG/Personal_data/blob/master/zrzuty/apntutorialsm/1.PNG?raw=true) > For the QMI protocol, go to the settings by clicking the Edit button. ![](https://github.com/4IceG/Personal_data/blob/master/zrzuty/apntutorialsm/2.PNG?raw=true) > Enter the apn name of internet provider and click save. ![](https://github.com/4IceG/Personal_data/blob/master/zrzuty/apntutorialsm/3b.PNG?raw=true) > If after changing the apn we do not have internet, we have to manually set the apn in the modem. To do this, go to the Modem \ SMS Messages menu. ![](https://github.com/4IceG/Personal_data/blob/master/zrzuty/apntutorialsm/4.PNG?raw=true) > Go to the at command tab and select APN setup from the drop-down menu. Enter the apn of internet operator and click on the button that sends the command. ![](https://github.com/4IceG/Personal_data/blob/master/zrzuty/apntutorialsm/5.PNG?raw=true) > Now we restart the modem so that the modem starts up with the new apn. ![](https://github.com/4IceG/Personal_data/blob/master/zrzuty/apntutorialsm/6.PNG?raw=true)

3. Useful AT commands (also available in the built image)

Pokaż | Show me ``` bash APN info ➜ AT+CGDCONT?;AT+CGDCONT? APN setup ➜ AT+CGDCONT=1,"IP","internet","",0,0;AT+CGDCONT=1,"IP","internet","",0,0 APN apply ➜ AT+CGACT=1,1;AT+CGACT=1,1 Cell lock info ➜ AT+ZLOCKCELL?;AT+ZLOCKCELL? Cell lock disabled ➜ AT+ZLOCKCELL=0;AT+ZLOCKCELL=0 Cell lock ➜ AT+ZLOCKCELL=earfcn_tag,pci_tag;AT+ZLOCKCELL=AAAA,BBB Network mode info ➜ AT+ZSNT?;AT+ZSNT? Prefer 4G (Blue LED blinks) ➜ AT+ZSNT=0,0,0;AT+ZSNT=0,0,0 4G/3G only ➜ AT+ZSNT=7,0,0;AT+ZSNT=7,0,0 4G only ➜ AT+ZSNT=6,0,0;AT+ZSNT=6,0,0 3G only (LED turns green) ➜ AT+ZSNT=2,0,0;AT+ZSNT=2,0,0 2G only (LED turns red) ➜ AT+ZSNT=1,0,0;AT+ZSNT=1,0,0 DL CA info ➜ AT+ZCAINFO?;AT+ZCAINFO? UL CA info ➜ AT+ZULCA?;AT+ZULCA? UL CA disabled ➜ AT+ZULCA=0;AT+ZULCA=0 UL CA enabled ➜ AT+ZULCA=1;AT+ZULCA=1 Locked band info ➜ AT+ZNLOCKBAND?;AT+ZNLOCKBAND? Modem reboot ➜ AT+CFUN=1,1;AT+CFUN=1,1 ```

4. LuCI packages available in the image:

Pokaż | Show me ``` bash luci-app-3ginfo-lite luci-app-adblock luci-app-aria2 luci-app-atcommands luci-app-commands luci-app-cpu-status-mini luci-app-ddns luci-app-drive-status-mini luci-app-easyconfig-transfer luci-app-ekooneplstat luci-app-firewall luci-app-internet-detector luci-app-ksmbd luci-app-ledcontrol luci-app-lite-watchdog luci-app-minidlna luci-app-modemband luci-app-mwan3 luci-app-nft-qos luci-app-openvpn luci-app-opkg luci-app-p910nd luci-app-sms-tool-js luci-app-wifischedule luci-proto-wireguard ```