AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1261336
Accepted
Antoni
Antoni
Asked: 2020-07-23 23:45:53 +0800 CST2020-07-23 23:45:53 +0800 CST 2020-07-23 23:45:53 +0800 CST

内核升级后 Displaylink 驱动程序不起作用

  • 772

我更新了我的内核,5.4.0-42-generic之后我的扩展坞不再工作。所以我尝试重新安装我的驱动程序并收到以下消息。

Verifying archive integrity...  100%   All good.
Uncompressing DisplayLink Linux Driver 5.2.14  100%  
DisplayLink Linux Software 5.2.14 install script called: install
Distribution discovered: Ubuntu 18.04.4 LTS
Installing
Configuring EVDI DKMS module
Registering EVDI kernel module with DKMS
Building EVDI kernel module with DKMS
ERROR (code 3): Failed to build evdi/5.2.14. Consult /var/lib/dkms/evdi/5.2.14/build/make.log for details...

日志

DKMS make.log for evdi-5.2.14 for kernel 5.4.0-42-generic (x86_64)
Thu Jul 23 09:40:00 CEST 2020
make: getcwd: No such file or directory
make: *** No rule to make target 'all'.  Stop.
DKMS make.log for evdi-5.2.14 for kernel 5.4.0-42-generic (x86_64)
Thu Jul 23 09:40:03 CEST 2020
make KBUILD_VERBOSE=1 SUBDIRS=/var/lib/dkms/evdi/5.2.14/build SRCROOT=/var/lib/dkms/evdi/5.2.14/build CONFIG_MODULE_SIG= -C /lib/modules/5.4.0-42-generic/build modules
make[1]: Entering directory '/usr/src/linux-headers-5.4.0-42-generic'
make -f ./Makefile syncconfig
make -f ./scripts/Makefile.build obj=scripts/basic
rm -f .tmp_quiet_recordmcount
make -f ./scripts/Makefile.build obj=scripts/kconfig syncconfig
  flex -oscripts/kconfig/lexer.lex.c -L scripts/kconfig/lexer.l
/bin/sh: 1: flex: not found
scripts/Makefile.host:9: recipe for target 'scripts/kconfig/lexer.lex.c' failed
make[3]: *** [scripts/kconfig/lexer.lex.c] Error 127
make[3]: *** Waiting for unfinished jobs....
  bison -o scripts/kconfig/parser.tab.c --defines=scripts/kconfig/parser.tab.h -t -l scripts/kconfig/parser.y
/bin/sh: 1: bison: not found
scripts/Makefile.host:17: recipe for target 'scripts/kconfig/parser.tab.h' failed
make[3]: *** [scripts/kconfig/parser.tab.h] Error 127
Makefile:594: recipe for target 'syncconfig' failed
make[2]: *** [syncconfig] Error 2
Makefile:704: recipe for target 'include/config/auto.conf.cmd' failed
make[1]: *** [include/config/auto.conf.cmd] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.4.0-42-generic'
Makefile:22: recipe for target 'all' failed
make: *** [all] Error 2

有人可以解决这个问题吗?

编辑:我安装的驱动程序 https://www.displaylink.com/downloads/ubuntu

drivers compiling displaylink kernel
  • 4 4 个回答
  • 5478 Views

4 个回答

  • Voted
  1. Best Answer
    john
    2020-07-25T03:34:10+08:002020-07-25T03:34:10+08:00

    在更新到 displaylink 驱动程序 5.3.1 后,我在 ubuntu_18.04、内核 5.4.0 和 displaylink 驱动程序 5.2 上遇到了同样的问题,它又开始工作了。显然 5.3.1 也适用于 ubuntu 18.04,尽管在概述页面中没有提到。

    • 6
  2. Paul P
    2021-02-22T05:24:48+08:002021-02-22T05:24:48+08:00

    我在 a和 a上使用Ubuntu 18.04.5 LTS内核版本时遇到了完全相同的问题。5.4.0-65-genericToshiba Portégé X30-E-133Toshiba Dynadock 4K USB 3.0

    使用 DisplayLink 官方网站上的“最新官方驱动程序”(适用于 Ubuntu 的 DisplayLink USB 图形软件,Ubuntu 20.04,发行版:5.3.1 | 2020 年 5 月 5 日)对我有用。

    我使用的确切文件是这个。

    只需下载、解压缩、使.run文件可执行并运行即可。

    安装后需要重新启动,然后扩展坞立即工作(屏幕连接到 HDMI 端口、声音和 USB)。

    系统已经安装了4.4版本,但是连接到 HDMI 端口的屏幕​​没有显示在 Ubuntu 下System Settings -> Display and Monitor,这就是更新的原因。

    在运行新版本的安装程序之前,我没有以任何方式卸载旧版本。

    • 2
  3. kbernatjanusziewicz
    2020-07-24T06:24:38+08:002020-07-24T06:24:38+08:00

    我遇到了与提到的相同的问题。

    最近的内核更新肯定是这样。您应该尝试做的第一步是使用以前的内核版本启动 ubuntu。为此,请转到Ubuntu 的高级选项并在标有 * 的版本下选择第一个内核版本。

    系统启动时,像以前尝试的那样重新安装 displaylink 驱动程序。

    就我而言,这有帮助。

    • 0
  4. K.Wolfram
    2020-08-13T00:23:28+08:002020-08-13T00:23:28+08:00

    我在 ubuntu 18.04 上遇到了同样的问题。从一天到另一天,扩展坞不再工作 - 更准确地说,屏幕是空白的,但 USB 设备仍在工作。尝试重新安装 ubuntu 18.04 的 DisplayLink 驱动程序。如上所述结束(无法构建 evdi/5.2.14。[...])。安装最新的 ubuntu 20.04 驱动程序。然后为我工作。

    • 0

相关问题

  • 类似于 Eyefinity 的东西?

  • Ubuntu 是否支持与 SSD 一起使用的 TRIM 命令?

  • 使用 apt-get upgrade 时如何强制安装内核更新?

  • 在哪里可以找到 Brother HL-2170W 64 位打印机驱动程序?

  • 什么可能会阻止 xrandr 屏幕之间的鼠标移动?[关闭]

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve