View Single Post
Old 08-27-2015, 09:57 PM   #13
guerrierk
Junior Member
 
Join Date: Jul 2015
Posts: 21
Default

To help users in solving problem about the displaylink, some tests could be done :
Code:
# lsmod | grep evdi
It must return some lines with evdi module
Code:
# dmesg | grep -i display
It must not return any error.

Finally these two command should display services as active
Code:
# systemctl status display-manager.service
# systemctl status displaylink.service
If all of these command are correct, your device should be correctly detected and usable.

;-)
guerrierk is offline   Reply With Quote