From owner-freebsd-questions@FreeBSD.ORG Sat Nov 19 16:25:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F3B416A421 for ; Sat, 19 Nov 2005 16:25:31 +0000 (GMT) (envelope-from mback99@telia.com) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id D107843D45 for ; Sat, 19 Nov 2005 16:25:30 +0000 (GMT) (envelope-from mback99@telia.com) Received: from [192.168.0.2] (217.211.47.206) by pne-smtpout1-sn1.fre.skanova.net (7.2.060.1) (authenticated as u41020144) id 437DDFC2000343AD for freebsd-questions@freebsd.org; Sat, 19 Nov 2005 17:25:29 +0100 Message-ID: <437F5232.6000303@telia.com> Date: Sat, 19 Nov 2005 17:26:26 +0100 From: Mikael Backman User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051108 X-Accept-Language: en-us, en MIME-Version: 1.0 CC: freebsd questions References: <437DEB1B.8090503@telia.com> <437E5102.2070605@students.unibe.ch> <437F31B0.8080401@telia.com> <437F4806.4020804@students.unibe.ch> In-Reply-To: <437F4806.4020804@students.unibe.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: plugin in mozilla X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2005 16:25:31 -0000 Tino Boss wrote: > Mikael Backman wrote: > >> Thank you for your reply. I did look at the archives but the only >> thing I could find was that I should copy the example >> libmap.conf{FreBSD6} to /etc/ libmap.conf Which I did... You don't >> feel like elaborating on those links in >> /usr/X11R6/lib/browser_plugins ? > > > # Flashplugin > > ln -s /usr/X11R6/lib/linux-flashplugin6/flashplayer.xpt > /usr/X11R6/lib/browser_plugins/flashplayer.xpt > ln -s /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so > /usr/X11R6/lib/browser_plugins/libflashplayer.so > > # Realplayer-Plugin > ln -s /usr/X11R6/lib/linux-mozilla/plugins/nphelix.so > /usr/X11R6/lib/browser_plugins/nphelix.so > ln -s /usr/X11R6/lib/linux-mozilla/plugins/nphelix.xpt > /usr/X11R6/lib/browser_plugins/nphelix.xpt > > # Adobe Reader 7-Plugin > ln -s > /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so > /usr/X11R6/lib/browser_plugins/nppdf.so > > # Java-Plugin > ln -s /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so > /usr/X11R6/lib/browser_plugins/libjavaplugin_oji.so > > btw: you should verify that you have the desired plugins installed; > apparently the wrapper doesn't do it automatically anymore. > > regards > Tino > > btw2: you should reply to the list and not not me =) > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Thank you very much! Now mozilla accepts the realplayer plugin. Now all I have to do is figure out why realplayer only play statics when i connect to the BBC. Maybe something needs to be tweaked with the sound card module? The module I use is snd_ess. But KsCD works fine in KDE...