After Mozilla Firefox update, online videos are on fast forward mode

Asked by Maria Christopoulou

Hello,

After Mozilla Firefox update, online videos are on fast forward mode, and also there is no sound.
I use Ubuntu linux 11.10 and Mozilla Firefox version is 13.0.1.
Before this update, I didn't have any problem.
As it happens with all online videos, could this be a flash player issue?

Best Regards,
Maria

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu firefox Edit question
Assignee:
No assignee Edit question
Solved by:
Maria Christopoulou
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

lsb_release -a; uname -a; dpkg -l | egrep 'flash|gnash|swf|spark'

Thanks

Revision history for this message
Maria Christopoulou (maria-christopoulou) said :
#2

Hi,

The output is:

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
Linux m-System-Product-Name 3.0.0-21-generic #35-Ubuntu SMP Fri May 25 17:58:20 UTC 2012 i686 athlon i386 GNU/Linux
ii adobe-flash-properties-gtk 11.2.202.236-0oneiric1 GTK+ control panel for Adobe Flash Player plugin version 11
ii adobe-flashplugin 11.2.202.236-0oneiric1 Adobe Flash Player plugin version 11
rc flashplugin-installer 10.3.183.10ubuntu0.11.04.1 Adobe Flash Player plugin installer

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

sudo apt-get --purge remove adobe-flash-properties-gtk adobe-flashplugin
sudo dpkg -P flashplugin-installer
sudo apt-get clean
sudo apt-get update
sudo apt-get install adobe-flashplugin

Close ALL browsers and rerun to load the new plugin

HTH

Revision history for this message
Maria Christopoulou (maria-christopoulou) said :
#4

Hi,

I'm sorry for the delayed post.

Apart from online videos, the problem was present in Banshee as well (which I hadn't tested before posting here).

It was finally solved by writing in etc/default/grub:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.audio=1"

Thank you for your help.

Regards,

Maria.