Wavlink 无法在 Ubuntu 20.04.4 LTS 上运行 - USB-C 转 HDMI 双显示适配器

Wavlink 无法在 Ubuntu 20.04.4 LTS 上运行 - USB-C 转 HDMI 双显示适配器

我正在尝试在 Ubuntu 20.04.4 上使用两个显示器wavlink UG7602HC USB3.0/USB-C 转 HDMI 双显示适配器(型号:WL-UG7602HC)

$ uname -a
Linux 5.13.0-27-generic Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux

CPU: Intel i5-7400 (4) @ 3.500GHz 
GPU: Intel HD Graphics 630

我在 Ubuntu 20.04 上安装了 DisplayLink 软件(如这里所述)下载自DisplayLink 现已支持 Ubuntu

Distribution discovered: Ubuntu 20.04.4 LTS
WARNING: Version 1.10.1 of EVDI kernel module is already running.

该设备已经连接到系统:

$ lsusb                         
Bus 002 Device 010: ID 090c:0768 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) SMI USB Display

当我尝试连接两个显示器时,什么也没有发生。

两台显示器的分辨率如下:

Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
   1920x1080     60.00*+
   1680x1050     59.95  
   1280x1024     75.02    60.02  
   1440x900      74.98    59.89  
   1280x960      60.00  
   1280x800      59.81  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    60.32  
   640x480       75.00    59.94  
DVI-I-4-4 disconnected (normal left inverted right x axis y axis)
DVI-I-3-3 disconnected (normal left inverted right x axis y axis)
DVI-I-2-2 disconnected (normal left inverted right x axis y axis)
DVI-I-1-1 disconnected (normal left inverted right x axis y axis)

由于某种原因,计算机无法检测到显示器。

有人知道如何解决这个问题吗?

欢迎任何建议:)

谢谢你!

答案1

我从https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu。它是一个 zip 文件,包含两个文件,第一个是说明,第二个是:

$ file displaylink-driver-5.7.0-61.129.run 
displaylink-driver-5.7.0-61.129.run: POSIX shell script executable (binary data)

打开并运行该 .run 文件后chmod 700,它安装了一些软件包并要求我创建密码。然后它重新启动并要求我输入相同的密码。两个显示器(加上我的笔记本电脑)开始工作。

答案2

我遇到了同样的问题,并能够通过以下方式解决:

  • 在 UEFI 中禁用安全启动

  • 卸载 DisplayLink 驱动程序 ->sudo displaylink-installer --uninstall

  • 再次安装驱动(从官方显示页面下载)

  • 重启计算机

相关内容