DisplayLink / evdi

Extensible Virtual Display Interface
MIT License
705 stars 184 forks source link

Fails to install on Archlinux LTS kernel 5.15.25-1-lts #349

Closed prakash2033 closed 2 years ago

prakash2033 commented 2 years ago
displaylink-emajewsk commented 2 years ago

it's not make install the proper command to install evdi is meant to be: make && sudo make install_dkms and sudo make uninstall_dkms to uninstall

prakash2033 commented 2 years ago

image

displaylink-emajewsk commented 2 years ago

Sorry, I failed to mention that you should be in the module directory

prakash2033 commented 2 years ago

Thanks it worked!

brccabral commented 2 years ago

I have just upgraded Ubuntu from 20.04 to 22.04 which upgrades the kernel to 5.15.0-25-generic and had to execute the same command. My previous kernel was 5.13 and evdi was already installed. I couldn't find this command in any of the README.md or /docs/*.md. The Makefile doesn't have a help section neither.

Can someone add it to the README.md or create a new file in /docs? Appreciated

git clone https://github.com/DisplayLink/evdi.git
cd evdi
make
cd module
sudo make install install_dkms