Jump to content

Nixes

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

1190 profile views
  1. So I just tested the "Armbian_5.24.161115_Orangepipc_Ubuntu_xenial_3.4.113_desktop" image on my OrangePiPC Tests: mali-triangle: worked es2gears: worked (250fps) Observations: Firefox was MUCH smoother then last time I used it in an armbian desktop package. I think more hardware acceleration is kicking in than in previous builds. I still have the install running if there are any other tests wanted.
  2. Actually NVM to set red led to on use: sudo sh -c "echo 255 > /sys/class/leds/red_led/brightness" to set red led to off use: sudo sh -c "echo 0 > /sys/class/leds/red_led/brightness" same for green led just "/sys/class/leds/green_led" instead
  3. Thanks tkaiser, your second link definitely pointed the way. acpid appears to work great, and is exactly what I was looking for. Extra question, anyway to blink the power led from a shell script?
  4. Looks interesting, but I don't think the orange pi power button is recognised as a normal key event :\.
  5. Hello all, I was wondering if it is possible to run some sort of script when the power button on the Orange Pi PC is pressed? I was thinking I could use this to run a safe shutdown script of some kind, rather than having to SSH in every time. I've tried looking into the GPIOs but I could never get the button to show up in the list of available inputs. Any advice? Thanks for any input.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines