Skip to content

Instantly share code, notes, and snippets.

@davestephens
Last active August 20, 2017 21:46
Show Gist options
  • Save davestephens/f126c157799681114d7e2cb918f54d5d to your computer and use it in GitHub Desktop.
Save davestephens/f126c157799681114d7e2cb918f54d5d to your computer and use it in GitHub Desktop.
Ubuntu on Dell Inspiron 7560

This is a collection of my notes about ironing out weird quirks with this laptop and Ubuntu. When I first got it, I think it was one of only two or three Kaby Lake Laptops available and there were loads of annoyances, thankfully things are now a lot better!

Trackpad

The trackpad was initially detected as the wrong thing. I found the solution here, specifically the bit about blacklisting the designware driver:

Add /etc/modprobe.d/synaptics.conf with this line:

blacklist i2c-designware-platform

Hibernation

Needed to install the latest Ubuntu kernel to get hibernation working properly.

https://askubuntu.com/questions/119080/how-to-update-kernel-to-the-latest-mainline-version-without-any-distro-upgrade

Firmware

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