Račka Posted February 26, 2023 Posted February 26, 2023 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! 🙂 0 Quote
Werner Posted February 26, 2023 Posted February 26, 2023 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 0 Quote
royk Posted February 26, 2023 Posted February 26, 2023 (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 February 26, 2023 by royk 0 Quote
Tony3 Posted February 27, 2023 Posted February 27, 2023 Cover it with a piece of plastic? Lol 0 Quote
Werner Posted February 27, 2023 Posted February 27, 2023 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 0 Quote
Račka Posted February 28, 2023 Author Posted February 28, 2023 Thank you all! Is there any chance to turn off also the ethernet LED? 0 Quote
royk Posted March 1, 2023 Posted March 1, 2023 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😁 0 Quote
Arturo Alee Posted September 6, 2023 Posted September 6, 2023 Try with echo none | sudo tee /sys/class/leds/green_led/trigger echo none | sudo tee /sys/class/leds/blue_led/trigger I'm running Ubuntu on Orange Pi 5 Plus, but should be similar. 0 Quote
Recommended Posts
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.