Display link usb to hdmi not working

Hi - I have been trying to install display link usb to hdmi drivers but they wont install. I am new to linux coming from windows so I am not sure what to do now. Any advice would be appreciated

conradied@darrenZ:~/Downloads$ sudo ./displaylink-driver-5.4.1-55.174.run
Verifying archive integrity... 100% All good.
Uncompressing DisplayLink Linux Driver 5.4.1-55.174 100%
DisplayLink Linux Software 5.4.1-55.174 install script called:
Distribution discovered: Zorin OS 16

Installing

[ Installing EVDI ]
[[ Installing EVDI DKMS module ]]
Error! DKMS tree already contains: evdi-1.9.1
You cannot add the same module/version combo more than once.
EVDI DKMS module already installed.
[[ Installing module configuration files ]]
[[ Installing EVDI library ]]
cc -I../module -std=gnu99 -fPIC -D_FILE_OFFSET_BITS=64 -c -o evdi_lib.o evdi_lib.c
In file included from evdi_lib.c:5:
/usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
9 | # include_next <stdint.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [: evdi_lib.o] Error 1
ERROR: Failed to build evdi library.

Try first with

sudo apt install libevdi0-dev

thank you for replying, done but still the same error...

Check if you have installed evdi-dkms it seems to conflict with the module you're compiling.

Extensible Virtual Display Interface driver kernel module

The Extensible Virtual Display Interface (EVDI) is a Linux kernel
module that enables management of multiple screens, allowing user-space
programs to take control over what happens with the image. It is
essentially a virtual display you can add, remove and receive
screen updates for, in an application that uses the libevdi library.

Can you please provide a link to what you want to compile and why.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.