You are not logged in.
Pages: 1
I have a RedOctane Ignition Dance Pad that has historically worked on non-Archlinux systems (tested on Windows and Ubuntu). When I connect it to my Arch installation however, the device does not seem to be detected as an input device:
$ dmesg
[364358.893167] usb 1-1.1: new full-speed USB device number 13 using ehci-pci
[364358.980044] hub 1-1.1:1.0: USB hub found
[364358.980472] hub 1-1.1:1.0: 3 ports detected
[364359.246910] usb 1-1.1.1: new full-speed USB device number 14 using ehci-pci
[364359.334265] usbip-host 1-1.1.1:1.0: 1-1.1.1 is not in match_busid table... skip!$ lsusb
Bus 001 Device 014: ID 1430:8888 RedOctane
Bus 001 Device 013: ID 1430:1000 RedOctane
$ sudo lsusb -d 1430:8888 -v
http://pastebin.com/rgFmXLncIt looks like ehci-pci takes control of the device. The joydev module is loaded, but I don't seem to be able to load the usbhid module (only have usb_common,usbcore,usbip_core,usbip_host,usb_storage loaded); could that be the issue? If so, and it's not built into the Archlinux kernel, how do I go about obtaining the module?
I tested the device on a Windows system to ensure it's not an issue with the hardware.
\o/
Offline
I figured out the issue, it was due to my own error. For some reason, I had the virtualbox-guest-* packages installed on the system. I removed those, and everything seems to be working just fine now.
\o/
Offline
Pages: 1