View Single Post
Old 08-26-2015, 09:36 PM   #7
stuguy909
Member
 
Join Date: Aug 2015
Posts: 37
Default found work around, sort of.

A temporary work around to at least get a step further in the process:

run the displaylink-driver-1.0.68.run file with the --keep --noexec options to unpack the files into a directory. cd into that driver directory. edit the displaylink-installer.sh file. Edit the line with SYSTEMINITDAEMON= to be SYSTEMINITDAEMON=systemd

run

Code:
displaylink-installer.sh -install
With my symbolic link work around and editing this file, the driver installs and dlm is installed and started. HOWEVER, on my computer, my system crashed. After reboot, I am unable to start the displaylink.service because it is masked.

Code:
# systemctl start displaylink.service
Failed to start displaylink.service: Unit displaylink.service is masked.
Edit: kicked off:

Code:
# systemctl -a
UNIT                                                                        LOAD      ACTIVE   SUB       DESCRIPTION
● display-manager.service                                                     not-found inactive dead      display-manager.service

Last edited by stuguy909; 08-26-2015 at 09:40 PM. Reason: More troubleshooting
stuguy909 is offline   Reply With Quote