DisplayLink and openSuSE Tumbleweed (never ending story??!!)

Please do not reuse old threads. Start a new one for your issue. The packages you are referring to are outdated.

Issue with Kernel 6 now solved.

  1. Install displaylink from community RPM (https://software.opensuse.org/package/displaylink?search_term=DisplayLink)

  2. As per https://aur.archlinux.org/packages/evdi :

As kernel 6.0 compatibility isn’t yet released, the simplest way is adding this to /usr/src/evdi-1.12.0/evdi_drm_drv.h just above #if KERNEL_VERSION(5, 5, 0)…

#if KERNEL_VERSION(6, 0, 0) <= LINUX_VERSION_CODE
#include <drm/drm_framebuffer.h>
#endif

and running

dkms autoinstall
rcdisplaylink restart

Now I can use my Dell D3100 again.