Difference between revisions of "Logitech Wheels"

From GIMX
Jump to: navigation, search
Line 2: Line 2:
  
 
All Logitech Wheels have 0x046d as USB vendor id.
 
All Logitech Wheels have 0x046d as USB vendor id.
 +
 +
=LTWheelConf=
 +
 +
This tool is required on the RPi (the Raspbian kernel config lacks CONFIG_LOGITECH_FF).<br />
 +
<pre>sudo apt-get install git
 +
git clone https://github.com/TripleSpeeder/LTWheelConf.git
 +
cd LTWheelConf
 +
make</pre>
  
 
=Momo Racing=
 
=Momo Racing=
Line 24: Line 32:
 
  jscal -s 5,1,0,8191,8191,65544,65544,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0,1,0,0,0,536870912,536870912,1,0,0,0,536870912,536870912 /dev/input/js0
 
  jscal -s 5,1,0,8191,8191,65544,65544,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0,1,0,0,0,536870912,536870912,1,0,0,0,536870912,536870912 /dev/input/js0
 
  sudo jscal-store /dev/input/js0
 
  sudo jscal-store /dev/input/js0
 +
 +
Set the native mode on the RPi;
 +
<pre>cd ~/LTWheelConf
 +
sudo ltwheelconf --wheel DFGT --nativemode</pre>
  
 
=G27=
 
=G27=
Line 35: Line 47:
 
  jscal -s 6,1,0,8191,8191,65544,65544,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0,1,0,0,0,536870912,536870912,1,0,0,0,536870912,536870912 /dev/input/js0
 
  jscal -s 6,1,0,8191,8191,65544,65544,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0,1,0,0,0,536870912,536870912,1,0,0,0,536870912,536870912 /dev/input/js0
 
  sudo jscal-store /dev/input/js0
 
  sudo jscal-store /dev/input/js0
 +
 +
Set the native mode on the RPi;
 +
<pre>cd ~/LTWheelConf
 +
sudo ltwheelconf --wheel G27 --nativemode</pre>

Revision as of 22:35, 14 October 2015

This page intends to give configuration hints to properly use a Logitech Wheel with GIMX.

All Logitech Wheels have 0x046d as USB vendor id.

LTWheelConf

This tool is required on the RPi (the Raspbian kernel config lacks CONFIG_LOGITECH_FF).

sudo apt-get install git
git clone https://github.com/TripleSpeeder/LTWheelConf.git
cd LTWheelConf
make

Momo Racing

Product id: 0xca03

Configuration file: LogitechMomoRacing_G29.xml

Calibration in GNU/Linux:

jscal -s 3,1,0,511,511,1050628,1050628,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0 /dev/input/js0
sudo jscal-store /dev/input/js0

Driving Force GT

Product id: 0xc29a

Configuration file: LogitechDrivingForceGT_G29.xml

Calibration in GNU/Linux:

jscal -s 5,1,0,8191,8191,65544,65544,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0,1,0,0,0,536870912,536870912,1,0,0,0,536870912,536870912 /dev/input/js0
sudo jscal-store /dev/input/js0

Set the native mode on the RPi;

cd ~/LTWheelConf
sudo ltwheelconf --wheel DFGT --nativemode

G27

Product id: 0xc29b

Configuration file: LogitechG27_G29.xml

Calibration in GNU/Linux:

jscal -s 6,1,0,8191,8191,65544,65544,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0,1,0,0,0,536870912,536870912,1,0,0,0,536870912,536870912 /dev/input/js0
sudo jscal-store /dev/input/js0

Set the native mode on the RPi;

cd ~/LTWheelConf
sudo ltwheelconf --wheel G27 --nativemode