FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
244 views 0 comments
by anonymous
Hello,

After many research on forum, I asking you my question.
I want to know if it's possible to disable mobile interface on my RUTx50 ?
Firmware version is RUTX_R_00.07.04

I have in my mind to make a script associated to LTE signal strenght or more simply to I/O.
Anyone have a idea to create this type of function ?

Regards
Pierre

1 Answer

0 votes
by anonymous

Hello,

Depending on what do you expect by "disable mobile interface", there are a couple of ways you can go:

  • Below commands disable mobile interface: 
uci set network.mob1s1a1.disabled='1'
uci commit
/etc/init.d/network restart
  • Alternatively, this can be achieved with the following command:
ubus call network.interface.mob1s1a1 down
  • The next command only disables modem's RF transmission and reception capabilities:
gsmctl -A 'AT+CFUN=4'

Best regards,