[Raspbian] Controller (that works elsewhere) not detected by KODI - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Game Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=291) +---- Thread: [Raspbian] Controller (that works elsewhere) not detected by KODI (/showthread.php?tid=365331) |
[Raspbian] Controller (that works elsewhere) not detected by KODI - rhmuc - 2021-11-05 Hello, I am on the newest KODI version on the Raspbian repository. I have an XBox Wireless Controller paired via BT with the RasPi. It works perfectly, e.g. in Moonlight-QT. However, KODI does not detect it. The controller does not show up under peripherals. And the controller configuration dialogue does not react to any button presses on the controller. Previously, I had OSMC installed. Here, the controller did show up under peripherals and was configurable. Maybe some plugin is missing in KODI? In some threads I found on other forums, some people had the same issue and say they were able to fix it by installing "kodi-addons-peripheral-joystick". However, these threads were about Arch Linux, not Raspbian. And I am unable to find that addon in the KODI repository. Any advice would be much appreciated. Thank you very much! RE: [Raspbian] Controller (that works elsewhere) not detected by KODI - zachmorris - 2021-11-06 I think you have to install them outside of kodi with your package manager:
And similarly to install game addons:
RE: [Raspbian] Controller (that works elsewhere) not detected by KODI - rhmuc - 2021-11-07 Awesome, that was it! Thank you very much! It seems that I still need to install emulators (when I try to open an SNES rom, I get the message that it is incompatible with all available emulators). Many websites claim that you can install them under "Game Addons -> Emulators". But "Emulators" does not exist on my system. Do you maybe also have some advice for this? Thank you very much! RE: [Raspbian] Controller (that works elsewhere) not detected by KODI - zachmorris - 2021-11-08 You should be able to install them with apt-get, but I'm not sure they're in the repo for raspbian. If you do:
That should list everything thats available, including the kodi-game-libretro addon (which you do need), addons like kodi-game-nestopia, kodi-game-genesisplus, etc If there are no game addons in the repo, then they're not being built for raspbian for whatever reason. You can add an unofficial repo from here, which others have said does work for Raspbian (I personally haven't tried it). RE: [Raspbian] Controller (that works elsewhere) not detected by KODI - rhmuc - 2021-11-09 (2021-11-08, 05:51)zachmorris Wrote: You should be able to install them with apt-get, but I'm not sure they're in the repo for raspbian. Awesome, that worked as well! Thanks so much! |