I am trying to get Logitech Cordless RumblePad 2 wireless joystick working with fedora 12 32bit.
here is results from pluggin the joystick into usb:
dmesg | tail
usb 2-2: USB disconnect, address 2
usb 3-2: new low speed USB device using uhci_hcd and address 3
usb 3-2: New USB device found, idVendor=046d, idProduct=c219
usb 3-2: New USB device strings: Mfr=3, Product=1, SerialNumber=0
usb 3-2: Product: Logitech Cordless RumblePad 2
usb 3-2: Manufacturer: Logitech
usb 3-2: configuration #1 chosen from 1 choice
input: Logitech Logitech Cordless RumblePad 2 as /devices/pci0000:00/0000:00:10.1/usb3/3-2/3-2:1.0/input/input4
logitech 0003:046D

219.0004: input,hidraw0: USB HID v1.10 Gamepad [Logitech Logitech Cordless RumblePad 2] on usb-0000:00:10.1-2/input0
Force feedback for Logitech force feedback devices by Johann Deneux <johann.deneux@it.uu.se>
when I run the test below and press any of the buttons nothing happens:
jstest /dev/input/js0
Joystick (Logitech Logitech Cordless RumblePad 2) has 6 axes and 12 buttons. Driver version is 2.1.0.
Testing ... (interrupt to exit)
their is more on the screen, but nothing happens.
Also I have tryed to run Calibration
jscal -c /dev/input/js0
is thier something I need to do or I might not have installed to get this to joystick to work?
thanks