Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Forked from noahp/dell-D6000-dock-ubuntu.md
Created February 6, 2021 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antunesleo/6809f2239dddd7d0cfc688e408cb0d70 to your computer and use it in GitHub Desktop.
Save antunesleo/6809f2239dddd7d0cfc688e408cb0d70 to your computer and use it in GitHub Desktop.
Dell Universal Dock D6000 on ubuntu

Caveats

TLDR

  1. download driver from http://www.displaylink.com/downloads/ubuntu
  2. unpack
unzip DisplayLink\ USB\ Graphics\ Software\ for\ Ubuntu\ 4.4.zip
  1. install dependencies
sudo apt install dkms
  1. install displaylink
cd DisplayLink\ USB\ Graphics\ Software\ for\ Ubuntu\ 4.4
# set script executable
chmod +x ./displaylink-driver-4.4.24.run
# run it
sudo ./displaylink-driver-4.4.24.run

References

Dock

Main info page for the device: https://www.dell.com/support/article/us/en/04/sln308795/dell-universal-dock-d6000-technical-specifications-and-usage-guide?lang=en

Driver download page

http://www.displaylink.com/downloads/ubuntu

Information on installing the displaylink driver

https://support.displaylink.com/knowledgebase/articles/684649-how-to-install-displaylink-software-on-ubuntu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment