xpad icon indicating copy to clipboard operation
xpad copied to clipboard

Afterglow Xbox 360 controller not detected, even though it shows up with lsusb

Open SaphiraKai opened this issue 2 years ago • 1 comments

Just as the title says, running lsusb yields:

...
Bus 001 Device 007: ID 0e6f:0213 Logic3 Afterglow Gamepad for Xbox 360
...

Yet no new /dev/input/js* entries are created, and the lights on the controller continue flashing. This is after a reboot and after running sudo modprobe xpad. Are there additional considerations I've missed or is this a bug?

SaphiraKai avatar Jun 22 '22 22:06 SaphiraKai

Hi, I think we have the same issue on our side. With lsusb everything shows up fine but the lights on the controller always flash.

Our issue seems to happen when multiple usb items are used and on many different os

  • raspberry pi os bullseye 64 bits and 32 bits
  • raspberry pi os buster 32 bits.

To reproduce the problem we used a lidar + xbox controller. The problem only happens when the lidar is plugged before the xbox controller.

When we connect the lidar after the xbox controller: correct

When we connect it after the lidar (or right from the startup of the robot): problem

sudo modprobe xpad didn't help for us

MaximBolduc avatar Jul 06 '22 17:07 MaximBolduc