displaylink-debian
displaylink-debian copied to clipboard
EVDI service version: /sys/devices/evdi/version not found
Hey! I already tried multiple ways to install the evdi kernel but none of them worked. I kindly ask for your support to help me with this problem. I attached the installation output and --debug output for easy reading. There is an error on line 86 of the installation output. I am also attaching the /var/lib/dkms/evdi/1.13.1/build/make.log. Any additional information just ask. Thanks in advance. debug.txt installation_output.txt make.log
Hi there! I am experiencing the same issue.. I have also tried multiple ways to make this work but without any success..
--------------- Linux system info ----------------
Distro: Linuxmint Release: una Kernel: 5.15.0-71-generic
---------------- DisplayLink info ----------------
Driver version: 1.13.1 DisplayLink service status: EVDI service version: /sys/devices/evdi/version not found
------------------ Graphics card -----------------
Vendor: i915 Subsystem: 620 VGA: Intel Corporation UHD Graphics 620 (Whiskey Lake) VGA (3D): X11 version: 1.20.13-1ubuntu1~20.04.8 X11 configs: /etc/X11/xorg.conf.d/20-displaylink.conf
-------------- DisplayLink xorg.conf -------------
File: /etc/X11/xorg.conf.d/20-displaylink.conf Contents: Section "OutputClass" Identifier "DisplayLink" MatchDriver "evdi" Driver "modesetting" Option "AccelMethod" "none" EndSection
-------------------- Monitors --------------------
Providers: number : 1 Provider 0: id: 0x46 cap: 0x9, Source Output, Sink Offload crtcs: 3 outputs: 4 associated providers: 0 name:modesetting
dkms status
evdi, 1.13.1, 5.15.0-71-generic, x86_64: installed
Same issue on my part, I posted an issue right before you (issue #825, yours is #826).
This is probably due to an error when building evdi, see #821 I think this should be closed as duplicate
See https://github.com/AdnanHodzic/displaylink-debian/issues/828#issuecomment-1580946097
I got the same issue on kernel 6.3.0-kali1-amd64. I managed to narrow it down to a missing i915 kernel module.
I waited for a bit and now thanks to the addition of this module to the rolling distro, I was able to sudo apt install evdi-dkms
, reinstall displaylink-debian and change /etc/X11/xorg.conf.d/20-displaylink.conf like mentioned here.
Carefull tho, I had an instance where I got a kernel panic not syncing vfs after a bad update by installing evdi-dkms myself. I had to load in recovery to uninstall displaylink-driver, sudo apt clean
, sudo update-initramfs -u -k 6.3.0-kali1-amd64
and reboot.