diff options
| author | Daniel Pokladek <danielpokladek@users.noreply.github.com> | 2025-04-20 13:57:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-20 13:57:24 +0100 |
| commit | 9a7aa0252d905a00d82971e7e3b0ff1477df8e19 (patch) | |
| tree | 6d6b45471aaebea9b027922d0c6eb1ed6186e545 | |
| parent | 2661098c3ddaa327b0db8029689f7dfb6e85d1e9 (diff) | |
| download | hid-tmff2-9a7aa0252d905a00d82971e7e3b0ff1477df8e19.tar.gz hid-tmff2-9a7aa0252d905a00d82971e7e3b0ff1477df8e19.zip | |
Adds reminder to add MOK certificate if using Secure Boot + DKMS.
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -109,6 +109,10 @@ sudo yum install linuxconsoletools # Fedora-based > meaning that the wheels have to be initialized with `tmdrv`. Please see > https://github.com/Kimplul/hid-tmff2/issues/48. +> **NOTE:** When using Secure Boot and DKMS, you need to remember to add DKMS MOK certificate +> otherwise the module won't be loaded and the wheel might function incorrectly/not at all. +> You can follow the steps [here](https://github.com/dell/dkms?tab=readme-ov-file#secure-boot) on how to add DKMS MOK certificate. + > **WARNING:** There have been reports that this driver does not work if > the wheel's firmware version is older than v. 31. To update the firmware, you > will have to fire up a Windows installation and update the firmware using the |
