DisplayLink Driver for GNU/Linux

I located this githup project to install a DisplayLink driver into GNU/Linux:

The problem is that apparently a dependency is missing:

Cannot continue without linux-headers-4.14.2-clockworkpi-cpi3-ge499fae. Aborting.

Any ideas?

If you print the kernel release on the GameShell you get this:

$ uname -r
4.14.2-clockworkpi-cpi3-ge499fae

Line 40 of displaylink-debian.sh shows:

deps=(unzip linux-headers-$(uname -r) dkms lsb-release linux-source)

But the package linux-headers-4.14.2-clockworkpi-cpi3-ge499fae does not exist!

My best guess would be to replace linux-headers-$(uname -r) in the script by linux-headers-4.9.0-8-all-armhf but I do not want to mess up your system (since the kernel is version 4.14.2).

Another option might be replacing it by linux-libc-dev-armhf-cross.

Well, I finally got around to trying your suggestion. I changed the line to use linux-libc-dev-armhf-cross. It installed! Unfortunately, it also broke the video mode so that Launcher just didn’t launch. It actually did activate the DisplayLink screen. It just couldn’t display anything.

I ended up having to re-flash the SD card and reconfigure and restore my backup home folder. Back to normal again… I think I’ll wait to try again someday.

Sorry for bumping such an old thread, but I have a similar problem and thought to post here instead of creating a new thread.

Well,

cpi@clockworkpi:~$ uname -r
4.20.0-clockworkpi-cpi3-00001-ga2b7682c5366

but

cpi@clockworkpi:~$ apt-cache search linux-headers-4
linux-headers-4.19.0-5-all - All header files for Linux 4.19 (meta-package)
linux-headers-4.19.0-5-all-armhf - All header files for Linux 4.19 (meta-package)
linux-headers-4.19.0-5-armmp - Header files for Linux 4.19.0-5-armmp
linux-headers-4.19.0-5-armmp-lpae - Header files for Linux 4.19.0-5-armmp-lpae
linux-headers-4.19.0-5-common - Common header files for Linux 4.19.0-5
linux-headers-4.19.0-5-common-rt - Common header files for Linux 4.19.0-5-rt
linux-headers-4.19.0-5-rt-armmp - Header files for Linux 4.19.0-5-rt-armmp

How can we install the latest 4.20 linux headers? I performed apt-get update and upgrade but no success.