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 09-29-2011, 04:56 AM   #16
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled

1. It's Jonathan not Josh.
2. At a terminal type
Code:
sudo updatedb
(it may take a minute or two)
then type
Code:
locate libflashplayer.so
and that will tell you where to find libflashplayer.so
3. I'm not sure what you mean "I'm having trouble finding the '/mozilla/plugins' folder." You left out the "~" before the "/" and you left out the "." before mozilla.
Try this
Code:
cd ~/.mozilla/plugins
You need to type this command exactly as it appears above. Then you won't have trouble.
ciao,
jdk
 
Old 09-29-2011, 05:00 AM   #17
Groware
Member
 
Registered: Sep 2011
Location: Brisbane, Australia
Distribution: 11.04
Posts: 32

Original Poster
Rep: Reputation: Disabled
I found 'libflashplayer.so' in the Adobe Tar archive. Now to copy it to...
 
Old 09-29-2011, 05:34 AM   #18
Groware
Member
 
Registered: Sep 2011
Location: Brisbane, Australia
Distribution: 11.04
Posts: 32

Original Poster
Rep: Reputation: Disabled
Sorry Jonathan, I'll remember.
Found libflashplayer.so - two copies, one that I copied and downloaded into:
/home/iri/downloads and the other: /usr/lib/adobe-flashplugin/libflashplayer.so.

But cannot find ~/.mozilla/plugins. I was just abbreviating before; but it's not there. I'll try a Search. ---No luck. Trouble is... I'm not familiar with the Linux file organisation. If I could set up a 'tree' that would help. Is there a 'Program Files' folder like Windoz? I thought 'etc' served that purpose.
Attached Thumbnails
Click image for larger version

Name:	Screenshot-iri@GROWARE50: ~.png
Views:	17
Size:	24.6 KB
ID:	8077  
 
Old 09-29-2011, 06:53 AM   #19
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Ok, I guess you don't have FFx installed. Is that correct? What browser do you use?
Quote:
I'm not familiar with the Linux file organisation. If I could set up a 'tree' that would help. Is there a 'Program Files' folder like Windoz? I thought 'etc' served that purpose.
Thankfully not. The linux file system is nothing like the windows one. You may want to read this: http://www.freeos.com/articles/3102/
ciao,
jdk

Last edited by jdkaye; 09-29-2011 at 06:56 AM.
 
Old 09-30-2011, 02:24 AM   #20
Groware
Member
 
Registered: Sep 2011
Location: Brisbane, Australia
Distribution: 11.04
Posts: 32

Original Poster
Rep: Reputation: Disabled
Cant find Plugins

Thanks for that link on files- interesting. Also found I have the Garrels "Intro to Linux" which has a Tree-type chart. But I still can't find the mozilla/plugins directory. It seeems to be under "usr/lib/mozilla/ " but, as per attached, I can't find it.
Attached Thumbnails
Click image for larger version

Name:	Terminal-CantFindPlugins.png
Views:	18
Size:	87.3 KB
ID:	8085  
 
Old 09-30-2011, 04:37 AM   #21
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
I still can't find the mozilla/plugins
Remember that it linux all files beginning with "." (which you forgot again) are hidden. Make sure you have enabled your file manager to view hidden files or on the terminal you need to type this:
Code:
ls -a
which will then list all files and folders including hidden ones. Remember you are looking for the ~/.mozilla/plugins folder which should exist if you have installed Firefox.
Another possibility is to put it in your ~/.mozilla/firefox/plugins folder, if that one exists.
ciao,
jdk

Last edited by jdkaye; 09-30-2011 at 04:39 AM.
 
Old 10-01-2011, 04:22 AM   #22
Groware
Member
 
Registered: Sep 2011
Location: Brisbane, Australia
Distribution: 11.04
Posts: 32

Original Poster
Rep: Reputation: Disabled
Thanks Jonathan, I've been reading up on various texts and trying a couple of things. With respect, I don't think I omitted the period -- but anyway -- Yes I have F-fox installed but, although there is a ".mozila" folder, there is no "plugins" folder in it. Don't know where F/fox stores the plugins in Linux. Meantime I have found an '.adobe' folder with a folder in it called "AssetCache". This contains an empty file called "8586SDSW8". I have copied the libflashplayer.so file there hoping it might help. No luck so I'll try copying the nphelix.so & xpt files as suggested above, if I can find them!

