SlazO
2014-10-20 10:10 deepin
Hey,
I don't know if it is the proper way to fix your problem but try this:
Open up a terminal window, paste the following line and hit enter. You will be asked for your admin password
sudo gedit /usr/lib/pm-utils/power.d/intel-audio-powersave
Look for this line
INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}
put a # in front of the line to "deactivate" it
underneath copy/paste the following line
INTEL_AUDIO_POWERSAVE=false
The first lines of the file should now look like this:
#INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}
INTEL_AUDIO_POWERSAVE=false
help() {
cat < --------
Save the file and restart your computer
Done!
The other solution I can think of is Disabling the AutoMute in alsamixer. Just type alsamixer in Terminal, select your sound card with F6 and Disable the Auto-Mute channel by pressing Up or Down-Arrow keys.
I don't know if it is the proper way to fix your problem but try this:
Open up a terminal window, paste the following line and hit enter. You will be asked for your admin password
sudo gedit /usr/lib/pm-utils/power.d/intel-audio-powersave
Look for this line
INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}
put a # in front of the line to "deactivate" it
underneath copy/paste the following line
INTEL_AUDIO_POWERSAVE=false
The first lines of the file should now look like this:
#INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}
INTEL_AUDIO_POWERSAVE=false
help() {
cat < --------
Save the file and restart your computer
Done!
The other solution I can think of is Disabling the AutoMute in alsamixer. Just type alsamixer in Terminal, select your sound card with F6 and Disable the Auto-Mute channel by pressing Up or Down-Arrow keys.
Reply Like 0 View the author
I think the audio card is being reset repeatedly. Other distributions make this pop noise only once during startup. Here's some System Information from hardinfo:
Audio device : Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA)
Processor : 2x AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
Memory : 3918MB (1133MB used)
Operating System : Deepin 2014.1
Audio Adapter : HDA-Intel - HDA ATI SB
Thanks for any suggestions for troubleshooting this problem.