View Single Post
Old 12-12-2017, 10:02 PM   #1
Artem
Junior Member
 
Join Date: Dec 2017
Posts: 6
Default USB3.0->HDMI recognised as Audio device

Ubuntu 16.04 LTS
kernel: 4.4.0-64-generic.
WAVLINK WL-UG5501H adapter USB3.0->HDMI.

Code:
artem@artem-VPCF12M0E:~/Downloads$ sudo  ./displaylink-driver-1.4.210.run
[sudo] password for artem: 
Verifying archive integrity... All good.
Uncompressing DisplayLink Linux Driver 1.4.210  100%  
DisplayLink Linux Software 1.4.210 install script called: install
Distribution discovered: Ubuntu 16.04.3 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
Code:
artem@artem-VPCF12M0E:~/Downloads$ systemctl status dlm.service
● dlm.service - DisplayLink Manager Service
   Loaded: loaded (/lib/systemd/system/dlm.service; static; vendor preset: enabled)
   Active: active (running) since Tue 2017-12-12 16:42:04 EST; 2s ago
  Process: 7261 ExecStartPre=/bin/sh -c modprobe evdi || (dkms install evdi/1.4.210 && modprobe evdi) (code=exited, status=0/SUCCESS)
 Main PID: 7265 (DisplayLinkMana)
   CGroup: /system.slice/dlm.service
           └─7265 /opt/displaylink/DisplayLinkManager

Dec 12 16:42:04 artem-VPCF12M0E systemd[1]: Starting DisplayLink Manager Service...
Dec 12 16:42:04 artem-VPCF12M0E systemd[1]: Started DisplayLink Manager Service.
Code:
artem@artem-VPCF12M0E:~/Downloads$ lsusb -d 17e9:
Bus 002 Device 006: ID 17e9:4301 DisplayLink
Code:
artem@artem-VPCF12M0E:~/Downloads$ sudo lshw
... 
                 *-usb:0
                      description: Audio device
                      product: USB3 to UHD 55
                      vendor: DisplayLink
                      physical id: 1
                      bus info: usb@2:1.1
                      version: 37.73
                      serial: WINS360211028
                      capabilities: usb-2.10 audio-control
                      configuration: driver=snd-usb-audio maxpower=500mA speed=480Mbit/s
...
Will highly appreciate any idea how to fix it...
Attached Images
File Type: jpg Screenshot from 2017-12-12 16-57-11.jpg (17.7 KB, 1 views)
Attached Files
File Type: zip artem-VPCF12M0E_2017-12-25T21:52:13.168117.zip (146.4 KB, 0 views)

Last edited by Artem; 12-26-2017 at 03:02 AM. Reason: Logs added
Artem is offline   Reply With Quote