Open Eliam76 opened 2 years ago
Sorry to bring this up but does anyone have any idea where my problem is coming from? I still can't use the tablet to draw as is.
Hello, have you found a solution to this problem ? I am exactly in the same situation, I would like to make a standalone drawing tablet with a Huion Kamvas pro and a Raspberry Pi. I did not run all the dagnostics as you did but so far I have similar results. Everything related to inputs seems to be okay including tilt and pressure but it looks like it doesn't affect brushes in digital drawing softwares.
Hello everyone, I am trying to use my Huion Kamvas Pro 13 on a Raspberry Pi 4 (8go) running raspbian as OS. Plugging the Kamvas as main monitor without specific configuration partially works : pointer position is almost correct and pressure is detected (brush size vary with pressure in Krita) but not pen tilt nor are frame buttons. I tried to install Digimend drivers but it does not improve the tilting/frame buttons problem and I also lose pressure detection in Krita. The tablet is detected using
lsusb
as “Tablet Monitor” (VID:PID=256c:006d), but not recognized by the Wacom driver (xsetwacom list
returns nothing). I’ve run the diagnostics suggested by the troubleshooting section of the website. Here are the results. Uclogic-tools : Usingsudo uclogic-probe
with the correct bus and device number returnsWhich gives, using
uclogic-decode
:Debugfs interface : Here is an example of the output when I apply a pen pressure at the center of the frame while tilting the pen on the upper right direction (last two lines seem to indicate pen tilt)
The report seems coherent given the tablet characteristics. Evtest tool : Using the
sudo evtest
with the correct device event number again returns coherent values given my actions, starting byFollowed by (extract from output)(again applying pressure at the center with pen tilted upper right) :
Collect raw input samples : Here are the files : pen_coords.txt pen_tilt.txt pen_pressure.txt pen_buttons.txt frame_dials.txt frame_buttons.txt
Note : Something like one year ago I managed to get my Kamvas Pro 13 to work on my Raspberry Pi 4 with raspbian as OS, including pressure and tilt detection on Krita. This was supposed to be part of a fully autonomous digital painting tablet project (so the tablet is the main monitor) but I had to put this project on hold. I remember trying many solutions but if my memories are correct I succeeded using Digimend drivers, so I'm almost sure that it is possible.