Adobe not working.

Asked by Jackson Ramsey

It's me again. Youtube is working again, but only for some videos. But ones such as http://www.youtube.com/watch?v=9-lCYZh_eOU&feature=related don't. It might be the length, but the OSTs work, and they are about the same length. Hulu doesn't work either. It says that I need Adobe Flash 11, but I have that. I tries downloading it, but it hasn't changed anything. ??????

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Solved by:
Jackson Ramsey
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
Sam_ (and-sam) said :
#2
Revision history for this message
Jackson Ramsey (gameguy47) said :
#3

what does lsb_release -a; uname -a; dpkg -l | egrep 'flash|gnash|swf|spark' mean? I put that in but it says

The following packages have unmet dependencies:
  flashplugin-nonfree: Depends: flashplugin-installer but it is not going to be installed
E: Broken packages
jackson@jackson-desktop:~$ lsb_release -a; uname -a; dpkg -l | egrep 'flash|gnash|swf|spark'
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.4 LTS
Release: 10.04
Codename: lucid
Linux jackson-desktop 2.6.32-40-generic #87-Ubuntu SMP Mon Mar 5 20:26:31 UTC 2012 i686 GNU/Linux
ii adobe-flash-properties-gtk 11.2.202.228-0lucid1 GTK+ control panel for Adobe Flash Player pl
ii adobe-flashplugin 11.2.202.228-0lucid1 Adobe Flash Player plugin version 11
rc flashplugin-installer 11.2.202.228ubuntu0.10.04.1 Adobe Flash Player plugin installer
 Am I doing something wrong? Hulu still says "missing plugin" too.

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

sudo apt-get --purge remove adobe-flash-properties-gtk adobe-flashplugin

sudo dpkg -P flashplugin-installer

mkdir ~/.mozilla/plugins

cd ~/.mozilla/plugins

wget http://dl.dropbox.com/u/8850924/libflashplayer.so

Close the browser (I assume you use firefox), then rerun it

Revision history for this message
Jackson Ramsey (gameguy47) said :
#5

Thanks for your help! This got solved on the other page where I was asking. Thank you for all your help and ideas!