The attached composite grab shows the BBC iPlayer window "stalled" (hanging) as I mentioned in the original Post, plus a 'Nautilus' window and two Terminals with info re '.mozilla' and '.Adobe' directories. Note it's gone back to the hanging window now, instead of the window saying "Install Flash".
Attached Thumbnails
Click image for larger version

Name:	Adobe+mozilla-1.jpg
Views:	16
Size:	138.1 KB
ID:	8091  
 
Old 10-01-2011, 07:38 AM   #23
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Originally Posted by John VV View Post
odd it was my understanding that the BBC movie player was MS windows ONLY because of the very over restrictive DRM
and all other players were busted by the BBC's move to windows only DRM.
I have no problem watching BBC

Kind regards
 
Old 10-01-2011, 07:45 AM   #24
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
As root, copy the file to
Code:
/usr/lib/mozilla/plugins/
Code:
sudo cp /home/iri/downloads/libflashplayer.so /usr/lib/mozilla/plugins/
On my system the Download directory is with a capital "D"
restart firefox

Kind regards

Last edited by repo; 10-01-2011 at 07:47 AM.
 
Old 10-02-2011, 12:22 AM   #25
Groware
Member
 
Registered: Sep 2011
Location: Brisbane, Australia
Distribution: 11.04
Posts: 32

Original Poster
Rep: Reputation: Disabled
Thanks repo, to my surprise the command was accepted without complaint (because I cannot find a 'plugins' directory in 'mozilla'). But it still has not solved the problem. Attached shows Terminal screen with command apparently accepted. Result is the same as the attachment to my last post (BBC iplayer screen). Thanks for your suggestion; pleased to see the command showing full hierarchy of files concerned. Helps an old-time DOS user to understand.
Attached Thumbnails
Click image for larger version

Name:	Screenshot-CopylibflashplayerToPlugins.png
Views:	11
Size:	30.6 KB
ID:	8095  
 
Old 10-02-2011, 12:50 AM   #26
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Did you restart firefox?
What happens if you press the play button?
Do you have sound when you play youtube video's?

Kind regards
 
1 members found this post helpful.
Old 10-02-2011, 03:18 AM   #27
Groware
Member
 
Registered: Sep 2011
Location: Brisbane, Australia
Distribution: 11.04
Posts: 32

Original Poster
Rep: Reputation: Disabled
Yes, just re-started -- and U-tube and other audios OK. will do a more complete check.
More later...
Re "Play" button... there is only one button: To Stop when playing.. to Start when stopped. Have tried it many times
Have just watched a U-Tube-type on-line video. No troubles.
Rex

Last edited by Groware; 10-02-2011 at 04:05 AM. Reason: Added 3 lines.
 
Old 10-02-2011, 04:02 AM   #28
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
From the help page

Quote:
Browser problems - Mozilla Firefox
• Please try upgrading to the latest version
• Enable cookies
• Upgrade to the latest version of Adobe Flash Player*
What happens if you use another browser like opera or google chrome?

Kind regards
 
Old 10-02-2011, 04:11 AM   #29
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Try flash-aid-

https://addons.mozilla.org/en-US/fir...don/flash-aid/

Its a lot eiaser than sodding around finding the right directory for libflashplayer.so.
 
Old 10-02-2011, 05:28 AM   #30
Groware
Member
 
Registered: Sep 2011
Location: Brisbane, Australia
Distribution: 11.04
Posts: 32

Original Poster
Rep: Reputation: Disabled
Thanks Cascade9 -- have now installed Flash-aid. But no change. Have tried to update to F/Fox 7 from 6.0.2, but it has been withdrawn for Linux while they find a bug. I think Vn.6 should work. Can other Ubuntu (or any Linux) user get these programs ? Anybody: try... http://www.bbc.co.uk/programmes/b0159f82#segments . Just click on "Listen Now". Does it work for you ?? I've been trying for a week. Maybe I'm doing something stupid? Any help appreciated

Last edited by Groware; 10-02-2011 at 06:29 AM. Reason: Add 'Listen Now'
 
  


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
BBC Iplayer Desktop martk20 Linux - Software 1 09-02-2009 02:32 AM
BBC iplayer radio on Mandriva davholla Linux - Software 6 12-05-2008 05:37 AM
I cannot view eg BBC iplayer as I used to mattnorb Linux - Software 16 12-01-2008 01:46 AM
BBC Rolls Out iPlayer with DRM vxc69 General 11 07-01-2007 08:08 PM
BBC To Launch iplayer on demand TV Kirmonkey Linux - News 12 05-16-2007 04:46 AM

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

All times are GMT -5. The time now is 07:19 PM.

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