Posts by cmexonat

    which driver would be needed for that? I mean exact kernel config line.

    Unfortunately I can't definitely say. Sorry.

    This is my devices list:

    Display Spoiler

    LibreELEC:~ # ls /dev/input/*

    /dev/input/event0 /dev/input/event2 /dev/input/event4

    /dev/input/event1 /dev/input/event3

    /dev/input/by-id:

    usb-0810_usb_gamepad-event-joystick

    usb-Apple__Inc_Apple_Keyboard-event-if01

    usb-Apple__Inc_Apple_Keyboard-event-kbd

    /dev/input/by-path:

    platform-1c1b000.usb-usb-0:1.2:1.0-event-kbd

    platform-1c1b000.usb-usb-0:1.2:1.1-event

    platform-1c1d400.usb-usb-0:1:1.0-event-joystick

    platform-1f02000.ir-event

    LibreELEC:~ # mc

    In console I can get response from gamepad via simple cat /dev/input/by-id/usb-0810_usb_gamepad-event-joystick:

    Display Spoiler

    LibreELEC:~ # cat /dev/input/by-id/usb-0810_usb_gamepad-event-joystick

    o0]7 o0]7 ! o0]7 o0]Tp o0]Tp ! o0]Tp ^C

    I googled on this subject and maybe it is joydev module we are looking for?

    Code
    LibreELEC:~ # modprobe usbhid
    LibreELEC:~ # modprobe joydev
    modprobe: FATAL: Module joydev not found in directory /lib/modules/5.2.0
    Display Spoiler

    USB joysticks

    You need to get USB working, and then modprobe your joystick driver, which is usbhid, as well as joydev. If you use a usb mouse or keyboard, usbhid will be loaded already and you just have to load the joydev module.

    I'm far from an expert in the Linux kernel, sorry again.

    I have tried latest build LibreELEC-H3.arm-9.80-nightly-20190718-0b82779-orangepi-pc.img for OPI PC, seems not working USB gamepad.

    Tested with SNES gamepad. Can not assign any button.

    Yes , system reported as Linux 5.2.0, so new kernel.

    Well, i have a same trouble. Sega, nes and ps1-ps2 usb gamepads not working. I wan't use ROPi's images, like this Libreelec.

    ps I have Raspberry 2 and same version Kodi and usb gamepads work by default.

    Do you have any luck with latest build?

    Hello,

    I want to say thank you for such great work you do!

    Just tested last build - LibreELEC-H3.arm-9.80-nightly-20190706-503da76-orangepi_pc with my OPI PC and everything work fine except usb gamepads. None of my snes, nes or sega usb gamepads recognized in Kodi. I added appropriate profiles but this not helped. When I get in Controller Configuration and select some profile and press buttons, nothing happens. The only buttons it reacts to is keyboard plugged to usb port. Can this issue be fixed somehow? Thank you!