logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

LED Control - Manage Enclosure LEDs | Online Free DevTools by Hexmos

Control enclosure LEDs with ledctl. Manage device status, locate devices, and turn LEDs on or off on Linux systems. Free online tool, no registration required.

ledctl

Intel® Enclosure LED Control Application. More information: https://manned.org/ledctl.

  • Turn on the “Locate” LED for specified device(s):

sudo ledctl locate={{/dev/sda,/dev/sdb,...}}

  • Turn off the “Locate” LED for specified device(s):

sudo ledctl locate_off={{/dev/sda,/dev/sdb,...}}

  • Turn off the “Status” LED and “Failure” LED for specified device(s):

sudo ledctl off={{/dev/sda,/dev/sdb,...}}

  • Turn off the “Status” LED, “Failure” LED and “Locate” LED for specified device(s):

sudo ledctl normal={{/dev/sda,/dev/sdb,...}}

See Also