This repository was archived by the owner on Dec 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
OpenTabletDriver.Web/Views/Wiki/FAQ Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 106106</h3 >
107107<div class =" ms-3" >
108108 <h4 >EACCESS</h4 >
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 >.
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 >.
111112 </p >
112113 <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
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
118119 </codeblock >
119120 <p >If the commands above do not resolve your issue, reboot.</p >
120121
You can’t perform that action at this time.
0 commit comments