You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst the older PS2 XArcade USBAdapter support has been added, the Udev rules are missing to start this up. Adding these two rules to the 80-xarcade.rules file fixes the issue for Jessie+ and Wheezy respectively.
Whilst the older PS2 XArcade USBAdapter support has been added, the Udev rules are missing to start this up. Adding these two rules to the 80-xarcade.rules file fixes the issue for Jessie+ and Wheezy respectively.
ACTION=="add", SUBSYSTEM=="input", ATTRS{idVendor}=="aa55", ATTRS{idProduct}=="0201", TEST=="/bin/systemd", TAG+="systemd", ENV{SYSTEMD_WANTS}+="xarcade2jstick.service"
ACTION=="add", SUBSYSTEM=="input", ATTRS{idVendor}=="aa55", ATTRS{idProduct}=="0201", TEST!="/bin/systemd", RUN+="/usr/local/bin/xarcade2jstick -d -s"
The text was updated successfully, but these errors were encountered: