DisplayLink Forum

DisplayLink Forum (https://displaylink.org/forum/index.php)
-   Linux and Open Source (https://displaylink.org/forum/forumdisplay.php?f=29)
-   -   Cannot install Display Link driver on Kali GNU/Linux 2.0 (https://displaylink.org/forum/showthread.php?t=64226)

jossylopes 11-25-2015 05:16 AM

Cannot install Display Link driver on Kali GNU/Linux 2.0
 
Hello guys,

I'm also trying to install this driver on Kali Sana 2.0 without any success:mad:,
here is my output:

home@localhost:~/displaylink-driver-1.0.138$ sudo ./displaylink-installer.sh :confused:
DisplayLink Linux Software 1.0.138 install script called:
Distribution discovered: Kali GNU/Linux 2.0
WARNING: Kernel version 4.0.0-kali1-amd64 is not supported. Highest supported version is 3.19.
Unsatisfied dependencies. Missing component: Linux headers for running kernel, 4.0.0-kali1-amd64.
This is a fatal error, cannot install DisplayLink Linux Software.

The output of my headers is: :confused:
home@localhost:~/displaylink-driver-1.0.138$ sudo apt-cache policy linux-headers-4.0.0-kali1-amd64
linux-headers-4.0.0-kali1-amd64:
Installed: 4.0.4-1+kali2
Candidate: 4.0.4-1+kali2
Version table:
*** 4.0.4-1+kali2 0
500 http://http.kali.org/kali/ sana/main amd64 Packages
100 /var/lib/dpkg/status

Any thoughts on this are welcome:cool:

Thanks

scriptkiddie 08-21-2016 02:43 PM

Hey Jossy,

Were you able to find out a solution to get this to work with Kali? I'm at the end of my wits and just stumbled across your post. Please share any information you may have.

Thanks!

mlukaszek 08-22-2016 08:58 AM

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


All times are GMT. The time now is 10:40 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.