linux:install:build-evdi
Building evdi
The procedure below is mainly based on this description:1)
- install the following packages:
linux-source
,linux-headers-generic
,libssl-dev
,libdrm-dev
- backup original files
/lib/modules/$(uname -r)/updates/dkms/evdi.ko
and/opt/displaylink/libevdi.so
- download evdi source code from GitHub
- change the sources as you want (i increased define
MAX_DIRTS
to 64) - goto sub-directory
module
and executemake -C /lib/modules/$(uname -r)/build M=$(pwd) modules
- goto sub-directory
library
and executemake
- finally replace
evdi.ko
andlibevdi.so
in your filesystem or install itsudo make -n -C /lib/modules/$(uname -r)/build INSTALL_MOD_DIR=updates M=$(pwd) modules_install
1)
See also Linux kernel documentation on topic Building External Modules.
linux/install/build-evdi.txt · Last modified: 2017/12/09 17:33 by dfcgen