DisplayLink / evdi

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

Evdi 1.14.4 works well on 6.9.3 and 6.8.9, but not on 6.8.10 ;) #471

Open sabinich opened 3 months ago

sabinich commented 3 months ago

Hello! JFYI ;) Thank you for regularly update evdi with changes, which helps for performance on additional screens.

ricardoromanj commented 3 months ago

@sabinich how did you get it to work on 6.9.3? It still fails with modprobe: FATAL: Module evdi not found in directory /lib/modules/6.9.3-arch1-1.

sabinich commented 3 months ago

@sabinich how did you get it to work on 6.9.3? It still fails with modprobe: FATAL: Module evdi not found in directory /lib/modules/6.9.3-arch1-1.

I didn't do anything. It works from at box on Ubuntu with xanmod kernel.

user@pc:~$ uname -a
Linux pc 6.9.3-x64v3-xanmod1 #0~20240531.gf097943 SMP PREEMPT_DYNAMIC Fri May 31 03:42:16 UTC x86_64 x86_64 x86_64 GNU/Linux

use@pc:~$ find  /lib/modules/6.9.3-x64v3-xanmod1/ -type f -name "evdi*"
/lib/modules/6.9.3-x64v3-xanmod1/updates/dkms/evdi.ko

use@pc:~$ systemctl status displaylink-driver
● displaylink-driver.service - DisplayLink Driver Service
     Loaded: loaded (/lib/systemd/system/displaylink-driver.service; static)
     Active: active (running) since Sat 2024-06-15 16:26:28 MSK; 2min 25s ago
    Process: 123048 ExecStartPre=/bin/sh -c modprobe evdi || (dkms install $(ls -t /usr/src | grep evdi | head -n1  | sed -e "s:-:/:") && modprobe evdi) (code=exited, status=0/SUCCESS)
   Main PID: 123050 (DisplayLinkMana)
      Tasks: 56 (limit: 35684)
     Memory: 104.0M
        CPU: 32.956s
     CGroup: /system.slice/displaylink-driver.service
             └─123050 /opt/displaylink/DisplayLinkManager

jun 15 16:26:28 pc systemd[1]: Starting DisplayLink Driver Service...
jun 15 16:26:28 pc systemd[1]: Started DisplayLink Driver Service.