Problemas Con PulseAudio/Flash En Firefox 3

Determinadas páginas web con flash no se pueden ver bien y además Firefox se cuelga de vez en cuando al intentar ver, por ejemplo, un vídeo.

-Eliminar nspluginwrapper:

$ sudo apt-get remove nspluginwrapper

-Eliminar paquetes obsoletos y ficheros de configuracion:

$ sudo apt-get remove libflashsupport
$ sudo rm ~/.pulse/* ~/.asoundrc* /etc/asound.conf

-Instalar las siguientes dependencias:

$ sudo apt-get install padevchooser libao-pulse libasound2-plugins libsdl1.2debian-pulseaudio

-Añadir las siguientes lineas al fichero /etc/apt/sources.list:

$ sudo gedit /etc/apt/sources.list

# PulseAudio Fixes - http://ubuntuforums.org/showthread.php?p=5587712
deb http://ppa.launchpad.net/psyke83/ubuntu hardy main
deb-src http://ppa.launchpad.net/psyke83/ubuntu hardy main

-Actualizar la lista de repositorios y despues actualizar el sistema:

$ sudo apt-get update
$ sudo apt-get upgrade

-Fijar Pulse Audio como el dispositivo ALSA por defecto:

$ asoundconf set-pulseaudio
$ echo “default_driver=pulse” >~/.libao

-En Sistemas > Preferencia > Sonido, fijar todos los chekbox en “Auto Detectar”.

-Reiniciar.

Fuente: El amado Ubuntulife

Page tags: addons firefox flash
page_revision: 8, last_edited: 1222360527|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License