Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 35704  / 2 Years ago, tue, april 5, 2022, 10:46:31

Recently the speakers have suddenly started to make popping noises every few seconds, although it can pause for irregular amounts of time. The sound is like that of when you plug/unplug headphones from a socket.



I have tried blowing in the headphone socket but with no outcome.



This seemed to come from nowhere as I haven't kept my laptop in a dusty/dirty place recently or had any software changes.


More From » speakers

 Answers
7

Check this out too if the above answer doesn't work for you.




This is the actual method that the link contains:


Run this command (providing you have nano installed, per default you have):


sudo nano /usr/lib/pm-utils/power.d/intel-audio-powersave

Find the line:


INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}

Comment it out using "#". Underneath add the line:


INTEL_AUDIO_POWERSAVE=false

Save and exit, then restart.


If you don't have an Intel HDA sound card, you're all done. Otherwise:


sudo sh -c 'echo N > /sys/module/snd_hda_intel/parameters/power_save'
sudo sh -c 'echo N > /sys/module/snd_hda_intel/parameters/power_save_controller'

Now you can make these changes permanent by running:


sudo chmod -w /sys/module/snd_hda_intel/parameters/power_save
sudo chmod -w /sys/module/snd_hda_intel/parameters/power_save_controller

[#37020] Thursday, April 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
hergy

Total Points: 64
Total Questions: 115
Total Answers: 109

Location: Saint Helena
Member since Tue, Nov 3, 2020
4 Years ago
;