Thank you all for creating this wonderful piece of hardware and software.
I managed to get everything up and running with keyboard and mouse with a powered usb hub,
but I failed to get an usb controller functioning.
The controller is a PDP wired xbox one controller that works fine in Windows 10 and Retropie.
The controller is recognized (0x0e6f-0x02a7):
Code: Select all
lsusb output
Bus 003 Device 001: ID 1d6b:0003
Bus 002 Device 001: ID 1d6b:0002
Bus 001 Device 005: ID 0e6f:02a7 <--
Bus 001 Device 003: ID 0bda:5411
Bus 001 Device 002: ID 0bda:5411
Bus 001 Device 001: ID 1d6b:0002
Code: Select all
dmesg output
[ 1.525459] usb 1-1.1.1: new full-speed USB device number 4 using dwc2
[ 1.615578] usb 1-1.1.1: New USB device found, idVendor=0e6f, idProduct=02a7, bcdDevice= 1.0f
[ 1.615589] usb 1-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.615597] usb 1-1.1.1: Product: PDP Wired Controller for Xbox One - Raven Black
[ 1.615603] usb 1-1.1.1: Manufacturer: Performance Designed Products
[ 1.615609] usb 1-1.1.1: SerialNumber: xxxxxxxxxxxxxxx
[ 1.616817] XPAD: original out.bInterval=4 -> new interval=4
[ 1.616825] XPAD: original in.bInterval=4 -> new interval=4
[ 1.617051] input: Generic X-Box pad as /devices/platform/soc/ffb40000.usb/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/input/input0
Can someone provide some pointers to help?