Open dwilches opened 4 years ago
Did you ever get it working? I'm trying to get it working with a Huion Pro 13 as well.
this is what I get
kamvas start Driver started sudo: python: command not found
kamvas status Driver is currently NOT running
kamvas stop
Traceback (most recent call last):
File "/home/jug/.local/bin/kamvas", line 5, in
My pen is working and the tablet works as a monitor, but the side buttons don't work. This is how i was before I ever installed Huion_Kamvas_Linux
Hello, Yes, I got it working but using DIGImend drivers. I put together a guide here with what worked for me: https://github.com/dwilches/huion-kamvas-pro-13 Hope it helps.
Thanks so much! I really appreciate this!
When I try to install from source with DKMS i get this
$ sudo make dkms_install make: *** No rule to make target 'dkms_install'. Stop.
It doesn't seem to matter what directory I try from, do I need to clone that repo or something?
I'm pretty sure that is where my problem is, but later on I get nothing when I run
$ xsetwacom --list devices
I know xsetwacom is working because I get
$ xsetwacom -V 0.39.0
and I know the tablet is detected because I get
$lsusb ... Bus 001 Device 003: ID 256c:006d Tablet Monitor ...
also, I made the 50-digimend.conf file as instructed.
To be clear on my goal just to make sure I'm barking up the right tree. I have the tablet working as my only monitor, the pen works with varying pressure. The problem is that the buttons on the side of the tablet don't do anything, that is what I want to fix. Thanks so much for any help/guidance, I'm brand new to linux so I very well may be making some simple mistakes. I really appreciate it!
Hello,
I've succesfully installed this driver, and I can start it with
kamvas start
. But, when I move the stylus on the tablet, the cursor is not moving. The tablet works fine as a second screen though.This is what I get from
lsusb
:The entry
256c:006d
is the one for my tablet. Also, this is what I get withxinput
:Is there any more info I can give you to help me troubleshoot it?
I'm using Ubuntu 18.04 Thanks.