-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ThrustMaster TMX - No Device available. #163
Comments
Your wheel isn't defined in oversteer and your wheel likely isn't supported by any driver currently You should open an issue there to try get help |
You could try replacing https://github.com/Kimplul/hid-tmff2/blob/a3aba95241247c5aa5c8e16c839cf6909ffe80a9/src/hid-tmff2.h#L112C1-L112C1 |
I have to write a guide to add more wheel devices. I need the vid/pid of the device, already in your first post. Also the maximum steering range. Then you'd have to run With that information I can add your wheel to work in Oversteer. BUT be aware that doing so won't change anything in the way your wheel works. If it doesn't work on games or there's no FFB, that's an issue that has to be fixed by implementing a driver. Like @motolav said, it could be implemented in hid-tmff2. You might want to contact that project first. |
I'm not sure if it'd be compatible with either ThrustMaster drivers then |
The Xbox versions of the Logitech wheels are supported via the generic Hidpp Linux module. There might be a chance this wheel is compatible. Have you tried it in some game? @Kimplul or @scarburato might know better. |
Nobody's opened up a support request for TMX wheels so I don't really have any previous knowledge on it, sorry.
Support for TX wheels was recently added to and @scarburato has some previous T150 captures at If they do match, it should be possible to extend |
I have same problem, when connecting the wheel, it calibrates and appears to work (red led light is ON, but so is the Xbox led), lsusb recognizes it as ID 044f:b67e ThrustMaster, Inc. Thrustmaster TMX GIP Racing Wheel, but oversteer doesnt see it. I tried both without and with t150_driver. any idea what else should I do? |
Hi,
I am having an issue with Oversteer. Every time I open it the GUI itself works fine, but it is not detecting my wheel (ThrustMaster TMX). If I run
lsusb
it clearly detects the wheel with:Bus 003 Device 004: ID 044f:b67e ThrustMaster, Inc. Thrustmaster TMX GIP Racing Wheel
. What am I supposed to do?I appreciate the help!
Peter
The text was updated successfully, but these errors were encountered: