Disable LED on Raspberry PI: Difference between revisions

From mywiki
Jump to navigation Jump to search
(Created page with "#Disable Power LED (Red) dtparam=pwr_led_trigger=none dtparam=pwr_led_activelow=off #Disable Activity LED (Green) dtparam=act_led_trigger=none dtparam=act_led_activelow=off #Disable LAN LEDs dtparam=eth_led0=14 dtparam=eth_led1=14")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
#Disable Power LED (Red)
<pre>#Disable Power LED (Red)
dtparam=pwr_led_trigger=none
dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
dtparam=pwr_led_activelow=off
Line 7: Line 7:
#Disable LAN LEDs
#Disable LAN LEDs
dtparam=eth_led0=14
dtparam=eth_led0=14
dtparam=eth_led1=14
dtparam=eth_led1=14</pre>

Latest revision as of 16:21, 24 December 2024

#Disable Power LED (Red)
dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
#Disable Activity LED (Green)
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
#Disable LAN LEDs
dtparam=eth_led0=14
dtparam=eth_led1=14