DisplayLink / evdi

Extensible Virtual Display Interface
MIT License
715 stars 187 forks source link

Module evdi not found in directory /lib/modules/6.10.3-arch1-2 #485

Closed rbeucher closed 3 months ago

rbeucher commented 3 months ago

Hi,

I have just hit that issue after upgrading my system this morning (Arch Linux, Kernel 6.10.3) My diplayport monitors are not detected. The journal shows that the displaylink system is down and cannot find evdi. I have tried to update evdi using the git repo (AUR evdi-git package) without luck...

Aug 12 09:42:27 njord systemd[1]: Starting DisplayLink Manager Service...
Aug 12 09:42:27 njord modprobe[2976]: modprobe: FATAL: Module evdi not found in directory /lib/modules/6.10.3-arch1-2
Aug 12 09:42:27 njord systemd[1]: displaylink.service: Control process exited, code=exited, status=1/FAILURE
Aug 12 09:42:27 njord systemd[1]: displaylink.service: Failed with result 'exit-code'.
Aug 12 09:42:27 njord systemd[1]: Failed to start DisplayLink Manager Service.
lines 4261-4316/4316 (END)

Thanks for your help!

wvdakker commented 3 months ago

Perhaps the solution in #481 works for you. You have to rebuild the evdi module with dkms.

rbeucher commented 3 months ago

Thanks @wvdakker. Yes, that fixed the issue.