Closed jade2020 closed 2 years ago
The errors you're getting seem to point towards not having the kernel headers installed. On arch-based systems it should be a package called linux-headers
, try installing it and then running make
again.
Thanks!
I tried to install linux-headers but it turns out my kernel 5.14.18 was EOL! I updated my kernel to 5.15.7-1, installed linux-headers and ran make. All appeared to install though I did get some SSL errors -
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: crypto/bio/bss_file.c:76
I'll try the wheel and see if it works...
I've tried but unfortunately, the wheel is still not recognised in either KartKraft or Automobilista.
Right. First of all, SSL errors are to be expected if you're not trying to sign your own drivers, which most people aren't.
Second, just to make absolutely sure, you ran sudo make install
after make, and you have your wheel set to PS3 mode? (small slider on the lower lefthand side of the wheel)
Is the wheel recognized in other games, or software like Oversteer?
I only have 2 games: Kartkraft and Automobilista 2. The wheel is not recognised in either. I definitely ran sudo make install
after make.
In PS3 mode, the device shows as
Bus 001 Device 015: ID 044f:b66e ThrustMaster, Inc. Thrustmaster T300RS Racing wheel
In PS4 mode, it shows as
Bus 001 Device 008: ID 044f:b66d ThrustMaster, Inc. Thrustmaster Racing Wheel FFB
I've tried both PS3 and PS4 modes but the wheel is still not recognised. Interestingly, in PS4 mode, Automobilista crashes as soon as I launch it (that's repeatable).
I think it's working now!!!
I think what's made the difference is selecting PS3 mode and then rebooting the machine with the USB still plugged in. The wheel is now recognised in KartKraft. FFB seems to be working as well. I got a nice judder when I went onto the grass! I'll try Automobilista2 and give an update.
Thanks for all your help!
Still crashing in Automobilista2. I'll just use it with KartKraft.
Happy for this issue to be closed.
Glad you got it working, at least for KartKraft. Thanks for opening up this report, made me realize I should probably add in some more info for people who've never compiled kernel modules before, there have been some number of similar issues opened.
I don't have Automobilista 2 myself, but if you get it working feel free to give me an update. I don't see any particular reason why it shouldn't work with this driver, you could maybe try with different Proton versions but other than that I don't really know what the issue might be, sorry.
No worries. Thanks for taking the time to write the module in the first place!
On Mon, Jan 3, 2022 at 1:32 PM Kimplul @.***> wrote:
Glad you got it working, at least for KartKraft. Thanks for opening up this report, made me realize I should probably add in some more info for people who've never compiled kernel modules before, there have been some number of similar issues opened.
I don't have Automobilista 2 myself, but if you get it working feel free to give me an update. I don't see any particular reason why it shouldn't work with this driver, you could maybe try with different Proton versions but other than that I don't really know what the issue might be, sorry.
— Reply to this email directly, view it on GitHub https://github.com/Kimplul/hid-tmff2/issues/32#issuecomment-1004277858, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALAKY76SHXEYCNPOPWFDZBDUUHTVLANCNFSM5K7DKIWQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you modified the open/close state.Message ID: @.***>
Hi,
I'm using 5.14.18-1-MANJARO and have recently installed KartKraft on Steam. My system specs are: Intel Core i7-10875H graphics: NVIDIA TU106M [GeForce RTX 2060 Mobile] nvidia driver: 495.44 RAM: 32GB
My wheel is a Thrustmaster T300RS (Playstation model) and is recognized as such when I do lsusb:
Bus 001 Device 015: ID 044f:b66e ThrustMaster, Inc. Thrustmaster T300RS Racing wheel
However, the wheel is only recognised as 'generic gamepad' in Steam and I cannot configure the wheel in KartKraft either.
I followed the instructions for installing the linux kernel module but I got errors:
Under lib/modules, I don't have a a build directory:
I have updated the driver/firmware installed on the wheel to the latest. Firmware is 34.00 and Driver is 2.10.84.0.
Is there anything else I can do to try and install the drivers or to get the wheel to be correctly recognized?
Thanks,