#sound crackling or popping after inactivity

31 messages · Page 1 of 1 (latest)

foggy reef
#

blade 16 - AMD AI 9 365 + nvidia RTX 5070ti

yeah i’m on arch linux (KDE) using a family 17h/19h/1ah HD audio controller from AMD (honestly, it’s the only controller that outputs sound compared to the nvidia / radeon one) and using pipewire

the sound pops or crackles after some inactivity which is annoying and worries me that it may damage the speaker

any help is appreciated, thank you!!!

crude summit
#

Sounds like its going into powersave mode.

#

I know its a bit of a cookie crumb trail but I highly suspect the audio chip to be put into powersaving as the culprit but... it might be something else, luckily you can test those fix on the fly.
If you get perm issue even with sudo try to log as root since youre messing with hardware directly sudo -i

#

I suggest reading carefuly. Also your chip might be different. You may have to adapt this. Chatbots can somewhat help find the correct sound controller for your board but still be careful, sometimes they tend to be overzealous and tell dangerous commands so refer to the links I sent for commands and adapt to them instead. Specially before making permanent changes.

#

Good luck, these kind of audio issues sucks to troubleshoot.

#

@foggy reef

foggy reef
flint hearthBOT
#

teknishun received a thank you cookie!

crude summit
#

You might have a realtek controller instead of intel

#

Im not on my machine so its a bit hard to figure out on top of my head.

#

Gimme a sec. I can perhaps fetch a bit of info

#

Might be something like this for realtek

#

Im sorry if this is very cryptic but its the only thing I can figure out.

foggy reef
foggy reef
crude summit
foggy reef
#

might just go back to fedora with gnome this shit is too much 😭✌️ least i can say i installed arch on my laptop 😭

foggy reef
crude summit
#

Yeah

#

this is a non-permanent change.

#

so you can test on the fly.

#

unsure if restarting pipewire is needed

#

rebooting will revert this.

foggy reef
#

SO EVERY REBOOT RESTARTS THE SOUND POPPING???

crude summit
#

Yeah

#

Youd need to make a file
/etc/modprobe.d/audio_disable_powersave.conf for example with
options snd_hda_codec_realtek power_save=0 inside that file, to make it permanent.

#

But test it first of course with the echo command I showed.