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.koand/opt/displaylink/libevdi.so - download evdi source code from GitHub
- change the sources as you want (i increased define
MAX_DIRTSto 64) - goto sub-directory
moduleand executemake -C /lib/modules/$(uname -r)/build M=$(pwd) modules
- goto sub-directory
libraryand executemake - finally replace
evdi.koandlibevdi.soin 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: by dfcgen
