Kimplul / hid-tmff2

Linux kernel module for Thrustmaster T300RS, T248 and (experimental) TX, T128 and TS-XW wheels
GNU General Public License v3.0
203 stars 20 forks source link

T300RS Firmware v.34 #41

Closed sayapinsergej closed 2 years ago

sayapinsergej commented 2 years ago

Does this driver work on the latest firmware v.34?

Kimplul commented 2 years ago

Haven't tested personally, have you had issues?

sayapinsergej commented 2 years ago

I didn't test it, I wanted to find out how it works

Kimplul commented 2 years ago

Fair enough. Can't test at the moment and won't be able to for a little while, if you or someone else finds that it works feel free to update this thread.

Raboebie commented 2 years ago

I'll let you know in an hour or two. Flashed the firmware just now.

Raboebie commented 2 years ago

@Kimplul @sayapinsergej The answer is yes :)

Kimplul commented 2 years ago

Thanks!

Raboebie commented 2 years ago

@Kimplul I'm happy to help you maintain/assists with this driver if needed. Contact me if you feel so inclined :+1:

sayapinsergej commented 2 years ago

good news! thank you!

sayapinsergej commented 2 years ago

Raspbian Buster with all updates apt install linux-headers-$(uname -r). I get the following: E: Unable to locate package linux-headers-5.103 E: Couldn't find any package by glob 'linux-headers-5.103' E: Couldn't find any package by regex 'linux-headers-5.103' how to fix it?

Raboebie commented 2 years ago

You are missing linux-headers for you running kernel.

sudo apt install linux-headers-$(uname -r)

sayapinsergej commented 2 years ago

Yes, I added sudo

Raboebie commented 2 years ago

@sayapinsergej I think I misunderstood your message. Not sure what you meant by "Yes" here.

Anyway, see https://www.tecmint.com/install-kernel-headers-in-ubuntu-and-debian/

sayapinsergej commented 2 years ago

thanks for the article, I do everything as described there, but I still encounter an error: sudo apt install linux-headers-$(uname -r) Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package linux-headers-5.10.103 E: Couldn't find any package by glob 'linux-headers-5.10.103' E: Couldn't find any package by regex 'linux-headers-5.10.103'

Kimplul commented 2 years ago

From raspbian I'm guessing you're running a raspberry pi? They have their own kernel headers, apt install raspberrypi-kernel-headers.

Out of curiosity, why are you doing it on a pi?

sayapinsergej commented 2 years ago

yes, I use raspberry pi. For GIMX to work, but thrustmaster does not work correctly with linux...

Kimplul commented 2 years ago

Oh cool, hadn't heard about GIMX before. Hope the driver works on arm, it did compile and do something in fftest the last time I checked but that was a while ago. Keep me updated.

sayapinsergej commented 2 years ago

without your wonderful driver, the T300RS works very poorly. Thanks a lot!!!🤝👍🏻