Skip to content

Instantly share code, notes, and snippets.

@djalexkidd
Created December 12, 2023 18:06
Show Gist options
  • Save djalexkidd/eb75f7d92cc0489650d210317a5b92e7 to your computer and use it in GitHub Desktop.
Save djalexkidd/eb75f7d92cc0489650d210317a5b92e7 to your computer and use it in GitHub Desktop.
Fix Realtek HD Audio on PipeWire

If your sound card dies when unplugging your headphones and need to restart PipeWire/WirePlumber to reuse your headphones, you need to disable the sound card's power management.

To disable power_save permanently run

sudo tee /etc/modprobe.d/snd-hda-intel.conf <<< "options snd_hda_intel power_save=0"

Reboot to apply.

Source

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