-
Notifications
You must be signed in to change notification settings - Fork 20
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
Steam/FH5 doesn't recognize T300 #31
Comments
In the
Yeah, SSL errors are expected when not signing the module. Shouldn't matter in your case, |
Yes i plugged it in with PS4 Mode and when it's plugged in with PS3 Mode it's |
You should only use the wheel in PS3 mode. PS4 mode won't work. Also relevant: what is your wheel's fw version? You can check that in the windows driver. |
Yes, when I tested it the first time I didn't know I have to use it in the PS3 Mode. Back then the screenshot was made - I'm sorry. At this time it's plugged in with PS3 Mode. |
PS4 mode support is sort of work in progress over in the Correct me if I'm wrong, but the issue here is that the wheel's rotation and pedal axes aren't being recognised in Forza Horizon 5 and/or steam? Could you try closing down steam completely and checking if the axes are recognised in |
Yes that's right. I first have to install this but I have some problems with installing sigc++ first. Is there anything easier than this? EDIT: Never mind I installed sigc++ successfully. |
|
Okay, |
Right, that's good. I can't get steam to recognise the wheel as a gamepad at all, is it still being recognised as a gamepad by your steam? |
Alright, and what does FH5 do? |
I can't bind any Buttons etc. to an action. |
Right, I see from protondb that the game has problems detecting several different kinds of controllers, mostly Xbox but other wheels as well. Do you have other racing games that you could test so we can check if this is an issue with Proton/FH5 running under Proton? |
In Dirt 4 the steering wheel the same problem occurred. |
Dirt 4 running natively for some reason refuses to acknowledge the T300RS, yes, but running under Proton it seems to work. For some reason I can't change the menu mappings, which leads to the sort of awkward situation where the game assumes the T300RS uses an axes that Proton doesn't seem to be providing to it, so some menus behave as if the user is scrolling down. Really weird. |
Since SDL doesn't report wheel device types, Feral ports rely on profile files to detect wheels and define their mappings. I guess it's a profile file missing for that wheel. Profiles are XML files esily editable in case you want to give it a shot. |
Do you have any resources on how exactly I should go about adding a mapping file? Seems like there is some kind EDIT: Maybe found it. There's a file called |
Alright, wrt. DiRT 4, to get it behaving nicely natively I just had to add
to There's still the annoying thing that I can't remap the menu navigation buttons for some reason, so I just remapped the pedals in the driver itself, seems to fix things. Currently top of ps4 branch. As for Forza, I'm 90 % sure the issue is with Proton, as protondb has multiple reports of it having issues detecting other input devices. Some claim that using Glorious Eggroll's Proton fork fixes it for them, but if it's too much of a hassle to install I would just wait for Proton to get updated, GE's patches usually get upstreamed fairly quickly. |
I don't have Dirt4 installed but you found it. I know DR and GA worked similarly. I doubt Feral cares anymore about those ports but worth trying. If not, maybe you could add it as a diff file to your project with installation instructions. The new mapping isn't used by any other wheel. Old Logitech wheels use Y (gas), Z (brakes) and RZ (clutch) while most modern wheels since the G25 use Z (gas), RZ (brakes) and Y (clutch). The Fanatec wheels use this mapping too. I think there must be some way to let the game know which axes to use. |
Thrustmaster having their own way of doing things, who would've thought?
I'd hope so, it's really weird seeing lots of mapping entries but them being greyed out. I tried looking for some config or 'advanced mapping settings' or whatever but just couldn't find anything like it. I can probably try snooping around a bit more, but it really does seem like they're hard-coded. Maybe the DiRT 4 mapping files have something to do with it, but seems kind of dumb to require the user to manually modify xml files for something like this. |
Alright, yes, modifying the xml files can actually change which axes the menu navigation uses. Now I'm a bit torn between what I should do, should I keep the wheel's axes the same as DiRT 4 expects them (as I assume they are the axes the Windows driver uses) or should I use the axes most other modern wheels use? In the case of DiRT 4, we can somewhat cumbersomely remap the inputs to use more typical mappings, but I don't know if there are other games that make more immutable assumptions about wheels and wheel mappings. On the other hand, using more typical mappings might help in other games that aren't as strict about wheel model etc. EDIT: Or should I add in a module parameter that chooses which mapping to use? |
I wouldn't trust Feral ports since they don't even recognize the wheel. The issue in this game is obviously a missing profile. About the Windows version under Proton, I'd test more games that have a profile for that wheel and see which axes they use. And what about using what the wheel reports in its HID descriptors? How does the wheel report the axes? I think this should be what the drivers should be using. I wouldn't add a module parameter to change mappings. I think it's inconvenient and it's the user software responsability. |
It uses Y for the brakes, Z for gas and Slider1 for the clutch. Which is arguably stranger.
F1 and DiRT are both Codemaster series, so I guess it makes sense why they would have similar setups, but PC2 and rFactor 2 are interesting. All results except DiRT 4 were recorded with Proton. |
Compared to issue #14 I cannot find a way to solve my problem. |
@delauflahm Sorry, we got a bit off topic. I'll reiterate:
GE's fork can be found here: Other than that, I currently don't have any other ideas. |
Since it seems to be a game specific issue, probably due to Proton, I'd enter the conversation at ValveSoftware/Proton#5285 |
Interestingly, using the default Maybe I'm overthinking this, but I guess it might be best if I stick to the 'typical' mapping and just modify the mapping in game when they're needed. Some games (DiRT 4 cough cough) make it a bit more tedious than it really should be, but I guess I can live with it. |
I copied this into the
I found the |
Hi, My wheel got delivered with firmware V34 and I found no way to revert it back to V31 in windows 10. Is that an issue? I currently only have DiRT4 installed in native (but I also have all the other DiRT games available if needed). When in PC mode: Neither Steam nor DiRT 4 recognize the wheel (but oversteer etc do). Any idea where the problem might be? Thanks in advance! |
@Blop32 Hello.
Shouldn't be, see #41
Apparently you have some newer hardware revision, but the ID that your wheel presents itself in PC mode is the same as older wheels in PS3 mode. This doesn't necessarily mean they are identical, but for now let's assume they are.
That's correct, it is.
Okay, there's a bit to chew through, bear with me. First of all, did you try Proton? Native is nice and all but mucking about with undocumented config files is sketchy at best. The stuff about menus sounds very similar to #38. Maybe not related, but I wonder how the PS5 mode works, as the ID matches with PS4 so it might also be able to receive FFB commands. Could maybe be tacked on to that issue? Steam not recognizing the wheel is normal, from what I've seen. It's not a generic controller, so steam leaves it alone (I think). |
Thanks a lot!
The T300 RS GT seems to work for now in PC mode but I'll keep looking if I see some inconsistencies and report. Better knowing than assuming ;-) If needed I can deeper to provide info. Just ping me. Cheers! |
Doing some winter cleaning, I think this issue was resolved (for some definition of the word anyway) so I'm closing. |
Hello,
I'm using Ubuntu 20.10 and running an Intel Core I5 with an AMD Radeon RX 5600 XT.
With the Bash command "lsusb" it shows me this: Bus 001 Device 006: ID 044f:b66d ThrustMaster, Inc. Thrustmaster Racing Wheel FFB
I just bought the Thrustmaster T300 Alcantara Editon and tried to use it for Forza Horizon 5 with Linux. I plugged everything in and tried to configure it in FH5 - didn't work. So the next step was trying to configure the Steering Wheel in the Steam Settings. It was recognized as a normal/typical GamePad. Configuring the Steering Wheel itself in the Controller Settings was possible but I wasn't able to change anything effectively for using it. Then I noticed that the buttons (including the shifter) were recognized which means I could use them in FH5. The Steering Wheel itself (Rotation Axis) and the Pedals were not usable/I could not bind a function on them. Also, I was not able to use them in steam for navigation inside the menus.
I already installed this Linux Kernel Module but there were some errors:
I don't think those errors are fatal because it installed successfully.
According to this maybe my distro does not load these modules because they're unsigned.
I also took a lock at issues #8 and #14 - I was not able to find a solution for this problem.
modprobe shows nothing special:
I can also find the "/lib/modules/5.13.0-22-generic/extra/hid-tmt300rs.ko" file. (it's the same for "sudo modprobe hid-tminit")
For "sudo dmesg -w" this shows up:
I've already had a conversation with berarma.
Thanks
The text was updated successfully, but these errors were encountered: