Code: Select all
dtparam=act_led_trigger=heartbeatThis works with my other distributions, but when I tried this with latest Arch with kernel 4.4.44-1-ARCH on my Pi3, but it does not work; the LED remains off.
Code: Select all
cat /sys/class/leds/led0/trigger
none kbd-scrolllock kbd-numlock kbd-capslock kbd-kanalock kbd-shiftlock kbd-altgrlock kbd-ctrllock kbd-altlock kbd-shiftllock kbd-shiftrlock kbd-ctrlllock kbd-ctrlrlock usb-gadget usb-host mmc0 mmc1 timer oneshot [heartbeat] backlight gpio cpu0 cpu1 cpu2 cpu3 default-on transient flash torch input rfkill0
I thought the code to run this would be in the kernel. Is anything else needed?