sandworm
Joined: 18 Jun 2007 Posts: 4
|
Posted: Wed Dec 10, 2008 5:25 am Post subject: Sixaxis/USB error in latest PS3 git kernel |
|
|
Sixaxis worked OK with 2.6.25.5 kernel from CL-SDK CD:
| Code: | Dec 9 22:01:59 sandworm-ps33 kernel: usb 1-2.2.1.3: new full speed USB device using ps3-ehci-driver and address 8
Dec 9 22:01:59 sandworm-ps33 kernel: usb 1-2.2.1.3: configuration #1 chosen from 1 choice
Dec 9 22:01:59 sandworm-ps33 kernel: input: Sony PLAYSTATION(R)3 Controller as /class/input/input2
Dec 9 22:01:59 sandworm-ps33 kernel: input: USB HID v1.11 Joystick [Sony PLAYSTATION(R)3 Controller] on usb-sb_05-2.2.1.3
Dec 9 22:03:38 sandworm-ps33 kernel: usb 1-2.2.1.3: USB disconnect, address 8
| /dev/input/js1 appears after connecting.
With latest kernel from git (2.6.28-rc7) I see the following:
| Code: | Dec 9 22:10:07 sandworm-ps33 kernel: usb 2-2.2.1.3: new full speed USB device using ps3-ehci-driver and address 8
Dec 9 22:10:07 sandworm-ps33 kernel: usb 2-2.2.1.3: configuration #1 chosen from 1 choice
Dec 9 22:10:07 sandworm-ps33 kernel: input: Sony PLAYSTATION(R)3 Controller as /class/input/input2
Dec 9 22:10:07 sandworm-ps33 kernel: sony 0003:054C:0268.0003: input,hiddev96,hidraw2: USB HID v1.11 Joystick [Sony PLAYSTATION(R)3 Controller] on usb-sb_05-2.2.1.3/input0
Dec 9 22:10:07 sandworm-ps33 kernel: sony: probe of 0003:054C:0268.0003 failed with error 17
Dec 9 22:12:10 sandworm-ps33 kernel: usb 2-2.2.1.3: USB disconnect, address 8
| and no new /dev/input/js*... |
|