Sixaxis/USB error in latest PS3 git kernel

Investigation into how Linux on the PS3 might lead to homebrew development.

Moderators: cheriff, emoon

Post Reply
sandworm
Posts: 4
Joined: Mon Jun 18, 2007 11:58 pm

Sixaxis/USB error in latest PS3 git kernel

Post by sandworm »

Sixaxis worked OK with 2.6.25.5 kernel from CL-SDK CD:

Code: Select all

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: Select all

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*...
Post Reply