Re: [DIGImend-devel] [DIGImend-users] Patching the hid-uclogic driver for UC-Logic tablet TWHA60 v3
Brought to you by:
spb_nick
|
From: Martin S. <mcs...@gm...> - 2015-06-11 02:02:39
|
On Mon, Jun 8, 2015 at 12:56 PM, Nikolai Kondrashov <sp...@gm...> wrote: > On 06/08/2015 10:09 PM, Nikolai Kondrashov wrote: >> >> On 06/08/2015 08:32 AM, Martin Shepherd wrote: >>> >>> Hi Nick, >>> >>> On Sun, Jun 7, 2015 at 6:31 AM, Nikolai Kondrashov <sp...@gm...> >>> wrote: >>>> >>>> Can you send hid-uclogic.* files from your build? Especially >>>> hid-uclogic.o. >>> >>> >>> I've attached a tar file containing them to this email. >>> >>>> I'll try this on Ubuntu myself with the version of the kernel you're >>>> using. >>>> Which version of Ubuntu is that? >>> >>> >>> 3.13.0-53-generic >>> >>> Thanks for the help. >> >> >> Thanks, Martin! >> >> Argh, these don't have the debugging information and I'm not sure how to >> enable debug info for an out-of-tree module. >> >> I'll try to guess which version of Ubuntu you're using and will try it >> myself. > > > Alright, I poked around a little and the issue doesn't reproduce with the > Huion tablet I have. I found how to enable debug info for the modules you > build so the traceback can be more useful. > > Could you please put this at the beginning of the makefile: > > ccflags-y := -g3 > > recompile, reinstall the modules, plug the tablet in and send me the new > traceback from dmesg, plus hid-uclogic.* files again? > > To recompile and reinstall you can use these commands: > > make clean > make > sudo make install Done. I rebooted after doing this, then plugged in the tablet. I've attached the output of dmesg from just after plugging in the tablet, so that you can see the traceback at the end. I've also attached a tar file of the hid-uclogic.* files. Note that I did this with the latest Ubuntu kernel (3.13.0-54-generic), which is one version higher than the kernel that I tested with before. Thank you, Martin |