LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-17-2010, 06:47 AM   #1
Greebstreebling
Member
 
Registered: Nov 2005
Location: Swansea, Wales, UK
Distribution: debian
Posts: 235

Rep: Reputation: 30
Smile flashplayer and iceweasel


Dear Folks,

I have run Debian 4.0 for a while and decided to create a fresh install of Debian 5 yesterday. It all went fine except....

When I run iceweasel and try to play flash video (typically youtube stuff - I'm into wood turning ) the video does not run - just a black square and no sound.

Any help gratefully received

Greeb
 
Old 11-17-2010, 07:55 AM   #2
fbobraga
Member
 
Registered: Jul 2010
Location: São Paulo - Brasil
Distribution: Debian 7 / Crunchbang 11
Posts: 229

Rep: Reputation: 41
a simple command will solve it:
Code:
# apt-get install flashplugin-nonfree
see http://wiki.debian.org/FlashPlayer

* debian 4.0/"etch" is unsupported from the beginning of the year...

Last edited by fbobraga; 11-17-2010 at 07:59 AM.
 
Old 11-18-2010, 05:20 PM   #3
Greebstreebling
Member
 
Registered: Nov 2005
Location: Swansea, Wales, UK
Distribution: debian
Posts: 235

Original Poster
Rep: Reputation: 30
Smile flashplayer install did not work

Thanks for your help. I tried this from root and it says there is no install candidate + other stuff

i run kde and use the kpackage manager. the flashplugin is not listed in the package list.

I put this in etc/apt/sources.list
deb http://ftp.uk.debian.org/debian/ lenny non-free

not sure if syntax is right or if I need it. kpackage still does not show the flashplugin package.

Just to let you know the above sounds like I know what I'm doing but I'm pretty green really.

Thanks for help
Greeb
 
Old 11-18-2010, 07:20 PM   #4
jestinjoy
Member
 
Registered: May 2004
Location: India
Distribution: Ubuntu 9.04, Debian Lenny
Posts: 121

Rep: Reputation: 22
Debian Multimedia

Adding Debian Multimedia repo will solve your problem.

Keyring:

Code:
http://www.debian-multimedia.org/pool/main/d/debian-multimedia-keyring/debian-multimedia-keyring_2008.10.16_all.deb
Repository:

Code:
deb http://www.debian-multimedia.org lenny main non-free
Debian Multimedia Home Page :
Code:
http://debian-multimedia.org/
 
Old 11-18-2010, 08:05 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by jestinjoy View Post
Adding Debian Multimedia repo will solve your problem.

Keyring:

Code:
http://www.debian-multimedia.org/pool/main/d/debian-multimedia-keyring/debian-multimedia-keyring_2008.10.16_all.deb
Repository:

Code:
deb http://www.debian-multimedia.org lenny main non-free
Debian Multimedia Home Page :
Code:
http://debian-multimedia.org/
You don't need the multimedia-repo, just add contrib and non-free to your sources.list
Code:
deb http://ftp.uk.debian.org/debian/ lenny contrib non-free
and then do
Code:
apt-get update
apt-get install flashplugin-nonfree
By the way, Debian 6 will be released soon, after that you will get security updates only for one year. I would recommend to go for Debian 6 and omit Debian 5.

Last edited by TobiSGD; 11-18-2010 at 08:09 PM.
 
Old 11-19-2010, 03:07 AM   #6
jestinjoy
Member
 
Registered: May 2004
Location: India
Distribution: Ubuntu 9.04, Debian Lenny
Posts: 121

Rep: Reputation: 22
Going for an easy solution download flashplayer from Adobe here

Code:
http://get.adobe.com/flashplayer/
 
Old 11-19-2010, 06:14 AM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by jestinjoy View Post
Going for an easy solution download flashplayer from Adobe here

Code:
http://get.adobe.com/flashplayer/
I wouldn't recommend that, for two reasons.
1. It is not trivial to install that way, the debs there are for Ubuntu, so you have to use the tgz.
2. You will not get automatic security updates.
 
Old 11-19-2010, 07:49 AM   #8
jestinjoy
Member
 
Registered: May 2004
Location: India
Distribution: Ubuntu 9.04, Debian Lenny
Posts: 121

Rep: Reputation: 22
That debs works fine in Debian. Afterall Ubuntu is a Debian clone .
 
Old 11-19-2010, 05:10 PM   #9
Greebstreebling
Member
 
Registered: Nov 2005
Location: Swansea, Wales, UK
Distribution: debian
Posts: 235

Original Poster
Rep: Reputation: 30
Smile package installed but flash still not working in iceweasel

Thanks Tobisgd

I put this in the KDE package sources and the flashplugin package was found and installed ok.

However, nothing has changed in iceweasel.

If i go to tools, addons plugins it says 'shockwave flash 9.0 r100

Any further help much appreciated.

Greeb

sorry further to this - the package it found and installed was flashplugin-nonfree extrasound

Last edited by Greebstreebling; 11-19-2010 at 05:16 PM.
 
Old 11-19-2010, 05:26 PM   #10
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Gnash was giving me problems so I uninstalled and used sun-java from synaptic.
You probably need to add debian backports to /etc/apt/sources.list.

Last edited by EDDY1; 11-19-2010 at 05:28 PM.
 
Old 11-20-2010, 07:40 AM   #11
Greebstreebling
Member
 
Registered: Nov 2005
Location: Swansea, Wales, UK
Distribution: debian
Posts: 235

Original Poster
Rep: Reputation: 30
Smile more info on the problem

Dear all thanks again for your help.

I have not been able to find the debian package flashplugin-nonfree

here is my sources list:

deb cdrom:[Debian GNU/Linux 5.0.1 _Lenny_ - Official i386 DVD Binary-1 20090413-00:33]/ lenny contrib main

deb http://ftp.uk.debian.org/debian/ lenny main

deb-src http://ftp.uk.debian.org/debian/ lenny main

deb http://ftp.uk.debian.org/debian/ lenny contrib non-free

deb http://security.debian.org/ lenny/updates main contrib

deb-src http://security.debian.org/ lenny/updates main contrib

deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib

deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib

deb http://www.debian-multimedia.org lenny main non-free

Is my sources list o.k?


I have been able to find a similar but different package called flashplayer-mozilla and install it successfully (although Iceweasel doesn't see it / use it)

So I am still stuck in three departments really:

1) When I run iceweasel and look in tools addons plugins it says it has shockwave flash 9.0 r100 enabled. However I cannot play e.g. youtube video (or any other)

2) I have not been able to find the package you mention flashplugin-nonfree

