diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-06-06 07:48:41 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 07:48:41 +0300 |
| commit | 3af1e6106366d3d8acc6ba8bea8f047489c1d4d0 (patch) | |
| tree | 0e4de42a25a88255304d46d348946efa2a05edbf | |
| parent | d3cb63bb4f1c27a8eb0f5a1e5220dd5ae439907e (diff) | |
| download | hid-tmff2-3af1e6106366d3d8acc6ba8bea8f047489c1d4d0.tar.gz hid-tmff2-3af1e6106366d3d8acc6ba8bea8f047489c1d4d0.zip | |
fix blacklist command
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ for wheels: [upstreamed](https://github.com/scarburato/hid-tminit), you might want to blacklist the kernel module `hid-thrustmaster`. Do this with ```shell - echo 'blacklist hid_thrustmaster' > /etc/modprobe.d/hid_thrustmaster.conf + echo 'blacklist hid_thrustmaster' | sudo tee /etc/modprobe.d/hid_thrustmaster.conf ``` + If you've bought a new wheel, you will most likely have to update the firmware |
