Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Use a controller to navigate Kodi? #101653
    jojco
    Participant

    Hi
    No update on this? i’m trying to get my ps3 controller to work with kodi. I’ve followed the tutorial above but its for xbox controllers…

    I’ve been doing the keymaping, making sure the name of the joystick was the one in “cat /proc/bus/input/devices”

    but same as you guys, the option “Enable joystick and gamepad support” is not available in the input devices menu…

    in reply to: retroarch autoconfig multiple controllers #101644
    jojco
    Participant

    Alright i found the problem. It was in the rc.local file.

    this line was automatically added when i installed my xbox controller :

    #xboxdrv --daemon --id 1 --led 2 --deadzone 4000 --silent --trigger-as-button --next-controller --id 2 --led 3 --deadzone 4000 --silent --trigger-as-button --dbus disabled --detach-kernel-driv$

    there’s something in that command that make my 2 xbox controllers ALWAYS present even if unplugged.

    i replaced this line by

    xboxdrv --trigger-as-button --id 1 --led 3 --deadzone 4000 --silent &
    sleep 1
    xboxdrv --trigger-as-button --id 2 --led 4 --deadzone 4000 --silent &
    sleep 1

    and now it works !!

    in reply to: FBA and fullscreen via HDMI #86428
    jojco
    Participant

    ah yes ! it worked!
    Thank you very much for you help!

    in reply to: FBA and fullscreen via HDMI #86414
    jojco
    Participant

    Hey,
    I’m using 2.4

Viewing 4 posts - 1 through 4 (of 4 total)