Buzzing sound, random crack from speakers

Thanks but too complicate for me that I’m new on linux, I don’t have any "pipewire.conf " file to edit on “etc/pipewire” and I don’t know how edit a file as superuser too.

Thanks for the hint. This solved my issue. But I had to modify your command a bit, otherwise the apostrophes get copied to the conf-file.

Command working for me was:

echo options snd-hda-intel power_save=0 power_save_controller=N | sudo tee /etc/modprobe.d/hda.conf

EDIT: My machine is a Dell Precision 5560 (maybe that’s of interest for some)

Yes without the " " command is working for me too
echo options snd-hda-intel power_save=0 power_save_controller=N | sudo tee /etc/modprobe.d/hda.conf

No more buzzing sound from speakers

These are wrong quotes:

Straight ones work fine.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.