Turning off blue led blink over sudo #991
-
I have an Orange Pi 5plus where I installed ubuntu 24.04 server from this distro. I do not have i/o devices attached to it and use ssh over my lan to control it from a different computer. Have had no problems until yesterday when I tried to stop the blue led from blinking after bootup (steady is fine). I followed the instructions in the Orange Pi wiki. I ssh in: ssh user@ipaddress cd /sys/class/leds/blue_led When I checked the ls -la on that folder, trigger has -rwx r-- r-- root root permissions. I thought sudo ran a command as root. No idea why it's not working here. After web searches I tried ssh -t user@ipaddress and had no change. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Run the command as root with "sudo su" or look at the device tree overlays. There is an overlay to disable the leds. |
Beta Was this translation helpful? Give feedback.
-
Thank you. I think the other suggestion I saw online looks a lot easier: duct tape
…On Thu, Aug 15, 2024 at 8:41 AM, Joshua Riek ***@***.***(mailto:On Thu, Aug 15, 2024 at 8:41 AM, Joshua Riek <<a href=)> wrote:
Run the command as root with "sudo su" or look at the device tree overlays. There is an overlay to disable the leds.
—
Reply to this email directly, [view it on GitHub](#991 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ABJXG7QERVKHNH47SA4EQFLZRTD2BAVCNFSM6AAAAABMSLPMJ6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMZUHE2DAOA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Run the command as root with "sudo su" or look at the device tree overlays. There is an overlay to disable the leds.