View Single Post
Old 08-22-2016, 08:58 AM   #3
mlukaszek
Senior Member
 
mlukaszek's Avatar
 
Join Date: Feb 2010
Posts: 386
Default

To verify kernel headers are available, the installation script is checking if the following file exists:
Code:
/lib/modules/$(uname -r)/build/Kconfig
If you are sure you have everything installed and you are able to compile kernel modules, you can extract the installer components, comment out the check in the installer script and run the script manually.

Cheers,
Michal
mlukaszek is offline   Reply With Quote