Re: [DIGImend-users] DIGImend: Need frame button diagnostics
Brought to you by:
spb_nick
From: Benjamin T. <ben...@re...> - 2015-03-17 01:15:27
|
On Mar 17 2015 or thereabouts, Sergey 'Jin' Bostandzhyan wrote: > Hi Benjamin, > > On Mon, Mar 16, 2015 at 08:43:34PM -0400, Benjamin Tissoires wrote: > > I bet Nick is already asleep in his timezone, so I answer :) > > well, I should be too - since I am also somewhat in his timezone ;) Anyway... > > > These names don't look like the ones I would have expected. > > You should have only one "HUION PenTablet Pen stylus", no "HUION PenTablet > > eraser" and one "HUION PenTablet Pad pad". > > hmm, can I somehow verify that the new driver is indeed loaded? If your distribution enabled src checksum, you can compare: the SRCVERSION field of modinfo ./hid-uclogic.ko in the digimend-kernel-driver tree and the output of cat /sys/module/hid_uclogic/srcversion (giving that out of my head, I don't have it enabled ATM). Also, xinput should show at least: ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ HUION PenTablet Pen stylus id=14 [slave pointer (2)] ⎜ ↳ HUION PenTablet Pad pad id=13 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] And maybe the other HUION PenTablet Consumer Control, Keyboard, etc... > > > So I think the new master of hid-uclogic is not handling the device as > > it should. > > > > can you output the few new lines in the dmesg while you are plugging the > > tablet? > > Here are the lines from the tests in my previous mail: > > [43467.811182] usb 6-2: new full-speed USB device number 3 using uhci_hcd > [43467.955295] usb 6-2: New USB device found, idVendor=256c, idProduct=006e > [43467.955306] usb 6-2: New USB device strings: Mfr=5, Product=6, SerialNumber=0 > [43467.955314] usb 6-2: Product: PenTablet > [43467.955321] usb 6-2: Manufacturer: HUION > [43467.965574] input: HUION PenTablet Pen as /devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.0/0003:256C:006E.0004/input/input34 > [43467.965940] input: HUION PenTablet Pad as /devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.0/0003:256C:006E.0004/input/input35 > [43467.966680] uclogic 0003:256C:006E.0004: input,hidraw0: USB HID v1.11 Keypad [HUION PenTablet] on usb-0000:00:1d.1-2/input0 > [43467.969564] input: HUION PenTablet Mouse as /devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.1/0003:256C:006E.0005/input/input36 > [43467.970476] uclogic 0003:256C:006E.0005: input,hiddev0,hidraw1: USB HID v1.11 Mouse [HUION PenTablet] on usb-0000:00:1d.1-2/input1 > [43467.975384] input: HUION PenTablet Keyboard as /devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.2/0003:256C:006E.0006/input/input38 > [43467.975683] input: HUION PenTablet Consumer Control as /devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.2/0003:256C:006E.0006/input/input39 > [43467.975866] input: HUION PenTablet System Control as /devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.2/0003:256C:006E.0006/input/input40 > [43467.976278] uclogic 0003:256C:006E.0006: input,hidraw2: USB HID v1.11 Keyboard [HUION PenTablet] on usb-0000:00:1d.1-2/input2 > [45212.704187] usb 6-2: USB disconnect, device number 3 On these lines, you are using the proper kernel. Can you double check if hid_huion is not currently handling the tablet? > > > xsetwacom sems to work OK (3 buttons on the stylus as you said). > > 16 and 17 are interfaces declared in the device but are not used. > > The new master should remove them. > > Well, that kind of makes me think I did not get the new driver? Looks like it :( > > I did an rmmod hid_huion, did a make install as root from the digimend > tree, that should have done it, right? Nick should help you here, I have no idea of the scripts used to unbind/re-bind the tablet in the out-of-the-tree drivers. > > > Can you just confirm that you have an Huion H610 and not the "H610 Pro"? > > I have the Pro and get the same output than you, but I thought the H610 > > not Pro was declared as "HUION H610". > > Unless they sent me something else without me knowing - I bought a regular > H610, not the "pro" one. The stickers also say H610, so I guess it's > indeed not the "pro" version. That's interesting and frustrating. I thought that the name would be enough the discriminate, but it doesn't look like it. The two tablets are close enough the share the same user-space configuration, but I hope that they do not always have the name "HUION PenTablet" or the other tablet will get the layout of the H610* when configuring the pads buttons :( Cheers, Benjamin |