Hello,
i am having difficulties to get Force Feedback running for my G27.
I am running an unmodified 3.3.6 Kernel and use the following udev rule
SUBSYSTEM!="usb", GOTO="g27_rules_end"
ACTION!="add", GOTO="g27_rules_end"
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c29b", SYMLINK+="input/G27event"
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c29b", MODE="0664", GROUP="agv"
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c29b", RUN+="/usr/local/bin/ltwheelconf --wheel=G27 --nativemode --range=500"
LABEL="g27_rules_end"
After attaching the G27 i get the following output ( using dmesg)
[ 1521.994228] input: PS/2+USB Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/input/input23
[ 1521.994406] generic-usb 0003:1267:0210.000B: input,hidraw0: USB HID v1.00 Mouse [PS/2+USB Mouse] on usb-0000:00:1d.0-1.2/input1
[ 1522.500753] usb 1-1.4: new full-speed USB device number 8 using ehci_hcd
[ 1522.610397] input: G27 Racing Wheel as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input24
[ 1522.610661] logitech 0003:046D:C294.000C: input,hidraw1: USB HID v1.00 Joystick [G27 Racing Wheel] on usb-0000:00:1a.0-1.4/input0
[ 1522.610677] logitech 0003:046D:C294.000C: Switched to native mode
[ 1522.610682] logitech 0003:046D:C294.000C: Force feedback for Logitech Speed Force Wireless by Simon Wood <[email protected]>
[ 1522.697070] usb 1-1.4: USB disconnect, device number 8
[ 1522.963737] usb 1-1.4: new full-speed USB device number 9 using ehci_hcd
[ 1523.085770] input: G27 Racing Wheel as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input25
[ 1523.086034] logitech 0003:046D:C29B.000D: input,hidraw1: USB HID v1.11 Joystick [G27 Racing Wheel] on usb-0000:00:1a.0-1.4/input0
[ 1523.086073] logitech 0003:046D:C29B.000D: Force feedback for Logitech Speed Force Wireless by Simon Wood <[email protected]>
[ 1523.106719] input: G27 Racing Wheel as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input26
[ 1523.106883] logitech 0003:046D:C29B.000E: input,hidraw1: USB HID v1.11 Joystick [G27 Racing Wheel] on usb-0000:00:1a.0-1.4/input0
[ 1523.106918] logitech 0003:046D:C29B.000E: Force feedback for Logitech Speed Force Wireless by Simon Wood <[email protected]>
[ 1523.126553] input: G27 Racing Wheel as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input27
[ 1523.126715] logitech 0003:046D:C29B.000F: input,hidraw1: USB HID v1.11 Joystick [G27 Racing Wheel] on usb-0000:00:1a.0-1.4/input0
[ 1523.126750] logitech 0003:046D:C29B.000F: Force feedback for Logitech Speed Force Wireless by Simon Wood <[email protected]>
In /dev/input/G27event is created and linked to /dev/bus/usb/001/009
When i try to thest FF with fftest, i get
root:/dev/input# fftest G27event
Force feedback test program.
HOLD FIRMLY YOUR WHEEL OR JOYSTICK TO PREVENT DAMAGES
Device G27event opened
Ioctl query: Inappropriate ioctl for device
Is anyone using FF with the G27 and a similar configuration?
Any idea why fftest failes?
Regards, and Thank you
Manuel