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

Commit e3fc2ca

Browse files
committed
Add hid_uclogic kernel module blacklisting to Wiki
1 parent 28c1b26 commit e3fc2ca

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

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

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}
44

55
<h3 class="wiki-nav-item pb-2" id="ghost-cursor">
6-
Teleporting Cursor Position
6+
Teleporting cursor position
77
</h3>
88
<div class="ms-3">
99
<p>
@@ -25,8 +25,26 @@
2525

2626
<hr/>
2727

28+
<h3 class="wiki-nav-item pb-2" id="argumentoutofrangeexception">
29+
Device is currently in use
30+
</h3>
31+
<div class="ms-3">
32+
<p>
33+
This occurs typically due to the <code>hid_uclogic</code> kernel module taking priority over OpenTabletDriver.
34+
</p>
35+
<ol>
36+
<li>
37+
Run the following commands, then replug your tablet
38+
<codeblock class="mt-2" language="sh">
39+
echo "blacklist hid_uclogic" | sudo tee -a /etc/modprobe.d/blacklist.conf
40+
sudo rmmod hid_uclogic
41+
</codeblock>
42+
</li>
43+
</ol>
44+
</div>
45+
2846
<h3 class="wiki-nav-item pb-2" id="fail-device-streams">
29-
Failed to open device streams / ArgumentOutOfRangeException
47+
Failed to open device streams
3048
</h3>
3149
<div class="ms-3">
3250
<p>

0 commit comments

Comments
 (0)