4IceG / luci-app-modemband

User interface for the modemband package. Program to set LTE/5G bands for selected 4G/5G modems. (LuCI JS) | OpenWrt >= 21.02
102 stars 37 forks source link

No LTE B5 option #30

Closed victor186 closed 2 months ago

victor186 commented 2 months ago

I installed openwrt for MF286A on my MF286C brazilian, but the luci-app-modemband don't have LTE B5 option. How to set RAT ? (WCDMA only, LTE only, etc...) IMG_20240910_121717_121

4IceG commented 2 months ago

Hi @victor186 , Go to "Modem Settings Template" tab and add the "missing" band for "_DEFAULT_LTE_BANDS".

These are commands for ZTE MF286D, I don't remember if they will work here too (at command is after the ';').

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
victor186 commented 2 months ago

AT commands worked! Thanks Where is the "modem settings template" tab ? Don't have in luci

4IceG commented 2 months ago

@victor186 You are using an older version of LuCI package, install the latest version.

victor186 commented 2 months ago

Thank you bro, now i have LTE band 5 option