Skip to content

Instantly share code, notes, and snippets.

@sgillis
Created June 5, 2018 07:51
Show Gist options
  • Save sgillis/4b4f32a7c79e760896b8329c932e5182 to your computer and use it in GitHub Desktop.
Save sgillis/4b4f32a7c79e760896b8329c932e5182 to your computer and use it in GitHub Desktop.
Displaylink Ubuntu 18.04
1. Install displaylink driver: http://www.displaylink.com/downloads/ubuntu
(Install might keep on running without finishing. I guess this is because the kernel module is unable to load.
I killed the process after a while)
2. Sign the binary with kmodsign
`sudo kmodsign sha512 /var/lib/shim-signed/mok/MOK.priv /var/lib/shim-signed/mok/MOK.der /lib/modules/4.15.0-22-generic/updates/dkms/evdi.ko`
3. Make sure the `.der` key is valid (should be availble in `mokutil --list-enrolled`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment