benthor / HuionKamvasGT191LinuxDriver

Working user space evdev driver for Huion Kamvas GT-191 for Linux
MIT License
25 stars 2 forks source link

Huion Kamvas Pro 12 no longer works. #6

Open Biological-Flask-Mime opened 5 years ago

Biological-Flask-Mime commented 5 years ago

I have used this driver before, for a while, and it worked fine for me but, I have been using an intel cpu with the integrated graphics so, I bought a new gpu(amd rx550).

Before, I'd have the HDMI input through the motherboard, and now that I put it through the graphics card's HDMI port, the driver will not work for me anymore. Switching to the HDMI port on the motherboard doesn't work.

I don't know if the graphics card has anything to do with it and, I have not tried to use the driver after removing the new gpu yet but, I will try that now.

This graphics tablet is the only monitor I use. No other displays.

$ uclogic-probe
Invalid number of arguments
Usage: uclogic-probe BUS_NUM DEV_ADDR
Probe a UC-Logic tablet.

Arguments:
    BUS_NUM    Bus number.
    DEV_ADDR   Device address.
$ sudo python3 HuionKamvasGT191LinuxDriver/kamvas.py 
[sudo] password for rundel: 
grabbed interface %d 0
grabbed interface %d 1
huion kamvas GT191 driver should now be running

Driver should be running but nothing happens anymore when i try to use the pen.

Sorry, I might just have no clue what i'm doing.

UPDATE: I just physically removed the gpu and tried it again. Same issue. also uninstalled the graphics drivers. Nothing changed... :( I'm trying. I guess the driver stopped working around the time I installed the gpu so I just thought that might be the issue for it to suddenly stop.

joseluis commented 5 years ago

Hi @Biological-Flask-Mime could you please try my huion-linux-driver repo and see if it works for you? There you can set debug_mode = true in config.ini for debugging output if it doesn't work.