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

From Official Kodi Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
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]]
Line 26: Line 28:
sudo cp 80-xarcade.rules /etc/udev/rules.d/
sudo cp 80-xarcade.rules /etc/udev/rules.d/
</pre>
</pre>
[[Category:Gaming]]
[[Category:Manual]]
[[Category:Remotes]]

Latest revision as of 03:49, 17 December 2020

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/