Skip to content

Instantly share code, notes, and snippets.

@cesarvargas00
Last active February 17, 2020 02:36
Show Gist options
  • Save cesarvargas00/2741950fd39a0ae9321781f3f3954e4f to your computer and use it in GitHub Desktop.
Save cesarvargas00/2741950fd39a0ae9321781f3f3954e4f to your computer and use it in GitHub Desktop.
Fixes Razer Blade Infinite Loop and Hibernation Stall
echo 'blacklist ucsi_ccg' | sudo tee -a /etc/modprobe.d/blacklist.conf #hibernation stall fix. Might have to remove l8r.
sudo sed 's/quiet splash/quiet splash button.lid_init_state=open /g' /etc/default/grub | sudo tee /etc/default/grub #wake up loop fix
sudo update-grub #save kernel params to grub
echo 'razer blade configurado...'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment