Results 1 to 10 of 22
Hello.
I have an Acer Aaspire One, using Linux, which I have had for a couple of years. letely, it won't play videos online, from for example, Vimeo, as it ...
- 03-19-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 8
I'm lost... can someone help please?
Hello.
I have an Acer Aaspire One, using Linux, which I have had for a couple of years. letely, it won't play videos online, from for example, Vimeo, as it says that I need to upgrade to a modern html compliant browser or upgrade my Flash player.
I am sorry to ask, but I have no idea how to do this at all. Can someone PLEASE run me through, step by step how to do this? I visited Adobe's website and clicked on download latest version for Linux- but nothing appeared to change. I guess I have to install it once it's downloaded, but again, this is the bit that I have no idea how to do!
Help very gratefully received!
A thousand thanks in advance,
Michael
- 03-19-2011 #2
Hello and Welcome.
Which distro are you using?I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 03-19-2011 #3
If using Linpus Lite 1.0.3
Download from Adobe
Step 1: Linux
Step 2: .tar.gz
Download to /home/Downloads folder
Open a terminal (Alt+F2 maybe?)
extract the .so from .tar.gz
Hit Enter keyCode:cd /home/<yourusername>/Downloads
Next type in
You should now have a libflashplayer.so showing next to the tar file.Code:tar xvf install_flash_player_10_linux.tar.gz
Close your terminal.
Now re-open Terminal again
To copy it in terminal
then move itCode:cp /home/<yourusername>/Downloads/libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so
This should overwrite your old flashplayer with the newest one. Linjpus Lite is a crippled Linux distro IMO. I have had good success running Ubuntu 10.04 LTS on my Acer Aspire One Zg5.Code:mv /home/<yourusername>/Downloads/libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so
TBoB. Can you double check my post in case I missed something with the commands. I think to open terminal in Linpus you use the Alt+F2 .Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 03-19-2011 #4Just Joined!
- Join Date
- Mar 2011
- Posts
- 8
Thanks for your reply. I will try what you have suggested now and pop back shortly with an update.
- 03-19-2011 #5
It just hit me that this is posted in a Ubuntu Forum
Post the output of
andCode:uname -r
orCode:cat /etc/issue
So we know what distro you are running. I am just guessing it is Linpus because you say you have had it a couple of years and flash was never updated in that time frame.Code:lsb_release -a
Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 03-19-2011 #6
If you get a permisson denied on copy or move command.
Type in pass word then hit enterCode:sudo cp /home/<yourusername>/Downloads/libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so
same for
The su -c command should work also instead of sudoCode:sudo mv /home/<yourusername>/Downloads/libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so
same with typing in password then enterCode:su -c cp /home/<yourusername>/Downloads/libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so
Code:su -c mv /home/<yourusername>/Downloads/libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so
Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 03-19-2011 #7Just Joined!
- Join Date
- Mar 2011
- Posts
- 8
Ok, I tried to do what you originally suggested.
I downloaded Adobe, as you told me to.
I opened a terminal successfully.
But then I got stuck, as I didn't know how to extract the .so from .tar.gz
I know this will sound pretty silly, but I don't even know my username- as whenever I switch the netbook on, it just logs me in and away I go, surfing the net or whatever. I'm sorry!!
Then I read the request to see what distro I am running. Do I type these things into a terminal?
I'm sorry to be so slow! I do wish to learn though, or else I can't watch any videos I posted on Vimeo from my PC on this wee netbook!
Thanks!
Michael
- 03-19-2011 #8Just Joined!
- Join Date
- Mar 2011
- Posts
- 8
I have now worked out how to find out what I am running.
It says it's Linpus Linux Lite v1.0.9.E
Does that help?
M
- 03-19-2011 #9
Make sure browser is closed before trying to replace plugin also.
Yeah. At least we know it is not Ubuntu. Linpus I am not real familiar with. Is their a run command in the menu and when it opens (if you have it) show a tick box that says run as root.
type in nautilus and tick on the checkbox that says run as root.
type in password in next window
manuver to /home/Downloads . Hopefully you can right click and pick extract here. Extract the libflashplayer.so
Open a new tab in nautilus. Manuver to /user/lib/mozilla/plugins
right click on old libflashplayer.so and rename it oldlibflashplayer.sobackup or just delete it,
Go to other tab where /home/Downloads is. Right Click>Cut
Paste it into the other tab where /usr/lib/mozilla/plugins sits.
This is assuming Linpus comes with Gexec for run. You can also open your file manager. Look in Downloads folder. On top of file manager. You will see something like /home/whatever the heck is there/Downloads. Get the idea?Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 03-19-2011 #10
Found a downloadable Linpus Manual in pdf format
PDF Download Link
Maybe it will help. Maybe not. All I could find.
Seems like Linpus had different file managers in different releases. You might have Thunar File Manager instead of Nautilus also.Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks


Reply With Quote
