8.95.1 on WeTek Play 1: Multimedia Keys not working

  • Hi,

    I have a problem with not all buttons (on keyboard, remote control, ...) being properly recognized. Same setup/configuration/hardware worked for LE7 and LE8 flawlessly.

    For what I've narrowed it down, it seems to be limited to the "multimedia keys".

    All keys are properly recognized by the OS, as you can see for the examples of the "next" and the "red" key with two different input sources:

    E.g., here you see the correctly recognized "next" button in the Kodi log:

    Code
    01:12:17.839 T:3001021296   DEBUG: CLibInputKeyboard::ProcessKey - using delay: 400ms repeat: 80ms
    01:12:17.843 T:2639397744   DEBUG: Thread Timer start, auto delete: false
    01:12:17.856 T:3011207088   DEBUG: Keyboard: scancode: 0xa3, sym: 0x00b0, unicode: 0x0000, modifier: 0x0
    01:12:17.858 T:3011207088   DEBUG: HandleKey: next_track (0xf0ba) pressed, action is noop
    01:12:18.110 T:2639397744   DEBUG: Thread Timer 2639397744 terminating
    01:12:18.129 T:3011207088   DEBUG: Keyboard: scancode: 0xa3, sym: 0x00b0, unicode: 0x0000, modifier: 0x0

    And here the non-functional "red" button in the Kodi log:

    Code
    01:14:37.301 T:3011207088   DEBUG: Keyboard: scancode: 0x00, sym: 0x0000, unicode: 0x0000, modifier: 0x0
    01:14:37.301 T:3011207088   DEBUG: GetActionCode: Trying Hardy keycode for 0xf200
    01:14:37.301 T:3011207088   DEBUG: Previous line repeats 2 times.
    01:14:37.301 T:3011207088   DEBUG: HandleKey: long-0 (0x100f200, obc-16838913) pressed, action is
    01:14:37.581 T:3011207088   DEBUG: Keyboard: scancode: 0x00, sym: 0x0000, unicode: 0x0000, modifier: 0x0

    For testing purpose, I already did various tests with eventlircd stopped (stopping kodi, stopping eventlircd, starting kodi again): no change.

  • I'm having the same issue since the CoreELEC update to 8.99, based on LE9. Everything has been working fine before, now multiple keys don't work anymore, like STOP and EPG, for my custom configured remote on a Amlogic S905 box. Getting the same non-functional error logs for those keys, though libinput shows that they're mapped just fine.

    Sepp: Have you found a solution yet?

  • hubsif: No, not really. Whenever there is a non-mediakey alternative for the same function (i.e. a letter instead of a mediakey), I use that instead. Unfortunately, there is not always an alternative, e.g. for the color buttons. I'm really unhappy about that.