PDA

View Full Version : Unable to install Ubuntu 16.10


dkeiller
09-02-2016, 05:28 AM
error log attached, and terminal log pasted below:

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 Yakkety Yak (development branch)
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 /etc/systemd/system/graphical.target.wants/displaylink.service → /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.


Displaylink USB is connected properly, terminal log:

$ lsusb -d 17e9:
Bus 003 Device 003: ID 17e9:4307 DisplayLink

mlukaszek
09-02-2016, 03:10 PM
You have secure boot enabled - modules built with DKMS are not signed. Either disable secure boot, or sign the module yourself.

Cheers,
Michal