PDA

View Full Version : Problem with installation of driver of DisplayLink Adapter


lordaker
06-12-2018, 08:47 AM
Hello everyone,

I use a raspberry pi 3 with ubuntu mate 16.04 LTS installed on it. I download the driver at this url:

Ubuntu Driver Download (http://www.displaylink.com/downloads/ubuntu)

And follow the process here:

How to install DisplayLink on Ubuntu (https://support.displaylink.com/knowledgebase/articles/684649-how-to-install-displaylink-software-on-ubuntu)

But I launch the .run file I have this error message:

root@raspi-desktop:~/Téléchargements/DisplayLink-USB-Graphics-Software# sudo ./displaylink-driver-4.2.29.run
Verifying archive integrity... 100% All good.
Uncompressing DisplayLink Linux Driver 4.2.29 100%
DisplayLink Linux Software 4.2.29 install script called: install
Distribution discovered: Ubuntu 16.04.4 LTS
Unsatisfied dependencies. Missing component: Linux headers for running kernel, 4.4.38-v7+.
This is a fatal error, cannot install DisplayLink Linux Software.
root@raspi-desktop:~/Téléchargements/DisplayLink-USB-Graphics-Software#


I try this code resolve the Linux Headers issue but impossible to find the package:

root@raspi-desktop:~/Téléchargements/DisplayLink-USB-Graphics-Software# apt-get install linux-headers-$(uname -r)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet linux-headers-4.4.38-v7
E: Couldn't find any package by glob 'linux-headers-4.4.38-v7'
E: Impossible de trouver de paquet correspondant ŕ l'expression rationnelle «*linux-headers-4.4.38-v7*»
root@raspi-desktop:~/Téléchargements/DisplayLink-USB-Graphics-Software#


Do you know how to resolve that ?

smacdonald-miov
06-12-2018, 03:29 PM
$ sudo apt-get install raspberrypi-kernel-headers

from https://www.raspberrypi.org/forums/viewtopic.php?t=182116#p1156416

perhaps?

lordaker
06-20-2018, 08:49 AM
Thank you @smacdonald-miov. It's work.
But I have a another question. Can I install this driver on an os Raspbian Stretch ?