-
|
I am on Cachy OS and have a CSL Loadcell Brake Pedal connected via USB to the PC. The rest of my Setup is Moza so I don't have an option to change settings on the wheel. The problem is that my Brake Pressure always reverts to 20% when I want it to be at 70-75%. I can change it on windows but even then it reverts back to 20% when I log into Linux. I tried writing the load file but I'm not able to do so and only get: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
Hi, the driver sets a default value for the load once the module loads. This default can be changed with s.t. like that (untested): The permission denied error could be because you're not in the Now, why it doesn't change when you're writing with root, I don't understand yet.. Could you check |
Beta Was this translation helpful? Give feedback.
I actually found a solution, it's a bit weird but it works. With
I can change the brake pressure momentarily till the next restart, with N beeing the brake pressure divided by 5 (so 70% would be N=14, 40% is N=8, ...).
With
I can change the default value, which isn't affected by restarts.
However I am not able to see what value is actually set in Linux since in the Load File it is most of the time just 0 and sometimes randomly any value like 19 or 238, so this probably doesn't say anything. But whenever I log into windows af…