FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14083 questions

16727 answers

27453 comments

53734 members

+1 vote
140 views 1 comments
by

Hi,

I've got an RUT240 running RUT2_R_00.07.02.2 that has one small issue:  In the GUI I can set LTE band selection to "Manual", choose the desired band ("B12"),  and then click "Save & Apply" but that doesn't seem to alter the band configuration on the Quectel modem.  I verified the band setting on the Quectel modem inside the RUT240 with this command in an ssh session:

[email protected]:~# gsmctl -A AT+QCFG=\"band\"
+QCFG: "band",0x26f,0x80a,0x0
[email protected]:~# 

The value 0x80a translates to 0x800 + 0x8 + 0x2 where 0x800 is "LTE Band 12", 0x8 is "LTE Band 4", and 0x2 is "LTE Band 2".  That value should be 0x800 (only "LTE Band 12")

Has anyone else encountered this issue where choosing or locking a band in the GUI does not alter the corresponding setting in the Quectel modem?

I tried to manually select the desired band from my ssh session but that command was refused:

[email protected]:~# gsmctl -A AT+QCFG=\"band\",0,800,0
+CME ERROR: operation not allowed

Thank you in advance,

-Scott

1 Answer

0 votes
by

Hello,

I would like you to attach a troubleshoot file to your question. Please, replicate the issue, then access router's WebUI, go to System -> Administration > Troubleshoot section and download troubleshoot file from there.

Best regards,

Žygimantas

by

Hello Žygimantas,

Thank you for your reply. Per your request I performed the following actions:

1) I checked the value for the band setting via SSH:

    [email protected]:~# gsmctl -A AT+QCFG=\"band\"
    +QCFG: "band",0x26f,0x80a,0x0

2) I checked the band selection in the GUI (please see screenshot with date 2022-07-18 attached to my original message) and hit "Save and Apply".

3) I checked the band selection via SSH again:

    [email protected]:~# gsmctl -A AT+QCFG=\"band\"
    +QCFG: "band",0x26f,0x80a,0x0
    [email protected]:~# 

4) I generated the troubleshooting file you requested.  Please find it attached to my original message.

Thank you,

-Scott