Re: Cannot get flashplugin to work

2012-06-18 Thread Mark Felder

On Mon, 18 Jun 2012 10:25:10 -0500, Michael Gass mg...@csbsju.edu wrote:


Cannot get the linux flashplugin to work on either firefox or chrome.


9-STABLE here without issues.

Can you post:

/etc/rc.conf
/etc/fstab
output of `kldstat`
output of `mount`
output of `uname -a`


Thanks!
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Cannot get flashplugin to work

2012-06-18 Thread Michael Gass
On Mon, Jun 18, 2012 at 11:13:10AM -0500, Mark Felder wrote:
 On Mon, 18 Jun 2012 10:25:10 -0500, Michael Gass mg...@csbsju.edu wrote:
 
 Cannot get the linux flashplugin to work on either firefox or chrome.
 
 9-STABLE here without issues.
 
 Can you post:
 
 /etc/rc.conf
 /etc/fstab
 output of `kldstat`
 output of `mount`
 output of `uname -a`
 
 Thanks!

Here is the info:

% uname -a
FreeBSD ap200.home.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat May 19 09:07:23 
CDT 2012 root@:/usr/obj/usr/src/sys/AP20120519  i386

% kldstat
Id Refs AddressSize Name
 1   31 0xc040 74b158   kernel
 21 0xc0b4c000 4e0c snd_ess.ko
 32 0xc0b51000 4c68 snd_sbc.ko
 41 0xc0b56000 4854 sem.ko
 51 0xc0b5b000 70ec apm.ko
 61 0xc4187000 8000 linprocfs.ko
 72 0xc41a 2b000linux.ko
 81 0xc4232000 2000 linux_adobe.ko
 91 0xc43ca000 2000 green_saver.ko

% mount
/dev/ada0p2 on / (ufs, local, soft-updates)
devfs on /dev (devfs, local, multilabel)
/dev/ada0p4 on /tmp (ufs, local, soft-updates)
/dev/ada0p5 on /var (ufs, local, soft-updates)
/dev/ada0p6 on /usr (ufs, local, soft-updates)
linprocfs on /compat/linux/proc (linprocfs, local)

% cat /etc/rc.conf
hostname=ap200.home.net
keymap=us.iso.kbd
#ifconfig_fxp0=DHCP
ifconfig_fxp0=SYNCDHCP
sshd_enable=YES
moused_type=auto
moused_enable=YES
moused_flags=-A 1.8
saver=green
blanktime=900
ntpd_enable=YES
# powerd_enable=YES
# Set dumpdev to AUTO to enable crash dumps, NO to disable
dumpdev=NO
dbus_enable=YES
hald_enable=YES
apm_enable=YES
linux_enable=YES


Running 9.0 STABLE

Cannot get the linux flashplugin to work on either firefox or chrome.

Followed the handbook exactly. Using ports I installed the following.
* installed nspluginwrapper which also installed linux_base_f10
* installed linux-f10-flashplugin11
* linked libflashplayer.so into /usr/local/lib/browser_plugins/
(checked that the link is in the directory)
* ran nspluginwrapper -v -a -i
(this ran fine)
mount shows that linprocfs is on /compat/linux/proc
about:plugins shows that flashplayer is enabled in both firefox and chrome.

The plugins do not work anywhere I try.  I messages like plugins-missing.
Tried running firefox and chrome from the command line to check error messages.
This is what shows up:

*** NSPlugin Wrapper *** ERROR: NPP_New() wait for reply: Connection closed
*** NSPlugin Wrapper *** 
WARNING:(/work/a/ports/www/nspluginwrapper/work/nspluginwrapper-1.4.4/src/npw-wrapper.c:2150):invoke_NPP_Destroy:
 assertion failed: (rpc_method_invoke_possible(plugin-connection))

I have updated my ports collection and tried  deinstalling and reinstalling 
and have the same problem.  

Any ideas?

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Cannot get flashplugin to work

2012-06-18 Thread Juergen Lock
In article op.wf3wn8m734t2sn@tech304 you write:
On Mon, 18 Jun 2012 10:25:10 -0500, Michael Gass mg...@csbsju.edu wrote:

 Cannot get the linux flashplugin to work on either firefox or chrome.

9-STABLE here without issues.

Can you post:

/etc/rc.conf
/etc/fstab
output of `kldstat`
output of `mount`
output of `uname -a`

In addition try running nspluginwrapper as user instead of as root,
I think /usr/local/lib/browser_plugins has been dropped from the
search path of some(?) browsers in the meantime.

 HTH, :)
Juergen
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org