Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] flashplugin-nonfree not always recognized.

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
chadrick
Posts: 83
Joined: 2016-01-06 00:32

[Solved] flashplugin-nonfree not always recognized.

#1 Post by chadrick »

Hi all,

I installed flashplugin-nonfree for my kid to watch Youtube videos. It works for Youtube. When trying to log onto Animal Jam, we get a message saying to install Flash Player. Why does the site not recognize that we have flashplugin-nonfree installed?

chadrick
Last edited by chadrick on 2016-11-02 01:47, edited 3 times in total.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: flashplugin-nonfree not always recognized.

#2 Post by stevepusser »

More information is needed:

Browser:

Version of browser:

Are you running Debian Jessie?

Is your flash plugin current? It doesn't update automatically. Check with

Code: Select all

su -c 'update-flashplugin-nonfree --status'
MX Linux packager and developer

chadrick
Posts: 83
Joined: 2016-01-06 00:32

Re: flashplugin-nonfree not always recognized.

#3 Post by chadrick »

I am using Iceweasel. Not sure how to know which version.
I am using Debian Jessie.

I get the following reply:

Flash Player version installed on this system : 11.2.202.616
Flash Player version available on upstream site: 11.2.202.621
flash-mozilla.so - auto mode
link currently points to /usr/lib/flashplugin-nonfree/libflashplayer.so
/usr/lib/flashplugin-nonfree/libflashplayer.so - priority 50
Current 'best' version is '/usr/lib/flashplugin-nonfree/libflashplayer.so'.

User avatar
sunrat
Administrator
Administrator
Posts: 6497
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: flashplugin-nonfree not always recognized.

#4 Post by sunrat »

I get that sometimes. Usually fixed it after updating

Code: Select all

su -c 'update-flashplugin-nonfree'
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

chadrick
Posts: 83
Joined: 2016-01-06 00:32

Re: flashplugin-nonfree not always recognized.

#5 Post by chadrick »

I am not sure if I accomplished anything. Here is what I just tried:

chad@chadlaptop:~$ su -c 'update-flashplugin-nonfree'
Password:
Usage:
update-flashplugin-nonfree --install
update-flashplugin-nonfree --uninstall
update-flashplugin-nonfree --status
Additional options:
--verbose
--quiet
chad@chadlaptop:~$ update-flashplugin-nonfree --status
bash: update-flashplugin-nonfree: command not found
chad@chadlaptop:~$ su -c 'update-flashplugin-nonfree --status'
Password:
Flash Player version installed on this system : 11.2.202.616
Flash Player version available on upstream site: 11.2.202.621
flash-mozilla.so - auto mode
link currently points to /usr/lib/flashplugin-nonfree/libflashplayer.so
/usr/lib/flashplugin-nonfree/libflashplayer.so - priority 50
Current 'best' version is '/usr/lib/flashplugin-nonfree/libflashplayer.so'.
chad@chadlaptop:~$

emariz
Posts: 2901
Joined: 2008-10-17 07:59

Re: flashplugin-nonfree not always recognized.

#6 Post by emariz »

The plug-in is recognised, it is just that AnimalJam.com requires a higher version than the one available in GNU/Linux (1-2).
Google Chrome includes the latest version of the Flash plug-in.

I have never used Chrome or Chromium, and do not know what is easier for you to install and maintain in Debian, but other users will surely help you.

Also note that YouTube uses HTML5 instead of Flash by default since early 2015. Thus the videos would play even if Flash was deactivated or not even installed.

1. https://en.wikipedia.org/wiki/Adobe_Fla ... _platforms
2. https://www.adobe.com/software/flash/about/

User avatar
sunrat
Administrator
Administrator
Posts: 6497
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: flashplugin-nonfree not always recognized.

#7 Post by sunrat »

Ooops, forgot a bit, as shown under "Usage" -

Code: Select all

update-flashplugin-nonfree --install
There is a new version available it appears. May or may not fix it.
I use Google Chrome for some sites using Flash that stubbornly refuse to work otherwise.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: flashplugin-nonfree not always recognized.

#8 Post by Head_on_a_Stick »

For Flash support in Debian, I would recommend using chromium with pepperflashplugin-nonfree.

The pepperflash component needs to be updated independently:

Code: Select all

# update-pepperflashplugin-nonfree --install
Probably best to make that a daily ana/cron job :)

I have used this set up with my girlfriend's computer since jessie was released and my life has been noticably quiet and trouble-free despite heavy usage -- thank you Debian!
:D
deadbang

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: flashplugin-nonfree not always recognized.

#9 Post by stevepusser »

It's also possible to use Iceweasel/Firefox/Pale Moon/Iceape/Seamonkey with the newer pepperflash plugin (up to 21.X now) by installing browser-plugin-freshplayer-pepperflash from jessie-backports.
MX Linux packager and developer

chadrick
Posts: 83
Joined: 2016-01-06 00:32

Re: flashplugin-nonfree not always recognized.

#10 Post by chadrick »

Head_on_a_Stick wrote:For Flash support in Debian, I would recommend using chromium with pepperflashplugin-nonfree.

The pepperflash component needs to be updated independently:

Code: Select all

# update-pepperflashplugin-nonfree --install
Probably best to make that a daily ana/cron job :)

I have used this set up with my girlfriend's computer since jessie was released and my life has been noticably quiet and trouble-free despite heavy usage -- thank you Debian!
:D
Ok. Trying to go that route. Iceweasel is still not working. I am not sure why. Here is what I have:

oot@chadlaptop:/home/chad# update-pepperflashplugin-nonfree --installERROR: failed to retrieve status information from google : W: There is no public key available for the following key IDs:
1397BC53640DB551
More information might be available at:
http://wiki.debian.org/PepperFlashPlayer
root@chadlaptop:/home/chad# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1397BC53640DB551
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.YObo8t0DRn --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg --keyserver keyserver.ubuntu.com --recv-keys 1397BC53640DB551
gpg: requesting key 640DB551 from hkp server keyserver.ubuntu.com
gpg: key D38B4796: "Google Inc. (Linux Packages Signing Authority) <linux-packages-keymaster@google.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: flashplugin-nonfree not always recognized.

#11 Post by stevepusser »

Are you running 32 or 64-bit? Google killed 32-bit Chrome back at the beginning of March.
MX Linux packager and developer

chadrick
Posts: 83
Joined: 2016-01-06 00:32

Re: flashplugin-nonfree not always recognized.

#12 Post by chadrick »

64-bit. I ended up going with Chromium and now all is well.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: [Solved] flashplugin-nonfree not always recognized.

#13 Post by stevepusser »

I am happy to help aliens living around the mostly unknown brown dwarf star located a quarter light year from our solar system. :D
MX Linux packager and developer

Post Reply