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

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 28: 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/