Skip to content

Instantly share code, notes, and snippets.

@linrunner
Created July 15, 2013 05:25
Show Gist options
  • Save linrunner/5997665 to your computer and use it in GitHub Desktop.
Save linrunner/5997665 to your computer and use it in GitHub Desktop.
Disable pm-utils power.d hooks
#!/bin/sh
for i in 95hdparm-apm disable_wol hal-cd-polling intel-audio-powersave harddrive \
laptop-mode journal-commit pci_devices pcie_aspm readahead sata_alpm \
sched-powersave usb_bluetooth wireless xfs_buffer; do
touch /etc/pm/power.d/$i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment