Alex Potapenko ← DisplayLink Support My feedback 1 result found Make the Linux driver open source and get it into the kernel 1,047 votes vote vote vote vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 72 comments · DisplayLink Feature Suggestions · delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment Alex Potapenko commented · 21 December, 2019 · Edit… · delete… I've written a patch for 5.2.14 dkms module for Linux 5.4.x compatibility: https://gist.github.com/alllexx88/1aebabd49da990089a489cb4f5c94698 You can apply it as follows: wget -q -O- https://gist.githubusercontent.com/alllexx88/1aebabd49da990089a489cb4f5c94698/raw/c0856b2ab2d15f534686f8bbaa8ee48e8d93b4d6/DisplayLink-5.2.14-Linux-5.4.patch | sudo patch -p1 -d /usr/src/evdi-5.2.14 Then make sure your compiler (/usr/bin/cc) matches the version used to build your kernel (e.g., atm for kernel 5.4.x installed on Ubuntu using ukuu it has to be 9.2.1) and build+install the dkms module: sudo dkms install evdi/5.2.14 Save Submitting...
I've written a patch for 5.2.14 dkms module for Linux 5.4.x compatibility: https://gist.github.com/alllexx88/1aebabd49da990089a489cb4f5c94698
You can apply it as follows:
wget -q -O- https://gist.githubusercontent.com/alllexx88/1aebabd49da990089a489cb4f5c94698/raw/c0856b2ab2d15f534686f8bbaa8ee48e8d93b4d6/DisplayLink-5.2.14-Linux-5.4.patch | sudo patch -p1 -d /usr/src/evdi-5.2.14
Then make sure your compiler (/usr/bin/cc) matches the version used to build your kernel (e.g., atm for kernel 5.4.x installed on Ubuntu using ukuu it has to be 9.2.1) and build+install the dkms module:
sudo dkms install evdi/5.2.14