I have an Xbox controller that I'm trying to hook up to my PC which is running Ubuntu, but it does not want to recognize it. When hooked up to my Windows machine it recognizes it just fine as an unknown device, just as expected. It does not show up when I do an 'lsusb' but the other two USB devices I am using show up just fine. It also never creates a '/dev/input/js0' file like I have read it is supposed to do automatically. I have also loaded the 'xpad' and 'joydev' modules. I have tried two different controllers and they both do the same thing. After I hook it up, this shows up in my /var/log/kern.log:
Code:
Feb 15 19:53:44 Carl kernel: [17197323.800000] ehci_hcd 0000:00:1d.7: port 2 reset error -110
Feb 15 19:53:44 Carl kernel: [17197323.800000] hub 5-0:1.0: hub_port_status failed (err = -32)
Feb 15 19:53:45 Carl kernel: [17197324.004000] ehci_hcd 0000:00:1d.7: port 2 reset error -110
Feb 15 19:53:45 Carl kernel: [17197324.004000] hub 5-0:1.0: hub_port_status failed (err = -32)
Feb 15 19:53:45 Carl kernel: [17197324.208000] ehci_hcd 0000:00:1d.7: port 2 reset error -110
Feb 15 19:53:45 Carl kernel: [17197324.208000] hub 5-0:1.0: hub_port_status failed (err = -32)
Feb 15 19:53:45 Carl kernel: [17197324.412000] ehci_hcd 0000:00:1d.7: port 2 reset error -110
Feb 15 19:53:45 Carl kernel: [17197324.412000] hub 5-0:1.0: hub_port_status failed (err = -32)
Feb 15 19:53:45 Carl kernel: [17197324.616000] ehci_hcd 0000:00:1d.7: port 2 reset error -110
Feb 15 19:53:45 Carl kernel: [17197324.616000] hub 5-0:1.0: hub_port_status failed (err = -32)
Feb 15 19:53:45 Carl kernel: [17197324.616000] hub 5-0:1.0: Cannot enable port 2. Maybe the USB cable is bad?
I am fairly certain I hooked up the cable correctly, it is not hard to do at all. I suppose this is a possibility, though.
I tried Google for the solution, but I couldn't find anything relevant. Any ideas, anyone?