Acer Aspire One Linpus Lite - Flash Player.

So I tried watching a video over Facebook, and I as told that I needed to update my Flash player… I updated it to the latest version ‘10.3.181.22’.
I used the software installer to do so, everything seemed fine, I rebooted after the install had finished. But now anything that requires Flash doesn’t work, YouTube ect… Is there a way to fix this? Or even revert back to the previous version I had?

Thanks,
Nathan.

[EDIT]
You can either follow these instruction OR follow the slightly easier instructions here:
http://linuxforums.org.uk/netbooks/acer-aspire-one-linpus-lite-flash-player/msg68331/#msg68331
[END EDIT]

Go to this site:
http://get.adobe.com/flashplayer/?no_redirect

and from the dropdown menu, download the .tar.gz version of the Adobe Flash Player version 10.3.181.22 for Linux

If you are using Firefox (with default settings) that should download to your Downloads directory.

Open a terminal… you can do this by hitting Alt+F2, then typing terminal, then clicking “Run

In the terminal enter:

mkdir ~/.mozilla/plugins

(hit enter and your password if asked)

then still in the terminal enter:

tar -zxvf ~/Downloads/install_flash_player_10_linux.tar.gz -C ~/.mozilla/plugins libflashplayer.so

Cose ALL running instances of Firefox, then reopen it… now test the Flashplayer.

so In summary -

You are…

  1. Downloading install_flash_player_10_linux.tar.gz archive from Adobe, to your Downloads directory.

  2. Creating (if doesn’t exist) a /home//.mozilla/plugins directory.

  3. Unpacking the libflashplayer.so file from the archive, and placing it in the /home//.mozilla/plugins directory.

You may have to (in Firefox) go to Tools>Add-Ons>Plugins and make sure the only “Shockwave Flash” plugin that is enabled is the 10.3r181 one… and restart Firefox.

Hi, thanks for the response.

I followed those instructions exactly… and this is what I get.

sudo mkdir ~/.mozilla/plugins

