You are not logged in.

#1 2009-05-31 16:34:16

tricky
Member
Registered: 2009-03-31
Posts: 65

[SOLVED (Yippee)]Good Arch64 Flash guide?.

Hi Evri1,

Everythings fine here except the flash videos on youtube for example.
Hence I can't use chatrooms and stuff.
It's not a huge problem but it means I am a bit restricted.
I installed flashplugin but I think I need some things from the AUR like nspluginwrapper.
I don't know how to do this.
I have searched but I need a simple intro type guide to installing from AUR.
Anyone got a linky for me plz?.

Last edited by tricky (2009-05-31 22:13:49)

Offline

#2 2009-05-31 16:41:04

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

You can just get the 64-bit Flash Player .so from Adobe and stick it in /usr/lib/mozilla/plugins.

Also, who's Evri1? tongue

Offline

#3 2009-05-31 16:44:54

whoops
Member
Registered: 2009-03-19
Posts: 891

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

Tried the wiki?

http://wiki.archlinux.org/index.php/Ins … _on_Arch64

also: All I've got installed is flashplugin from extra and everything works fine. I don't remember any additional steps to have been necessary, so if there were any, they can't have been too much of an effort. What exactly isn't working? Did you look at the main article? I remember no struggling at all with flash, when I went from 32 to Arch64.

http://wiki.archlinux.org/index.php/Fla … er_plugins


edit:

Peasantoid wrote:

You can just get the 64-bit Flash Player .so from Adobe and stick it in /usr/lib/mozilla/plugins.

Mmmmh...

$  LC_ALL=C ls -all /usr/lib/mozilla/plugins
-rwxr-xr-x 1 root root 9543400 May 24 19:42 libflashplayer.so
$  LC_ALL=C pacman -Qo  /usr/lib/mozilla/plugins/libflashplayer.so
/usr/lib/mozilla/plugins/libflashplayer.so is owned by flashplugin 10.0.22.87-1

I don't get it why mine works if that's necessary... I definitely didn't do any manual changes to that file the last months, so it must be the version maintained in extra, right? (Oh, yes, I tried a full system system compile from abs some time ago, that explains the date).

Last edited by whoops (2009-05-31 17:01:39)

Offline

#4 2009-05-31 16:57:02

tricky
Member
Registered: 2009-03-31
Posts: 65

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

Thank you both.
That was quick.
I will go and do those things.
I don't know why I wrote evri1 instead of everyone wink

Offline

#5 2009-05-31 17:09:05

tricky
Member
Registered: 2009-03-31
Posts: 65

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

I put libflashplayer.so in the directory for plugins and it never worked.

Youtube says hello java or flash missing.
@ Whoops : Should I type that code in?.

Last edited by tricky (2009-05-31 17:11:52)

Offline

#6 2009-05-31 17:20:28

sveri80
Member
Registered: 2008-11-12
Posts: 38

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

FYI I had to relog to my WM after installing the flashplugin to get it working.

Offline

#7 2009-05-31 17:22:19

whoops
Member
Registered: 2009-03-19
Posts: 891

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

That code was just me trying to figure out, if I'm really using the libflashplayer.so from arch extra repo or if I forgot something (unless you forgot where you got your flash from, too, there's no need to do that wink).

If Youtube says, "java or flash" is missing... are you sure it's not java? Wait a second... the only java-related thing I have installed is "hsqldb-java 1.8.0.10-1" (I've got no idea what's that for) and youtube works fine... strange...

You can maybe get more information, if you start firefox from a terminal and watch the output there while you try to use flash / java sites.

Anyways, chats not working sounds rather like java anyway. Do you have that installed? If openjdk6 doesn't work - there's still jre.

Last edited by whoops (2009-05-31 17:24:18)

Offline

#8 2009-05-31 17:22:31

sayems
Member
From: New York, NY
Registered: 2009-02-09
Posts: 11

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

