You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALL.sh and LTE_ALL.sh don't work, but UMTS_ALL.sh.
I set it to UMTS_ALL, but because ALL.sh doesn't work, I can't reset it back to ALL now :(
My guess is that it's becaues my router (E5577Cs-321) doesn't support all LTE bands, e.g. it doesn't seem to support LTE_900, but LTE_800, as you can see below. So if the tool also tries to set LTE_900 when setting ALL or LTE_ALL, maybe that's why those fail?
Here is the output:
> ./ALL_PREFER_LTE.sh
[1213] error: File: web.cpp Line: 421 Function: rapidxml::xml_node<>* web::{anonymous}::xmlHttpRequest(const char*, const char*, web::{anonymous}::HttpResult&, web::{anonymous}::HttpOpts&): Setting network mode: Setting net mode failed
[1213] info: See http://192.168.8.1/api/net/net-mode-list for a list of supported bands. Log in first.
[1213] info: Check debug.log to see what's going on
> ./LTE_ALL.sh
[1203] error: File: web.cpp Line: 421 Function: rapidxml::xml_node<>* web::{anonymous}::xmlHttpRequest(const char*, const char*, web::{anonymous}::HttpResult&, web::{anonymous}::HttpOpts&): Setting network mode: Setting net mode failed
[1203] info: See http://192.168.8.1/api/net/net-mode-list for a list of supported bands. Log in first.
[1203] info: Check debug.log to see what's going on
> ./LTE_800.sh
Current Network Mode: 03
Current Network Band: 3FFFFFFF
Current LTE Band: 524288 (900)
SUCCESS
> ./LTE_900.sh
[247] error: File: web.cpp Line: 421 Function: rapidxml::xml_node<>* web::{anonymous}::xmlHttpRequest(const char*, const char*, web::{anonymous}::HttpResult&, web::{anonymous}::HttpOpts&): Setting network mode: Setting net mode failed
[247] info: See http://192.168.8.1/api/net/net-mode-list for a list of supported bands. Log in first.
[247] info: Check debug.log to see what's going on
> ./ALL.sh
[230] error: File: web.cpp Line: 421 Function: rapidxml::xml_node<>* web::{anonymous}::xmlHttpRequest(const char*, const char*, web::{anonymous}::HttpResult&, web::{anonymous}::HttpOpts&): Setting network mode: Setting net mode failed
[230] info: See http://192.168.8.1/api/net/net-mode-list for a list of supported bands. Log in first.
[230] info: Check debug.log to see what's going on
> ./UMTS_ALL.sh
Current Network Mode: 02
Current Network Band: 7FFFFFFFFFFFFFFF
Current LTE Band: 524288 (900)
SUCCESS
The text was updated successfully, but these errors were encountered:
ALL.sh
andLTE_ALL.sh
don't work, butUMTS_ALL.sh
.I set it to
UMTS_ALL
, but becauseALL.sh
doesn't work, I can't reset it back toALL
now :(My guess is that it's becaues my router (E5577Cs-321) doesn't support all LTE bands, e.g. it doesn't seem to support
LTE_900
, but LTE_800, as you can see below.So if the tool also tries to set
LTE_900
when settingALL
orLTE_ALL
, maybe that's why those fail?Here is the output:
The text was updated successfully, but these errors were encountered: