Skip to content

Commit a4b5379

Browse files
committed
wiki/Doc/RequiredPermissions: Add rmmod steps
A user following the wiki is likely going to miss the fact that the modules might not be unloaded, as the module blacklist has not yet had a chance to apply. This should ensure that users unload them before following the complicated udev and module blacklist steps below it
1 parent b8f204c commit a4b5379

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

site/_wiki/Documentation/RequiredPermissions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ Currently, two kernel modules are also unloaded as they interfere with OpenTable
2828

2929
A kernel module blacklist is used to prevent these modules from loading on boot.
3030

31+
If you've just installed OpenTabletDriver, make sure these
32+
modules aren't loaded by running the following commands:
33+
34+
```sh
35+
sudo rmmod wacom
36+
sudo rmmod hid_uclogic
37+
```
38+
3139
### Set up udev rules and kernel module blacklist {#setup-linux}
3240

3341
If for some reason the udev rules and the kernel module blacklist is not working, make sure that

0 commit comments

Comments
 (0)