Skip to content

Instantly share code, notes, and snippets.

@Krailon
Created May 24, 2016 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Krailon/abb232a64b7b3aeab904292265794e7d to your computer and use it in GitHub Desktop.
Save Krailon/abb232a64b7b3aeab904292265794e7d to your computer and use it in GitHub Desktop.
Ubuntu 16.04 Kernel Downgrade for ASUS Zenbook UX501VW
# Downgrade kernel from 4.4.0 to 4.3.5 to fix...everything really
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3.5-wily/linux-headers-4.3.5-040305-generic_4.3.5-040305.201601311533_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3.5-wily/linux-headers-4.3.5-040305_4.3.5-040305.201601311533_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3.5-wily/linux-image-4.3.5-040305-generic_4.3.5-040305.201601311533_amd64.deb
sudo dpkg -i linux-headers-4.3.5*deb linux-image-4.3.5*deb
sudo apt remove linux-image-4.4.0* linux-headers-4.4.0*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment