3

With Debian stable and proprietary drivers on a Lenovo x1 3rd gen--but not with MS windows 10 on an older Lenovo laptop (using the usb-c to usb-a) and a HP laptop (using usb-c)--I have a problem with the ThinkPad Hybrid USB-C with USB-A Dock: The USB-devices mouse, keyboard, and headset works fine; but the two monitors do not (akin to Pauxlo's experience). What to do?

  1. forget about using this docking station (costly)
  2. install Ubuntu (well, Debian is otherwise nice and installed)
  3. try to make DisplayLink for Ubuntu 2 3 work on Debian (may be quite involved)
  4. ask the question elsewhere e.g. on the displaylink forum, on the linux-hardware.org forum, et cetera.
  5. other alternatives

I have found related issues, some which are solved, others which are still unsolved:

$ lsusb
Bus 004 Device 011: ID 17e9:6015 DisplayLink ThinkPad Hybrid USB-C with USB-A Dock
Johan
  • 399

1 Answers1

3

The solution was as follows, as shown by Tall Paul Tech

  1. download the latest driver for Ubuntu (not following guide to unpack driver for other distros, nor this displaylink-debian)
  2. unzip DisplayLink\ USB\ Graphics\ Software\ for\ Ubuntu5.6.1-EXE.zip
  3. chmod 755 displaylink-driver-5.6.1-59.184.run
  4. sudo ./displaylink-driver-5.6.1-59.184.run

No reboot needed.

Johan
  • 399