Thursday, August 26, 2021

Ubuntu periodic audio clicking

 This website shows how to resolve the problem, including a test fix:

echo 0 | sudo tee /sys/module/snd_hda_intel/parameters/power_save
Then a final fix:
echo 0 > /sys/module/snd_hda_intel/parameters/power_save

Always good to see that test vectors are provided before actually doing some change.