On Mon, Jun 18, 2012 at 11:13:10AM -0500, Mark Felder
wrote:> On Mon, 18 Jun 2012 10:25:10 -0500, Michael Gass <mgass@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 Address Size Name
1 31 0xc0400000 74b158 kernel
2 1 0xc0b4c000 4e0c snd_ess.ko
3 2 0xc0b51000 4c68 snd_sbc.ko
4 1 0xc0b56000 4854 sem.ko
5 1 0xc0b5b000 70ec apm.ko
6 1 0xc4187000 8000 linprocfs.ko
7 2 0xc41a0000 2b000 linux.ko
8 1 0xc4232000 2000 linux_adobe.ko
9 1 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?