LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-14-2009, 08:01 PM   #1
guanin
LQ Newbie
 
Registered: Aug 2009
Posts: 11

Rep: Reputation: 0
installing flash player on knoppix 6.0


ok, i have recently gotten the Knoppix 6.0, and have installed it on my usb flash drive. finally i can browse the internet again on that laptop, but alas, i can't watch any videos because flash player isnt installed yet. i tried to install it by myself and followed adobe's instructions but i just dont get why it won't install. here are my questions:

1. in the adobe instructions, it is said that i need to unpackage the files. and when i unpackage it, a new directory/folder is supposed to appear. but why does it always unpackage on the desktop? no folders are created when i unpackage it.

2. it is said that i need to navigate to the newly created directory and type a command. how am i supposed to navigate to a non-existent directory, huh? and how do you even navigate to certain directory? i typed help in the terminal (i'm using LXTerminal by the way) to look for a hint but i saw nothing there. so, how do you "navigate" using the terminal?

I really need to install the flash player. I've also tried using the Install components in start > system tools > install components and selected the 'flashplugin-nonfree: Flash support for your browser' but when i clicked install, nothing happens.

any ideas on how to solve this problem? i'm begging you guys. >.<
 
Old 08-14-2009, 08:47 PM   #2
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
got to now extract the package. as root or sudo coppy the flashplayer.so to /usr/lib/mozilla/plugins
if using 64 bit and plase the plugin in /usr/lib64/mozilla/plugins
if that does not work for firefox then place it in the /usr/lib64/firefox/plugins
or for 32 bit /usr/lib/firefox/plugins
there you go.
 
Old 08-14-2009, 09:06 PM   #3
guanin
LQ Newbie
 
Registered: Aug 2009
Posts: 11

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Drakeo View Post
got to now extract the package. as root or sudo coppy the flashplayer.so to /usr/lib/mozilla/plugins
if using 64 bit and plase the plugin in /usr/lib64/mozilla/plugins
if that does not work for firefox then place it in the /usr/lib64/firefox/plugins
or for 32 bit /usr/lib/firefox/plugins
there you go.
i think it's 32 bit. but where can i find that /usr/lib/mozilla/plugins? i'm booting from a flash drive, and i can't see that directory on my knoppix directory
 
Old 08-14-2009, 09:12 PM   #4
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
oh
open a file browser in Knoppix
open the preferences in file browser, make sure the box marked "show hidden files" is checked

you should already be in your home folder and should see a folder like .mozilla
or it might be in /usr/share/mozilla

click the up arrow in filebrowser till it won't go up anymore^

now go into home or usr/share and look around

your live system is running mostly in ram, not on the usb
thats just the read-only cloop
 
Old 08-14-2009, 09:26 PM   #5
guanin
LQ Newbie
 
Registered: Aug 2009
Posts: 11

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by linus72 View Post
oh
open a file browser in Knoppix
open the preferences in file browser, make sure the box marked "show hidden files" is checked

you should already be in your home folder and should see a folder like .mozilla
or it might be in /usr/share/mozilla

click the up arrow in filebrowser till it won't go up anymore^

now go into home or usr/share and look around

your live system is running mostly in ram, not on the usb
thats just the read-only cloop
i'm using PCMan File Manager, managed to find the show hidden files under View. on /home/knoppix, there is a .mozilla folder. inside that folder, only 2 folders exist, named 'extensions' and 'firefox'. under extensions is a single folder with an alphanumerical name that contains no files. under firefox is a folder and a file, named 'knoppix' and 'profiles.ini', respectively. under knoppix are several files and 4 folders, named 'bookmarkbackups', 'Cache', 'chrome', and 'extensions'. the first three folders contains only files, but the 'extensions' folder contains another alphanumerically titled folder and under it is three more folders and several files. the folders are 'chrome', 'components' and 'defaults'. the first two contain only files but the defaults folder has another folder named 'preferences' w/c contains a single file.

where exactly in this directory do i put the libflashplayer.so file?

i've also checked on /usr/share but there was no mozilla folder in there.

also tried to copy libflashplayer.so to /usr/lib/mozilla/plugins but it won't copy it. tried dragging it but it says invalid cross-device link. tried to extract it but it says i dont have permissions(which i dont get since the account i'm using is probably the administrator account as there are no other accounts that i created, heck i don't even know how to create one.)

what now?

Last edited by guanin; 08-14-2009 at 09:36 PM.
 
Old 08-14-2009, 09:40 PM   #6
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
can't you just type in a terminal:

Code:
# apt-get update
# apt-get install flashplugin-nonfree
or open synaptic and search for
flashplugin
 
Old 08-14-2009, 10:08 PM   #7
guanin
LQ Newbie
 
Registered: Aug 2009
Posts: 11

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by repo View Post
can't you just type in a terminal:

Code:
# apt-get update
# apt-get install flashplugin-nonfree
or open synaptic and search for
flashplugin
typed those two in the terminal, but nothing comes up. searching for flashplugin on synaptic turned up zero results.
 
Old 08-14-2009, 10:27 PM   #8
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
If the directory doesn't exist, work in the console and create it. You will probably need to precede commands with sudo so that you can create the directory and copy files to a system directory.
 
Old 08-15-2009, 08:28 AM   #9
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK
please download this
http://multidistro.com/downloads/grml/plugins.tar.gz
it is my flashplayer plugin from my running setup in grml(debian unstable)
the tar will extract to a folder named "plugins"
put that folder in your /home/knoppix/.mozilla/ folder and see if flash works
 
Old 08-15-2009, 04:05 PM   #10
whk
Member
 
Registered: Jun 2005
Posts: 202

Rep: Reputation: 37
If linus72 solution (most times it does).

On some versions install #10 libflashplayer.so in

/usr/lib/mozilla-firefox/plugins/

even though your distro has Iceweasel
Then restart browser.
hth
 
Old 08-16-2009, 07:13 PM   #11
guanin
LQ Newbie
 
Registered: Aug 2009
Posts: 11

Original Poster
Rep: Reputation: 0
@jschiwal
i am not familiar with linux's terminal commands yet, so i don't know how to do that.

@linus72
tried doing that but it won't copy, it says read-only file system.

@whr
no such directory exists.
 
Old 08-16-2009, 07:17 PM   #12
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK
your not trying to copy it to the knoppix compressed image

you are trying to copy it to /home/knoppix/.mozilla
yes?
 
Old 08-16-2009, 07:32 PM   #13
guanin
LQ Newbie
 
Registered: Aug 2009
Posts: 11

Original Poster
Rep: Reputation: 0
yeah but somehow, i managed to copy it this time. and i can watch vids now. the only thing is when i restart, the plugin folder is not there anymore, i believe the right term is that my linux is not "persistent". how do you make it like that?
 
Old 08-16-2009, 07:38 PM   #14
mushroomboy
Member
 
Registered: Jan 2006
Distribution: Debian Testing ALWAYS!!!
Posts: 363

Rep: Reputation: 43
We really need a flash topic pinned somewhere, or somebody make a complete flash thread and pin it. I swear every day I see a new flash topic.
 
Old 08-16-2009, 07:50 PM   #15
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
did you use the knoppix store on flashcard usb
did you make a persistent overlay?

Quote:
After having copied the system to flash, using the persistent Knoppix image (overlay feature), it is possible to also store files permanently in live mode. That way, personal settings and additionally installed programs survive a reboot.
read here under flash

http://www.knopper.net/knoppix/knoppix60-en.html

cheatcodes

http://www.pendrivelinux.com/knoppix-cheatcodes/
 
  


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
how to insall adobe flash player in knoppix debian palisetty_suman Linux - Newbie 1 06-20-2009 11:33 PM
installing flash player Pup Linux - Newbie 11 12-31-2005 11:28 AM
Installing M-player [Knoppix 3.7] Bonster Linux - Software 1 02-20-2005 07:11 PM
Installing Flash Player mikeCanada Linux - Newbie 8 07-25-2004 02:28 PM
Knoppix Mail and Flash Player Problems heartagram Debian 1 02-08-2004 02:29 AM

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

All times are GMT -5. The time now is 04:10 AM.

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