W
W
Worlding2020-11-27 23:04:22
linux
Worlding, 2020-11-27 23:04:22

How to connect an xbox360 gamepad to a wireless receiver on Debian 10?

Greetings. There is Debian 10 + Gnome
A pair of XBox360 wireless gamepads A
PC Wireless Gaming Receiver that is plugged into USB
Correctly, under windows the gamepads are connected to the receiver.
How to make it work on linux?

Driver installed:

~$ sudo git clone https://github.com/paroj/xpad.git /usr/src/xpad-0.4
~$ sudo dkms install -m xpad -v 0.4
Module xpad/0.4 already installed on kernel 4.19.0-12-amd64/x86_64


Installed xboxdrv
But when I start I get:
~$ xboxdrv
xboxdrv 0.8.8 - http://pingus.seul.org/~grumbel/xboxdrv/ 
Copyright © 2008-2011 Ingo Ruhnke <[email protected]> 
Licensed under GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 
This program comes with ABSOLUTELY NO WARRANTY. 
This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details. 


-- [ ERROR ] ------------------------------------------------------
No Xbox or Xbox360 controller found


I see that the system sees the device:
~$ lsusb
...
Bus 001 Device 002: ID 045e:02a9 Microsoft Corp.

I try to connect, but it doesn't work:
~$ sudo xboxdrv --device-by-id 045e:02a9 --type xbox360 
xboxdrv 0.8.8 - http://pingus.seul.org/~grumbel/xboxdrv/ 
Copyright © 2008-2011 Ingo Ruhnke <[email protected]> 
Licensed under GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 
This program comes with ABSOLUTELY NO WARRANTY. 
This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details. 

Controller:        unknown
Vendor/Product:    045e:02a9
USB Path:          001:002
Controller Type:   Xbox360

-- [ ERROR ] ------------------------------------------------------
USBController::usb_find_ep(): couldn't find matching endpoint

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail Vasilyev, 2020-11-27
@Worlding

Install the driver
https://github.com/paroj/xpad

sudo git clone https://github.com/paroj/xpad.git /usr/src/xpad-0.4
sudo dkms install -m xpad -v 0.4

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question