PDA

View Full Version : Error installing display link on Ubuntu 16.04


Bacms
07-13-2016, 11:04 AM
Hi everyone,

I am trying to install the latest DisplayLink driver on ubuntu 16.04

sudo ./displaylink-driver-1.1.62.run
Verifying archive integrity... All good.
Uncompressing DisplayLink Linux Driver 1.1.62 100%
DisplayLink Linux Software 1.1.62 install script called: install
Distribution discovered: Ubuntu 16.04 LTS
Installing
Configuring EVDI DKMS module
Registering EVDI kernel module with DKMS
Building EVDI kernel module with DKMS
Installing EVDI kernel module to kernel tree
EVDI kernel module built successfully
Installing x64/DisplayLinkManager
Installing libraries
Installing firmware packages
Installing license file
Adding udev rule for DisplayLink DL-3xxx/5xxx devices
Starting DLM systemd service
Job for displaylink.service failed because the control process exited with error code. See "systemctl status displaylink.service" and "journalctl -xe" for details.

Can anyone help?

Bacms
07-13-2016, 12:27 PM
I forgot to attach the DLSupport logs

upwelling
07-13-2016, 05:22 PM
I had the same issue, but I think once you disable security boot in BIOS, the error goes away.
I forgot to attach the DLSupport logs

federico2p
07-14-2016, 07:53 AM
I had the same problem on ubuntu 16.04 with da100 on dell xps 9350

./displaylink-driver-1.1.62.run
Verifying archive integrity... All good.
Uncompressing DisplayLink Linux Driver 1.1.62 100%
DisplayLink Linux Software 1.1.62 install script called: install
Distribution discovered: Ubuntu 16.04 LTS
Installing
Configuring EVDI DKMS module
Registering EVDI kernel module with DKMS
Building EVDI kernel module with DKMS
Installing EVDI kernel module to kernel tree
EVDI kernel module built successfully
Installing x64/DisplayLinkManager
Installing libraries
Installing firmware packages
Installing license file
Adding udev rule for DisplayLink DL-3xxx/5xxx devices
Starting DLM systemd service
Created symlink from /etc/systemd/system/graphical.target.wants/displaylink.service to /lib/systemd/system/displaylink.service.
Job for displaylink.service failed because the control process exited with error code. See "systemctl status displaylink.service" and "journalctl -xe" for details.


content of systemctl status displaylink.service

● displaylink.service - DisplayLink Manager Service
Loaded: loaded (/lib/systemd/system/displaylink.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since gio 2016-07-14 09:52:39 CEST; 1s ago
Process: 642 ExecStartPre=/sbin/modprobe evdi (code=exited, status=1/FAILURE)

lug 14 09:52:39 geekashmir-XPS-13-9350 systemd[1]: Failed to start DisplayLink Manager Service.
lug 14 09:52:39 geekashmir-XPS-13-9350 systemd[1]: displaylink.service: Unit entered failed state.
lug 14 09:52:39 geekashmir-XPS-13-9350 systemd[1]: displaylink.service: Failed with result 'exit-code'.

thanks for support

Bacms
07-14-2016, 10:33 AM
I figured it out. The problem has you mentioned is that with secure boot enabled you can't install the EVDI kernel because it is not signed. So you have two options one as already been mentioned is deactivate secure boot.

The other alternative and in my opinion better alternative is to sign the kernel yourself

blu_oreo
12-09-2016, 10:45 PM
Hi all,

I have the same issue. I managed to have it working by disabling the bios security. However, I would like to self sign the module to have the secure version of the boot.

Is there someone with the instructions/ steps to follow to sign the module that is causing the problem? Any reply is much appreciated.

Thanks in advance.

Andrea

mlukaszek
12-12-2016, 11:17 AM
Hi,

Some hints for secure boot are given in the "important note" in the sticky post with release announcements.

Cheers,
Michal

blu_oreo
12-12-2016, 12:59 PM
Hi Michal,

thanks for your post. Actually I read it and I performed the steps in the ubuntu guide/example related to virtual box.
But I am kind of stuck when I have to provide the path and name of the module to sign. Can you shed some light on it?

Thanks in advance

Andrea