Posts by chrisgl

    Hi,

    i use your solution

    1. test for the current controller name
      • cat /proc/bus/input/devices
    2. create und edit file
      • nano /storage/.config/udev.rules.d/99-gamepad.rules
        • SUBSYSTEM=="input", ATTRS{name}=="Xbox Wireless Controller", KERNEL=="event*", MODE="0666", ENV{LIBINPUT_IGNORE_DEVICE}="1" SUBSYSTEM=="input", ATTRS{name}=="Xbox Wireless Controller", KERNEL=="event*", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"
    3. reboot

    But there is still a problem. The both key (back and Guide) will not work when the other keys work.

    I test the following command: cat /dev/input/event4

    Then see output for every button (guide, back, start, left and so on), but wenn i setup the controller in kodi (controller setting) kodi will not react on push this two buttons.

    So i think the filter in 99-gamepad.rules has to change so that this two buttons will not in the filter but i dont know how.

    Could you please help me?

    Best regards

    Chris