# pacman -Sy --asdeps gtk2 lib32-atk lib32-cairo lib32-expat lib32-fontconfig lib32-freetype2 lib32-gcc-libs \
  lib32-glib2 lib32-glibc lib32-gtk2 lib32-libice lib32-libpng lib32-libsm lib32-libx11 lib32-libxau \
  lib32-libxcb lib32-libxcursor lib32-libxext lib32-libxfixes lib32-libxft lib32-libxi lib32-libxinerama \
  lib32-libxmu lib32-libxrandr lib32-libxrender lib32-libxt lib32-pango lib32-pcre lib32-zlib libxt \
  util-linux-ng lib32-alsa-lib lib32-libxdamage lib32-libstdc++5 rpmextract


o $ sudo pacman -Rd flashplugin-nonfree flashplugin-installer
o $ wget http://download.macromedia.com/pub/labs … .so.tar.gz
o $ tar xvf libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz
o $ sudo mv libflashplayer.so /usr/lib/mozilla/plugins/
o $ tar xvf libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz
o $ mkdir ~/.mozilla/plugins
o $ mv libflashplayer.so ~/.mozilla/plugins

Last edited by sayems (2009-05-31 17:24:22)

Offline

#9 2009-05-31 17:44:27

tricky
Member
Registered: 2009-03-31
Posts: 65

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

sayems wrote:

# pacman -Sy --asdeps gtk2 lib32-atk lib32-cairo lib32-expat lib32-fontconfig lib32-freetype2 lib32-gcc-libs \
  lib32-glib2 lib32-glibc lib32-gtk2 lib32-libice lib32-libpng lib32-libsm lib32-libx11 lib32-libxau \
  lib32-libxcb lib32-libxcursor lib32-libxext lib32-libxfixes lib32-libxft lib32-libxi lib32-libxinerama \
  lib32-libxmu lib32-libxrandr lib32-libxrender lib32-libxt lib32-pango lib32-pcre lib32-zlib libxt \
  util-linux-ng lib32-alsa-lib lib32-libxdamage lib32-libstdc++5 rpmextract


o $ sudo pacman -Rd flashplugin-nonfree flashplugin-installer
o $ wget http://download.macromedia.com/pub/labs … .so.tar.gz
o $ tar xvf libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz
o $ sudo mv libflashplayer.so /usr/lib/mozilla/plugins/
o $ tar xvf libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz
o $ mkdir ~/.mozilla/plugins
o $ mv libflashplayer.so ~/.mozilla/plugins

I typed all that in , still same message from youtube.
Also installed jre and relogged still nada.

I need nspluginwrapper dont I?.
Can I get it without using AUR?.

Last edited by tricky (2009-05-31 17:47:01)

Offline

#10 2009-05-31 17:47:40

jack.mitchell
Member
From: Ely, Cambridgeshire, UK
Registered: 2008-08-28
Posts: 156
Website

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

All I did was install flashplugin from the repo's and restart. 64 bit here too.

Offline

#11 2009-05-31 17:50:34

tricky
Member
Registered: 2009-03-31
Posts: 65

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

jack.mitchell wrote:

All I did was install flashplugin from the repo's and restart. 64 bit here too.

I have installed flashplugin so I dont get it, unless the repo had 32 bit version only.

Maybe I need another repo.

I am just using the main 3 :extra , main and community.

Are there any Flash Ninja's out there??.
Show me the ArchFu or GnuFu whatever.

Last edited by tricky (2009-05-31 18:00:37)

Offline

#12 2009-05-31 18:38:52

soupcan
Member
From: ?
Registered: 2008-10-25
Posts: 268

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

The flashplugin from extra works for me on Arch64.

Offline

#13 2009-05-31 18:58:57

rusty99
Member
Registered: 2009-03-18
Posts: 253

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

What browser are you using and if firefox (or a fork of) are you running noscript?

Offline

#14 2009-05-31 19:02:41

dmartins
Member
Registered: 2006-09-23
Posts: 360

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

