0

I am having problems using my audio ports in Ubuntu 14.04. I didnt notice this before, because I use wireless speakers and they use a USB port. But today I tried to use my headphones and I heard horrible static and some kind of lag. I was listening to music on youtube at the time and I also saw that the video/music began to play at a faster rate. This was again confirmed when I listened to music on Rythmbox and the same thing was happening.

Then I tried to listen to music via my monitor that is connected to my computer with a HDMI-cabel. The static was there too, making the music hard to recognize... needless to say, it was unlistenable.. unless you like some really weird and crazy kind of music remixes. ;)

Otherwise the sound works perfectly via USB.

What can I do to fix this?

output of sudo lshw -C multimedia follows

*-multimedia description: Audio device product: Advanced Micro Devices, Inc. [AMD/ATI] vendor: Advanced Micro Devices, Inc. [AMD/ATI] physical id: 0.1 bus info: pci@0000:01:00.1 version: 00 width: 64 bits clock: 33MHz capabilities: pm pciexpress msi bus_master cap_list configuration: driver=snd_hda_intel latency=0 resources: irq:46 memory:f7e60000-f7e63fff

*-multimedia description: Audio device product: Intel Corporation vendor: Intel Corporation physical id: 1b bus info: pci@0000:00:1b.0 version: 00 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list configuration: driver=snd_hda_intel latency=0 resources: irq:45 memory:f7f10000-f7f13fff

Best regards! :)

Elder Geek
  • 36,752

2 Answers2

0

I believe this to be a bug in the driver, there appears to be a workaround which may work for you:

You have to modify the following line in /etc/pulse/default.pa

load-module module-udev-detect

with :

load-module module-udev-detect tsched=0

sources:

munbi at https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/751265/comments/23

http://www.freedesktop.org/wiki/Software/PulseAudio/Backends/ALSA/BrokenDrivers/

If this approach doesn't work for you, look here and here for further instruction.

You can also try this: Distorted and Choppy Audio

Elder Geek
  • 36,752
0

I've used a couple of days ago bluetooth headset and had a similar issue. I went to the pavucontrol and in the configuration tab where it was possible to switch to a mode with better quality (but sacrifice the microphone). After that, everything was perfect.

dresio
  • 101