Flash not working in Opera

Hi guys,

As the title suggests, I cannot get Flash to work in Opera, following the instructions in the Handbook. Should I try another browser, as some forums suggest Opera doesn't work well with Flash?

Version information:
Version: 12.15
Build: 1748
Platform: FreeBSD
System: amd64, 9.1-RELEASE

Code:
$ nspluginwrapper -l
/home/jules/.mozilla/plugins/npwrapper.libflashplayer.so
  Original plugin: /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so
  Plugin viewer: /usr/local/lib/nspluginwrapper/i386/linux/npviewer
  Wrapper version string: 1.4.4-1

Opera plugins paths (from settings/preferences/advanced/content/plug-in options):
Code:
/usr/local/lib/npapi/symlinks/opera:/usr/local/lib/npapi/symlinks/linux-opera:/usr/local/lib/browser_plugins

Code:
$ ls /usr/local/lib/browser_plugins
libflashplayer.so

Code:
$ cat /etc/rc.conf | grep linux_enable
linux_enable="YES"
 
As @biniar says, you don't need to install nspluginwrapper.

Apparently you didn't follow the Handbook at all. There is a special section in it concerning www/opera in particular -- section "7. 2. 2. Opera". Please, before you ask here, at least make a real effort and read the manual. It's really all there, and it will save your time and nerves.
 
Last edited by a moderator:
Read the manual, followed the instructions, not worth much.

It didn't help at all. I was able to play a YouTube video in Opera exactly once. Now every time I try to watch a video, the Flash player plugin crashes.
 
Hello,

I have the same problem with Opera and Flash Plugin. I followed the instructions in the Handbook but no results. Opera does not see the Flash plugin. I tried to set the path to it in Opera, but it did not help.
 
I also followed the instructions in the handbook, and check in opera site as well. I remember opera used to work. Now, after upgrading to FreeBSD 8.4, and using Opera 12.16, it didn't want to recognized it, even the path was right (I tried to set the path to /usr/local/lib/opera/plugins and /usr/local/lib/opera/pluginswrapper, where the install of opera-linuxplugins store the output), none of the path gave the result. However, if I set the path to /usr/local/lib/browser_plugins/linux-f10-flashplugin (same as firefox), then it worked :)
 
Thanks Binyo66.

For clarification: One way to do this (I assume you could also edit a file) is through Opera's GUI:

With Opera file menu, select Settings | Preferences | Advanced | Content | Advanced tab | Plug-in Options button

Change Path Button

Add Button, add this path, /usr/local/lib/browser_plugins/linux-f10-flashplugin
 
another way to fix it: ln -s /usr/local/lib/browser_plugins/linux-f10-flashplugin/libflashplayer.so /usr/local/lib/browser_plugins/symlinks/opera/ (as root)
Thanks @binyo66!
 
Last edited by a moderator:
Hi, I've the same problem: I've installed opera with # pkg install opera, and after I've installed www/linux-c6-flashplugin11 and www/opera-linuxplugins with:

# cd /usr/ports/www/linux-c6-flashplugin11
# make install clean
# cd /usr/ports/www/opera-linuxplugins
# make install clean


Also I've add
Code:
linux_enable="YES"
in /etc/rc.conf. I've restarted the computer, but with opera:plugins I can't see the flash player plugin, and YouTube doesn't work.How can I solve?
 
Did you add
Code:
compat.linux.osrelease=2.6.18
to /etc/sysctl.conf? Remember that does not take effect until a restart or it is done manually with sysctl compat.linux.osrelease=2.6.18.
 
Back
Top