自从我升级到 ubuntu 20.04 后,我出现了脉冲噪声,很可能是由于扬声器中的电容器放电所致,我已经能够通过使用以下行将声卡 power_save 参数更改为 0 来解决该问题
echo "0" | sudo tee /sys/module/snd_hda_intel/parameters/power_save
Run Code Online (Sandbox Code Playgroud)
在网站上找到 https://www.linuxquestions.org/questions/ubuntu-63/weird-static-noise-in-headset-on-ubuntu-20-04-a-4175681180/。但每次启动时,我都必须再次进行操作。我怎样才能把这个参数默认设置为0?