Hi Guys
I have installed Libreelec 9.0.0 (fresh - w/o any plugins or any old stuff) and wanted to connect my Xbox One S Gamepad (newest revision with Bluetooth builtin) to my Rpi3 to test the new "Retro Gaming Feature.
I have connected the gamepad over bluetooth successfully but it doesnt regognized any buttons / axis / dpad / trigger.
What I have done:
- In Libreelec Addon: Enabled Bluetooth and Disabled OBEX
- created '/storage/.config/autostart.sh' and made it executable
- put the following in autostart.sh = bash -c 'echo 1 > /sys/module/bluetooth/parameters/disable_ertm'
- then restarted my Rpi3
- Then again in Libreelec Addon (Bluetooth): Paired my Gamepad (with no errors)
- In Kodi Settings / System / Input / Driver-Settings / Joystick Support: I choosed the Linux driver
And now the gamepad stays connected over bluetooth and also reconnect auto after LE has restarted - but dont recognize anything no buttons etc...
cat /proc/bus/input/devices shows the following (cutted):
I: Bus=0005 Vendor=045e Product=02fd Version=0903
N: Name="Xbox Wireless Controller"
H:Handlers=kbd js0 event0
I: Bus=0005 Vendor=045e Product=02fd Version=0903
N: Name="Xbox Wireless Controller Consumer Control"
H: Handlers=kbd event1
I also made "cat /dev/input/event0" and "cat /dev/input/event1" directly and tried to pressed some buttons - no luck
So now I am at end with my linux gamepad experience and hope somebody can help me out of this
Have a nice day!