Jump to content

Recommended Posts

Posted

Hi everyone!👋

 

I would like to turn off the leds on my Orange Pi 5.
I already tried this with no success, since I can't find the mentioned files (I have /sys/class/leds/status_led instead of red/orangepi etc.).

Any tips? Thank you in advance! 🙂

Posted

Since there are no standards vendors of more or less cheap boards follow names are not standardized. Try something like find /sys |grep led|grep trigger

Posted (edited)

echo none | sudo tee /sys/class/leds/status_led/trigger

 

To set it "permanent" add this line to rc.local

echo none > /sys/class/leds/status_led/trigger

 

The red LED you can't turn off by software, the ethernet LED I expect it is possible, but I don't know how.

Edited by royk
Posted
14 hours ago, Tony3 said:

Cover it with a piece  of plastic? Lol

I assume OP is preferring a software-based solution but I like your thinking :lol:

Posted

I guess this needs to be done in the driver, so no easy switch unless you could make that. I've seen there is some information (GitHub commits) how they did with the RPI4.

 

Tony's advice will be easier😁

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines