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
129 views 2 comments
by anonymous
Topic RUTX12  why blinking SIM2 (3g, 4g) led but in configuration SIM2 is disabled

possible to switch off ? or why blinking

https://drive.google.com/file/d/1j2GXHjgaWlnaEDKGvI1bEN2oLuvRpWO-/view?usp=share_link

1 Answer

0 votes
by anonymous

Hello,

If I assume correctly, you mean blinking LEDs for 3G and 4G for SIM2.

You can disable these LEDs by logging to your device via CLI/SSH and using the following commands:

  • echo 0 > /sys/class/leds/mob2_gen_3/brightness
  • echo 0 > /sys/class/leds/mob2_gen_4/brightness
If you decided to reenable them in the future, simply restart the related service using command below:
  • /etc/init.d/ledman restart

Best regards,

by anonymous
but why blinking if slot2 is empty and OFF from configuration? what reason?
by anonymous

Based on details provided here, blinking LEDs indicate, that SIM card is not inserted. That is the design choice made by developers.

Best regards,