Xow

From wikinotes
Revision as of 01:45, 26 August 2023 by Will (talk | contribs) (→‎Usage)

Linux driver for the mircrosoft wireless dongle.
Be warned, it's a bit of a CPU-hog.

Supports up to 8x controllers.

Documentation

github https://github.com/medusalix/xow

Install

pacaur -S xow-git
systemctl enable --now xow.service         # enable system service
udevadm control --reload; udevadm trigger  # (optional) enable udev rules
sudo restart

Usage

to pair your controller:
# turn on your controller
# press the pair button on your controller
# press the pair button on your dongle

Troubleshooting

service start failure: libusb_error_access

manually stopping service, and manually starting again seems to succeed.
may be related to usb hub? See https://github.com/medusalix/xow/issues/153