LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux > 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

Tags used in this thread
Popular LQ Tags , ,

Reply
 
Thread Tools
Old 10-12-2009, 02:25 PM   #1
jcrail
LQ Newbie
 
Registered: Aug 2009
Posts: 17
Blog Entries: 3
Thanked: 0
kubuntu 9.04 flashplayer issue!?


[Log in to get rid of this advertisement]
Hi,
Im using Kubuntu 9.04 with firefox and i have a nvidia geforce 8400GS.Most videos i play on youtube fail.What flash plugin do i need!?!?!?!?I tried so many different ones.PLEASE help me find a answer to this issue.Firefox downloaded the proper plugins and flashplayer automaticly but i cant seem to find any progress.PLEASE HELP?!?!?!?
linuxubuntu jcrail is offline  
Tag This Post ,
Reply With Quote
Old 10-13-2009, 01:21 AM   #2
ZachK18
LQ Newbie
 
Registered: Sep 2009
Location: I live where I'm at...
Distribution: Ubuntu 9.04 Jaunty
Posts: 5
Thanked: 0
Wink Flash trouble

Hello! Did you try Adobe? If not download it from the Adobe site and make sure it's the .deb version.
linuxubuntu ZachK18 is offline     Reply With Quote
Old 10-13-2009, 11:56 PM   #3
jcrail
LQ Newbie
 
Registered: Aug 2009
Posts: 17
Blog Entries: 3
Thanked: 0

Original Poster
what exactly do i have to do to get adobe on here.Im a little new to linux.Could you explain Step by step...please,
thanks
linuxubuntu jcrail is offline     Reply With Quote
Old 10-14-2009, 12:17 AM   #4
jcrail
LQ Newbie
 
Registered: Aug 2009
Posts: 17
Blog Entries: 3
Thanked: 0

Original Poster
what other flashplugins and extras do i need to get a normal browsing experience.I just downloaded the adobe flash plugin, but it didnt do much.
Its pretty much the same, very annoying.Did i miss something?
linuxubuntu jcrail is offline  
Tag This Post ,
Reply With Quote
Old 10-14-2009, 08:31 PM   #5
ZachK18
LQ Newbie
 
Registered: Sep 2009
Location: I live where I'm at...
Distribution: Ubuntu 9.04 Jaunty
Posts: 5
Thanked: 0
Talking Hmmm

So what exactly happens when you go to a site requiring flash? Does the video play? Does the video play but skip badly? Please give me some details...
linuxubuntu ZachK18 is offline     Reply With Quote
Old 10-19-2009, 12:03 AM   #6
Antongarou
LQ Newbie
 
Registered: Dec 2008
Posts: 19
Thanked: 0
I'm not the OP, but I'm having similar problems: I'm on the same version of kubuntu and using firefox youtube movies(and flash in general) just stay a black screen rather then playing.I checked and both video play and sound are enabled.
linuxubuntu Antongarou is offline     Reply With Quote
Old 10-19-2009, 01:23 PM   #7
ZachK18
LQ Newbie
 
Registered: Sep 2009
Location: I live where I'm at...
Distribution: Ubuntu 9.04 Jaunty
Posts: 5
Thanked: 0
Flash

Quote:
Originally Posted by Antongarou View Post
I'm not the OP, but I'm having similar problems: I'm on the same version of kubuntu and using firefox youtube movies(and flash in general) just stay a black screen rather then playing.I checked and both video play and sound are enabled.
Have you installed Flash from the Adobe site? If not, make sure it's the .deb file when you do.
linuxubuntu ZachK18 is offline     Reply With Quote
Old 10-20-2009, 01:01 AM   #8
Antongarou
LQ Newbie
 
Registered: Dec 2008
Posts: 19
Thanked: 0
I did install Flash from the Adobe site using the .deb file. didn't make any change I can notice, unfortunately.
linuxubuntu Antongarou is offline     Reply With Quote
Old 10-20-2009, 02:04 AM   #9
hurry_hui
Member
 
