O áudio falha a cada 2-10 minutos (Ubuntu 16.04)

1

No meu laptop (ASUSPRO P2520LA com Ubuntu 16.04) quando eu toco qualquer som eu recebo aleatoriamente gliches de áudio (algum tipo de gagueira como se meio segundo ou mais tivesse sido cortado) a cada 2-5 minutos.

  • Essas falhas parecem ocorrer aleatoriamente e não tenho como reproduzi-las. Às vezes, o áudio funciona até meia hora antes que ocorra uma falha

  • É apenas uma pequena "gagueira", mas quando se assiste a vídeos mais longos, ouve música, é bastante irritante

  • As falhas ocorrem ao reproduzir o som com HDMI em uma TV, com uma placa de som externa ou com fones de ouvido

  • Eu tentei várias sugestões que encontrei on-line para corrigi-lo (veja abaixo), mas nenhuma delas funcionou para mim.

Alguém tem e idéia que eu poderia tentar? Muito obrigado por sua ajuda!

Algumas informações no meu sistema:

>lspci -v | grep -A7 -i "audio"
00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
    Subsystem: ASUSTeK Computer Inc. Broadwell-U Audio Controller
    Flags: bus master, fast devsel, latency 0, IRQ 52
    Memory at b221c000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel

00:04.0 Signal processing controller: Intel Corporation Broadwell-U Camarillo Device (rev 09)
--
00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03)
    Subsystem: ASUSTeK Computer Inc. Wildcat Point-LP High Definition Audio Controller
    Flags: bus master, fast devsel, latency 32, IRQ 50
    Memory at b2218000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 (rev e3) (prog-if 00 [Normal decode])

Aqui está o que eu tentei até agora:

sudo gedit /etc/modprobe.d/alsa-base.conf
add the line: 
snd-hda-intel model=auto
==============================================================

killall pulseaudio; rm -r ~/.config/pulse/* ; rm -r ~/.pulse*
==============================================================
sudo apt-get update;sudo apt-get dist-upgrade; sudo apt-get install pavucontrol linux-sound-base alsa-base alsa-utils lightdm ubuntu-desktop  linux-image-'uname -r' libasound2; sudo apt-get -y --reinstall install linux-sound-base alsa-base alsa-utils lightdm ubuntu-desktop  linux-image-'uname -r' libasound2; killall pulseaudio; rm -r ~/.pulse*; ubuntu-support-status; sudo usermod -aG 'cat /etc/group | grep -e '^pulse:' -e '^audio:' -e '^pulse-access:' -e '^pulse-rt:' -e '^video:' | awk -F: '{print $1}' | tr '\n' ',' | sed 's:,$::g'' 'whoami'
==============================================================
sudo gedit /etc/pulse/default.pa
find the line: load-module module-udev-detect
change it to:  load-module module-udev-detect tsched=0
pulseaudio -k
==============================================================
sudo -H gedit /etc/pulse/daemon.conf
find the line: ; resample-method = 
change it to:  resample-method = src-sinc-best-quality
(ohne semikolon)
=============================================================(kein erfolg)
sudo gedit /etc/modprobe.d/alsa-base.conf
add the line: options snd-hda-intel vid=8086 pid=8ca0 snoop=0
===================================================================================
from https://sobrelinux.info/questions/21333/popping-noise-from-laptop-speakers"#". Underneath add the line:

INTEL_AUDIO_POWERSAVE=false

Save and exit, then restart.

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

sudo chmod 550 /sys/module/snd_hda_intel/parameters/power_save
sudo chmod 550 /sys/module/snd_hda_intel/parameters/power_save_controller


===================================================================================
from https://askubuntu.com/questions/160882/popping-noise-from-laptop-speakers
---------------
alsamixer -c0
Press F6 and select your sound card (in my case HDA Intel PCH).
Go towards the right and disable Auto-Mute M.
===============================================0
gksudo gedit /etc/modprobe.d/alsa-base.conf
options snd-hda-intel model=auto vid=8086 pid=8ca0 snoop=0 power_save=0 power_save_controller=N
    
por Raphael 16.05.2017 / 15:28

0 respostas