Led brightness #78
-
|
Hello |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
|
Hi Jerome, The two LEDs are driven by completely different hardware, which explains the brightness difference:
The brightness difference is a hardware characteristic of the board design (different LEDs, different drive currents). Unfortunately there is nothing we can change in software to make them match. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, Thanks for your detailed answer. Thanks in advance Jerome |
Beta Was this translation helpful? Give feedback.
-
|
Jerome, you were right — I restored the original firmware and confirmed both LEDs have the same high brightness. This was a regression in our custom firmware. Fixed in v2.1.3 (just released). The LAN LED is now restored to full brightness, and both LEDs support a dim mode for nighttime use: # Switch to dim
echo MODE=dim > /userdata/etc/leds.conf
/userdata/etc/init.d/S11leds start
# Switch to bright
echo MODE=bright > /userdata/etc/leds.conf
/userdata/etc/init.d/S11leds startUpgrade with: ./flash_install_rtl8196e.sh gateway_ipThanks for reporting — this led to a deep investigation into the hardware LED architecture and a much better solution. See Release v2.1.3 for details. |
Beta Was this translation helpful? Give feedback.
-
|
For the technical details on how the LEDs work at the hardware level, see LED-DESIGN-NOTES.md. |
Beta Was this translation helpful? Give feedback.
-
|
Hello |
Beta Was this translation helpful? Give feedback.
-
|
Hello I did additional tests What I observed
Hope it can helps Jerome |
Beta Was this translation helpful? Give feedback.
Jerome, you were right — I restored the original firmware and confirmed both LEDs have the same high brightness. This was a regression in our custom firmware.
Fixed in v2.1.3 (just released). The LAN LED is now restored to full brightness, and both LEDs support a dim mode for nighttime use:
Upgrade with:
Thanks for reporting — this led to a deep investigation into the hardware LED architecture and a much better solution. See Release v2.1.3 for details.