Lakka XBOXDRV Compatibility

I am using Lakka with an Xbox 360 controller. Overall the performance is great, but the flashing ring is slightly annoying. I know that the XBOXDRV package has the ability to indicate which LED to light. I’d like to set mine to 0 so that there are no lights flashing and less power used. This will also use less power when I am waiting for the controller to timeout once I’m done playing a game.

Does anyone have any ideas on how to change the light with the current package or know how to use the XBOXDRV package?

We are using the xpad kernel driver not xboxdrv. Can you try this :

 echo 0 > /sys/class/leds/xpad0/brightness

Source

@gouchi thanks for the response. Unfortunately the command doesn’t work. When I enter I get the following:

Lakka:~ # echo 0 > /sys/class/leds/xpad0/brightness -sh: can’t create /sys/class/leds/xpad0/brightness: nonexistent directory

I also navigated to the folder and didn’t see anything either


Can you check that the module is loaded ?

 lsmod | grep xpad 

If not try to load it

 modprobe xpad

I have this same problem. When I type

lsmod | grep xpad

Lakka gives

xpad 12390 0

There is no /sys/class/leds/xpad0/brightness There is /sys/devices/platform/soc/soc:leds/leds/led0/brightness, but it doesn’t work.