Skip to content

Instantly share code, notes, and snippets.

@electron0zero
Forked from noahp/dell-D6000-dock-ubuntu.md
Last active September 19, 2023 17:24
Show Gist options
  • Save electron0zero/ae25ee82989fe3e7b6d531c220bd75af to your computer and use it in GitHub Desktop.
Save electron0zero/ae25ee82989fe3e7b6d531c220bd75af to your computer and use it in GitHub Desktop.
Dell Universal Dock D6000 on ubuntu - Updated Sep 19, 2023

Caveats

TLDR

  1. download driver from http://www.displaylink.com/downloads/ubuntu (redirects to https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu)

Synaptics APT Repository

Download the Synaptics APT Repository and follow steps on the website.

image

To add the repository to your APT sources, first download the "Synaptics APT Repository" package below, then follow these steps to install DisplayLink driver. Note: uninstall the standalone driver version before switching to APT method.

sudo apt install ./Downloads/synaptics-repository-keyring.deb

Remember to type the correct path to the location of the package on your filesystem.

Then, update your APT cache.

sudo apt update

The next part of the installation of DisplayLink drivers is to proceed with the actual installation using the following command.

sudo apt install displaylink-driver

Standalone Installer

Download the driver package, I see a file with following name in my case DisplayLink USB Graphics Software for Ubuntu5.8-EXE.zip

unzip DisplayLink\ USB\ Graphics\ Software\ for\ Ubuntu\5.8-EXE.zip
  • install dependencies
sudo apt install dkms
  • install displaylink
cd DisplayLink\ USB\ Graphics\ Software\ for\ Ubuntu5.8-EXE/

# set script executable
chmod +x ./displaylink-driver-5.8.0-63.33.run
# run it
sudo ./displaylink-driver-5.8.0-63.33.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