Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Installation & Upgrades
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Installation & Upgrades
For questions about upgrading and installation of your new Ubuntu OS.

 
Thread Tools Display Modes
Old January 26th, 2008   #1
oleoleole
5 Cups of Ubuntu
 
oleoleole's Avatar
 
Join Date: Jan 2006
Location: Norway, Asker
Beans: 43
Kubuntu 7.10 Gutsy Gibbon
Send a message via ICQ to oleoleole Send a message via MSN to oleoleole Send a message via Skype™ to oleoleole
HowTo: Make Opera 9.25 work with Flash9 (if upgraded to r115)

This is not a howto to make newest stable Opera (today: 9.26) work with the newest stable Flash (today: v.9 r115). But at least make Opera 9.26 work with Flash 9 at all.

You can't use old .deb-files (since it's downloading the "current" from Adobe), and so you can't downgrade to flashplugin-version to work with Opera.

But it's anyway a solution, and I am one of those who don't want to run Opera 9.50b yet.

Anyway, the procedure is quite simple:

- start a terminal and go to or make a directory, name it to whatever you want and enter it. then do/write this:

Make sure you have "wget" and "alien" installed, just type "alien" or "wget" to find out, if not, install it using apt:
Code:
sudo aptitude install wget alien
Download Flash plugin v9 r48:
Code:
wget http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-9.0.48.0-release.i386.rpm
(The .rpm-file includes the entire r48-module.)

Then convert the RPM to DEB:
Code:
sudo alien flash-plugin-9.0.48.0-release.i386.rpm
(Ignore the warning about --script)

Close your web browser(s).

Remove other flash versions:
Code:
sudo aptitude remove flashplugin-nonfree
sudo rm /usr/lib/flash-plugin/libflashplayer.so
Check if you have the plugin installed other places:
Code:
sudo updatedb
locate libflashplayer.so
(Delete any results you get (sudo rm /path/to/libflashplayer.so), if none, go to next step)

Install Flash plugin:
Code:
sudo dpkg -i flash-plugin_9.0.48.0-1_i386.deb
Now you can start your web browser(s). Opera should at least now be working with flashplugin.

NB! Upgrading flashplugin will destroy again.

Last edited by oleoleole; February 24th, 2008 at 12:14 PM.. Reason: New version of Opera
oleoleole is offline   Reply With Quote
Old February 7th, 2008   #2
MRSherman1
First Cup of Ubuntu
 
Join Date: Feb 2008
Beans: 1
Re: HowTo: Make Opera 9.25 work with Flash9 (if upgraded to r115)

After hours of trying to restore flash in Opera 9.25 and Ubuntu 7.10 this did the trick. Thank you.
MRSherman1 is offline   Reply With Quote
Old February 9th, 2008   #3
taurusx5
5 Cups of Ubuntu
 
Join Date: Feb 2008
Beans: 36
Re: HowTo: Make Opera 9.25 work with Flash9 (if upgraded to r115)

THANK YOU SO MUCH!!! Incredibly, I had been trying to find a viable solution to getting flash and opera to cooperate with each other since installing ubuntu a month ago. It was an uphill battle to say the least. Opera is the ONLY browser I use and respect so I didn't want to use firefox or other idiotic alternatives. Thankfully, I found the answer to my problem in this thread. Thanks a million !!!!
taurusx5 is offline   Reply With Quote
Old February 9th, 2008   #4
Ryzol
5 Cups of Ubuntu
 
Join Date: Feb 2007
Beans: 39
Re: HowTo: Make Opera 9.25 work with Flash9 (if upgraded to r115)

Thanks a lot, this was very helpful.
Ryzol is offline   Reply With Quote
Old February 11th, 2008   #5
HoldSteady
First Cup of Ubuntu
 
Join Date: Aug 2007
Beans: 9
Re: HowTo: Make Opera 9.25 work with Flash9 (if upgraded to r115)

Thank you so much for the fix. I guess Adobe is slowly reaching out to the OSS community, but breakages like this make me wonder. Maybe it is more Opera's fault than Adobe, but the point is I don't care - adding features or upgrading a program is fine, but not when it breaks a function that is sadly so ubiquitous (Flash).
HoldSteady is offline   Reply With Quote
Old February 11th, 2008   #6
UncleCz
First Cup of Ubuntu
 
Join Date: Jan 2008
Beans: 5
Re: HowTo: Make Opera 9.25 work with Flash9 (if upgraded to r115)

Thank you very much, i started to use firefox much more because of the lack of flash in opera under ubuntu.
Thanks to you, i can come back to my favourite browser, which is much faster on my system ...thx
UncleCz is offline   Reply With Quote
Old February 13th, 2008   #7
banished_one
Just Give Me the Beans!
 
banished_one's Avatar
 
Join Date: Feb 2008
Beans: 59
Hardy Heron (Ubuntu Development)
Re: HowTo: Make Opera 9.25 work with Flash9 (if upgraded to r115)

omg thank you so much
__________________
überN00b
banished_one is offline   Reply With Quote
Old February 13th, 2008   #8
ubuntu-freak
Chocolate Ubuntu Mocha Blend
 
ubuntu-freak's Avatar
 
Join Date: Jun 2007
Location: England, UK
Beans: 1,761
Ubuntu 9.04 Jaunty Jackalope
Re: HowTo: Make Opera 9.25 work with Flash9 (if upgraded to r115)

Edit: Removed my post as it was incorrect.

Nathan

Last edited by ubuntu-freak; February 24th, 2008 at 12:26 PM..
ubuntu-freak is offline   Reply With Quote
Old February 24th, 2008   #9
fkamp
First Cup of Ubuntu
 
Join Date: Mar 2006
Beans: 8
Re: HowTo: Make Opera 9.25 work with Flash9 (if upgraded to r115)

Quote:
Originally Posted by oleoleole View Post
This is not a howto to make newest stable Opera (today: 9.25) work with the newest stable Flash (today: v.9 r115). But at least make Opera 9.25 work with Flash 9 at all.

You can't use old .deb-files (since it's downloading the "current" from Adobe), and so you can't downgrade to flashplugin-version to work with Opera.

But it's anyway a solution, and I am one of those who don't want to run Opera 9.50b yet.

Anyway, the procedure is quite simple:
Thank you very much. Until I found this solution, I couldn't figure out why Opera stable wasn't utilizing the libflashplayer.so that I had installed in /usr/lib/opera/plugins. (Because it was the newest version 115).

Thank you
fkamp is offline   Reply With Quote
Old February 24th, 2008   #10
oleoleole
5 Cups of Ubuntu
 
oleoleole's Avatar
 
Join Date: Jan 2006
Location: Norway, Asker
Beans: 43
Kubuntu 7.10 Gutsy Gibbon
Send a message via ICQ to oleoleole Send a message via MSN to oleoleole Send a message via Skype™ to oleoleole
Re: HowTo: Make Opera 9.25 work with Flash9 (if upgraded to r115)

This works also for Opera 9.26 ;]
oleoleole is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:26 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry