I've encountered the following problem: during OS booting, and also some time after audio playback stops, the speakers make a clicking sound and start humming.
This started right after installing Kubuntu 24.04, previously I had Windows 10, no such problems.
After searching on the net I tried disabling power_save (writing to /etc/modprobe.d/alsa-base.conf
file lines:options snd-hda-intel power_save=0 power_save_controller=N
Oroptions snd-hda-intel power_save=0
Either create a separate file sdn_hda_intel.conf
with the same line or disable power_save in sys/modules/snd-hda-intel
- the result is completely absent for all of this :(The power_save
parameter is set to 0, I checked it.What can I do?