DisplayLink Forum

DisplayLink Forum (https://displaylink.org/forum/index.php)
-   Linux and Open Source (https://displaylink.org/forum/forumdisplay.php?f=29)
-   -   Missing dependencies in (re)installation of DiplayLink - Ubuntu (https://displaylink.org/forum/showthread.php?t=65299)

paperinik 04-30-2017 01:52 PM

Missing dependencies in (re)installation of DiplayLink - Ubuntu
 
I have a Dell Adapter - USB 3.0 to HDMI/VGA/Ethernet/USB 2.0 (model DA100) that was running perfectly after installing "displaylink-driver-1.2.65" on my Ubuntu 16.04 LTS.

Suddenly it stopped working (I noticed that I could not use my external monitor through the Adapter) and I tried to reinstall a (more updated) version of the driver, namely "displaylink-driver-1.3.52".

I first did "sudo apt-get install dkms" and then "sudo ./displaylink-driver-1.3.52.run"
This is the output with the error message that I get:

Verifying archive integrity... All good.
Uncompressing DisplayLink Linux Driver 1.3.52 100%
DisplayLink Linux Software 1.3.52 install script called: install
Distribution discovered: Ubuntu 16.04.1 LTS
Unsatisfied dependencies. Missing component: Linux headers for running kernel, 4.4.0-75-generic.
This is a fatal error, cannot install DisplayLink Linux Software.

Any hints to what is the problem? I guess the missing Linux headers for running kernel...but what does it mean and how to fix this? thanks


P.S. Even if I try to reinstall the old version of the driver, "displaylink-driver-1.2.65", I get the same error

mlukaszek 05-08-2017 08:59 AM

Hi,

You need to
Code:

apt-get install linux-headers-$(uname -r)
Cheers,
Michal


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

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