Skip to content

Commit 01b7b4a

Browse files
authored
Merge pull request #162 from gonX/add-rmmod-to-requiredpermissions
Add rmmod steps to Doc/RequiredPermissions
2 parents 53de55c + a4b5379 commit 01b7b4a

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)