controller xbox one bluetooth

  • Hi

    I'm trying to set up the xbox controller via bluetooth on LibreElec 10 for raspberry pi 4. I've managed to get the controller connected by disabling ertm.

    Howevever when the controller is connected only the guide button works, nothing else.

    I've seen that similar problems have been reported in the past where the controller is assigned both as a joystick and a keyboard so kodi is unable to understand. However my log does NOT show anything similar to this :

    2019-12-19 08:44:06.994 T:1927279488 DEBUG: libinput: event3 - debounce state: DEBOUNCE_STATE_RELEASE_WAITING → DEBOUNCE_EVENT_TIMEOUT_SHORT → DEBOUNCE_STATE_RELEASED

    I get instead:

    2022-07-30 12:22:05.005 T:871 ERROR <general>: AddOnLog: peripheral.joystick: ScanEvents: failed to read joystick "Xbox Wireless Controller" on /dev/input/js0 - 19 (No such device)

    2022-07-30 12:22:05.062 T:862 INFO <general>: Skipped 3 duplicate messages..

    2022-07-30 12:22:05.062 T:862 DEBUG <general>: CLibInputHandler::DeviceRemoved - keyboard type device removed: Xbox Wireless Controller (event1)

    2022-07-30 12:22:05.069 T:871 ERROR <general>: AddOnLog: peripheral.joystick: ScanEvents: failed to read joystick "Xbox Wireless Controller" on /dev/input/js0 - 19 (No such device)

    2022-07-30 12:22:05.956 T:870 INFO <general>: Skipped 53 duplicate messages..

    2022-07-30 12:22:05.956 T:870 INFO <general>: UnregisterRemovedDevices - device removed from joystick/peripheral.joystick/4: Xbox Wireless Controller (0000:0000)

    Any suggestion?