3) although I have been able to find and install flashplayer-mozilla (if it is of any use in my quest), I do not know how to make Iceweasel accept it/ recognise it/ install the addon whatever the right terminology would be.

so question is where do I go from here?

Thanks again, I appreciate your help

Last edited by Greebstreebling; 11-20-2010 at 07:44 AM.
 
Old 11-20-2010, 12:25 PM   #12
Greebstreebling
Member
 
Registered: Nov 2005
Location: Swansea, Wales, UK
Distribution: debian
Posts: 235

Original Poster
Rep: Reputation: 30
Smile solved

apparently needs sid

deb http://ftp.uk.debian.org/debian/ sid contrib non-free

to get the flashplugin-nonfree package.

I have installed it now and works o.k.

Thanks for help
 
Old 11-21-2010, 02:29 AM   #13
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by jestinjoy View Post
That debs works fine in Debian. Afterall Ubuntu is a Debian clone .
Debian and Ubuntu are not binary compatible. Using Ubuntu's packages in Debian, and vice versa, can mess up your system.
 
Old 11-21-2010, 02:47 AM   #14
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
Quote:
here is my sources list:

deb cdrom:[Debian GNU/Linux 5.0.1 _Lenny_ - Official i386 DVD Binary-1 20090413-00:33]/ lenny contrib main

deb http://ftp.uk.debian.org/debian/ lenny main

deb-src http://ftp.uk.debian.org/debian/ lenny main

deb http://ftp.uk.debian.org/debian/ lenny contrib non-free

deb http://security.debian.org/ lenny/updates main contrib

deb-src http://security.debian.org/ lenny/updates main contrib

deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib

deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib

deb http://www.debian-multimedia.org lenny main non-free

Is my sources list o.k?
Not really ok.
You don't need entries for main, another for contrib/non-free.
It is all in one line.
Like this:
Quote:
deb http://ftp.uk.debian.org/debian/ lenny contrib non-free
deb-src http://ftp.uk.debian.org/debian/ lenny main

deb http://security.debian.org/ lenny/updates main contrib
deb-src http://security.debian.org/ lenny/updates main contrib

deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib

deb http://www.debian-multimedia.org lenny main non-free
You don't need sid-repositories to use flash. You can either use multitmedia-flash or the one from backports
(do a "apt-cache search flash", and both will pop up, in case you got both repos:
http://backports.debian.org/

Using sid or testing packages in stable is plain wrong (at least in my opinion).
If stable does not offer what one wants the way to go is:
a) backporting it oneself
b) upgrading to testing (which is reasonable stable for a home user).

Lenny will soon be old-stable. Consider upgrading to Squeeze.

Last edited by j1alu; 11-21-2010 at 02:49 AM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
The open with dialog in iceweasel is not opening iceweasel! ck_at_work Linux - General 6 11-09-2010 01:49 AM
Installing flashplayer 9 - Etch/Kde/Iceweasel r00ster Linux - Newbie 2 11-08-2007 06:39 PM
Flashplayer 9 raypen Slackware 6 03-15-2007 05:15 PM
flashplayer jay_deacon Linux - Newbie 2 09-13-2004 03:57 AM
flashplayer 7 paul62 Linux - Software 9 09-07-2004 02:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration