Mantaseus / Huion_Kamvas_Linux

A python based user space evdev driver for Linux to use Huion Kamvas graphics tablets
MIT License
11 stars 2 forks source link

Huion Pro 13 input not working #3

Open dwilches opened 4 years ago

dwilches commented 4 years ago

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:

~ $ lsusb                                                            
Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub   
Bus 001 Device 002: ID 8087:8008 Intel Corp.                                  
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub   
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub   
Bus 003 Device 008: ID 256c:006d                                                    
Bus 003 Device 006: ID 1b1c:1b34 Corsair                                       
Bus 003 Device 005: ID 1b1c:1b49 Corsair                                       
Bus 003 Device 004: ID 096e:0858 Feitian Technologies, Inc.          
Bus 003 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub  
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub   

The entry 256c:006d is the one for my tablet. Also, this is what I get with xinput:

~ $ xinput
⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ ckb1: CORSAIR K70 RGB MK.2 Mechanical Gaming Keyboard vKB id=8    [slave  pointer  (2)]
⎜   ↳ ckb1: CORSAIR K70 RGB MK.2 Mechanical Gaming Keyboard vM  id=9    [slave  pointer  (2)]
⎜   ↳ ckb2: Corsair Gaming GLAIVE RGB Mouse vKB id=10   [slave  pointer  (2)]
⎜   ↳ ckb2: Corsair Gaming GLAIVE RGB Mouse vM  id=11   [slave  pointer  (2)]
⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Power Button                              id=6    [slave  keyboard (3)]
    ↳ Power Button                              id=7    [slave  keyboard (3)]
    ↳ ckb1: CORSAIR K70 RGB MK.2 Mechanical Gaming Keyboard vKB id=12   [slave  keyboard (3)]
    ↳ ckb1: CORSAIR K70 RGB MK.2 Mechanical Gaming Keyboard vM  id=13   [slave  keyboard (3)]
    ↳ ckb2: Corsair Gaming GLAIVE RGB Mouse vKB id=14   [slave  keyboard (3)]
    ↳ ckb2: Corsair Gaming GLAIVE RGB Mouse vM  id=15   [slave  keyboard (3)]

Is there any more info I can give you to help me troubleshoot it?

I'm using Ubuntu 18.04 Thanks.

tjthejuggler commented 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 from driver.cli import run_main ModuleNotFoundError: No module named 'driver'

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

dwilches commented 4 years ago

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.

tjthejuggler commented 4 years ago

Thanks so much! I really appreciate this!

tjthejuggler commented 4 years ago

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!