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
219 views 1 comments
by anonymous
Hi!

Currently, I route traffic through RUTX11 WAN and LTE is not used at all. Is there a way to stop 3g, 4g LEDs to blink?

1 Answer

0 votes
by anonymous

Hello,

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

  • echo 0 > /sys/class/leds/mob_gen_3/brightness
  • echo 0 > /sys/class/leds/mob_gen_4/brightness

You can add these lines in the WebUI Services -> Custom scripts page above exit 0 line, to disable LEDs each time after device power cycle.

If you decided to reenable them in the future, simply restart the related service using command below:

  • /etc/init.d/ledman restart

Best regards,

Best answer
by anonymous
Thanks! It works! Small correction: custom scripts are in System section