You are not logged in.

#1 2016-10-20 03:30:05

mass_drivers
Member
Registered: 2016-10-20
Posts: 2

[Xorg][Graphics Tablet] HUION 610 appears working, no pointer input

Hello all, this is my first post to the Arch forums so I hope everything's alright.

I've got a HUION 610 graphics tablet, and I'm having a time of getting it working. I'm on the linux-libre kernel, but I'm fairly certain that package includes the digimend modules now, and xinput is displaying my tablet. All the buttons are working, although the mappings are not all correct, they are all doing something. I'm just getting nothing from the pointer and pen.

⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ SONiX USB Keyboard                        id=12   [slave  pointer  (2)]
⎜   ↳ ETPS/2 Elantech Touchpad                  id=21   [slave  pointer  (2)]
⎜   ↳  USB OPTICAL MOUSE                        id=22   [slave  pointer  (2)]
⎜   ↳ HUION PenTablet Consumer Control          id=15   [slave  pointer  (2)]
⎜   ↳ HUION PenTablet Pen                       id=16   [slave  pointer  (2)]
⎜   ↳ HUION PenTablet Mouse                     id=17   [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)]
    ↳ Asus Wireless Radio Control               id=7    [slave  keyboard (3)]
    ↳ Video Bus                                 id=8    [slave  keyboard (3)]
    ↳ Video Bus                                 id=9    [slave  keyboard (3)]
    ↳ Sleep Button                              id=10   [slave  keyboard (3)]
    ↳ SONiX USB Keyboard                        id=11   [slave  keyboard (3)]
    ↳ USB Camera                                id=18   [slave  keyboard (3)]
    ↳ Asus WMI hotkeys                          id=19   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=20   [slave  keyboard (3)]
    ↳ HUION PenTablet System Control            id=13   [slave  keyboard (3)]
    ↳ HUION PenTablet Keyboard                  id=14   [slave  keyboard (3)]

It's showing up just fine when I use lsusb (although I'm wondering if I need to name it even though xinput seems to be picking up on it fine?)

 Bus 003 Device 005: ID 2188:0ae1  

I've got a udev rule that seems to be doing its job

 SUBSYSTEMS=="usb", ATTRS{idVendor}=="256c", ATTRS{idProduct}=="006e", GROUP="users", MODE="0660" 

Device permissions are fine (my primary user is in group users).

lrwxrwxrwx 1 root root  9 Oct 19 22:52 usb-HUION_PenTablet-event-if02 -> ../event6
lrwxrwxrwx 1 root root  9 Oct 19 22:52 usb-HUION_PenTablet-event-mouse -> ../event3
lrwxrwxrwx 1 root root  9 Oct 19 22:52 usb-HUION_PenTablet-if01-event-mouse -> ../event4
lrwxrwxrwx 1 root root  9 Oct 19 22:52 usb-HUION_PenTablet-if01-mouse -> ../mouse1
lrwxrwxrwx 1 root root  9 Oct 19 22:52 usb-HUION_PenTablet-if02-event-kbd -> ../event5
lrwxrwxrwx 1 root root  9 Oct 19 22:52 usb-HUION_PenTablet-mouse -> ../mouse0
crw-rw----  1 root users 13, 70 Oct 19 22:52 event6
crw-rw----  1 root users 13, 67 Oct 19 22:52 event3
crw-rw----  1 root users 13, 68 Oct 19 22:52 event4
crw-rw----  1 root users 13, 33 Oct 19 22:52 mouse1
crw-rw----  1 root users 13, 69 Oct 19 22:52 event5
crw-rw----  1 root users 13, 32 Oct 19 22:52 mouse0

And there seem to be the right kernel modules installed.

hid_uclogic            16384  0
hid_generic            16384  0
usbhid                 45056  0
hid                   114688  3 hid_generic,hid_uclogic,usbhid
usbcore               200704  11 uas,ath3k,btusb,uvcvideo,usb_storage,ehci_hcd,ehci_pci,hid_uclogic,usbhid,xhci_hcd,xhci_pci

I noticed a similar question on the forums (https://bbs.archlinux.org/viewtopic.php?id=210390) but it didn't seem to have a solution, and I definitely have xf86-input-evdev.

I get the sense I must be missing just one thing, but I can't think of what it is and haven't found the same problem elsewhere, so I thought I'd ask. Thanks!

Last edited by mass_drivers (2016-10-20 03:36:53)

Offline

#2 2016-10-20 05:20:51

mass_drivers
Member
Registered: 2016-10-20
Posts: 2

Re: [Xorg][Graphics Tablet] HUION 610 appears working, no pointer input

An update: I tried installing the Huion driver on my Windows partition and still no input. The tablet I got might just be defective, but I'd still like to hear if anyone has any ideas just in case it's not!

Offline

#3 2016-10-20 06:13:45

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: [Xorg][Graphics Tablet] HUION 610 appears working, no pointer input

My Huion DWH69 pointer works out of the box (with evdev not libinput) except for the buttons, something which works once I install the latest (from git) digimend (with which I don't need evdev anymore). Worth a try.

https://bugs.freedesktop.org/show_bug.cgi?id=97771 is the bug issue I'm tracking on libinput for the buttons, in case you're interested.

Last edited by ngoonee (2016-10-20 06:14:47)


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#4 2017-08-04 23:01:31

yodermk
Member
Registered: 2012-07-17
Posts: 86

Re: [Xorg][Graphics Tablet] HUION 610 appears working, no pointer input

I also have a Huion that works out of the box with Digimend GIT head installed via DKMS. https://www.davidrevoy.com/article331/s … untu-16-04  The exact same instructions worked on Fedora as well, so it doesn't require Ubuntu or Mint.  You might try that as the kernel drivers might not be the same.

However, my only issue is that it does not show up in xsetwacom, even after I put the xorg rules in as described, so I can't set buttons.  Wondering if anyone has any insight for that.

[Ooops, I read the date as June of this year, not late last year. Oh well.]

Last edited by yodermk (2017-08-04 23:02:18)

Offline

Board footer

Powered by FluxBB