Thrustmaster wheel not working right

I am trying to get my T300 wheel to work. If I plug it in normally it starts up and all that, and games detect input from it, but force feedback is not working. I looked around and found that one should have this driver

https://github.com/Kimplul/hid-tmff2

The good thing is that it seems like Bazzite does include it. So I started looking at logs when plugging the wheel in, and it looks like the hid_thrustmaster driver is doing the work. However the tmff2 driver suggests to blacklist that driver. So I rmmod:ed it to see if tmff would come in instead, and unfortunately not. lsmod |grep tmff also returns no results.

Does anyone have any advice on how to proceed?
GitHub
Linux kernel module for Thrustmaster T300RS, T248 and (experimental) TX, T128, T-GT II and TS-XW wheels - Kimplul/hid-tmff2
Solution
had to load hid-tmff-new by hand with modprobe and now it works
Was this page helpful?