LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-22-2015, 12:29 PM   #1
uncihawk
LQ Newbie
 
Registered: May 2015
Location: Mesa, Az
Distribution: Suse
Posts: 4

Rep: Reputation: Disabled
how do you get firefox to see adobe flash in suse 13.2


I cannot get firefox to see adobe flash or any flash. Can this be corrected.
 
Old 05-22-2015, 01:15 PM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,291

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Gotchas are
1. that you need a 32 bit browser and plugin, or 64 bit browser & plugiun, not any mix of 32/64 bit combinations.
2. That you need the latest version or sites complain and the browser disables it :-//.

That said I just copy the plugin (libflashplayer.so) to global plugins directoey (/usr/lib64/mozilla/plugins/ on Slackware) and it works there after you restart firefox.
 
1 members found this post helpful.
Old 05-22-2015, 01:19 PM   #3
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
uncihawk,

Welcome to LQ.

Give this a try:

https://support.mozilla.org/en-US/kb...imations-games
 
1 members found this post helpful.
Old 05-22-2015, 03:07 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
go to the adobe site
grab the "rpm for other linux"
https://get.adobe.com/flashplayer/
click download

a pop up will popup asking to INSTALL using "apper"
or
save

select INSTALL

now if you installed the firefox from the mozilla site you will need to link the plugin to the install folder you created for the manual install of firefox

if suse default
the plugin "should" be auto found

then restart firefox and type into the address bar
Code:
about:plugins
and look , it should be there

Last edited by John VV; 05-23-2015 at 04:10 PM.
 
Old 05-23-2015, 03:41 PM   #5
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
All the answers given so far seem overly complex given that Flash can be installed from the openSUSE 13.2 repos.

Code:
$ zypper info flash-player
Loading repository data...
Reading installed packages...


Information for package flash-player:
-------------------------------------
Repository: openSUSE-13.2-Update-Non-Oss
Name: flash-player
Version: 11.2.202.460-2.51.1
Arch: x86_64
Vendor: openSUSE
Installed: Yes
Status: out-of-date (version 11.2.202.457-2.48.1 installed)
Installed Size: 20.9 MiB
Summary: Adobe Flash Plugin and Standalone Player
Description: 
  This package contains Adobe's Flash Plugin for the supported Web
  browsers in addition to a standalone flash player application.
$
Just install the flash-player package.


What have you done so far?
 
2 members found this post helpful.
Old 06-05-2015, 02:41 PM   #6
uncihawk
LQ Newbie
 
Registered: May 2015
Location: Mesa, Az
Distribution: Suse
Posts: 4

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
go to the adobe site
grab the "rpm for other linux"
https://get.adobe.com/flashplayer/
click download

a pop up will popup asking to INSTALL using "apper"
or
save

select INSTALL

now if you installed the firefox from the mozilla site you will need to link the plugin to the install folder you created for the manual install of firefox

if suse default
the plugin "should" be auto found

then restart firefox and type into the address bar
Code:
about:plugins
and look , it should be there
What I found was

File: libflashplayer-dont-use.so
Path: /usr/lib/browser-plugins/libflashplayer-dont-use.so
Version: 11.2.202.460
State: Enabled
Shockwave Flash 11.2 r202

any idea how to correct this. This is what it is telling it to use libfreshwrapper-pepperflash.so -> /usr/lib/freshplayerpluginlibfreshwrapper-pepperflash.so
 
Old 06-05-2015, 02:44 PM   #7
uncihawk
LQ Newbie
 
Registered: May 2015
Location: Mesa, Az
Distribution: Suse
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thank you

Thank you one and all for your help. Still working on it, seems zynga doesn't accept pepperflash.

Lee
 
Old 06-05-2015, 03:47 PM   #8
joec@home
Member
 
Registered: Sep 2009
Location: Galveston Tx
Posts: 291

Rep: Reputation: 70
Quote:
Originally Posted by arizonagroovejet View Post
All the answers given so far seem overly complex given that Flash can be installed from the openSUSE 13.2 repos.

Code:
$ zypper info flash-player
Loading repository data...
Reading installed packages...


Information for package flash-player:
-------------------------------------
Repository: openSUSE-13.2-Update-Non-Oss
Name: flash-player
Version: 11.2.202.460-2.51.1
Arch: x86_64
Vendor: openSUSE
Installed: Yes
Status: out-of-date (version 11.2.202.457-2.48.1 installed)
Installed Size: 20.9 MiB
Summary: Adobe Flash Plugin and Standalone Player
Description: 
  This package contains Adobe's Flash Plugin for the supported Web
  browsers in addition to a standalone flash player application.
$
Just install the flash-player package.


What have you done so far?
I'm not certain about SUSE but Firefox tends to balk unless you get the Adobe repo plugin and install from their source. I know they have a yum repo, I would hope Adobe has an atp repo as well. Check the website.
 
Old 06-05-2015, 04:26 PM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
suse dose not use " yum "
they use "zypper"

so
install using zypper or the adobe site

mind you
Adobe NO LONGER IS SUPPORTING LINUX !
the Linux version is VERY VERY VERY OUT OF DATE!!!!

only the MICROSOFT!!! version is current


for some sites you NEED!!!!! to use Microsoft OS running the MICROSOFT plugin
 
Old 06-05-2015, 04:28 PM   #10
joec@home
Member
 
Registered: Sep 2009
Location: Galveston Tx
Posts: 291

Rep: Reputation: 70
Quote:
Originally Posted by John VV View Post
suse dose not use " yum "
they use "zypper"
Ah, last time I looked SUSE was using apt, was long ago though.
 
Old 06-05-2015, 06:48 PM   #11
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
i have been running opensuse for the last 5 years
it uses zypper
 
Old 06-05-2015, 10:06 PM   #12
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Do you have /usr/lib/ mozilla/plugins directory. I was only having problems with hulu videos, someone here told me to create a link from /usr/lib/flashplugin-nonfree/libflashplayer.so to /usr/lib/mozilla/plugins. So my command appeared as
Quote:
ln -s /usr/lib/flashplugi-nonfree/libflashplayer.so /usr/lib/mozilla/plugins
 
Old 06-07-2015, 01:32 PM   #13
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
this is the 32 bit version
/usr/lib/flashplugi-nonfree/libflashplayer.so

mind you the WINE / IE / hulu solution is 32 bit only
 
Old 06-08-2015, 02:47 PM   #14
uncihawk
LQ Newbie
 
Registered: May 2015
Location: Mesa, Az
Distribution: Suse
Posts: 4

Original Poster
Rep: Reputation: Disabled
what I have done is install Fresh Player and at least FF now runs the games, some idiosyncrasies but playable. going to see if it will work in Chrome, Pepperflash is not the best.


Thank you all for your help and suggestions.

Lee
 
  


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
Adobe Flash Player for FireFox in CentOS 5.3 dshap Linux - Newbie 5 02-17-2012 10:26 AM
[SOLVED] Adobe Flash and Firefox 4 Raevyn Linux - Software 11 05-12-2011 09:38 PM
firefox adobe flash addon cereal.therapist Slackware 7 09-16-2009 07:32 PM
Firefox 3.5.2 and Adobe Flash grabro Linux - Software 3 09-07-2009 02:12 PM
LXer: Adobe opens Flash to Firefox LXer Syndicated Linux News 0 11-08-2006 12:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:34 AM.

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