Registered: Oct 2008
Location: Near Jakarta
Distribution: Sabayon, Slackware, Arch, Slax
Posts: 313
Blog Entries: 1
Thanked: 34
After installing any .deb or .tar.gz you should make sure that flash player is correctly installed by entering about:plugins at firefox.

You should get similar as follows

Code:
Shockwave Flash

    File name: libflashplayer.so
    Shockwave Flash 10.0 r22
linux hurry_hui is offline     Reply With Quote
Old 10-20-2009, 11:11 AM   #10
Antongarou
LQ Newbie
 
Registered: Dec 2008
Posts: 19
Thanked: 0
what I get is
Quote:
File name: libswfdecmozilla.so
Shockwave Flash 9.0 r999
is this OK or should I uninstall the plugin and reinstall it?If I should, how do I go about uninstallation?
linuxubuntu Antongarou is offline     Reply With Quote
Old 10-20-2009, 12:11 PM   #11
hurry_hui
Member
 
Registered: Oct 2008
Location: Near Jakarta
Distribution: Sabayon, Slackware, Arch, Slax
Posts: 313
Blog Entries: 1
Thanked: 34
Well, it is better to use libflashplayer.so from adobe site.

Actually, what you need is to download the plugin at adobe site in .tar.gz, extract it to your home directory, and copy extracted file (libflashplayer.so) to same directory where libswfdecmozilla.so is located.

To uninstall libswfdecmozilla.so you can use your package manager.

PS: you need to uninstall libswfdecmozilla.so first...to avoid conflict.

Last edited by hurry_hui; 10-20-2009 at 12:14 PM.. Reason: I think the library name is too long :)
linux hurry_hui is offline     Reply With Quote
Old 10-20-2009, 12:21 PM   #12
jmc1987
Member
 
Registered: Sep 2009
Location: Tampa, FL USA
Distribution: Slackware, CentOS, windows xp
Posts: 181
Thanked: 16
Download the tar file to your home. the run
Code:
$ cd /home
$ tar xvf filename
# cp filename.so /usr/lib/mozilla/plugins/
Restart firefox and you should be good.
windows_xp_2003 jmc1987 is offline     Reply With Quote
Old 10-21-2009, 02:03 AM   #13
Antongarou
LQ Newbie
 
Registered: Dec 2008
Posts: 19
Thanked: 0
Thank you, that worked great.Where do I open a bug report about the .deb version of Adobe Flash installer?it's supposed to be the installer for Ubuntu 8.04+ but when I installed it mozilla didn't recognize Flash as plugin
linuxubuntu Antongarou is offline     Reply With Quote
Old 10-21-2009, 02:17 AM   #14
hurry_hui
Member
 
Registered: Oct 2008
Location: Near Jakarta
Distribution: Sabayon, Slackware, Arch, Slax
Posts: 313
Blog Entries: 1
Thanked: 34
glad to hear it works now.

as for reporting bug, don't bother. Somebody has already reported it.
linuxslackware hurry_hui is offline     Reply With Quote
Old 10-21-2009, 04:15 PM   #15
jmc1987
Member
 
Registered: Sep 2009
Location: Tampa, FL USA
Distribution: Slackware, CentOS, windows xp
Posts: 181
Thanked: 16
Quote:
Originally Posted by Antongarou View Post
Thank you, that worked great.Where do I open a bug report about the .deb version of Adobe Flash installer?it's supposed to be the installer for Ubuntu 8.04+ but when I installed it mozilla didn't recognize Flash as plugin

Not really sure. I have always had issues using rpm files on centOS so I always just did it that way. works everytime.

Glad to see its working
linux jmc1987 is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
kubuntu 9.04 wireless credencials issue ralph_linux Linux - Newbie 1 10-01-2009 08:02 AM
How to install Adobe flashplayer on Kubuntu 9.04 iqbala Ubuntu 5 09-25-2009 01:45 PM
Kubuntu Wpa wifi issue DigitalBlue Ubuntu 13 04-14-2007 08:59 PM
Kubuntu - Scheduler Issue Rider Ubuntu 3 10-13-2006 12:55 AM
flashplayer in firefox issue Bultot Linux - Newbie 12 03-16-2006 10:13 AM


All times are GMT -5. The time now is 01:19 AM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration