Re: [DIGImend-users] huion 610 & v5 driver
Brought to you by:
spb_nick
From: Nikolai K. <sp...@gm...> - 2015-03-27 10:05:59
|
Hi Martin, On 03/27/2015 09:13 AM, dm...@li... wrote: > Hi, > I'm strugling with the digimend v5 driver for a Huion 610 tablet on > lubuntu. Out of the box the tablet controls the cursor but generates > multiple button presses which will for instance open ten or more > windows on a tray icon click. I have tried the tablet in windows with > it's own driver and it works correctly. > When I try to "make" the > modules I get this message: > > make -C /lib/modules/3.13.0-37- > generic/build SUBDIRS=/home/steph/Downloads/digimend-kernel-drivers-5 > modules > make[1]: *** /lib/modules/3.13.0-37-generic/build: No such file > or directory. Stop. > Makefile:10: recipe for target 'modules' failed > > make: *** [modules] Error 2 That means you don't have kernel headers installed and the driver is not being built nor installed. If you're using Ubuntu you can try installing them with this command: sudo apt-get install linux-headers-$(uname -r) And then try to build and install the driver again. Nick |