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
I can make my game controller work under Linux after the following instructions without any extra package:
sudo modprobe xpad
echo "413d 2104" | sudo tee /sys/bus/usb/drivers/xpad/new_id
Every function on my game controller works normally, but when I open the gamepad-tester.com website, no "Test Circularity", no image of the controller:
Normally it would be something like this:
I can get the "Test Circularity" and image of the controller working using xboxdrv command line, but I have to use service/rules files.
So is it possible to get my game controller normal on gamepad-tester.com using xpad?
FYI: Arch Linux, kernel: 6.3.1-zen1-1-zen
The text was updated successfully, but these errors were encountered:
I can make my game controller work under Linux after the following instructions without any extra package:
Every function on my game controller works normally, but when I open the gamepad-tester.com website, no "Test Circularity", no image of the controller:
Normally it would be something like this:
I can get the "Test Circularity" and image of the controller working using
xboxdrv
command line, but I have to use service/rules files.So is it possible to get my game controller normal on gamepad-tester.com using xpad?
FYI: Arch Linux, kernel: 6.3.1-zen1-1-zen
The text was updated successfully, but these errors were encountered: