1.
sudo apt-get install indi-fli
[sudo] password for vontadeo:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
snap-confine
Use 'sudo apt autoremove' to remove it.
The following packages will be upgraded:
indi-fli
1 upgraded, 0 newly installed, 0 to remove and 34 not upgraded.
Need to get 27,8 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 ppa.launchpad.net/mutlaqja/ppa/ubuntu xenial/main amd64 indi-fli amd64 1.0.0ubuntu3+r3066~201705080649~ubuntu16.04.1 [27,8 kB]
Fetched 27,8 kB in 13s (2067 B/s)
(Reading database ... 254357 files and directories currently installed.)
Preparing to unpack .../indi-fli_1.0.0ubuntu3+r3066~201705080649~ubuntu16.04.1_amd64.deb ...
Unpacking indi-fli (1.0.0ubuntu3+r3066~201705080649~ubuntu16.04.1) over (1.0.0ubuntu3+r3063~201705070648~ubuntu16.04.1) ...
Setting up indi-fli (1.0.0ubuntu3+r3066~201705080649~ubuntu16.04.1) ...


2. found today files
vontadeo@vonTadeooooe:/var/lib/dkms/fliusb/1.3/build$ ll
total 56
drwxr-xr-x 3 root root 4096 maj 8 17:53 ./
drwxr-xr-x 3 root root 4096 maj 8 17:53 ../
-rw-r--r-- 1 root root 194 maj 8 17:53 dkms.conf
-rw-r--r-- 1 root root 23661 maj 8 17:53 fliusb.c
-rw-r--r-- 1 root root 3985 maj 8 17:53 fliusb.h
-rw-r--r-- 1 root root 3231 maj 8 17:53 fliusb_ioctl.h
-rw-r--r-- 1 root root 704 maj 8 17:53 Makefile
-rw-r--r-- 1 root root 3765 maj 8 17:53 make.log
drwxr-xr-x 2 root root 4096 maj 8 17:53 .tmp_versions/

3.
vontadeo@vonTadeooooe:/var/lib/dkms/fliusb/1.3/build$ sudo cp -R . /usr/src/fliusb-1.3

4.
vontadeo@vonTadeooooe:/var/lib/dkms/fliusb/1.3/build$ sudo dkms add -m fliusb -v 1.3
Error! DKMS tree already contains: fliusb-1.3
You cannot add the same module/version combo more than once.

5.
vontadeo@vonTadeooooe:/var/lib/dkms/fliusb/1.3/build$ sudo dkms build -m fliusb -v 1.3
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area....
make KERNELRELEASE=4.8.0-51-lowlatency KVER=4.8.0-51-lowlatency....(bad exit status: 2)
ERROR (dkms apport): binary package for fliusb: 1.3 not found
Error! Bad return status for module build on kernel: 4.8.0-51-lowlatency (x86_64)
Consult /var/lib/dkms/fliusb/1.3/build/make.log for more information.

Read More...