Ubuntu Pastebin

Paste from Драйвер at Thu, 7 Apr 2016 08:20:04 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
Драйвер 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
Download as text