Sound problems with Ubuntu 8.10 and flash in firefox
Thursday, December 18th, 2008I recently had problems with sound in Ubuntu. Instead of playing there were just some popping/squeaking/clicking sounds from the speakers. The other side effect was that sometimes the flash video on sites like youtube etc. just stopped after 2-3s ( I guess becouse the audio buffer was full ).
I traced the problems down to pulseaudio sound server that is included in recent ubuntus. It was well hided behind ALSA( probably something like app->alsa->pulseaudio->alsa->soundcard )
The solution: disable pulseaudio
sudo gedit /usr/share/alsa/alsa.conf
and comment out the pulse stuff
files [
#”/usr/share/alsa/pulse.conf”
“/usr/share/alsa/bluetooth.conf”
I hope this helps.