Skip to content

Instantly share code, notes, and snippets.

@sxiii
Last active June 23, 2021 00:40
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 sxiii/daf7d79e394b7b35bf190e99d878aa07 to your computer and use it in GitHub Desktop.
Save sxiii/daf7d79e394b7b35bf190e99d878aa07 to your computer and use it in GitHub Desktop.
Fix Pulseaudio dying on Macbook Pro and Fedora

Pulseaudio Dies On Macbook Pro 16,1 very often

I fixed it easily

Open this file: /etc/pulse/daemon.conf, for example:

sudo nano /etc/pulse/daemon.conf

Then find the lines realtime-scheduling = yes and realtime-priority = 5 and unomment them by removing ; at the beginning so it becomes:

realtime-scheduling = yes
realtime-priority = 5

Save the file

Re-run the pulseaudio and you're done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment