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

Commit ca12cf4

Browse files
committed
Remodel EACCESS section
1 parent 525f048 commit ca12cf4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

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

113121
<h4>ENODEV</h4>
114122
<p>

0 commit comments

Comments
 (0)