DIGImend / digimend-kernel-drivers

DIGImend graphics tablet drivers for the Linux kernel
GNU General Public License v2.0
1.17k stars 173 forks source link

Can't get Hurion H610 Pro to work on MX Linux, 4.19.0-1 amd64 #300

Open WolfmanK opened 5 years ago

WolfmanK commented 5 years ago

Have tried the following:

First I just added the /etc/X11/xorg.conf.d file (60-tablet.conf) and the /usr/local/bin/krita-setup file (see below) because I assumed that the wacom driver was already in the kernel. But the tablet was not seen at all in my graphics software.

I checked my MX package installer and this was already there: xserver-xorg-input-wacom 0.34.0-1

?? Okay...so I then I tried the following:

  1. installed the digimend-dkms_9_all.deb driver
  2. re- added a 60-tablet.conf file to /etc/x11/xorg.conf.d
  3. re- added a keys mapping file to /usr/local/bin called krita-setup:

$ more krita-setup

!/bin/bash

script to prepare tablet

Get ID number of Tablet:

TABLET_ID=xsetwacom list | grep -i pad | awk -F: '{ print $2}' | awk '{print $1}' STYLUS_ID=xsetwacom list | grep -i stylus | awk -F: '{ print $2}' | awk '{print $1}'

KRITA

xsetwacom --set $TABLET_ID Button 1 "key +ctrl z -ctrl" #undo xsetwacom --set $TABLET_ID Button 2 "key e" #erase mode toggle xsetwacom --set $TABLET_ID Button 3 "key b" #select brush (as opposed to shape) xsetwacom --set $TABLET_ID Button 8 "key +ctrl KP_Add -ctrl" #zoom in xsetwacom --set $TABLET_ID Button 9 "key +ctrl minus -ctrl" #zoom out xsetwacom --set $TABLET_ID Button 10 "key +bracketright" #increase brush size xsetwacom --set $TABLET_ID Button 11 "key +bracketleft" #decrease brush size xsetwacom --set $TABLET_ID Button 12 "key +space" xsetwacom --set $STYLUS_ID Button 2 "key f5" #Show Brush Tool

Button 3 is already set to bring up the colour picker.

And yes, I rebooted. tried lsusb with the tablet plugged in and got nothing for 256c:006e did a xsetwacom --list and there was nothing there for the tablet, either.

Tried dmesg, got this:

6.922365] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs' [ 6.979509] iTCO_vendor_support: vendor-support=0 [ 7.014286] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 7.014443] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460) [ 7.014699] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 7.878371] uclogic 0003:256C:006E.0001: device parameters not found [ 7.878379] uclogic 0003:256C:006E.0001: tablet enabling failed [ 7.878573] uclogic 0003:256C:006E.0002: No inputs registered, leaving [ 7.878675] uclogic 0003:256C:006E.0002: hidraw0: USB HID v1.11 Device [HID 256c:006e] on usb-000 0:00:14.0-1/input1

What happened when I used the package installer for "digimend-dkms_9_all.deb"

hid-uclogic.ko: Running module version sanity check. Error! Module version 9 for hid-uclogic.ko is not newer than what is already found in kernel 4.19.0-1-amd64 (9). You may override by specifying --force.

WolfmanK commented 5 years ago

well, looks like no one cares about the H610 Pro.