Omega onion led blinking
-
My led on the omega onion module started blinking after it's being up for several days now. It's not a problem as far as I see, since all is working as it is supposed, but still, it's happening on both modules I have. Is it a power issue warning of some kind or is it a warning for something else? Does anybody knows? Thanks
-
Do you use the normal dock or the mini-dock?
-
It's happening on the minidock.
-
@Pedro-Baco It might just be misconfigured LED setting.
Can you try the following on the command line:
cat /sys/class/leds/onion\:amber\:system/trigger
That will show you which LED trigger is currently selected.
-
root@Omega-1361:~# cat /sys/class/leds/onion:amber:system/trigger
none [timer] default-on netdev transient gpio heartbeat morse oneshot usbdev phy0rx phy0tx phy0assoc phy0radio phy0tpt
root@Omega-1361:~#
-
Changed it to default-on and it's on now. Thanks for the directions
-
no prob, glad it worked out