Displaylink.service failed

Hey Everyone, I am new to the world of linux and i found a similar thread on the form that didnt work for me. I have a tagrus USB dock that uses displaylink however when i follow along the archWiki. I get stuck on step2 the enable stepโ€ฆ

THE ERROR I GET:


Job for displaylink.service failed because the control process exited with error code.
See "systemctl status displaylink.service" and "journalctl -xeu displaylink.service" for details.

SYSTEMCTL STATUS DISPLAYLINK.SERVICE:

โ— displaylink.service - DisplayLink Manager Service
     Loaded: loaded (/usr/lib/systemd/system/displaylink.service; disabled; vendor preset: d>
     Active: activating (auto-restart) (Result: exit-code) since Tue 2021-10-05 12:06:37 EDT>
    Process: 24554 ExecStartPre=/sbin/modprobe evdi (code=exited, status=1/FAILURE)
        CPU: 2ms
lines 1-5/5 (END)

JOURNALCTL-XEU DISPLAYLINK.SERVICE:

โ–‘ Defined-By: systemd
โ–‘โ–‘ Support: https://forum.manjaro.org/c/support
โ–‘โ–‘ 
โ–‘โ–‘ A start job for unit displaylink.service has begun execution.
โ–‘โ–‘ 
โ–‘โ–‘ The job identifier is 33183.
Oct 05 12:07:34 minnow modprobe[24572]: modprobe: FATAL: Module evdi not found in directory >
Oct 05 12:07:34 minnow systemd[1]: displaylink.service: Control process exited, code=exited,>
โ–‘โ–‘ Subject: Unit process exited
โ–‘โ–‘ Defined-By: systemd
โ–‘โ–‘ Support: https://forum.manjaro.org/c/support
โ–‘โ–‘ 
โ–‘โ–‘ An ExecStartPre= process belonging to unit displaylink.service has exited.
โ–‘โ–‘ 
โ–‘โ–‘ The process' exit code is 'exited' and its exit status is 1.
Oct 05 12:07:34 minnow systemd[1]: displaylink.service: Failed with result 'exit-code'.
โ–‘โ–‘ Subject: Unit failed
โ–‘โ–‘ Defined-By: systemd
โ–‘โ–‘ Support: https://forum.manjaro.org/c/support
โ–‘โ–‘ 
โ–‘โ–‘ The unit displaylink.service has entered the 'failed' state with result 'exit-code'.
Oct 05 12:07:34 minnow systemd[1]: Failed to start DisplayLink Manager Service.
โ–‘โ–‘ Subject: A start job for unit displaylink.service has failed
โ–‘โ–‘ Defined-By: systemd
โ–‘โ–‘ Support: https://forum.manjaro.org/c/support
โ–‘โ–‘ 
โ–‘โ–‘ A start job for unit displaylink.service has finished with a failure.
โ–‘โ–‘ 
โ–‘โ–‘ The job identifier is 33183 and the job result is failed.

It says โ€œModule evdi not found in directoryโ€ but i know i installed itโ€ฆ is there a different version that i need?

Thanks ahead of time for any help/comments

try in terminal:

systemctl enable displaylink.service

systemctl start displaylink.service

Then check the status with

systemctl  status displaylink.service
1 Like

heres what i got when i did that.

 ๏Œ’ ๎‚ฐ ๏€• ~ ๎‚ฐ systemctl enable displaylink.service                                         ๎‚ฒ โœ” 
Created symlink /etc/systemd/system/graphical.target.wants/displaylink.service โ†’ /usr/lib/systemd/system/displaylink.service.
 ๏Œ’ ๎‚ฐ ๏€• ~ ๎‚ฐ systemctl start displaylink.service                                   ๎‚ฒ โœ” ๎‚ฒ 4s ๏‰’ 
Job for displaylink.service failed because the control process exited with error code.
See "systemctl status displaylink.service" and "journalctl -xeu displaylink.service" for details.
 ๏Œ’ ๎‚ฐ ๏€• ~ ๎‚ฐ systemctl status displaylink.service                                       ๎‚ฒ 1 โœ˜ 
โ— displaylink.service - DisplayLink Manager Service
     Loaded: loaded (/usr/lib/systemd/system/displaylink.service; enabled; vendor preset: di>
     Active: activating (auto-restart) (Result: exit-code) since Wed 2021-10-06 06:01:41 EDT>
    Process: 10652 ExecStartPre=/sbin/modprobe evdi (code=exited, status=1/FAILURE)
        CPU: 2ms
lines 1-5/5 (END)

Maybe this thread will be helpful . It was solved in post#7. Are the Kernel headers installed on your system?

so i tried to reinstall evdi and i got thisโ€ฆ

Warning, `dkms install --no-depmod -m evdi -v 1.9.1 -k 5.13.19-2-MANJARO' returned 10
==> depmod 5.13.19-2-MANJARO
==> Unable to install module evdi/1.9.1 for kernel 4.9.283-1-MANJARO: Missing kernel modules tree.

see comment # 1
https://aur.archlinux.org/packages/evdi/

maybe try evdi-git

1 Like

Ahh that workedโ€ฆ I dont know how i didnt see thatโ€ฆ Thank you for your help!!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.