I tried to enable the xbox controller in the recalbox.conf, but just received the following errors in the kodi.log: CLinuxInputDevice::KeyEvent: TranslateKey returned XBMCK_UNKNOWN from code(310) I ended blacklisting xpad /etc/modprobe.d/blacklist file contents: blacklist xpad and create a new startup script /etc/init.d/S99xboxdrv placed this in the S99xboxdrv file: xboxdrv --trigger-as-button --wid 0 --led 2 --deadzone 4000 --silent & sleep 1 xboxdrv --trigger-as-button --wid 1 --led 3 --deadzone 4000 --silent & sleep 1 xboxdrv --trigger-as-button --wid 2 --led 4 --deadzone 4000 --silent & sleep 1 xboxdrv --trigger-as-button --wid 3 --led 5 --deadzone 4000 --silent &