jlam55555 / veikk-linux-driver

Linux driver for VEIKK-brand digitizers
139 stars 33 forks source link

How to Make Veikk A 15v Pro Work #45

Closed maximusdaniel closed 3 years ago

maximusdaniel commented 4 years ago

I'm a newbie to linux, and don't know anything more than the basic sudo terminal codes. I've the veikk a 15 pro tab which works fine on windows. I wan't to make it work with linux. however when i tried ur package the terminal throws some error which i couldn't even decipher with my little linux knowledge.

sudo make all install clean make -C /lib/modules/5.4.0-42-generic/build M=/home/maxdan/Downloads/veikk-linux-driver-3-alpha-ff0a modules make[1]: Entering directory '/usr/src/linux-headers-5.4.0-42-generic' Building modules, stage 2. MODPOST 1 modules make[1]: Leaving directory '/usr/src/linux-headers-5.4.0-42-generic' make -C /lib/modules/5.4.0-42-generic/build M=/home/maxdan/Downloads/veikk-linux-driver-3-alpha-ff0a modules_install make[1]: Entering directory '/usr/src/linux-headers-5.4.0-42-generic' INSTALL /home/maxdan/Downloads/veikk-linux-driver-3-alpha-ff0a/veikk.ko At main.c:160:

Please help me finding the correct way to install the driver. Also I saw that you re using only the 640 device, but if u teach me to compile these files i'll lend a hand to you for making a driver for a 15 pro by testing on my device.

jlam55555 commented 3 years ago

This specific error appears to be with Secure Boot enabled and without manually signing the driver. Reopen if you're still having this issue with Secure Boot disabled.