HOW-TO:X-Arcade Tankstick in Kodi

From Official Kodi Wiki
Revision as of 20:41, 23 July 2018 by Garbear (talk | contribs) (Created page with "{{mininav| Remote controls {{l2| Games }} | Game controllers}} <section begin="intro" />The X-Arcade Tankstick is supported on Linux using the X-Arcade Tankstick...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.

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/