2

I preformed a dist-upgrade from 11.04 to 11.10 and now I can not listen to any music or sounds (log on sound included), nor watch video without it stopping and then catching up and stopping again (This is flash or .mp4 through VLC). I did not have this issue with 11.04 and have even just preformed a fresh install of my system. I have tried to reinstall Pulse Audio and removing the .pulse folder but to no avail. Any help would be appreciated.

1 Answers1

1

I had the same problem... It’s a known bug and there’s a easy fix for it as mentioned by virgil brumond on ubuntu bug report

open /etc/pulse/default.pa by issuing the command

sudo gedit /etc/pulse/default.pa

and find the line:- load-module module-udev-detect (Line 53 on my system. Yours will also be somewhere around that)

and change it to

load-module module-udev-detect tsched=0

save the file and reboot.

Eddy24
  • 11