this post was submitted on 18 Sep 2025
11 points (100.0% liked)
techsupport
3093 readers
1 users here now
The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.
If something works or if you find a solution to your problem let us know it will be greatly apreciated.
Rules: instance rules + stay on topic
Partnered communities:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Sound card might go to sleep after some time of inactivity.
Check using
cat /proc/asound/modulesthat you are using standard kernel Intel audio drivers:snd_hda_intel. In that case, trycat /sys/module/snd_hda_intel/parameters/power_save. The number printed is the number of seconds the sound card goes to sleep after the last sound played. Sleeping a sound card can cause pops or buzz and saves very little power, so it's better to set it to 0 for no sleep.It said
It was set to 1. I'll try setting it to 0. It felt like it was trying to go to sleep, just to immediately wake up again, being stuck in that loop.
Which command said that? The first one? Those are just the numbers of sound devices, don't change those! As in:
Sound device #
0(headphone jack, perhaps): usessnd_hda_inteldriverSound device #
0(built-in speaker, perhaps): usessnd_hda_inteldriverYes, it has a crappy built in speaker. It was the first command. The second said, that the timer was set to 1.
I can't immediately tell if that fixed the issue, unfortunately, because I don't know how to replicate it. But this seems more plausible than a hardware issue, as it would probably be more consistent.