Re: [DIGImend-devel] Tablet issue
Brought to you by:
spb_nick
|
From: Nikolai K. <sp...@gm...> - 2014-11-23 18:47:05
|
On 11/23/2014 07:17 PM, Jake Waffle wrote:
> I had tried ./bootstrap too, however it produced the same 'No such file or
> directory' message, I can never seem to navigate the git site correctly,
> thanks for the link to that page.
Hmm, that's strange.
> The rpm works for me.
Great!
> [jake@localhost ~]$ sudo huion-probe 5 5
> [sudo] password for jake:
> M 55 00 43 00 2D 00 4C 00 4F 00 47 00 49 00 43 00
> P 54 00 57 00 48 00 41 00 36 00 30 00
> S 64 0E 03 40 9C A8 61 03 00 FF 07 A0 0F 08 00
> S 65 04 03 00 71
> S 6E 04 03 30 00
> S 79 14 03 48 00 41 00 36 00 30 00 2D 00 46 00 34 00 30 00 31 00
> S 7A 08 03 01 08 00 00 00 00
Nice, it works!
> Running huion-decode seems to just sit there, unless it's supposed to take
> more than 10 mins.
Huion-decode is expecting huion-probe output on its input. For your
huion-probe output it produces this:
Manufacturer: UC-LOGIC
Product: TWHA60
Max X: 40000
Max Y: 25000
Max pressure: 2047
Resolution: 4000
Internal model: HA60-F401
Which shows it's decoding it fine.
> The cursor now moves when moving the pen on and off the tablet, but does not
> move consistently as you'd expect, it requires a sort of big flick to move.
This is expected when report descriptor is not fixed which is the work of a
kernel driver.
> I'm assuming it's the side effect of proprietary mode as mentioned?
Yes.
I've made a branch of digimend-kernel-drivers which has a change moving your
tablet under the hid-huion driver. It is very likely to make it work.
You can download it here:
https://github.com/DIGImend/digimend-kernel-drivers/archive/twha60.zip
Follow the instructions in README.md to install the driver.
Nick
On 11/23/2014 07:17 PM, Jake Waffle wrote:
> I had tried ./bootstrap too, however it produced the same 'No such file or directory' message, I can never seem to navigate the git site correctly, thanks for the link to that page. The rpm works for me.
>
> [jake@localhost ~]$ sudo huion-probe 5 5
> [sudo] password for jake:
> M 55 00 43 00 2D 00 4C 00 4F 00 47 00 49 00 43 00
> P 54 00 57 00 48 00 41 00 36 00 30 00
> S 64 0E 03 40 9C A8 61 03 00 FF 07 A0 0F 08 00
> S 65 04 03 00 71
> S 6E 04 03 30 00
> S 79 14 03 48 00 41 00 36 00 30 00 2D 00 46 00 34 00 30 00 31 00
> S 7A 08 03 01 08 00 00 00 00
>
> Running huion-decode seems to just sit there, unless it's supposed to take more than 10 mins.
>
> The cursor now moves when moving the pen on and off the tablet, but does not move consistently as you'd expect, it requires a sort of big flick to move.
> I'm assuming it's the side effect of proprietary mode as mentioned?
>
>
> > Date: Sun, 23 Nov 2014 18:59:08 +0200
> > From: sp...@gm...
> > To: jcm...@ho...
> > CC: DIG...@li...
> > Subject: Re: Tablet issue
> >
> > I'm copying the maillist anyway, as others might be encountering the same
> > problem.
> >
> > On 11/23/2014 06:52 PM, Jake Waffle wrote:
> > > Hi Nick,
> > >
> > > Apologies... I don't seem to be able to set huion-tools up (I won't post
> > > this bit to the archive considering it's likely me just not knowing).
> > > Installation states to use the ./configure, however after a quick search I'm
> > > suggested I should be using autoconf first?
> > >
> > > [jake@localhost huion-tools-master]$ ./configure
> > > bash: ./configure: No such file or directory
> > > [jake@localhost huion-tools-master]$ autoconf
> > > configure.ac:24: error: possibly undefined macro: AM_INIT_AUTOMAKE
> > > If this token and others are legitimate, please use m4_pattern_allow.
> > > See the Autoconf documentation.
> > > configure.ac:25: error: possibly undefined macro: AM_MAINTAINER_MODE
> > > [jake@localhost huion-tools-master]$ ./configure
> > > ./configure: line 1849: syntax error near unexpected token `1.9'
> > > ./configure: line 1849: `AM_INIT_AUTOMAKE(1.9 -Wall foreign)'
> >
> > If you want to build from the git tree (as downloaded using the "Download ZIP"
> > link on the right), you should execute ./bootstrap first (as mentioned shortly
> > in README.md).
> >
> > However, you might be better off downloading and building a release tarball
> > (preferably latest, v3 [1]), or downloading and installing a release rpm or
> > deb package.
> >
> > > Sorry.
> >
> > Nothing to feel sorry about :)
> >
> > Nick
> >
> > [1] https://github.com/DIGImend/huion-tools/releases/tag/v3
> >
> > On 11/23/2014 06:52 PM, Jake Waffle wrote:
> > > Hi Nick,
> > >
> > > Apologies... I don't seem to be able to set huion-tools up (I won't post this bit to the archive considering it's likely me just not knowing).
> > > Installation states to use the ./configure, however after a quick search I'm suggested I should be using autoconf first?
> > >
> > > [jake@localhost huion-tools-master]$ ./configure
> > > bash: ./configure: No such file or directory
> > > [jake@localhost huion-tools-master]$ autoconf
> > > configure.ac:24: error: possibly undefined macro: AM_INIT_AUTOMAKE
> > > If this token and others are legitimate, please use m4_pattern_allow.
> > > See the Autoconf documentation.
> > > configure.ac:25: error: possibly undefined macro: AM_MAINTAINER_MODE
> > > [jake@localhost huion-tools-master]$ ./configure
> > > ./configure: line 1849: syntax error near unexpected token `1.9'
> > > ./configure: line 1849: `AM_INIT_AUTOMAKE(1.9 -Wall foreign)'
> > >
> > > Sorry.
> > >
> > >
> > >
> > > > Date: Sun, 23 Nov 2014 17:43:02 +0200
> > > > From: sp...@gm...
> > > > To: jcm...@ho...
> > > > CC: DIG...@li...
> > > > Subject: Re: Tablet issue
> > > >
> > > > > Could you please try running huion-probe [1] on this tablet (don't be confused
> > > > > by the name, Huion tablets are mostly UC-Logic tablets inside) and seeing if
> > > > > it works/produces any output? Perhaps we'll be able to handle your tablet in
> > > > > our hid-huion driver, as part of the digimend-kernel-drivers package.
> > > >
> > > > And here is the link to huion-tools which contain huion-probe:
> > > >
> > > > [1] https://github.com/DIGImend/huion-tools
> > > >
> > > > On 11/23/2014 05:39 PM, Nikolai Kondrashov wrote:
> > > > > Hi Jake,
> > > > >
> > > > > I'm copying the answer to the digimend-devel maillist to keep archive and have
> > > > > others posted. Please use "Reply to all" when replying.
> > > > >
> > > > > On 11/21/2014 06:08 AM, Jake Waffle wrote:
> > > > >> Hello,
> > > > >>
> > > > >> I currently own a Monoprice tablet, specifically "Monoprice MP1060-HA60",
> > > > >> which is a rebranded "UC-Logic Tablet TWHA60". On your support page it
> > > > >> mentions the drivers for this are in development, but also states it's
> > > > >> supported in the latest kernels.
> > > > >>
> > > > >> The tablet doesn't seem to work for me, it is able to act as a mouse in
> > > > >> terms of clicking, the buttons on the pen seem to work and at least two
> > > > >> side-buttons (close and save) work, however I cannot move the cursor with
> > > > >> the pen. Pressing the pen against the tablet doesn't indicate any pressure
> > > > >> either.
> > > > >>
> > > > >> I'm honestly a 'noob' linux user and I run the latest Fedora. I've included
> > > > >> diagnostics, however 'frame_buttons', 'frame_wheel_srolling', 'pen_buttons',
> > > > >> 'pen_coords', 'pen_pressure' and 'pen_tilt' produced empty documents.
> > > > >>
> > > > >> Any help/advice would be appreciated.
> > > > >
> > > > > This is the third version of this tablet I see and the first one with three
> > > > > interfaces. One older model was made to work, IIRC. The newer ones weren't
> > > > > catered to yet.
> > > > >
> > > > > Could you please try running huion-probe [1] on this tablet (don't be confused
> > > > > by the name, Huion tablets are mostly UC-Logic tablets inside) and seeing if
> > > > > it works/produces any output? Perhaps we'll be able to handle your tablet in
> > > > > our hid-huion driver, as part of the digimend-kernel-drivers package.
> > > > >
> > > > > Nick
> > > > >
> > > > > On 11/21/2014 06:08 AM, Jake Waffle wrote:
> > > > >> Hello,
> > > > >>
> > > > >> I currently own a Monoprice tablet, specifically "Monoprice MP1060-HA60", which is a rebranded "UC-Logic Tablet TWHA60". On your support page it mentions the drivers for this are in development, but also states it's supported in the latest kernels.
> > > > >>
> > > > >> The tablet doesn't seem to work for me, it is able to act as a mouse in terms of clicking, the buttons on the pen seem to work and at least two side-buttons (close and save) work, however I cannot move the cursor with the pen. Pressing the pen against the tablet doesn't indicate any pressure either.
> > > > >>
> > > > >> I'm honestly a 'noob' linux user and I run the latest Fedora. I've included diagnostics, however 'frame_buttons', 'frame_wheel_srolling', 'pen_buttons', 'pen_coords', 'pen_pressure' and 'pen_tilt' produced empty documents.
> > > > >>
> > > > >> Any help/advice would be appreciated.
> > > > >
> > > >
> >
|