Using Simucube wheel base in Linux

From Granite Devices Knowledge Wiki
Jump to: navigation, search

Simucube 2 on Linux[edit | edit source]

This is a ‘Extraction’ from the forum topic: Driving Simulator for Vehicle Research, the credits of being able to write this guide goes to all that commented on that thread. Very special thanks to Sergio Rafael Lemke.[edit | edit source]

The latest True Drive releases added some missing descriptors needed by Linux, the bellow tutorial lists the extra changes needed.

Install Wine, preferably wine >= 7.17
  • To isolate this True Drive from the main wine setup we will use a dedicated WINEPREFIX, you can use whatever WINEPREFIX name you want, think of it as sandbox that you can delete and recreate if something goes wrong.
  • In order to avoid special character expansion problems, as users may use different shells, the next commands use username, please adapt to your username, which you can get with the command whoami
mkdir /home/username/simucube
  • Now we need to do some regedit changes, but those changes will only apply to the WINEPREFIX we created above:
WINEPREFIX="/home/username/simucube" wine regedit
  • In the windows registry that opened with the command above, create the bellow 2 registry entries:

Right click on the bellow entry->New->DWORD value, and set to "0"

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\winebus

The DWORD to add and set to 0 is:

Enable SDL

And:

Right click on the bellow entry->New->DWORD value, and set to "1"

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\winebus

The DWORD to add and set to 1 is:

DisableInput
  • Now we can already install Truedrive:
WINEPREFIX="home/username/simucube" wine Simucube_2_True_Drive_version.exe

Create the bellow file and add(You can add all or only your model, doesn't really matter):

vim /etc/udev/rules.d/72-simucube.rules

#Simucube 1:

KERNEL=="hidraw*", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0d5a", MODE="0660", TAG+="uaccess"


#Simucube 2 Sport:

KERNEL=="hidraw*", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0d61", MODE="0660", TAG+="uaccess"


#Simucube 2 Pro:

KERNEL=="hidraw*", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0d60", MODE="0660", TAG+="uaccess"


#Simucube 2 Ultimate:

KERNEL=="hidraw*", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0d5f", MODE="0660", TAG+="uaccess"


#Needed for firmware upgrade(Works for all Simucube 2 models):

KERNEL=="hidraw*", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0d5e", MODE="0660", TAG+="uaccess"


#Needed for firmware upgrade (Simucube 1):

KERNEL=="hidraw*", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0d5b", MODE="0660", TAG+="uaccess"

  • Power on the Simucube 2 base, open True Drive (you probably have an icon in the wine submenu), see it if connects.
  • If you cannot open the online profiles, you probably need to import the .exe from the wineprefix used above into Steam.
  • Then set the True Drive entry created on steam to use proton (in compatibility mode), start testing with Proton 7 as this one works fine.

This tutorial was created based on: OpenSUSE Leap 15.4 && 15.5, it should work also in other distros.


In no event the Product Information or parts hereof shall be regarded as guarantee of conditions or characteristics. The Product Information or any part thereof may also not be regarded as a warranty of any kind. No liability of any kind shall be assumed by Author with respect to Product Information or any use made by you thereof, nor shall Author indemnify you against or be liable for any third party claims with respect to such information or any use thereof.

As content of this Wiki may be edited by user community, Granite Devices Oy or it's affiliates do not take any responsibility of the contents of this Wiki. Use information at your own risk. However, Granite Devices staff attempts to review all changes made to this Wiki and keep information trustworthy.

Without written consent, Granite Devices' Products or Intellectual Property shall not be used in situations or installations where living beings, material property, or immaterial property could be harmed by the operation, features or failures of Product. Products may only be used in a way where hazards like moving parts, electric shock, laser radiation, or fire can't be realized even if the content of this Wiki would suggest otherwise.