Abra o terminal e faça:
Código:
gksudo gedit /usr/lib/pm-utils/power.d/intel-audio-powersave
Encontre esta linha:
INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}
e comente colocando um "#" na frente desta forma:
# INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}
Logo abaixo dessa linha, você cria uma nova linha, assim:
INTEL_AUDIO_POWERSAVE=false
Então agora você terá:
# INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}
INTEL_AUDIO_POWERSAVE=false
Salve o arquivo (File > Save) e saia.
Reinicie o computador.
O som de estalo desaparecerá.
NOTA: Se por algum motivo você precisar desfazer a configuração, basta abrir o arquivo novamente e remover o "#" de:
INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}
e exclua esta linha:
INTEL_AUDIO_POWERSAVE=false
Salve o arquivo.
Reinicie.
link