it doesn't work after changing the parameters in /sys/bus/hid/logitech/XXXX:XXXX:XXXX:XXXX/spring_level #115
Answered
by
berarma
anzhaicouzi
asked this question in
Q&A
-
Maybe this is a dumb question—after I changed the parameters, the feedback force still seems really small, just like before. I tried unplugging and plugging the USB back in, but it didn’t fix anything. really thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
berarma
Jan 5, 2025
Replies: 1 comment 3 replies
-
What did you exactly do? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would use Oversteer, another project of mine in Github. You could also try writing to the file with
echo "100" > /sys/...
as root. I haven't ever used vim for that, and I don't know if it would work since these are special files.