Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
v22 How disabled LED on RPi 5 ?
#1
Lightbulb 
Hi,

do you know how to deactivate the LEDs on the device ?

I tried this but it doesn't work:

dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
Reply
#2
since this is the Kodi forum i assume you want Kodi to disable the LEDs
afaik Kodi does not contain anything specific to perform this on a Raspberry Pi

try asking the Raspberry Pi forum https://forums.raspberrypi.com/
Reply
#3
(2024-11-12, 21:41)Alyyy Wrote: Hi,

do you know how to deactivate the LEDs on the device ?

I tried this but it doesn't work:

dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off

Try

dtparam=pwr_led_trigger=default-on
dtparam=pwr_led_activelow=off
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
dtparam=eth_led0=4
dtparam=eth_led1=4
Reply
#4
(2024-11-13, 03:46)Sidewinder_2011 Wrote:
(2024-11-12, 21:41)Alyyy Wrote: Hi,

do you know how to deactivate the LEDs on the device ?

I tried this but it doesn't work:

dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off

Try

dtparam=pwr_led_trigger=default-on
dtparam=pwr_led_activelow=off
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
dtparam=eth_led0=4
dtparam=eth_led1=4

Hi, yes is work fine now
Reply

Logout Mark Read Team Forum Stats Members Help
How disabled LED on RPi 5 ?0