LTWheelConf
LTWheelConf copied to clipboard
Setup your Logitech wheel under Linux
$ dmesg [ 495.344130] usb 1-5.2: new full-speed USB device number 6 using xhci_hcd [ 495.446456] usb 1-5.2: New USB device found, idVendor=046d, idProduct=c24f [ 495.446461] usb 1-5.2: New USB...
I'm able to switch the wheel into native mode with this tool so I get at least 900 degree and proper clutch support but the tool isn't setting range and...
I see that the README says that most of this work has made it's way into the kernel. In that case how would one go about configuring a wheel in...
Hi TripleSpeeder, I just updated the Makefile to use pkg-config. Due to a libusb-fckup in Ubuntu (11.10, 64-bit), I had to install libusb-1.0 from source but keep the package (dependencies)....
Hello, I'm using Linux Mint 12 When I use "make" I get the following error: gcc -Wall -c main.c In file included from main.c:30:0: wheelfunctions.h:24:31: fatal error: libusb-1.0/libusb.h: No such...
Logitech drivers always send 7 Bytes for each command, while current ltwheelconf sends 8 bytes. Simon reported that the Wii wheel crashes when receiving more than 7 bytes in a...
Currently ltwheelconf requires parameter --wheel to specify which wheel is connected. This information is used to determine which commands to send to the wheel to switch to native mode. The...
For each Logitech-specifc command that requires direct communication with the device few steps need to be done: - detach kernel driver - claim USB device - send command string(s) -...