Skip to content

Instantly share code, notes, and snippets.

@noahp
Last active July 20, 2024 22:08
Show Gist options
  • Save noahp/723832ab8d06770bf6f159c573a65934 to your computer and use it in GitHub Desktop.
Save noahp/723832ab8d06770bf6f159c573a65934 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

@ahmeddirie
Copy link

The command below might not work if the right attributes aren't set on the file
sudo ./displaylink-driver-4.4.24.run

Whch will result in
sudo: ./displaylink-driver-4.4.24.run: command not found

You first have to execute the following command to allow the file to be executable
sudo chmod +x displaylink-driver-4.4.24.run

@noahp
Copy link
Author

noahp commented Jun 21, 2019

Thanks @ahmeddiri! fixed it with that information.

@carolpettirossi
Copy link

I'm trying to use it with 3 monitors connected via USB-C. However, it only works the 2 DP monitors. The HDMI doesn't work. If I disconnect one DP then the HDMI works.

@noahp
Copy link
Author

noahp commented Sep 4, 2020

I'm trying to use it with 3 monitors connected via USB-C. However, it only works the 2 DP monitors. The HDMI doesn't work. If I disconnect one DP then the HDMI works.

Ah yeah, I think the hardware only supports 2 simultaneous outputs :( I never got all 3 to work at the same time.

@diomenezes
Copy link

How I can Remove ?

@noahp
Copy link
Author

noahp commented Oct 22, 2020

How I can Remove ?

This may do it: https://support.displaylink.com/knowledgebase/articles/683699-how-to-uninstall-displaylink-ubuntu-software
I don't have this dock anymore so I can't test myself.

@krasnosvar
Copy link

Thanks, works great with dell d6000 series on lenovo legion ( Ubuntu 20.04)

@prasannakayastha
Copy link

D6000 driver for Debian?

@krasnosvar
Copy link

krasnosvar commented Aug 21, 2021

@antoineroux
Copy link

That fixed my problem, thanks a lot !

@silverSl1DE
Copy link

just tested:
Lenovo T14 Gen3 AMD
Dell Dock WD19s
same displaylink drivers
up to FOUR screens possible:
1x Laptop + 2x DP + 1x HDMI
or
1x Laptop + 2x DP + 1x DP over USB-C

@Pado123
Copy link

Pado123 commented Nov 8, 2023

Just tested for:
Ubuntu 22.04 LTS
MSI Modern 15
11th Gen Intel® Core™ i7-1195G7 @ 2.90GHz × 8
Mesa Intel® Xe Graphics (TGL GT2)

2 External HDMI Monitors
1 keyboard
1 mouse.

Thanks !

@s-duu-jp
Copy link

working!
thx!

@TheNathanSpace
Copy link

First I changed both default.pa and system.pa like so: https://wiki.archlinux.org/title/DisplayLink#Displays_disconnect_at_random_intervals_when_using_the_Dell_D6000_docking_station

Then I changed my Nvidia driver from proprietary to Nouveau.

Somewhere in here my monitors started working with no graphics issues or docking station disconnects.

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