Ik had het zelfde probleem. de volgende link wekte bijna 100% voor mij
http://www.cyberciti.biz/tips/install-flash-10-ubuntu-linux-64bit.htmlProbleem was dat onderin het script ergens iets niet klopte, maar dat is aanvoudig met de hand aan te passen.
Als je het script runt kreeg ik als laatste:
libflashplayer.so
cp: cannot stat `install_flash_player_10_linux/libflashplayer.so': No such file or directory
nspluginwrapper: /usr/lib/mozilla/plugins/libflashplayer.so is not a valid NPAPI plugin
Linking the libraries so that firefox can see them.
Done :-)
You may re-start Firefox now
Door handmatig de volgende commands te runnen werkt het bij mij wel.
sudo cp libflashplayer.so /usr/lib/mozilla/plugins/
sudo nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so
sudo nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so
sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/mozilla/plugins/
sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/firefox-addons/plugins/
Suc6