mkdir: cannot create directory `/root/.mozilla/plugins’: File exists
[root@localhost user]# tar -zxvf ~/Downloads/install_flash_player_10_linux.tar.gz -C ~/.mozilla/plugins libflashplayer.so
tar: /root/Downloads/install_flash_player_10_linux.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: libflashplayer.so: Not found in archive
tar: Error exit delayed from previous errors

I’m sorry being such a pain, Linux completely confuses me, as you may of guessed haha.

Where did the install_flash_player_10_linux.tar.gz download to… where is it on your system ?

It’s in my Downloads file.

are you logged on as root, or user ?

open a “new” terminal, and send me what the prompt line looks like.

[user@localhost ~]$

Is that what you mean? But I’ve been typing ‘su’ then my password?

Don’t use sudo or su… just run:

mkdir ~/.mozilla/plugins

then

tar -zxvf ~/Downloads/install_flash_player_10_linux.tar.gz -C ~/.mozilla/plugins libflashplayer.so

HI!
I am also getting this exact same problem and I havent been able to find a solution yet, did you find out how to resolve it? or is there anyone else that can help please

See 3 posts further down for the latest Flashplayer 11, or click this link:
http://linuxforums.org.uk/netbooks/acer-aspire-one-linpus-lite-flash-player/msg68331/#msg68331


OK, to make it slightly easier to install the latest 32bit flashplayer 10.3.183.7 for Firefox, I’ve uploaded the file you need to my dropbox.

Open a terminal… you can do this by hitting Alt+F2, then typing terminal, then clicking “Run

When the terminal opens, enter these 5 commands (hitting enter after each one)

mkdir ~/.mozilla/plugins

(this command may fail if the directory already exists… this is normal… just move on to the next command)
then

cd ~/.mozilla/plugins

then

wget http://dl.dropbox.com/u/11876059/flashplayer10.3-32bit.tar.gz

then

tar -zxvf flashplayer10.3-32bit.tar.gz

then

mv -v flashplayer10.3-32bit.tar.gz ~/flashplayer10.3-32bit.tar.gz

You can now close the terminal.

Now close ALL running instances of Firefox, then reopen it… then go to this website:
http://www.adobe.com/software/flash/about/
where you can check which version of flashplayer you are currently using.

If that link says you are using a version older than 10.3.183.7 … see below.


You may have to (in Firefox) go to Tools>Add-Ons>Plugins and make sure the onlyShockwave Flash” plugin that is enabled is the 10.3r183 one… and restart Firefox.


Once done, you can delete the flashplayer10.3-32bit.tar.gz file from your home directory, if you wish.

Mark
another big thanks
uploaded, so easy with your instructions

Keith

:slight_smile: … Your welcome.

OK, to make it slightly easier to install the latest 32bit flashplayer 11.0.1.152 for Firefox, I’ve uploaded the file you need to my dropbox.

Open a terminal… you can do this by hitting Alt+F2, then typing terminal, then clicking “Run

When the terminal opens, enter these 5 commands (hitting enter after each one)

Create a ~/.mozilla/plugins directory

mkdir ~/.mozilla/plugins

(this command may fail if the directory already exists… this is normal… just move on to the next command)

Change directory to ~/.mozilla/plugins :

cd ~/.mozilla/plugins

Use wget to download the flashplayer archive:

wget http://dl.dropbox.com/u/11876059/flashplayer11-32bit.tar.gz

Extract the libflashplayer.so file from the flashplayer achive:

tar -zxvf flashplayer11-32bit.tar.gz

Move the flashplayer archive back to your home folder to make it easier to delete if you wish:

mv -v flashplayer11-32bit.tar.gz ~/flashplayer11-32bit.tar.gz

You can now close the terminal.

Now close ALL running instances of Firefox, then reopen it… then go to this website:
http://www.adobe.com/software/flash/about/
where you can check which version of flashplayer you are currently using.

If that link says you are using a version older than 11.0.1.152… see below.


You may have to (in Firefox) go to Tools>Add-Ons>Plugins and make sure the onlyShockwave Flash” plugin that is enabled is the 11.0r1 one… and restart Firefox.


Once done, you can delete the flashplayer11-32bit.tar.gz file from your home directory, if you wish.

;DOnce again Mark saved the day! I work 6 days a week - about 60 hrs - and I would’ve given up on linux if it weren’t for you Mark - and my netbook would be a doorstop. Thanks a million!

Heh… Once again, you’re welcome… glad to be of service :slight_smile:

Followed instructions but get this message for the last command:-

mv: flashplayer11-32bit.tar.gz' and /home/user/flashplayer11-32bit.tar.gz’ are the same file

The adobe link tells me I am running 9.0.124

Have restarted Firefox. There is only the one shockwave flash player showing & that is 9.

Any ideas please?

If you have a flashplayer11-32bit.tar.gz in your home folder, I’m guessing you didn’t cd into the correct directory before downloading the archive.

run these commands:
(probably best to copy/paste them into the terminal)

mkdir ~/.mozilla/plugins

(this command may fail if the directory already exists… this is normal… just move on to the next command)
then

mv -v ~/flashplayer11-32bit.tar.gz ~/.mozilla/plugins/flashplayer11-32bit.tar.gz

then

cd ~/.mozilla/plugins

then

tar -zxvf flashplayer11-32bit.tar.gz

then

mv -v flashplayer11-32bit.tar.gz ~/flashplayer11-32bit.tar.gz

You can now close the terminal.

Now close ALL running instances of Firefox, then reopen it… then go to this website:
http://www.adobe.com/software/flash/about/
where you can check which version of flashplayer you are currently using.

If that link says you are using a version older than 11.0.1.152… see below.


You may have to (in Firefox) go to Tools>Add-Ons>Plugins and make sure the onlyShockwave Flash” plugin that is enabled is the 11.0r1 one… and restart Firefox.


Once done, you can delete the flashplayer11-32bit.tar.gz file from your home directory, if you wish.

If that doesnt work … semd the output from:

ls -a ~/.mozilla/plugins

Shockwave Flash is now showing the correct one.

Thanks again!

No problem :slight_smile: