|
|
Thread Tools | Search this Thread | Display Modes |
02-20-2024, 03:42 PM | #1 |
Junior Member
Join Date: Jul 2020
Posts: 4
|
Errors installing DisplayLink drivers after upgrading to Ubuntu 22.04
OS: Ubuntu 22.04
Kernel: 5.15.0-94-generic DisplayLink was working before upgrading to Ubuntu 22.04. Afterwards, it does not. I uninstalled the old version (it was the standalone installer): Code:
sudo displaylink-driver uninstall I get the following: Code:
Building module: cleaning build area... make -j12 KERNELRELEASE=5.15.0-94-generic all INCLUDEDIR=/lib/modules/5.15.0-94-generic/build/include KVERSION=5.15.0-94-generic DKMS_BUILD=1...(bad exit status: 2) ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/evdi.0.crash' Error! Bad return status for module build on kernel: 5.15.0-94-generic (x86_64) Consult /var/lib/dkms/evdi/1.14.2/build/make.log for more information. dpkg: error processing package evdi (--configure): installed evdi package post-installation script subprocess returned error exit status 10 dpkg: dependency problems prevent configuration of displaylink-driver: displaylink-driver depends on evdi (>= 1.14.1); however: Package evdi is not configured yet. displaylink-driver depends on evdi (<< 1.15.0); however: Package evdi is not configured yet. dpkg: error processing package displaylink-driver (--configure): dependency problems - leaving unconfigured No apport report written because the error message indicates its a followup error from a previous failure. Errors were encountered while processing: evdi displaylink-driver E: Sub-process /usr/bin/dpkg returned an error code (1) Code:
DKMS make.log for evdi-1.14.2 for kernel 5.15.0-94-generic (x86_64) Tue Feb 20 10:11:32 AM EST 2024 make KBUILD_VERBOSE=1 M=/var/lib/dkms/evdi/1.14.2/build SUBDIRS=/var/lib/dkms/evdi/1.14.2/build SRCROOT=/var/lib/dkms/evdi/1.14.2/build CONFIG_MODULE_SIG= -C /lib/modules/5.15.0-94-generic/build modules make[1]: Entering directory '/usr/src/linux-headers-5.15.0-94-generic' test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ echo >&2; \ echo >&2 " ERROR: Kernel configuration is invalid."; \ echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo >&2 ; \ /bin/false) ERROR: Kernel configuration is invalid. include/generated/autoconf.h or include/config/auto.conf are missing. Run 'make oldconfig && make prepare' on kernel src to fix it. make[1]: *** [Makefile:758: include/config/auto.conf] Error 1 make[1]: Leaving directory '/usr/src/linux-headers-5.15.0-94-generic' make: *** [Makefile:38: all] Error 2 Code:
$ lsusb -d 17e9: Bus 004 Device 004: ID 17e9:6012 DisplayLink Plugable UD-ULTC4K Last edited by Chuck; 02-20-2024 at 08:12 PM. Reason: add contents of make.log |
02-20-2024, 11:05 PM | #2 |
Junior Member
Join Date: Jul 2020
Posts: 4
|
Update - I was able to get it working after (I believe) doing a reinstall of the kernel headers:
Code:
sudo apt install --reinstall linux-headers-$(uname -r) |
Thread Tools | Search this Thread |
Display Modes | |
|
|