Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save george-haddad/357f75d53714308075410b09677b502a to your computer and use it in GitHub Desktop.
Save george-haddad/357f75d53714308075410b09677b502a to your computer and use it in GitHub Desktop.
Updating synaptics driver on Ubuntu for Dell docking station to work

I use a big docking station block that allows me yo use 3 monitors with my laptop. At times when a fully Ubuntu system update occurs it breaks the driver. The solution is to either re-install the existing driver or update to a new one.

Follow instructions here from Synaptics

# Download deb repo file and install it

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

sudo apt update

sudo apt install displaylink-driver

It should fix itself in realtime without restarting.

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