HOW-TO:X-Arcade Tankstick in Kodi: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Add image)
(No difference)

Revision as of 19:45, 17 August 2018

Home icon grey.png   ▶ Remote controls
▶ Games
▶ Game controllers ▶ HOW-TO:X-Arcade Tankstick in Kodi

The X-Arcade Tankstick is supported on Linux using the X-Arcade Tankstick add-on. It can be enabled in the Add-on Manager under the Peripheral Libraries folder.

icon

Fixing permissions

To prevent keystroke logging security attacks, /dev/input/event* devices can only be opened by root. To give non-root users read access, place 80-xarcade.rules in the folder /etc/udev/rules.d/.

This can be done using the commands:

wget https://raw.github.com/kodi-game/peripheral.xarcade/master/rules/80-xarcade.rules
cat 80-xarcade.rules
sudo cp 80-xarcade.rules /etc/udev/rules.d/