Драйвер DisplayLink_Ubuntu_1.0.335
Ставил так
Extract the sources from the binarie
./displaylink-driver-1.0.138.run --keep --noexec
cd displaylink-driver-1.0.138/
Link Kbuild on Makefile (required to find headers)
cd /lib/modules/$(uname -r)/build
sudo ln -s Makefile Kbuild
Uninstall my previous installation (if already installed)
sudo ./displaylink-installer.sh uninstall
sudo rmmod evdi
edit the installer (displaylink-installer.sh) used in previous step and change
line 10: SYSTEMINITDAEMON=systemd
line 13:ATTR{idVendor}=="17e9" instead of ATTR{idVendor}=="179"
run the installer
sudo ./displaylink-installer.sh install