Skip to content

Instantly share code, notes, and snippets.

@aejh
Created July 2, 2021 08:13
Show Gist options
  • Save aejh/66ec8eeddf08af708caea8a77e354804 to your computer and use it in GitHub Desktop.
Save aejh/66ec8eeddf08af708caea8a77e354804 to your computer and use it in GitHub Desktop.
Pulseaudio buzzing when idle
# Caused by the suspend on idle module, disable it
sudo sed -i -e 's/load-module module-suspend-on-idle/#\0/' /etc/pulse/default.pa /etc/pulse/system.pa
# Restart PA (assumes auto restart)
pulseaudio -k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment