From owner-freebsd-stable@FreeBSD.ORG Tue Jan 4 15:54:53 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DAA91065675 for ; Tue, 4 Jan 2011 15:54:53 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2FBE98FC1F for ; Tue, 4 Jan 2011 15:54:52 +0000 (UTC) Received: by wwf26 with SMTP id 26so14231326wwf.31 for ; Tue, 04 Jan 2011 07:54:52 -0800 (PST) Received: by 10.216.174.65 with SMTP id w43mr24501950wel.95.1294156491807; Tue, 04 Jan 2011 07:54:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.133.130 with HTTP; Tue, 4 Jan 2011 07:54:31 -0800 (PST) In-Reply-To: <4D2339CA.1010309@spooty.net> References: <4D2339CA.1010309@spooty.net> From: Chris Brennan Date: Tue, 4 Jan 2011 10:54:31 -0500 Message-ID: To: ben paley Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: 8.2-PRERELEASE and Flash X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2011 15:54:53 -0000 On Tue, Jan 4, 2011 at 10:16 AM, ben paley wrote: > Hello, > > I've been using FreeBSD since 3.4 but I've been away for a while. Now I've > put 8.2 on an old laptop, and everything's lovely except power management > (I'll get round to that eventually) and the Flash plug in. > > I've followed the steps at > http://www.freebsd.org/doc/handbook/desktop-browsers.html without any > errors, except that neither Firefox nor any other browser will play flash > movies. about:plugins doesn't show a flash plugin. > > I've spent a while googling and all I can find is variations on the > instructions from the handbook. I don't know where to start looking for the > problem. > > I'd be really grateful to whoever could point me in the right direction. > > Did you try symlinking nsplugin.so to $HOME/.mozilla/plugins ? this is usually what I end up doing to make it work. I forget if 64bit flash was fixed or not, if it wasn't you may need nswrapper or the like to run the 32bit plugin binaries. hth/c-