Created
May 24, 2016 04:28
-
-
Save Krailon/abb232a64b7b3aeab904292265794e7d to your computer and use it in GitHub Desktop.
Ubuntu 16.04 Kernel Downgrade for ASUS Zenbook UX501VW
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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