Skip to content
Discussion options

You must be logged in to vote

I actually found a solution, it's a bit weird but it works. With

echo N | sudo tee /sys/module/hid_fanatec/drivers/hid:fanatec/0003:0EB7:6205.0003/load

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

echo "options hid_fanatec init_load=N" | tee /etc/modprobe.d/hid_fanatec.conf

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…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@dinuxlt
Comment options

@TheLCraft
Comment options

@gotzl
Comment options

@TheLCraft
Comment options

Answer selected by TheLCraft
@gotzl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants