-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support for CSL Elite Pedals V2 #91
Comments
Hi, Edit: Also, are these pedals connected to the wheel base or connected directly to the PC via USB? If it's USB, what is the ProductID? I then could add the PID to the driver, which might also help in some games with their detection, and also the |
It seems to be possibly an issue with Oversteer, One more thing if you don't mind, is it possible to set the force of the brake pedal, like in the official Fanatec software under Windows? |
Ok, good to hear that it works! In case you connect it via USB, it might work similarly to the V1. For a quick test you could change Line 17 in dcb93dc
load which allows you to set the force... The initial value i s '4', there is no GUI yet ...
If you connect it to the wheel, then currently, the only way to adjust the force is via the tuning-menu directly on the wheel. |
Yes, you can change settings directly in the menu on your wheelrim. I don't know if gotzl fixed permission issues writing directly to sysfs files tho. |
Rebuilt and installed the driver, the value in the |
Btw @gotzl do you accept donations? You really deserve a nice cold beer for all this work! And all other contributors too of course. |
Forgot to say that reading back the value doesn't work currently ;)
That's unexpected ^^ Hmm.. If you have the time, could you retest? Maybe observe what
Thanks, I'll take the beer if you get to Germany :) Not sure about donations, I'll think about it ... |
Wenn du in Köln wohnst kannste von mir direkt ne Kiste haben hahahaha |
Seems no Edit: not sure if it matters but it's also the same if the wheelbase is also plugged in |
It is 'implicitly' created by the input subsys. You should see it at
If you connect the pedals via USB, they are completely independent from the wheel-base ... I just found I don't get input from the pedals anymore after |
Sorry for the late reply, I was away from home for a few days. I've tried again and it's still not showing up in
I've managed to get this exact behavior. Worth noting that with the patched version, when I re-plug it it doesn't respect the previously set brake force (not referring to readback, but the actual input I see in Anyway thanks again for your help! |
Great to hear that it is working! This means I can just add these pedals and treat them similar to the V1. So I'll reopen this ticket to track the work on the 'proper' implementation.
Yes, that's to be expected. The device has no memory. If you want to have a specific load set every time the module loads, you can do what I suggested in this comment . |
Hi, first of all thank you for the existence of this project!
My question is basically the title, I take it the CSL Elite V2 pedals are not yet supported? It is seen by Oversteer, however it does not detect analog input, the pedals sit at 0% and jump to 50% when almost fully pressed in.
The text was updated successfully, but these errors were encountered: