PDA

View Full Version : Cannot install drivers in Ubuntu 22.04. Screen not working


nikoleto
07-09-2022, 01:03 PM
Hi Team,

I'm using Ubuntu 22.04 and when I follow the steps provided in https://support.displaylink.com/knowledgebase/articles/684649 I get the following result

OS: Ubuntu 22.04 LTS x86_64
Kernel: 5.11.0-25-generic
GPU: Intel 2nd Generation Core Proce
CPU: Intel i7-2640M (4) @ 3.500GHz


<pre>sudo ./displaylink-driver-5.6.0-59.176.run
Verifying archive integrity... 100% MD5 checksums are OK. All good.
Uncompressing DisplayLink Linux Driver 5.6.0-59.176 100%
Distribution discovered: Ubuntu 22.04 LTS
Unsatisfied dependencies. Missing component: Linux headers for running kernel, 5.11.0-25-generic.
This is a fatal error, cannot install DisplayLink Linux Software.
</pre>



<pre>lsusb -d 17e9:
Bus 004 Device 010: ID 17e9:6000 DisplayLink USB3.0 5K Graphic Docking</pre>

a1ecbr0wn
07-13-2022, 04:35 PM
Hi Nicoleto

What you need to look for with apt is the matching 'linux-headers' package that corresponds to your kernel.

I am on Ubuntu 22.04 and I can't find it for that version of kernel so you may need to do that upgrade first. I have a feeling that 5.11 version of the kernel was part of the 20.04 distro.

This is what apt tells me that I installed:
linux-headers-5.15.0-41-generic/jammy-updates,jammy-security,now 5.15.0-41.44 amd64 [installed,automatic]

nikoleto
07-15-2022, 02:49 PM
Took the drastic approach and reinstall Ubuntu 22.04:D