There is no need for nspluginwrapper anymore. The flashplugin package in extra provides the x86_64 version of adobe's flash player for linux (which they are currently calling an alpha release - you won't find it on the regular download flash page).

A few questions to narrow this down:
-Which browser are you using?
-How did you install it?
-If it's a firefox build from the AUR, are you sure it's 64 bit?
-Type "about:plugins" into the address bar in your browser (assuming it's firefox). What is listed?

I'm not sure why sayems said to install all those lib32 packages. If you are using a 64 bit browser and 64bit flash plugin, there's nothing 32-bit involved..

Last edited by dmartins (2009-05-31 19:03:27)

Offline

#15 2009-05-31 19:10:55

tricky
Member
Registered: 2009-03-31
Posts: 65

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

Using firefox (gran paradiso) from repo 64 bit.
Not using noscript.

Interesting..about:plugin says no plugins installed?

Earlier I put libflashplayer.so into /usr/lib/mozilla/plugins.

Last edited by tricky (2009-05-31 19:12:29)

Offline

#16 2009-05-31 19:11:51

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

Did you restart after installing flashplugin? Actually, relogin should be all that's necessary.

Offline

#17 2009-05-31 19:12:37

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

Post up the output of this:

stat /usr/lib/mozilla/plugins

It's possible that the permissions are incorrect.

Offline

#18 2009-05-31 19:13:39

tricky
Member
Registered: 2009-03-31
Posts: 65

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

Yes, I relogged.
I don't get why it won't work.
My setup is pretty standard but for some reason firefox can't se the plugin.
Is it a permissions thing?.

Last edited by tricky (2009-05-31 19:14:00)

Offline

#19 2009-05-31 19:13:58

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

^ See above post by me.

Offline

#20 2009-05-31 19:15:02

tricky
Member
Registered: 2009-03-31
Posts: 65

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

stat /usr/lib/mozilla/plugins
  File: `/usr/lib/mozilla/plugins'

  Size: 4096          Blocks: 8          IO Block: 4096   directory
Device: 803h/2051d    Inode: 150338      Links: 2
Access: (0755/drwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2009-05-31 18:05:34.000000000 +0100
Modify: 2009-05-31 18:38:38.000000000 +0100
Change: 2009-05-31 18:38:38.000000000 +0100
[root@myhost main]#

Last edited by tricky (2009-05-31 19:15:20)

Offline

#21 2009-05-31 19:16:04

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

Hmm, that seems all right. Try `stat /usr/lib/mozilla/plugins/libflashplayer.so`.

Offline

#22 2009-05-31 19:17:41

tricky
Member
Registered: 2009-03-31
Posts: 65

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

stat /usr/lib/mozilla/plugins/libflashplayer.so
  File: `/usr/lib/mozilla/plugins/libflashplayer.so'
  Size: 9543400       Blocks: 18672      IO Block: 4096   regular file
Device: 803h/2051d    Inode: 149147      Links: 1
Access: (0755/-rwxr-xr-x)  Uid: ( 1000/    main)   Gid: ( 1000/    main)
Access: 2009-05-31 18:32:51.000000000 +0100
Modify: 2009-02-03 04:03:53.000000000 +0000
Change: 2009-05-31 18:33:07.000000000 +0100
[root@myhost main]#

Offline

#23 2009-05-31 19:18:52

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

That is... odd. Have you tried running Firefox from the command-line? If not, do so now and post up the output.

Offline

#24 2009-05-31 19:20:32

dmartins
Member
Registered: 2006-09-23
Posts: 360

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

Just a stab in the dark, but maybe your firefox profile is corrupt?

Here's how to create a new one without completely destroying the old one: http://ubuntuforums.org/showthread.php?t=103930

Anything in about:plugins now?

Offline

#25 2009-05-31 19:21:56

tricky
Member
Registered: 2009-03-31
Posts: 65

Re: [SOLVED (Yippee)]Good Arch64 Flash guide?.

Firfox works from command line but still no youtube.

Let me just try dmartens suggestion brb

Offline

Board footer

Powered by FluxBB