PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

Note : HDMI sound speed increased in Ubuntu 14.04 - Kernel 3.11 with Intel Haswell

lundi 11 août 2014 à 19:59
Timo, le 11/08/2014 à 19:59
On a Intel Haswell Chipset, the problem of HDMI sound speed is solved by forcing the audio driver not to go in power-save mode. I don’t know however if this trick create some power consumptions issues…
This is the only solution that worked for me. Neither editing pulse-audio or intel-audio-dma files worked.

Here is to solve it :
Open Grub file :
sudo gedit /etc/default/grub

Edit Grub line. Change :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

To :
GRUB_CMDLINE_LINUX_DEFAULT="i915.disable_power_well=0 quiet splash"

Save file & close text editor.
Run :
sudo update-grub

Wait for command to finish, then reboot computer.

Bug solved for me.
(Permalink)