Cannot Configure Buttons Huion Kamvas Pro 13 Pen Display Linux Mint 19 Cinnamon

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bitblox

Cannot Configure Buttons Huion Kamvas Pro 13 Pen Display Linux Mint 19 Cinnamon

Post by bitblox »

After installing the Digiment drivers: https://github.com/DIGImend/digimend-ke ... ses/tag/v8

I could use the Pen with the monitor but was still unable to use or configure the tablet buttons including a touch bar. One button on the styles works but can't configure it. After looking around I found some forums and followed the steps here: https://askubuntu.com/questions/500141/ ... 610-tablet

After Following these steps:
extract digimend sourcecode (from github.com, it's: digimend-kernel-drivers-master.zip). In terminal browse to extracted dir and input:
make
sudo make install


(1.3) Setting up an 52-tablet.conf entry for the H610

a) make the 52-tablet.conf file if it doesn't exist:

Code: Select all

sudo mkdir /etc/X11/xorg.conf.d cd /etc/X11/xorg.conf.d sudo gedit 52-tablet.conf
b) paste this entry for the H610 in 52-tablet.conf:

Code: Select all

Section "InputClass"
    Identifier "Huion on wacom"
    # MatchIsTablet "on"
    MatchProduct "HUION"
    MatchDevicePath "/dev/input/event*"
    Driver "wacom"
    EndSection


c) save file and restart
Although

Code: Select all

xsetwacom --list
still gives nothing. I suspect it's because I'm not using an H610.

Is there anything I can do? Or is the Kamvas 13 just unsupported? Really looking for advice. Anything appreciated ;)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
dtsyplen

Re: Cannot Configure Buttons Huion Kamvas Pro 13 Pen Display Linux Mint 19 Cinnamon

Post by dtsyplen »

I am having the same issue with a 156hd V2. I followed this http://www.davidrevoy.com/article331/se ... untu-16-04 but also run into the same problem. Any help is appreciated!!!
Locked

Return to “Hardware Support”