Skip to content
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

T300RS Firmware v.34 #41

Closed
sayapinsergej opened this issue Jun 20, 2022 · 17 comments
Closed

T300RS Firmware v.34 #41

sayapinsergej opened this issue Jun 20, 2022 · 17 comments

Comments

@sayapinsergej
Copy link

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

@Kimplul
Copy link
Owner

Kimplul commented Jun 20, 2022

Haven't tested personally, have you had issues?

@sayapinsergej
Copy link
Author

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

@Kimplul
Copy link
Owner

Kimplul commented Jun 20, 2022

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
Copy link

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

@Raboebie
Copy link

@Kimplul @sayapinsergej The answer is yes :)

@Kimplul
Copy link
Owner

Kimplul commented Jun 20, 2022

Thanks!

@Kimplul Kimplul closed this as completed Jun 20, 2022
@Raboebie
Copy link

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

@sayapinsergej
Copy link
Author

good news! thank you!

@sayapinsergej
Copy link
Author

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
Copy link

You are missing linux-headers for you running kernel.

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

@sayapinsergej
Copy link
Author

Yes, I added sudo

@Raboebie
Copy link

@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
Copy link
Author

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
Copy link
Owner

Kimplul commented Jun 20, 2022

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
Copy link
Author

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

@Kimplul
Copy link
Owner

Kimplul commented Jun 20, 2022

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants