DIGImend / digimend-kernel-drivers

DIGImend graphics tablet drivers for the Linux kernel
GNU General Public License v2.0
1.17k stars 173 forks source link

Cant install it on Linux Lite #567

Open Rammbike opened 3 years ago

Rammbike commented 3 years ago

Hi there,

I'm trying to install driver on my Linux Lite. I tried both versions: thourgh DKMS and manually. When I try with DKMS when I run command sudo make dkms_install I get make: *** No rule to make target 'dkms_install'. Stop..

No idea what's wrong. So I tried to install it manually. Downloaded file, unpacked it, tried to run make inside directory and I got make -C /lib/modules/5.4.0-88-generic/build SUBDIRS=/home/rusek/Downloads/digimend-kernel-drivers-8 modules make[1]: Entering directory '/usr/src/linux-headers-5.4.0-88-generic' LEX scripts/kconfig/lexer.lex.c /bin/sh: 1: flex: not found make[3]: *** [scripts/Makefile.host:9: scripts/kconfig/lexer.lex.c] Error 127 make[2]: *** [Makefile:617: syncconfig] Error 2 make[1]: *** [Makefile:723: include/config/auto.conf.cmd] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-5.4.0-88-generic' make: *** [Makefile:19: modules] Error 2

How do I install driver?

nic3-14159 commented 3 years ago

Did you download the latest version of DIGImend (version 10)? It looks to me like you tried to install version 8, based on the SUBDIRS=/home/rusek/Downloads/digimend-kernel-drivers-8 part. I believe the makefies in those old versions of DIGImend have issues and no longer build on recent systems.