Skip to content

Tablet error: "DeviceUnauthorizedAccessException: Not permitted to open HID class device at /dev/hidraw7." #24891

Answered by soopax
soopax asked this question in Q&A
Discussion options

You must be logged in to vote

Problem solved, the problem was caused by missing udev rules. I followed the instructions at https://opentabletdriver.net/Wiki/FAQ/Linux (Failed to open device streams)

git clone https://github.com/OpenTabletDriver/OpenTabletDriver.git
cd ./OpenTabletDriver
./generate-rules.sh
sudo mv ./bin/99-opentabletdriver.rules /etc/udev/rules.d/99-opentabletdriver.rules

After doing the commands and rebooting, it works now.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@soopax
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by soopax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants