You are not logged in.
I'm using Huion tablet ("NEW 1060 PLUS") and i want to make it work on KDE, secuirity boot mode is disabled.
I installed digimend-kernel-drivers-dkms-git, kcm-wacomtablet packages, but does not work.
I tried to execute command:
sudo modprobe -r hid-kye hid-uclogic hid-polostar hid-viewsonic
And I get output:
modprobe: FATAL: Module hid-polostar not found.
I tried to install from source code and i get this output:
asdf@asdf ~/digimend-kernel-drivers $: make
make -C /lib/modules/4.17.8-1-ARCH/build SUBDIRS=/home/asdf/digimend-kernel-drivers modules
make[1]: Entery to the directoey '/usr/lib/modules/4.17.8-1-ARCH/build'
make[1]: *** There are no rules to perform the object 'modules'. Stop.
make[1]: Leaving the directory '/usr/lib/modules/4.17.8-1-ARCH/build'
make: *** [Makefile:19: modules] Error 2
I also try to install it with using debtap, but does not work
What can I do?
Last edited by trojanfoliarz (2018-07-25 14:12:45)
Offline
What was the result of the DKMS build after you installed digimend-kernel-drivers-dkms-git ?
Offline
My Huion 1060 PLUS start working!!! The reason was missing dependence, so I wiill explain what to do to make it work:
1) Install dependencies: digimend-kernel-drivers-dkms-git(AUR) linux-headers:
yaourt -S digimend-kernel-drivers-dkms-git linux-headers --noconfirm
2) Use command:
sudo modprobe -r hid-kye hid-uclogic hid-polostar hid-viewsonic
3)reboot system:
reboot
4) After reboot plug your tablet. If will not working just unplug it and plug it again to USB port, and should start working.
Last edited by trojanfoliarz (2018-07-25 14:44:57)
Offline
UPDATE: It's tough to get the latest info, and I'm a noob, but for me... (kernel 5.04/KDE) which uses libinput as the default, I was able to make Huion 1060 PLUS work, including the KDE GUI configuration, with the following:
yay -S digimend-kernel-drivers-dkms-git
pacman -S dkms
pacman -S xf86-input-wacom
pacman -S kcm-wacomtablet (GUI configuration tool)
Then modify /etc/X11/xorg.conf.d/xx-tablet.conf
Section "InputClass"
Identifier "UC-Logic on Wacom"
MatchUSBID "256c:006e"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection
KDE system settings should now have a tablet configuration option, which lets you set the buttons
* buttons 4,5,6,7 are used internally for... I forget, but you can't use them. And, for me, buttons 1, 2, 3 are the same as the mouse.
If I'm way off base let me know. I'm always willing to learn
Last edited by ww_kayak (2019-03-26 00:47:20)
Offline