From 9298255135a53a442ddeb6655a30bac9d7514100 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Mon, 13 Jun 2022 19:15:54 -0500 Subject: [PATCH] Updated installation method of huion drivers --- huion-tablet-setup.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/huion-tablet-setup.sh b/huion-tablet-setup.sh index 320429d..3aa6990 100644 --- a/huion-tablet-setup.sh +++ b/huion-tablet-setup.sh @@ -2,10 +2,7 @@ # **Steps for setting up the drivers of Huion Inspiroy H640P** -# git clone https://github.com/Huion-Linux/DIGImend-kernel-drivers-for-Huion -# cd DIGImend-kernel-drivers-for-Huion -# sed -i 's/SUBDIRS=/M=/' Makefile (only for arch or related) -# sudo make dkms_install +# Install the AUR package digimend-kernel-drivers-dkms-git # Create /etc/udev/rules.d/00-usb-huion.rules with this content (to run it whenever the tablet is conencted): # ACTION=="add", ATTRS{idVendor}=="256c", ATTRS{idProduct}=="006d", ENV{XAUTHORITY}="/home/sintan/.Xauthority", ENV{DISPLAY}=":0", OWNER=, RUN+="/usr/local/bin/huion-tablet-mount"