Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 75f1ebf

Browse files
Merge pull request #76 from jamesbt365/eaccess
Remodel EACCESS section to be persistant.
2 parents a3dd0ad + 4a91d7c commit 75f1ebf

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

OpenTabletDriver.Web/Views/Wiki/FAQ/Linux.cshtml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,18 @@
106106
</h3>
107107
<div class="ms-3">
108108
<h4>EACCESS</h4>
109-
<codeblock class="mt-2">
110-
sudo chmod 0666 /dev/uinput
109+
<p>
110+
This occurs usually when the udev rules are not correct, or haven't been reloaded.
111+
Make sure your rules are correct by heading <a href="#fail-device-streams">here</a>.
112+
</p>
113+
<codeblock class="mt-2" language="sh">
114+
sudo udevadm control --reload-rules
115+
# Skips the step requiring a replug of the tablet.
116+
udevadm trigger
117+
# Helps ensure that OpenTabletDriver uses the tablet correctly.
118+
systemctl --user restart opentabletdriver
111119
</codeblock>
120+
<p>If the commands above do not resolve your issue, reboot.</p>
112121

113122
<h4>ENODEV</h4>
114123
<p>

0 commit comments

Comments
 (0)