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

From Official Kodi Wiki
Jump to navigation Jump to search
mNo edit summary
m (some vertical whitespace)
Line 1: Line 1:
{{mininav| [[Remote controls]] {{l2| [[Games]] }} | [[Game controllers]]}}
{{mininav| [[Remote controls]] {{l2| [[Games]] }} | [[Game controllers]]}}


<section begin="intro" />Kodi supports the X-Arcade Tankstick on Linux. Enable the X-Arcade Tankstick add-on in the [[Add-on Manager]] under the Peripheral Libraries folder. A udev rule may be required (see below).<section end="intro" />
<section begin="intro" />Kodi supports the X-Arcade Tankstick on Linux. Enable the X-Arcade Tankstick add-on in the [[Add-on Manager]] under the Peripheral Libraries folder. A udev rule may be required (see below).<section end="intro" />


[[File:X-Arcade Tankstick icon.png|icon]]
[[File:X-Arcade Tankstick icon.png|icon]]

Revision as of 20:24, 17 August 2018

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


Kodi supports the X-Arcade Tankstick on Linux. Enable the X-Arcade Tankstick add-on in the Add-on Manager under the Peripheral Libraries folder. A udev rule may be required (see below).


icon

Fixing permissions

To prevent keystroke logging security attacks, udev input 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 file can be downloaded with the command:

wget https://raw.github.com/kodi-game/peripheral.xarcade/master/rules/80-xarcade.rules

Before installing an internet file, check its contents:

cat 80-xarcade.rules

Finally, copy the file to its destination:

sudo cp 80-xarcade.rules /etc/udev/rules.d/