Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
These companies don't author kernel drivers -- hell, they can barely manage to write terrible, ugly, low-performance spyware/bloatware "drivers" for Windows.
Most of the kernel hardware support is NOT first party. tmdrv is not owned/authored/supported by ThrustMaster. Users and Linux-industry employees [effectively] write most of them.
Why?
Well, take a moment to imagine an untrustworthy closed-source binary Linux driver ecosystem, suffering from all the quality, bloat, adware, spyware and performance issues present on Windows.
Even if you could appeal to them for support, good luck getting them to embrace a safe, open-source model.
See if you can contribute to code or funding to tmdrv on github. Maybe, put up a code bounty. Convince TM to send me hardware and money and I'll do it myself, lol.
These ones are supported on Linux. The problem is that being psudostandards there are differences in implementation.
I personally recommend buying USB HID standard equipment if you can get it. It's generally the best assurance of the hardware being supported for it's full lifespan.
There are several other, lesser known, companies that make excellent racing and flight sim hardware. For instance CH Products makes good heavy duty products that mostly target the OEM market. Also, if you prefer to build yourself they make very high end industrial control and equipment build for arcade games that you can use to build yourself something custom that dwarfs anything from ThrustMaster.
I followed up with Thrustmaster Support again and received the reply below. Thrustmaster Support is communicating an intent to provide a driver but no commitment on when it will be released. I highly recommend Linux gamers who have an interest in TM products, or just want to show support for more peripherals for Linux gamers to express their interest loudly (but respectfully) by either sending Thrustmaster Support an email or post/reply a message in a public forum .
The support is coming from this repo: https://github.com/scarburato/t150_driver
In my case, the driver compiled and just worked. The only thing I had to tweak is to enable autocenter, you need to do:
sudo sh -c 'echo y > /sys/devices/pci0000:00/<...>/input/input16/device/enable_autocenter'
(path to device you can find in dmesg output) - and after that it's a breeze!
Wow! More wheel support is fantastic. Opensource development is a beautiful thing. I hope the driver gets further support (wider community development) in future.