DisplayLink Forum

DisplayLink Forum (https://displaylink.org/forum/index.php)
-   Linux and Open Source (https://displaylink.org/forum/forumdisplay.php?f=29)
-   -   Problem with installation of driver of DisplayLink Adapter (https://displaylink.org/forum/showthread.php?t=66155)

lordaker 06-12-2018 09:47 AM

Problem with installation of driver of DisplayLink Adapter
 
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

And follow the process here:

How to install DisplayLink on Ubuntu

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

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:
Code:

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 04:29 PM

Code:

$ sudo apt-get install raspberrypi-kernel-headers
from https://www.raspberrypi.org/forums/v...82116#p1156416

perhaps?

lordaker 06-20-2018 09: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 ?


All times are GMT. The time now is 08:58 AM.

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