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

From Official Kodi Wiki
Jump to navigation Jump to search
(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...")
 
(Add image)
Line 2: Line 2:


<section begin="intro" />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.<section end="intro" />
<section begin="intro" />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.<section end="intro" />
[[File:X-Arcade Tankstick icon.png|icon]]


== Fixing permissions ==
== Fixing permissions ==

Revision as of 20:57, 23 July 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/