DisplayLink Forum

DisplayLink Forum (https://displaylink.org/forum/index.php)
-   Linux and Open Source (https://displaylink.org/forum/forumdisplay.php?f=29)
-   -   driver 4.2 and DIAMOND BVU5500H USB3.0 to HDMI don't work on ubuntu 16.04LTS (https://displaylink.org/forum/showthread.php?t=66218)

trucscreen 08-04-2018 08:05 PM

driver 4.2 and DIAMOND BVU5500H USB3.0 to HDMI don't work on ubuntu 16.04LTS
 
Hello,

I try to connect this monitor samsung syncmaster bx2240 lcd full hd 1080p 21.5'' through a DVI to HDMI adapter to this device https://www.diamondmm.com/product/bv...splay-adapter/.

Then I follow those instructions : https://support.displaylink.com/know...ware-on-ubuntu

But I end up with this in the terminal :

Code:

$ sudo ./displaylink-driver-4.2.29.run
Verifying archive integrity...  100%  All good.
Uncompressing DisplayLink Linux Driver 4.2.29  100% 
DisplayLink Linux Software 4.2.29 install script called: install
Distribution discovered: Ubuntu 16.04.5 LTS
Installing
Configuring EVDI DKMS module
Registering EVDI kernel module with DKMS
Building EVDI kernel module with DKMS
Installing EVDI kernel module to kernel tree
EVDI kernel module built successfully
Installing x64-ubuntu-1604/DisplayLinkManager
Installing libraries
Installing firmware packages
Installing licence file
Adding udev rule for DisplayLink DL-3xxx/5xxx devices

Please read the FAQ
http://support.displaylink.com/knowledgebase/topics/103927-troubleshooting-ubuntu
Warning: dlm.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Job for dlm.service failed because the control process exited with error code. See "systemctl status dlm.service" and "journalctl -xe" for details.

and so I don't have the last line displayed on the tutorial which is
Code:

Starting DLM upstart job
...

What should I do please?

Also here is my config :
Code:

$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "lay|kernel"
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7500M/7600M Series] [1002:6840] (prog-if 00 [VGA controller])
        Kernel driver in use: radeon
        Kernel modules: radeon


retrodaredevil 08-09-2018 10:50 PM

I'm gonna take a few guesses on what you're supposed to do since I feel like I've gotten an error like this a while ago. I'm going to guess you tried running
Code:

systemctl daemon-reload
If not try that first. If not try restarting your computer then try running
Code:

systemctl start dlm
then you can try
Code:

systemctl status dlm
to see if it actually worked.
If none of those worked, do
Code:

displaylink-installer uninstall
then restart, and try to run the installer again. I found that whenver you uninstall it, you have to restart if you want to reinstall it. However, whenever you install it, if it runs correctly, you shouldn't have to restart your computer.

Of course, you'll have to use sudo for most of those commands.


All times are GMT. The time now is 11:24 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.