Re: [DIGImend-users] DIGImend: Need frame button diagnostics
Brought to you by:
spb_nick
From: Vince H. <Vi...@Pl...> - 2015-03-17 03:15:48
|
running a stock kernel 3.18.9-200.fc21.i686+PAE ( no modified kernel updates ) I get [vince@desk2 uclogic-tools-4]$ sudo ./uclogic-probe 4 3 M 48 00 55 00 49 00 4F 00 4E 00 00 00 00 00 00 00 P 50 00 65 00 6E 00 54 00 61 00 62 00 6C 00 65 00 74 00 00 00 S 64 0E 03 40 9C A8 61 03 00 FF 07 A0 0F 08 00 S 65 04 03 20 A0 S 6E 04 03 00 30 S 79 14 03 48 00 41 00 36 00 30 00 00 00 00 00 00 00 00 00 00 00 S 7A 08 03 01 08 00 00 00 00 S 7B 0C 03 48 00 4B 00 20 00 4F 00 6E 00 On Mon, Mar 16, 2015 at 5:47 PM, Nikolai Kondrashov <sp...@gm...> wrote: > Dear users of digimend-kernel-drivers, > > I'm writing to the DIGImend-users list and addressing a lot of people > directly > with a "blind" copy. > > Benjamin Tissoires and me are working on making digimend-kernel-drivers > compatible with current and future versions of the Wacom driver > (xf86-input-wacom), especially with regard to adding support for remapping > frame buttons to arbitrary key combinations. > > This concerns Huion, Yiynova, Ugee tablets, as well as UC-Logic TWHA60 v3 > tablet. > > We would like to ask everyone owning one of these tablets to please take > some > diagnostics information from their tablets and send them in reply to this > message. > > To do that please download, build or install the latest version of > uclogic-tools (previously huion-tools): > > https://github.com/DIGImend/uclogic-tools/releases/tag/v4 > > Find the bus number and device address of your tablet in "lsusb" output: > > $ lsusb > Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching > Hub > Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > Bus 001 Device 004: ID 04f2:b2ea Chicony Electronics Co., Ltd > Integrated Camera [ThinkPad] > Bus 001 Device 003: ID 0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 > [ThinkPad] > Bus 001 Device 008: ID 256c:006e > > Here, the last line is a Huion tablet. It is on bus 1, with device address > 8. > If you can't spot your tablet, try unplugging it, running "lsusb", > plugging it > back, running "lsusb" again and finding the new line. > > Execute uclogic-probe, supplying it with the bus number and device address > you > found. For the lsusb output above, and if you installed uclogic-tools, it > will > look like this: > > $ sudo uclogic-probe 1 8 > > If you just built it without installing, run from the build tree, like > this: > > $ sudo ./uclogic-probe 1 8 > > Please send the output of either of these commands, plus "lsusb -v" output. > > More information on uclogic-tools building, installation and usage is > available in its README.md: > > https://github.com/DIGImend/uclogic-tools/blob/master/README.md > > Thank you. > > Sincerely, > Nick > |