From owner-freebsd-multimedia@FreeBSD.ORG Sun Jan 13 21:39:59 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE59116A417 for ; Sun, 13 Jan 2008 21:39:58 +0000 (UTC) (envelope-from mehul.n.ved@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id 7E2DE13C4D1 for ; Sun, 13 Jan 2008 21:39:58 +0000 (UTC) (envelope-from mehul.n.ved@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1921830rvb.43 for ; Sun, 13 Jan 2008 13:39:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=hVPLgw65A16m2O7v/n9qFV0xZyrF2mtg6wkzZanmPFc=; b=iR/1MOnat09D15K/XhbFwBzMr6POba0oE9Lbjde49lTtD5/8vMBq8GfrAOsfVinOPq7rC1lZ33oHJRdgS8VI3TjVQeupHV5u2rX1bbubem1M7S9H7t6jBZoxBN4PeB/J3KueWv+cXsUZAZflDjkSLKGyqjLUT9oexJcKVutEC34= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=YQyIku63cLqHPV7R0L1dXYzFnAPXCSuFqK4sunVcDniwo44dmvt9Ifr9a6Sv763zko01xKsnvSdgvelXAnTXWEQSYNnirU8kHengJDhBMSyrT7/au57v/kf9NmByECeKsh4VLnKF+F7n/8OB7bB+40o5KYAJYFH4tXnXkzB9lsA= Received: by 10.141.44.13 with SMTP id w13mr3356399rvj.181.1200258921999; Sun, 13 Jan 2008 13:15:21 -0800 (PST) Received: by 10.141.69.20 with HTTP; Sun, 13 Jan 2008 13:15:22 -0800 (PST) Message-ID: Date: Mon, 14 Jan 2008 02:45:22 +0530 From: "Mehul Ved" To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: sound works randomly X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 21:39:59 -0000 Hi, I have a Via8233 onboard sound card. After reading a few docs and installing oss, I got sound to work but the problem is that it works sometimes and just doesn't work other times. This only happens with FreeBSD, with linux it's working fine all the time so I believe I can rule out hardware problems. Here is the sound card information that might be useful -------------------------------------------- pciconf -lv pcm0@pci0:17:5: class=0x040100 card=0x04301462 chip=0x30591106 rev=0x60 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT8233/33A/8235/8237 AC97 Enhanced Audio Controller' class = multimedia subclass = audio -------------------------------------------- -------------------------------------------- kldstat Id Refs Address Size Name 1 16 0xc0400000 33e03c kernel 2 1 0xc073f000 1ada4 linux.ko 3 1 0xc075a000 6170 snd_via8233.ko 4 2 0xc0761000 22b88 sound.ko 5 1 0xc0784000 693310 nvidia.ko 6 1 0xc0e18000 59f20 acpi.ko 7 2 0xc6191000 79000 osscore.ko 8 1 0xc6211000 5000 via8233.ko 9 1 0xc6227000 2000 vmix.ko ------------------------------------------- ------------------------------------------- /etc/rc.conf oss_enable="YES" ------------------------------------------- ------------------------------------------- /boot/loader.conf snd_via8233_load="YES" ------------------------------------------- ------------------------------------------- cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xe700 irq 22 kld snd_via8233 (5p/1r/0v channels duplex default) ------------------------------------------- cat > /dev/dsp doesn't return any sound. ------------------------------------------- ossdetect -v Detected VIA VT8233/8235/8237 Detected OSS Transparent Virtual Mixing Architecture ------------------------------------------- ------------------------------------------- ossinfo -v Version info: OSS 4.0 (b071114/200801041811) (0x00040003) CDDL Platform: FreeBSD/i386 6.2-RELEASE FreeBSD 6.2-RELEASE #3: Sun Jan 6 14:16:34 IST 2008 root@bsd.mehulved.com:/usr/obj/usr/src/sys/MYKERNEL (bsd.mehulved.com) Number of audio devices: 0 Number of audio engines: 0 Number of MIDI devices: 0 Number of mixer devices: 0 Device objects 0: vmix0 OSS transparent virtual support MIDI devices (/dev/midi*) Mixer devices (/dev/mixer*) Audio devices -------------------------------------------- -------------------------------------------- osstest -v Sound subsystem and version: OSS 4.0 (b071114/200801041811) (0x00040003) Platform: FreeBSD/i386 6.2-RELEASE FreeBSD 6.2-RELEASE #3: Sun Jan 6 14:16:34 IST 2008 root@bsd.mehulved.com:/usr/obj/usr/src/sys/MYKERNEL NOTICE! You don't have any audio devices available. It looks like your audio hardware was not recognized by OSS. Please contact 4Front technologies for help (http://www.opensound.com/support.cgi). Don't forget to include your soundon.log file to the support request. -------------------------------------------- -------------------------------------------- ossmix SNDCTL_MIX_NREXT: Device not configured -------------------------------------------- I also checked -------------------------------- fstat | grep dsp -------------------------------- and killed any process if they were running. None of it helped. All of a sudden again I have sound working right now. Any other info will be needed? Some links I refered to are 1)http://bsdtips.utcorp.net/mediawiki/index.php/Setting_up_your_sound_card 2)http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html and some forums From owner-freebsd-multimedia@FreeBSD.ORG Sun Jan 13 22:20:07 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA4E716A418; Sun, 13 Jan 2008 22:20:07 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A727713C459; Sun, 13 Jan 2008 22:20:07 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0DMK7pI005634; Sun, 13 Jan 2008 22:20:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0DMK7rV005630; Sun, 13 Jan 2008 22:20:07 GMT (envelope-from edwin) Date: Sun, 13 Jan 2008 22:20:07 GMT Message-Id: <200801132220.m0DMK7rV005630@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/119639: multimedia/libdvbpsi: upgrade to 0.1.6. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 22:20:08 -0000 Synopsis: multimedia/libdvbpsi: upgrade to 0.1.6. Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jan 13 22:20:07 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=119639 From owner-freebsd-multimedia@FreeBSD.ORG Sun Jan 13 22:36:21 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 270E316A419 for ; Sun, 13 Jan 2008 22:36:21 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from emma.lautre.net (emma.lautre.net [80.67.160.69]) by mx1.freebsd.org (Postfix) with ESMTP id B528F13C465 for ; Sun, 13 Jan 2008 22:36:20 +0000 (UTC) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 5C27611440; Sun, 13 Jan 2008 23:14:44 +0100 (CET) To: FreeBSD-gnats-submit@freebsd.org From: Thierry Thomas X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20080113221444.5C27611440@graf.pompo.net> Date: Sun, 13 Jan 2008 23:14:44 +0100 (CET) Cc: multimedia@FreeBSD.org Subject: multimedia/libdvbpsi: upgrade to 0.1.6. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thierry Thomas List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 22:36:21 -0000 >Submitter-Id: current-users >Originator: Thierry Thomas >Organization: Kabbale Eros >Confidential: no >Synopsis: multimedia/libdvbpsi: upgrade to 0.1.6. >Severity: non-critical >Priority: medium >Category: ports >Class: update >Release: FreeBSD 7.0-BETA4 i386 >Environment: System: FreeBSD graf.pompo.net 7.0-BETA4 FreeBSD 7.0-BETA4 #0: Sun Dec 16 14:52:28 CET 2007 thierry@graf.pompo.net:/usr/obj/usr/src/sys/GRAF071102 i386 >Description: - Upgrade to 0.1.6; - Change WWW; - Add a regression-tests target. >How-To-Repeat: N/A >Fix: Please apply the following patch, and bump PORTREVISION of vlc and vlc-devel. --- libdvbpsi.diff begins here --- diff -urN multimedia/libdvbpsi.orig/Makefile multimedia/libdvbpsi/Makefile --- multimedia/libdvbpsi.orig/Makefile 2007-03-30 00:24:27.000000000 +0200 +++ multimedia/libdvbpsi/Makefile 2008-01-13 18:41:14.000000000 +0100 @@ -7,24 +7,31 @@ # PORTNAME= libdvbpsi -PORTVERSION= 0.1.5 -PORTREVISION= 1 +PORTVERSION= 0.1.6 CATEGORIES= multimedia -MASTER_SITES= http://download.videolan.org/pub/videolan/libdvbpsi/%SUBDIR%/ +MASTER_SITES= http://download.videolan.org/pub/libdvbpsi/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} -DISTNAME= ${PORTNAME}4-${PORTVERSION} +DISTNAME= ${PORTNAME}5-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= A library for MPEG TS and DVB PSI tables decoding and generation +USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +.if defined(WITH_DEBUG) +CONFIGURE_ARGS= --enable-debug +.else CONFIGURE_ARGS= --enable-release +.endif USE_LDCONFIG= yes -post-patch: +pre-configure: @${REINPLACE_CMD} -e 's|-Wall|$${CFLAGS}|g ; \ s|-O6||g' ${WRKSRC}/configure +regression-test: + (cd ${WRKSRC}/misc && ./test_dr) + .include diff -urN multimedia/libdvbpsi.orig/distinfo multimedia/libdvbpsi/distinfo --- multimedia/libdvbpsi.orig/distinfo 2005-11-09 08:09:42.000000000 +0100 +++ multimedia/libdvbpsi/distinfo 2008-01-13 18:04:43.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (libdvbpsi4-0.1.5.tar.gz) = 76f70a1cd78b513a3e616deade4b5856 -SHA256 (libdvbpsi4-0.1.5.tar.gz) = 1119e624d978cbbca3d8fd1687742b2cdc6703e3fe49cf1e784d7d5126f56be0 -SIZE (libdvbpsi4-0.1.5.tar.gz) = 378300 +MD5 (libdvbpsi5-0.1.6.tar.bz2) = bd2d9861be3311e1e03c91cd9345f542 +SHA256 (libdvbpsi5-0.1.6.tar.bz2) = e875210131805ca9a67f190a86dd0c9fd87d6addcb7405e8584620837af805b8 +SIZE (libdvbpsi5-0.1.6.tar.bz2) = 297096 diff -urN multimedia/libdvbpsi.orig/files/patch-examples_connect.c multimedia/libdvbpsi/files/patch-examples_connect.c --- multimedia/libdvbpsi.orig/files/patch-examples_connect.c 1970-01-01 01:00:00.000000000 +0100 +++ multimedia/libdvbpsi/files/patch-examples_connect.c 2008-01-13 18:34:08.000000000 +0100 @@ -0,0 +1,13 @@ +--- ./examples/connect.c.orig 2007-01-18 15:57:08.000000000 +0100 ++++ ./examples/connect.c 2008-01-13 18:32:16.000000000 +0100 +@@ -38,7 +38,9 @@ + # include + #endif + #include +-#include ++#ifndef __FreeBSD__ ++# include ++#endif + #include + #include + diff -urN multimedia/libdvbpsi.orig/pkg-descr multimedia/libdvbpsi/pkg-descr --- multimedia/libdvbpsi.orig/pkg-descr 2003-04-04 03:32:05.000000000 +0200 +++ multimedia/libdvbpsi/pkg-descr 2008-01-13 18:00:59.000000000 +0100 @@ -6,4 +6,4 @@ - Program Association Table (PAT, MPEG2) - Program Map Table (PMT, MPEG2) -WWW: http://developers.videolan.org/libdvbpsi/ +WWW: http://www.videolan.org/developers/libdvbpsi.html diff -urN multimedia/libdvbpsi.orig/pkg-plist multimedia/libdvbpsi/pkg-plist --- multimedia/libdvbpsi.orig/pkg-plist 2006-02-23 11:38:07.000000000 +0100 +++ multimedia/libdvbpsi/pkg-plist 2008-01-13 18:50:16.000000000 +0100 @@ -1,3 +1,4 @@ +include/dvbpsi/cat.h include/dvbpsi/demux.h include/dvbpsi/descriptor.h include/dvbpsi/dr.h @@ -24,6 +25,7 @@ include/dvbpsi/dr_55.h include/dvbpsi/dr_56.h include/dvbpsi/dr_59.h +include/dvbpsi/dr_69.h include/dvbpsi/dvbpsi.h include/dvbpsi/eit.h include/dvbpsi/pat.h @@ -33,5 +35,5 @@ lib/libdvbpsi.a lib/libdvbpsi.la lib/libdvbpsi.so -lib/libdvbpsi.so.4 +lib/libdvbpsi.so.5 @dirrm include/dvbpsi --- libdvbpsi.diff ends here --- From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 00:19:51 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81EE716A417 for ; Mon, 14 Jan 2008 00:19:51 +0000 (UTC) (envelope-from baldur@foo.is) Received: from gremlin.foo.is (gremlin.foo.is [194.105.250.10]) by mx1.freebsd.org (Postfix) with ESMTP id 44E2713C461 for ; Mon, 14 Jan 2008 00:19:51 +0000 (UTC) (envelope-from baldur@foo.is) Received: from 127.0.0.1 (localhost.foo.is [127.0.0.1]) by injector.foo.is (Postfix) with SMTP id D4ADCDA8B1 for ; Mon, 14 Jan 2008 00:04:07 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on gremlin.foo.is X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.7 Received: by gremlin.foo.is (Postfix, from userid 1000) id 6E0BFDA8A0; Mon, 14 Jan 2008 00:04:02 +0000 (GMT) Date: Mon, 14 Jan 2008 00:04:02 +0000 From: Baldur Gislason To: freebsd-multimedia@freebsd.org Message-ID: <20080114000402.GJ37723@gremlin.foo.is> User-Agent: Mutt/1.4.2.2i X-Sanitizer: Foo MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Subject: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 00:19:51 -0000 I recently installed 7.0-RC1 and I really want to get flash working in some web browser. What is a known working combination of browser+flash plugin? I noted that linuxpluginwrapper doesn't compile under FreeBSD 7.0 Baldur From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 02:06:12 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from notemg.house (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id C173116A41B; Mon, 14 Jan 2008 02:06:10 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Message-ID: <478AC391.7060904@FreeBSD.org> Date: Mon, 14 Jan 2008 00:06:09 -0200 From: Marcus Alves Grando Organization: FreeBSD User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Baldur Gislason References: <20080114000402.GJ37723@gremlin.foo.is> In-Reply-To: <20080114000402.GJ37723@gremlin.foo.is> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 02:06:12 -0000 Baldur Gislason wrote: > I recently installed 7.0-RC1 and I really want to get flash > working in some web browser. > What is a known working combination of browser+flash plugin? > I noted that linuxpluginwrapper doesn't compile under FreeBSD 7.0 I don't know about linuxpluginwrapper, but www/nspluginwrapper+www/linux-flashplugin7+www/firefox work's fine on mostly cases. Regards > > Baldur > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" -- Marcus Alves Grando marcus(at)sbh.eng.br | Personal mnag(at)FreeBSD.org | FreeBSD.org From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 07:04:32 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82FFC16A41A; Mon, 14 Jan 2008 07:04:32 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.4.200]) by mx1.freebsd.org (Postfix) with ESMTP id 6537913C47E; Mon, 14 Jan 2008 07:04:32 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta5.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JUM00IYDFLKBFD0@mta5.srv.hcvlny.cv.net>; Mon, 14 Jan 2008 01:34:32 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m0E6YV08047357; Mon, 14 Jan 2008 01:34:31 -0500 Date: Mon, 14 Jan 2008 01:34:31 -0500 From: "Aryeh M. Friedman" In-reply-to: To: martinko Message-id: <478B0277.70008@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: User-Agent: Thunderbird 2.0.0.9 (X11/20080104) Cc: freebsd-multimedia@freebsd.org, freebsd-gnome@freebsd.org Subject: Re: Miro (Democracy) -- Segmentation fault X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 07:04:32 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Which version of boost (regular or python) did you install? If regular and there is no WITH_PYTHON you need to recomiple. martinko wrote: > > just installed from (fresh) ports: > > $ miro /usr/local/lib/seamonkey INFO Starting up Miro INFO > Version: 1.1 INFO Revision: > https://svn.participatoryculture.org/svn/dtv/tags/Miro-1.1/ > tv/resources - 5991 INFO Builder: root@mb-aw1n-bsd INFO > Build Time: 1200264900.36 INFO Loading preferences... INFO > Showing startup dialog... INFO Starting event loop thread INFO > Restoring database... INFO Connecting to > /home/mato/.miro/sqlitedb INFO Spawning global feed > dtv:manualFeed INFO Spawning global feed dtv:singleFeed INFO > Spawning global feed dtv:search INFO Spawning global feed > dtv:searchDownloads INFO Creating channel tab order INFO > Creating playlist tab order INFO *** Launching Downloader > Daemon **** INFO Spawning Miro Guide... INFO Spawning > global feed dtv:directoryfeed INFO Spawning auto downloader... > INFO Displaying main frame... INFO Creating video > display... WARNING Menu item action "RenameVideo" not implemented > WARNING Menu item action "FastForward" not implemented WARNING > Menu item action "Rewind" not implemented WARNING Menu item action > "UpVolume" not implemented WARNING Menu item action "DownVolume" > not implemented INFO loaded renderer 'xinerenderer' TIMING > gtkAsyncMethod: took too > long: 1. 348 TIMING gtkSyncMethod: 0x8420c34> took too long: 1.469 INFO First URL is > https://www.miroguide.com/firsttime TIMING Icon clear: 0.001 INFO > Starting movie data updates INFO Finished startup sequence > TIMING idle (finalizing startup) too slow (2.019 secs) INFO > Adding default feeds > u'http://www.getmiro.com/screencasts/windows/win.feed.rss' > (u'Starter Channels', [u'http://richie-b.blip.tv/posts/?skin=rss', > u'http://feed s.pbs.org/pbs/kcet/wiredscience-video', > u'http://www.jpl.nasa.gov/multimedia/rss /podfeed-hd.xml', > u'http://www.linktv.org/rss/hq/mosaic.xml']) TIMING idle > (_installDefaultFeeds() (using asUrgent)) too slow (0.570 secs) > INFO got file:///tmp/tmpz5Yz-B.html INFO First URL is > https://www.miroguide.com/ INFO got file:///tmp/tmpbx946_.html > INFO First URL is https://www.miroguide.com/ INFO got > file:///usr/local/share/miro/resources/html/guide-navigation.html > INFO First URL is https://www.miroguide.com/ Segmentation fault > > > $ uname -a FreeBSD mb-aw1n-bsd 6.2-STABLE FreeBSD 6.2-STABLE #0: > Tue May 29 22:23:01 CEST 2007 > root@mb-aw1n-bsd:/usr/obj/usr/src/sys/MB-AW1N i386 > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome To > unsubscribe, send any mail to > "freebsd-gnome-unsubscribe@freebsd.org" > - -- Aryeh M. Friedman FloSoft Systems, Java Developer Tools. http://www.flosoft-systems.com Developer, not business, friendly. "Free software != Free beer" Blog: http://www.flosoft-systems.com/flosoft_systems_community/blogs/aryeh/index.php -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHiwJ3jRvRjGmHRgQRApXqAJ9XjgOjcE2OD0+5qAZBNHzarn9Z7QCfaXZ4 mkRVXm9WSb3gt/ZSmdLWykQ= =ZXe8 -----END PGP SIGNATURE----- From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 07:07:19 2008 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEA9616A418 for ; Mon, 14 Jan 2008 07:07:19 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.4.198]) by mx1.freebsd.org (Postfix) with ESMTP id B47B613C469 for ; Mon, 14 Jan 2008 07:07:19 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta3.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JUM00KZ9FQ1UAB0@mta3.srv.hcvlny.cv.net>; Mon, 14 Jan 2008 01:37:14 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m0E6bDQn047366; Mon, 14 Jan 2008 01:37:13 -0500 Date: Mon, 14 Jan 2008 01:37:13 -0500 From: "Aryeh M. Friedman" In-reply-to: <478AC391.7060904@FreeBSD.org> To: Marcus Alves Grando Message-id: <478B0319.4060204@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: <20080114000402.GJ37723@gremlin.foo.is> <478AC391.7060904@FreeBSD.org> User-Agent: Thunderbird 2.0.0.9 (X11/20080104) Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 07:07:19 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Marcus Alves Grando wrote: > Baldur Gislason wrote: >> I recently installed 7.0-RC1 and I really want to get flash >> working in some web browser. What is a known working combination >> of browser+flash plugin? I noted that linuxpluginwrapper doesn't >> compile under FreeBSD 7.0 The wrapper works fine for me... did you install with nspluginwrapper *AND* run nspluginwrapper -v -a -i after installing flash? - -- Aryeh M. Friedman FloSoft Systems, Java Developer Tools. http://www.flosoft-systems.com Developer, not business, friendly. "Free software != Free beer" Blog: http://www.flosoft-systems.com/flosoft_systems_community/blogs/aryeh/index.php -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHiwMZjRvRjGmHRgQRAm7HAJ9oHK5ZqkT8nMh+UR4UuVnqdQucNQCfTmB5 k8+hT0mmKEGX3Sa56DUtYB0= =MHpd -----END PGP SIGNATURE----- From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 10:31:02 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5AD716A468; Mon, 14 Jan 2008 10:31:02 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 9D93113C442; Mon, 14 Jan 2008 10:31:02 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5723E.dip.t-dialin.net [84.165.114.62]) by redbull.bpaserver.net (Postfix) with ESMTP id 0CB8A2E15B; Mon, 14 Jan 2008 11:30:44 +0100 (CET) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 59E8289829; Mon, 14 Jan 2008 11:30:09 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m0EAU8U5023337; Mon, 14 Jan 2008 11:30:08 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Mon, 14 Jan 2008 11:30:08 +0100 Message-ID: <20080114113008.7lo9vn4a2okc800g@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Mon, 14 Jan 2008 11:30:08 +0100 From: Alexander Leidinger To: Marcus Alves Grando References: <20080114000402.GJ37723@gremlin.foo.is> <478AC391.7060904@FreeBSD.org> In-Reply-To: <478AC391.7060904@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.3, required 6, BAYES_00 -15.00, J_CHICKENPOX_75 0.60, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 10:31:02 -0000 Quoting Marcus Alves Grando (from Mon, 14 Jan 2008 00:06:09 -0200): > Baldur Gislason wrote: >> I recently installed 7.0-RC1 and I really want to get flash >> working in some web browser. >> What is a known working combination of browser+flash plugin? >> I noted that linuxpluginwrapper doesn't compile under FreeBSD 7.0 > > I don't know about linuxpluginwrapper, but > www/nspluginwrapper+www/linux-flashplugin7+www/firefox work's fine on > mostly cases. If you run the 32bit version of FreeBSD. For 64bit I would be surprised if it works (flashplugin is 32bit, and the native firefox would be 64bit, this doesn't work together, you could try with linux-firefox in this case, as it is 32bit too). Bye, Alexander. -- In the next world, you're on your own. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 10:55:17 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8C6A16A41A for ; Mon, 14 Jan 2008 10:55:17 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from farris.bafirst.com (adsl-074-165-190-154.sip.jan.bellsouth.net [74.165.190.154]) by mx1.freebsd.org (Postfix) with ESMTP id D790913C455 for ; Mon, 14 Jan 2008 10:55:16 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.17.152]) by farris.bafirst.com with esmtp; Mon, 14 Jan 2008 04:55:11 -0600 id 0006D42A.478B3F90.00005DC7 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Mon, 14 Jan 2008 04:55:09 -0600 id 0004AC19.478B3F8D.00015B33 Received: from dsl-189-129-17-152.prod-infinitum.com.mx (dsl-189-129-17-152.prod-infinitum.com.mx [189.129.17.152]) by intranet.encontacto.net (Horde Framework) with HTTP; Mon, 14 Jan 2008 04:55:09 -0600 Message-ID: <20080114045509.15616zgpm9yitp8g@intranet.encontacto.net> Date: Mon, 14 Jan 2008 04:55:09 -0600 From: eculp To: freebsd-multimedia@freebsd.org References: <20080114000402.GJ37723@gremlin.foo.is> <478AC391.7060904@FreeBSD.org> <20080114113008.7lo9vn4a2okc800g@webmail.leidinger.net> In-Reply-To: <20080114113008.7lo9vn4a2okc800g@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 10:55:17 -0000 Quoting Alexander Leidinger : > Quoting Marcus Alves Grando (from Mon, 14 Jan =20 > 2008 00:06:09 -0200): > >> Baldur Gislason wrote: >>> I recently installed 7.0-RC1 and I really want to get flash >>> working in some web browser. >>> What is a known working combination of browser+flash plugin? >>> I noted that linuxpluginwrapper doesn't compile under FreeBSD 7.0 >> >> I don't know about linuxpluginwrapper, but >> www/nspluginwrapper+www/linux-flashplugin7+www/firefox work's fine on >> mostly cases. > > If you run the 32bit version of FreeBSD. For 64bit I would be =20 > surprised if it works (flashplugin is 32bit, and the native firefox =20 > would be 64bit, this doesn't work together, you could try with =20 > linux-firefox in this case, as it is 32bit too). Thanks for the tip Alexander. Linux-firefox does start flash on =20 youtube.com for example but crashes within a few seconds on AMD64 for =20 me. This could be a problem with the linux and linux kernels that I'm =20 using. I'm going to keep trying to get a wining combination and this =20 could be a start. > > Bye, > Alexander. > > --=20 > In the next world, you're on your own. > > http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 > http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.o= rg" > From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 11:07:03 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4400616A417 for ; Mon, 14 Jan 2008 11:07:03 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E45613C46B for ; Mon, 14 Jan 2008 11:07:03 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0EB73LQ052614 for ; Mon, 14 Jan 2008 11:07:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0EB72MB052610 for freebsd-multimedia@FreeBSD.org; Mon, 14 Jan 2008 11:07:02 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 14 Jan 2008 11:07:02 GMT Message-Id: <200801141107.m0EB72MB052610@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-multimedia@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 11:07:03 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/104874 multimedia [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/107516 multimedia [snd_emu10k1] - skips, clicks and lag after a day of h o kern/114760 multimedia [snd_cmi] snd_cmi driver causing sporadic system hangs o kern/115666 multimedia Microphon does not work o ports/118104 multimedia [PATCH] multimedia/vlc - volume bar position almost in o kern/119181 multimedia [snd_hda] snd_hda needs doesn't recognise headphones o 18 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/23546 multimedia [snd_csa] [patch] csa DMA-interrupt problem o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. f kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/79678 multimedia [sound] sound works except recording from any source o kern/80465 multimedia [sound] pcm0:record:0: record interrupt timeout (Acer o kern/80632 multimedia [pcm] pcm driver missing support for CMI8738 auxillary f kern/83697 multimedia [snd_mss] [patch] support, docs added for full-duplex, o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup o kern/92512 multimedia [sound] distorted mono output with emu10k1 o i386/93986 multimedia [pcm] Acer TravelMate 4652LMi pcm0 channel dead o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/100859 multimedia [snd_ich] snd_ich broken on GIGABYTE 915 system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/111767 multimedia [pcm] ATI SB450 High Definition Audio Controller sound s ports/112417 multimedia Error compiling vlc-devel-0.9.0.20070501,2 on 6.2-STAB s kern/113950 multimedia [sound] [patch] add per-vchan mixer support o ports/114019 multimedia multimedia/transcode coring with sig11 by pthread_test o ports/114372 multimedia multimedia/gstreamer-plugins-mpeg2enc does not build o ports/114573 multimedia multimedia/vlc-devel doesn't compile when the QT4 opti o kern/115300 multimedia [snd_hda] snd_hda(4) fails to attach on -CURRENT (regr o kern/117599 multimedia [pcm] Audio routing problem NVIDIA MCP51 HDA o kern/117729 multimedia [snd_hda] microphone is not working with snd_hda on Fr o ports/117810 multimedia multimedia/vlc-devel port could be compiled with lua m o ports/117824 multimedia CONFIGURE_LINE truncated to 2048 chars in [at least] m o ports/117873 multimedia [PATCH] textproc/p5-xmltv: update to 0.5.50 o ports/118168 multimedia [patch] multimedia/transcode - Add WITHOUT_X11 and WIT o ports/118237 multimedia Ports: multimedia/ffmpeg fix configure option and add o ports/118289 multimedia port of multimedia/tovid only semi works on 6.2 Releas o ports/118798 multimedia [PATCH] Update graphics/libcaca to 0.99.beta13 o ports/119479 multimedia [PATCH] audio/flac123: update for flac-1.2.1 o ports/119639 multimedia multimedia/libdvbpsi: upgrade to 0.1.6. 36 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 11:09:14 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6084416A41A for ; Mon, 14 Jan 2008 11:09:14 +0000 (UTC) (envelope-from baldur@foo.is) Received: from gremlin.foo.is (gremlin.foo.is [194.105.250.10]) by mx1.freebsd.org (Postfix) with ESMTP id 2562D13C459 for ; Mon, 14 Jan 2008 11:09:14 +0000 (UTC) (envelope-from baldur@foo.is) Received: from 127.0.0.1 (localhost.foo.is [127.0.0.1]) by injector.foo.is (Postfix) with SMTP id 36116DA889; Mon, 14 Jan 2008 11:09:13 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on gremlin.foo.is X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.7 Received: by gremlin.foo.is (Postfix, from userid 1000) id 54468DA87F; Mon, 14 Jan 2008 11:09:10 +0000 (GMT) Date: Mon, 14 Jan 2008 11:09:10 +0000 From: Baldur Gislason To: eculp Message-ID: <20080114110910.GK37723@gremlin.foo.is> References: <20080114000402.GJ37723@gremlin.foo.is> <478AC391.7060904@FreeBSD.org> <20080114113008.7lo9vn4a2okc800g@webmail.leidinger.net> <20080114045509.15616zgpm9yitp8g@intranet.encontacto.net> In-Reply-To: <20080114045509.15616zgpm9yitp8g@intranet.encontacto.net> User-Agent: Mutt/1.4.2.2i X-Sanitizer: Foo MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Cc: freebsd-multimedia@freebsd.org Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 11:09:14 -0000 On Mon, Jan 14, 2008 at 04:55:09AM -0600, eculp wrote: > Quoting Alexander Leidinger : > > >Quoting Marcus Alves Grando (from Mon, 14 Jan > >2008 00:06:09 -0200): > > > >>Baldur Gislason wrote: > >>>I recently installed 7.0-RC1 and I really want to get flash > >>>working in some web browser. > >>>What is a known working combination of browser+flash plugin? > >>>I noted that linuxpluginwrapper doesn't compile under FreeBSD 7.0 > >> > >>I don't know about linuxpluginwrapper, but > >>www/nspluginwrapper+www/linux-flashplugin7+www/firefox work's fine on > >>mostly cases. > > > >If you run the 32bit version of FreeBSD. For 64bit I would be > >surprised if it works (flashplugin is 32bit, and the native firefox > >would be 64bit, this doesn't work together, you could try with > >linux-firefox in this case, as it is 32bit too). > > Thanks for the tip Alexander. Linux-firefox does start flash on > youtube.com for example but crashes within a few seconds on AMD64 for > me. This could be a problem with the linux and linux kernels that I'm > using. I'm going to keep trying to get a wining combination and this > could be a start. > I had that same problem on linux-firefox and linux-flashplugin9, I'm running FreeBSD/i386 on an Intel Core 2 Quad. I did get nspluginwrapper working with linux-flashplugin7 on firefox but flash7 is ancient and very few web sites work with it today. flashplugin9 almost works, has some quirks, like on youtube the flash object will go grey sometimes. Baldur From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 13:21:03 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3819916A420 for ; Mon, 14 Jan 2008 13:21:03 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id 7CB4D13C442 for ; Mon, 14 Jan 2008 13:21:02 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so2155018rvb.43 for ; Mon, 14 Jan 2008 05:21:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; bh=kDSRVRhICOWXHBhaAqQhHh+KPdrQ6nHID0pp7lTy0RY=; b=tqgq9pp7Qqyg0Ao2btSW8DxXVCcfR12gGdM8eRC7vqtyHdI+OPtz30pimoIztU7sxtS59DuCUOvOUgwzFlIchJphziANGaiPLn0GDouY5v8RtLdU4eUfrGHwgHOwfLJds4ZKnNt6+Ua7BJkqlI4KFTNDeH49SKWjPgS9s91mOdo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=rsVebgEw/SGZF5fnaso5t4oXES41emwSO/59sW9Fppcln5KLCPWVjNnKKdTaN9LWHRdr/6wURoU3bPajDSBcpRkuEeIVN2GFIFwlY4Z43Km6YsdWGD7xpvRw4IUgG0ULiTqbVIv/yZH/xrkUR77KyaBXaa+AE8oUZ1Slbi6oyqI= Received: by 10.140.132.8 with SMTP id f8mr3765227rvd.122.1200315321902; Mon, 14 Jan 2008 04:55:21 -0800 (PST) Received: from ?192.168.32.172? ( [201.47.3.162]) by mx.google.com with ESMTPS id 25sm10829685wra.35.2008.01.14.04.55.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 14 Jan 2008 04:55:21 -0800 (PST) From: Sergio Lenzi To: freebsd-multimedia@FreeBSD.org In-Reply-To: <20080114113008.7lo9vn4a2okc800g@webmail.leidinger.net> References: <20080114000402.GJ37723@gremlin.foo.is> <478AC391.7060904@FreeBSD.org> <20080114113008.7lo9vn4a2okc800g@webmail.leidinger.net> Date: Mon, 14 Jan 2008 10:53:50 +0000 Message-Id: <1200308030.1960.15.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 13:21:03 -0000 Em Seg, 2008-01-14 ц═s 11:30 +0100, Alexander Leidinger escreveu: > Quoting Marcus Alves Grando (from Mon, 14 Jan 2008 > 00:06:09 -0200): > > > Baldur Gislason wrote: > >> I recently installed 7.0-RC1 and I really want to get flash > >> working in some web browser. > >> What is a known working combination of browser+flash plugin? > >> I noted that linuxpluginwrapper doesn't compile under FreeBSD 7.0 > > > > I don't know about linuxpluginwrapper, but > > www/nspluginwrapper+www/linux-flashplugin7+www/firefox work's fine on > > mostly cases. I run FreeBSD64 with epiphany and flashplugin7... and it works without problems and very fast... All I did is update the ports tree using portsnap portsnap fetch [extract | update] and then install the nspluginwrapper, linux-flashplugin7 using portinstall portinstall -p nspluginwrapper linux-flashplugin7 than I insert a line in /etc/xprofile..... export G_FILENAME_ENCODING=UTF-8 nspluginwrapper -v -a -i so everytime I log-in (using gdm) it updates the plugin wrapper.... It just works... ============================================= About the flashplugin9... it does not work still... I am thinking another aproach... based on opensolaris... somewhere in future (soon, I hope) sun will make flashplugin work on opensolaris... and with a binary emulation, will make things work in FreeBSD too. I will receive the dvd from sun soon, and will give it a try to evaluate the possibilities... A previous iso image from internet shows very good.. in my notebook... Sergio From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 14:19:40 2008 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1822616A418; Mon, 14 Jan 2008 14:19:40 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1]) by mx1.freebsd.org (Postfix) with ESMTP id C2C0813C469; Mon, 14 Jan 2008 14:19:38 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id m0EEJ9Bh092166; Mon, 14 Jan 2008 17:19:09 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.2/8.14.2/Submit) id m0EEJ75t092165; Mon, 14 Jan 2008 17:19:07 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Mon, 14 Jan 2008 17:19:07 +0300 From: Yuri Pankov To: Alexander Leidinger Message-ID: <20080114141907.GA34419@darklight.org.ru> References: <20080114000402.GJ37723@gremlin.foo.is> <478AC391.7060904@FreeBSD.org> <20080114113008.7lo9vn4a2okc800g@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080114113008.7lo9vn4a2okc800g@webmail.leidinger.net> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Marcus Alves Grando , freebsd-multimedia@FreeBSD.org Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 14:19:40 -0000 On Mon, Jan 14, 2008 at 11:30:08AM +0100, Alexander Leidinger wrote: > Quoting Marcus Alves Grando (from Mon, 14 Jan 2008 > 00:06:09 -0200): > >> Baldur Gislason wrote: >>> I recently installed 7.0-RC1 and I really want to get flash >>> working in some web browser. >>> What is a known working combination of browser+flash plugin? >>> I noted that linuxpluginwrapper doesn't compile under FreeBSD 7.0 >> >> I don't know about linuxpluginwrapper, but >> www/nspluginwrapper+www/linux-flashplugin7+www/firefox work's fine on >> mostly cases. > > If you run the 32bit version of FreeBSD. For 64bit I would be surprised if > it works (flashplugin is 32bit, and the native firefox would be 64bit, this > doesn't work together, you could try with linux-firefox in this case, as it > is 32bit too). Just for the record, linux-flashplugin7 + nspluginwrapper run just fine on -CURRENT/amd64 with compat.linux.osrelease=2.6.16 and linux_base-f7. With native FF, of course :-) > > Bye, > Alexander. > > -- > In the next world, you're on your own. > > http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 > http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 WBR, Yuri From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 17:05:12 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEFDB16A41B for ; Mon, 14 Jan 2008 17:05:12 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 8F3B213C45B for ; Mon, 14 Jan 2008 17:05:12 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5723E.dip.t-dialin.net [84.165.114.62]) by redbull.bpaserver.net (Postfix) with ESMTP id 926932E5B7; Mon, 14 Jan 2008 17:51:23 +0100 (CET) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id D553C8AE36; Mon, 14 Jan 2008 17:50:42 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m0EGogkM086619; Mon, 14 Jan 2008 17:50:42 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Mon, 14 Jan 2008 17:50:42 +0100 Message-ID: <20080114175042.sviqiyd0gkw88o8c@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Mon, 14 Jan 2008 17:50:42 +0100 From: Alexander Leidinger To: Mehul Ved References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.9, required 6, BAYES_00 -15.00, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-multimedia@freebsd.org Subject: Re: sound works randomly X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 17:05:13 -0000 Quoting Mehul Ved (from Mon, 14 Jan 2008 02:45:22 +0530): > Hi, > I have a Via8233 onboard sound card. After reading a few docs and > installing oss, I got sound to work but the problem is that it works > sometimes and just doesn't work other times. This only happens with > FreeBSD, with linux it's working fine all the time so I believe I can > rule out hardware problems. > Here is the sound card information that might be useful Hi, you have OSS and the FreeBSD sound system installed in parallel. Only use one of them, not both. Bye, Alexander. -- Somebody's terminal is dropping bits. I found a pile of them over in the corner. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 17:08:59 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 486E416A418 for ; Mon, 14 Jan 2008 17:08:59 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id D62A413C442 for ; Mon, 14 Jan 2008 17:08:58 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5723E.dip.t-dialin.net [84.165.114.62]) by redbull.bpaserver.net (Postfix) with ESMTP id 445C32E347; Mon, 14 Jan 2008 17:52:49 +0100 (CET) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id EB05D8AE5F; Mon, 14 Jan 2008 17:52:09 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m0EGq9nK086878; Mon, 14 Jan 2008 17:52:09 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Mon, 14 Jan 2008 17:52:09 +0100 Message-ID: <20080114175209.fkrattmw2sogsk0w@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Mon, 14 Jan 2008 17:52:09 +0100 From: Alexander Leidinger To: eculp References: <20080114000402.GJ37723@gremlin.foo.is> <478AC391.7060904@FreeBSD.org> <20080114113008.7lo9vn4a2okc800g@webmail.leidinger.net> <20080114045509.15616zgpm9yitp8g@intranet.encontacto.net> In-Reply-To: <20080114045509.15616zgpm9yitp8g@intranet.encontacto.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-12.903, required 6, BAYES_00 -15.00, J_CHICKENPOX_75 0.60, MIME_QP_LONG_LINE 1.40, RDNS_DYNAMIC 0.10, WHOIS_NETSOLPR 0.00) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-multimedia@freebsd.org Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 17:08:59 -0000 Quoting eculp (from Mon, 14 Jan 2008 04:55:09 -0600): > Quoting Alexander Leidinger : > >> Quoting Marcus Alves Grando (from Mon, 14 Jan =20 >> 2008 00:06:09 -0200): >> >>> Baldur Gislason wrote: >>>> I recently installed 7.0-RC1 and I really want to get flash >>>> working in some web browser. >>>> What is a known working combination of browser+flash plugin? >>>> I noted that linuxpluginwrapper doesn't compile under FreeBSD 7.0 >>> >>> I don't know about linuxpluginwrapper, but >>> www/nspluginwrapper+www/linux-flashplugin7+www/firefox work's fine on >>> mostly cases. >> >> If you run the 32bit version of FreeBSD. For 64bit I would be =20 >> surprised if it works (flashplugin is 32bit, and the native firefox =20 >> would be 64bit, this doesn't work together, you could try with =20 >> linux-firefox in this case, as it is 32bit too). > > Thanks for the tip Alexander. Linux-firefox does start flash on > youtube.com for example but crashes within a few seconds on AMD64 for Isn't youtube flash8 or better? > me. This could be a problem with the linux and linux kernels that I'm > using. I'm going to keep trying to get a wining combination and this > could be a start. Amd74 may need a little bit of caretaking in the linuxulator (kernel part)..= . Bye, Alexander. --=20 Leela: And nappster says illegal copies never hurt anybody. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 17:10:29 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 210FA16A418; Mon, 14 Jan 2008 17:10:29 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id B18DD13C459; Mon, 14 Jan 2008 17:10:28 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5723E.dip.t-dialin.net [84.165.114.62]) by redbull.bpaserver.net (Postfix) with ESMTP id A31F02E36F; Mon, 14 Jan 2008 17:55:36 +0100 (CET) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 200D18AEB1; Mon, 14 Jan 2008 17:54:57 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m0EGsuCD087279; Mon, 14 Jan 2008 17:54:56 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Mon, 14 Jan 2008 17:54:56 +0100 Message-ID: <20080114175456.o051mdsois000g04@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Mon, 14 Jan 2008 17:54:56 +0100 From: Alexander Leidinger To: Yuri Pankov References: <20080114000402.GJ37723@gremlin.foo.is> <478AC391.7060904@FreeBSD.org> <20080114113008.7lo9vn4a2okc800g@webmail.leidinger.net> <20080114141907.GA34419@darklight.org.ru> In-Reply-To: <20080114141907.GA34419@darklight.org.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-13.404, required 6, BAYES_00 -15.00, J_CHICKENPOX_75 0.60, MIME_QP_LONG_LINE 1.40, RDNS_DYNAMIC 0.10, SMILEY -0.50) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: Marcus Alves Grando , freebsd-multimedia@FreeBSD.org Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 17:10:29 -0000 Quoting Yuri Pankov (from Mon, 14 Jan 2008 =20 17:19:07 +0300): > On Mon, Jan 14, 2008 at 11:30:08AM +0100, Alexander Leidinger wrote: >> Quoting Marcus Alves Grando (from Mon, 14 Jan 2008 >> 00:06:09 -0200): >> >>> Baldur Gislason wrote: >>>> I recently installed 7.0-RC1 and I really want to get flash >>>> working in some web browser. >>>> What is a known working combination of browser+flash plugin? >>>> I noted that linuxpluginwrapper doesn't compile under FreeBSD 7.0 >>> >>> I don't know about linuxpluginwrapper, but >>> www/nspluginwrapper+www/linux-flashplugin7+www/firefox work's fine on >>> mostly cases. >> >> If you run the 32bit version of FreeBSD. For 64bit I would be surprised i= f >> it works (flashplugin is 32bit, and the native firefox would be 64bit, th= is >> doesn't work together, you could try with linux-firefox in this case, as = it >> is 32bit too). > > Just for the record, linux-flashplugin7 + nspluginwrapper run just fine > on -CURRENT/amd64 with compat.linux.osrelease=3D2.6.16 and linux_base-f7. > With native FF, of course :-) I'm surprised. One can mix 32bit and 64bit stuff in the same =20 executable (the 32bit stuff does no native syscalls, but linux ones)? Bye, Alexander. --=20 Work smarter, not harder, and be careful of your speling. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 17:22:01 2008 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB5F716A51F; Mon, 14 Jan 2008 17:22:01 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5F67413C457; Mon, 14 Jan 2008 17:21:59 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id m0EHLUog003465; Mon, 14 Jan 2008 20:21:30 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.2/8.14.2/Submit) id m0EHLTuB003148; Mon, 14 Jan 2008 20:21:29 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Mon, 14 Jan 2008 20:21:28 +0300 From: Yuri Pankov To: Alexander Leidinger Message-ID: <20080114172128.GC34419@darklight.org.ru> References: <20080114000402.GJ37723@gremlin.foo.is> <478AC391.7060904@FreeBSD.org> <20080114113008.7lo9vn4a2okc800g@webmail.leidinger.net> <20080114141907.GA34419@darklight.org.ru> <20080114175456.o051mdsois000g04@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080114175456.o051mdsois000g04@webmail.leidinger.net> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Marcus Alves Grando , freebsd-multimedia@FreeBSD.org Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 17:22:02 -0000 On Mon, Jan 14, 2008 at 05:54:56PM +0100, Alexander Leidinger wrote: > Quoting Yuri Pankov (from Mon, 14 Jan 2008 17:19:07 > +0300): > >> On Mon, Jan 14, 2008 at 11:30:08AM +0100, Alexander Leidinger wrote: >>> Quoting Marcus Alves Grando (from Mon, 14 Jan 2008 >>> 00:06:09 -0200): >>> >>>> Baldur Gislason wrote: >>>>> I recently installed 7.0-RC1 and I really want to get flash >>>>> working in some web browser. >>>>> What is a known working combination of browser+flash plugin? >>>>> I noted that linuxpluginwrapper doesn't compile under FreeBSD 7.0 >>>> >>>> I don't know about linuxpluginwrapper, but >>>> www/nspluginwrapper+www/linux-flashplugin7+www/firefox work's fine on >>>> mostly cases. >>> >>> If you run the 32bit version of FreeBSD. For 64bit I would be surprised if >>> it works (flashplugin is 32bit, and the native firefox would be 64bit, this >>> doesn't work together, you could try with linux-firefox in this case, as it >>> is 32bit too). >> >> Just for the record, linux-flashplugin7 + nspluginwrapper run just fine >> on -CURRENT/amd64 with compat.linux.osrelease=2.6.16 and linux_base-f7. >> With native FF, of course :-) > > I'm surprised. One can mix 32bit and 64bit stuff in the same executable > (the 32bit stuff does no native syscalls, but linux ones)? Well, that is the purpose of nspluginwrapper, as far as I understand. from pkg-descr: The nspluginwrapper is an Open Source compatibility plugin for Netscape 4 (NPAPI) plugins. That is, it enables you to use plugins on platforms they were not built for. For example, you can use the Adobe Flash plugin on Linux/x86_64, NetBSD and FreeBSD platforms. ===> Configuring for nspluginwrapper-0.9.91.5 host OS freebsd host CPU amd64 host big endian no target OS linux target CPU i386 > > Bye, > Alexander. > > -- > Work smarter, not harder, and be careful of your speling. > > http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 > http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 WBR, Yuri From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 17:33:53 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A64D116A41A for ; Mon, 14 Jan 2008 17:33:53 +0000 (UTC) (envelope-from stefan.lambrev@moneybookers.com) Received: from blah.sun-fish.com (blah.sun-fish.com [217.18.249.150]) by mx1.freebsd.org (Postfix) with ESMTP id 3E27813C465 for ; Mon, 14 Jan 2008 17:33:52 +0000 (UTC) (envelope-from stefan.lambrev@moneybookers.com) Received: by blah.sun-fish.com (Postfix, from userid 1002) id DE2B11B10EF1; Mon, 14 Jan 2008 18:14:57 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on blah.cmotd.com X-Spam-Level: X-Spam-Status: No, score=-10.6 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 Received: from hater.haters.org (hater.cmotd.com [192.168.3.125]) by blah.sun-fish.com (Postfix) with ESMTP id 6681B1B10EDC; Mon, 14 Jan 2008 18:14:55 +0100 (CET) Message-ID: <478B988F.1040801@moneybookers.com> Date: Mon, 14 Jan 2008 19:14:55 +0200 From: Stefan Lambrev User-Agent: Thunderbird 2.0.0.9 (X11/20071120) MIME-Version: 1.0 To: Alexander Leidinger References: <20080114000402.GJ37723@gremlin.foo.is> <478AC391.7060904@FreeBSD.org> <20080114113008.7lo9vn4a2okc800g@webmail.leidinger.net> <20080114045509.15616zgpm9yitp8g@intranet.encontacto.net> <20080114175209.fkrattmw2sogsk0w@webmail.leidinger.net> In-Reply-To: <20080114175209.fkrattmw2sogsk0w@webmail.leidinger.net> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91.2/5483/Mon Jan 14 15:45:01 2008 on blah.cmotd.com X-Virus-Status: Clean Cc: freebsd-multimedia@freebsd.org Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 17:33:53 -0000 Greeting, -snip- Alexander Leidinger wrote: > Isn't youtube flash8 or better? Nah, youtube works with flash7 :) Just ofr the record I'm using freebsd 7-i386, compat.linux.osrelease=2.6.16, linux_base-f7-7, linux-flashplugin-7.0r73 and linux-opera. Flash works most of the time :) Viva youtube_dl! It works and without flash ;) > >> me. This could be a problem with the linux and linux kernels that I'm >> using. I'm going to keep trying to get a wining combination and this >> could be a start. > > Amd74 may need a little bit of caretaking in the linuxulator (kernel > part)... > > Bye, > Alexander. > -- Best Wishes, Stefan Lambrev ICQ# 24134177 From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 17:37:14 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C45616A530 for ; Mon, 14 Jan 2008 17:37:14 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from farris.bafirst.com (adsl-074-165-190-154.sip.jan.bellsouth.net [74.165.190.154]) by mx1.freebsd.org (Postfix) with ESMTP id BD07713C44B for ; Mon, 14 Jan 2008 17:37:13 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.17.152]) by farris.bafirst.com with esmtp; Mon, 14 Jan 2008 11:37:11 -0600 id 0006D42A.478B9DC7.00007437 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Mon, 14 Jan 2008 11:37:10 -0600 id 0004AC1A.478B9DC6.0000A4D4 Received: from 172.16.0.14 ([172.16.0.14]) by intranet.encontacto.net (Horde Framework) with HTTP; Mon, 14 Jan 2008 11:37:10 -0600 Message-ID: <20080114113710.13214452e5yhqmio@intranet.encontacto.net> Date: Mon, 14 Jan 2008 11:37:10 -0600 From: eculp To: freebsd-multimedia@freebsd.org References: <20080114000402.GJ37723@gremlin.foo.is> <478AC391.7060904@FreeBSD.org> <20080114113008.7lo9vn4a2okc800g@webmail.leidinger.net> <20080114141907.GA34419@darklight.org.ru> <20080114175456.o051mdsois000g04@webmail.leidinger.net> In-Reply-To: <20080114175456.o051mdsois000g04@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 17:37:14 -0000 Quoting Alexander Leidinger : > Quoting Yuri Pankov (from Mon, 14 Jan 2008 =20 > 17:19:07 +0300): > >> On Mon, Jan 14, 2008 at 11:30:08AM +0100, Alexander Leidinger wrote: >>> Quoting Marcus Alves Grando (from Mon, 14 Jan 2008 >>> 00:06:09 -0200): >>> >>>> Baldur Gislason wrote: >>>>> I recently installed 7.0-RC1 and I really want to get flash >>>>> working in some web browser. >>>>> What is a known working combination of browser+flash plugin? >>>>> I noted that linuxpluginwrapper doesn't compile under FreeBSD 7.0 >>>> >>>> I don't know about linuxpluginwrapper, but >>>> www/nspluginwrapper+www/linux-flashplugin7+www/firefox work's fine on >>>> mostly cases. >>> >>> If you run the 32bit version of FreeBSD. For 64bit I would be surprised = if >>> it works (flashplugin is 32bit, and the native firefox would be 64bit, t= his >>> doesn't work together, you could try with linux-firefox in this case, as= it >>> is 32bit too). >> >> Just for the record, linux-flashplugin7 + nspluginwrapper run just fine >> on -CURRENT/amd64 with compat.linux.osrelease=3D2.6.16 and linux_base-f7. >> With native FF, of course :-) > > I'm surprised. One can mix 32bit and 64bit stuff in the same =20 > executable (the 32bit stuff does no native syscalls, but linux ones)? I just tested flash7 with linux-firefox and it works fine but it =20 didn't with the native firefox but it could be something else that I =20 haven't configured. ed > > Bye, > Alexander. > > --=20 > Work smarter, not harder, and be careful of your speling. > > http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 > http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.o= rg" > From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 18:05:03 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A70E16A418 for ; Mon, 14 Jan 2008 18:05:03 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (pool-96-225-216-68.ptldor.fios.verizon.net [96.225.216.68]) by mx1.freebsd.org (Postfix) with ESMTP id 4086813C43E for ; Mon, 14 Jan 2008 18:05:03 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (localhost.home.localnet [127.0.0.1]) by schitzo.solgatos.com (8.14.1/8.13.8) with ESMTP id m0EI53Nd016059 for ; Mon, 14 Jan 2008 10:05:03 -0800 Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.14.1/8.13.4/Submit) with UUCP id m0EI53na016056 for freebsd-multimedia@freebsd.org; Mon, 14 Jan 2008 10:05:03 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id SAA24992; Mon, 14 Jan 2008 18:01:55 GMT Message-Id: <200801141801.SAA24992@sopwith.solgatos.com> To: freebsd-multimedia@freebsd.org In-reply-to: Your message of "Mon, 14 Jan 2008 04:55:09 CST." <20080114045509.15616zgpm9yitp8g@intranet.encontacto.net> Date: Mon, 14 Jan 2008 10:01:55 +0000 From: Dieter Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 18:05:03 -0000 > > If you run the 32bit version of FreeBSD. For 64bit I would be > > surprised if it works (flashplugin is 32bit, and the native firefox > > would be 64bit, this doesn't work together, you could try with > > linux-firefox in this case, as it is 32bit too). > > Thanks for the tip Alexander. Linux-firefox does start flash on > youtube.com for example but crashes within a few seconds on AMD64 for > me. This could be a problem with the linux and linux kernels that I'm > using. I'm going to keep trying to get a wining combination and this > could be a start. I tried to compile firefox awhile back and it wasn't even in the same universe as LP64 clean. Over 35,000 compiler warnings, many of which should be fatal errors. Fixed a lot of them and it still crashed instantly. Is firefox any better today? Are there any web browsers with a reasonable combination of quality and features? From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 18:21:49 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87AB716A417 for ; Mon, 14 Jan 2008 18:21:49 +0000 (UTC) (envelope-from jos@catnook.com) Received: from lizzy.dyndns.org (209-204-188-132.dsl.static.sonic.net [209.204.188.132]) by mx1.freebsd.org (Postfix) with SMTP id 09BAC13C43E for ; Mon, 14 Jan 2008 18:21:48 +0000 (UTC) (envelope-from jos@catnook.com) Received: (qmail 98345 invoked by uid 1000); 14 Jan 2008 17:55:29 -0000 Date: Mon, 14 Jan 2008 09:55:29 -0800 From: Jos Backus To: freebsd-multimedia@freebsd.org Message-ID: <20080114175529.GB98127@lizzy.catnook.local> References: <20080114000402.GJ37723@gremlin.foo.is> <478AC391.7060904@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <478AC391.7060904@FreeBSD.org> User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jos@catnook.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 18:21:49 -0000 On Mon, Jan 14, 2008 at 12:06:09AM -0200, Marcus Alves Grando wrote: > Baldur Gislason wrote: >> I recently installed 7.0-RC1 and I really want to get flash >> working in some web browser. >> What is a known working combination of browser+flash plugin? >> I noted that linuxpluginwrapper doesn't compile under FreeBSD 7.0 > > I don't know about linuxpluginwrapper, but > www/nspluginwrapper+www/linux-flashplugin7+www/firefox work's fine on > mostly cases. Fwiw, on -current I have to frequently kill npviewer.bin (part of nspluginwrapper) as it grows without bounds over time. -- Jos Backus jos at catnook.com From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 18:45:16 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63F9A16A418 for ; Mon, 14 Jan 2008 18:45:16 +0000 (UTC) (envelope-from tad1214@aol.com) Received: from mail.gertens.com (mail.gertens.com [68.178.61.59]) by mx1.freebsd.org (Postfix) with ESMTP id E43E813C46A for ; Mon, 14 Jan 2008 18:45:15 +0000 (UTC) (envelope-from tad1214@aol.com) Received: (qmail 48249 invoked by uid 1003); 14 Jan 2008 12:18:34 -0600 Received: from 192.168.1.96 by Pine.gertens.com (envelope-from , uid 82) with qmail-scanner-1.25-st-qms (clamdscan: 0.91.1/3682. spamassassin: 3.2.1. perlscan: 1.25-st-qms. Clear:RC:1(192.168.1.96):. Processed in 0.031336 secs); 14 Jan 2008 18:18:34 -0000 X-Antivirus-GERTENS-Mail-From: tad1214@aol.com via Pine.gertens.com X-Antivirus-GERTENS: 1.25-st-qms (Clear:RC:1(192.168.1.96):. Processed in 0.031336 secs Process 48243) Received: from unknown (HELO OFF-008.gertens.com) (192.168.1.96) by mail.gertens.com with SMTP; 14 Jan 2008 12:18:34 -0600 Message-ID: <478BA77A.2020609@aol.com> Date: Mon, 14 Jan 2008 12:18:34 -0600 From: Thomas Donnelly User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org References: <200801141801.SAA24992@sopwith.solgatos.com> In-Reply-To: <200801141801.SAA24992@sopwith.solgatos.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 18:45:16 -0000 Dieter wrote: >>> If you run the 32bit version of FreeBSD. For 64bit I would be >>> surprised if it works (flashplugin is 32bit, and the native firefox >>> would be 64bit, this doesn't work together, you could try with >>> linux-firefox in this case, as it is 32bit too). >>> >> Thanks for the tip Alexander. Linux-firefox does start flash on >> youtube.com for example but crashes within a few seconds on AMD64 for >> me. This could be a problem with the linux and linux kernels that I'm >> using. I'm going to keep trying to get a wining combination and this >> could be a start. >> > > I tried to compile firefox awhile back and it wasn't even in the same > universe as LP64 clean. Over 35,000 compiler warnings, many of which > should be fatal errors. Fixed a lot of them and it still crashed > instantly. Is firefox any better today? > > Are there any web browsers with a reasonable combination of quality > and features? > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" > I am a bit partial to Opera, Fast, Easy, and lots of features. Never tried getting flash to work in it but it should be fine with the plug-in wrappers. -=Tom From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 21:01:05 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FC1916A41B; Mon, 14 Jan 2008 21:01:05 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from galain.elvandar.org (galain.elvandar.org [217.148.169.56]) by mx1.freebsd.org (Postfix) with ESMTP id 0B44B13C44B; Mon, 14 Jan 2008 21:01:04 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from evilcoder.xs4all.nl ([195.64.94.120] helo=elvandar.local) by galain.elvandar.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1JEVXL-000H2f-0y; Mon, 14 Jan 2008 21:03:59 +0100 Message-ID: <478BC02F.5010701@FreeBSD.org> Date: Mon, 14 Jan 2008 21:03:59 +0100 From: Remko Lodder User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Jeff Isaac References: <1200335700.1118.11.camel@QuickSilver> In-Reply-To: <1200335700.1118.11.camel@QuickSilver> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-i386@freebsd.org, multimedia@FreeBSD.org Subject: Re: 7.0RC1 I386 - Sound not initialized when statically compiled into Kernel X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 21:01:05 -0000 Jeff Isaac wrote: > Dear I386 List, > > Please forgive me if there would have been a better place to post this, > but I was not sure... > > I have been hjaving problems getting my machine to inistialize the sound > syustem at boot time when it is statically compiled into the kernel. I > have added > > device sound > device snd_ich > > to my kernel config and recompiled a couple of times - which the manual > seems to hint is all I needed to do - but the sound kernel module is not > loaded at startup. I have also attempted > > device snd > > since the sound man page seemed to suggest that the [device sound / > snd_*] prefixes were going to be standardized. Again, the kernel > compiles with these options but when installed, does not start the sound > subsystem. I have been manually starting it via kldload, and finally > included it in my loader.conf for now - which works fine - but I would > prefer to have this compiled into the kernel. I am pretty sure this was > all I needed under 6.1 when I had it on this machine some time ago, but > it's been so long that I can't remember whether there was another line > in the config. > > Also, this may be related, but when compiling, the whole process runs > and I get the three line banner stating that kernel compilation is > complete. However, after that message, make tells me that it "does not > know how to compile QSKERNEL" (QSKERNEL being the name of my kernel). It > spits out a similar warning after it completes installation. Is this > significant? Am I not actually installing the patched kernels? or is > this just an untidy finish that make spits out by default? > > Thanks very much for your help! > > ~ Jeff > Hello, this belongs on the multimedia list; sending this to -i386 to finish this tread, and sending it to multimedia to initialize it there. Thanks, remko -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 21:59:02 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 330BA16A41A; Mon, 14 Jan 2008 21:59:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DBDB013C47E; Mon, 14 Jan 2008 21:59:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0ELx1Hc008403; Mon, 14 Jan 2008 21:59:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0ELx1Rn008399; Mon, 14 Jan 2008 21:59:01 GMT (envelope-from linimon) Date: Mon, 14 Jan 2008 21:59:01 GMT Message-Id: <200801142159.m0ELx1Rn008399@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/119671: [snd_hda] line is mic and mic is line on Fujitsu Siemens Lifebook P7120 FreeBSD-Current X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 21:59:02 -0000 Synopsis: [snd_hda] line is mic and mic is line on Fujitsu Siemens Lifebook P7120 FreeBSD-Current Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jan 14 21:58:49 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=119671 From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 15 08:39:04 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37BCD16A418 for ; Tue, 15 Jan 2008 08:39:04 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from galain.elvandar.org (galain.elvandar.org [217.148.169.56]) by mx1.freebsd.org (Postfix) with ESMTP id F1CE913C469 for ; Tue, 15 Jan 2008 08:39:03 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from localhost.we-dare.net ([127.0.0.1] helo=galain.elvandar.org) by galain.elvandar.org with esmtpa (Exim 4.67) (envelope-from ) id 1JEhK2-000OWQ-Um; Tue, 15 Jan 2008 09:39:02 +0100 Received: from 194.74.82.3 (SquirrelMail authenticated user remko) by galain.elvandar.org with HTTP; Tue, 15 Jan 2008 09:39:02 +0100 (CET) Message-ID: <44628.194.74.82.3.1200386342.squirrel@galain.elvandar.org> In-Reply-To: <1200354402.13333.1.camel@QuickSilver> References: <1200335700.1118.11.camel@QuickSilver> <478BC02F.5010701@FreeBSD.org> <1200354402.13333.1.camel@QuickSilver> Date: Tue, 15 Jan 2008 09:39:02 +0100 (CET) From: "Remko Lodder" To: "Jeff Isaac" User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: multimedia@FreeBSD.org Subject: Re: 7.0RC1 I386 - Sound not initialized when statically compiled into Kernel X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2008 08:39:04 -0000 On Tue, January 15, 2008 12:46 am, Jeff Isaac wrote: > > On Mon, 2008-01-14 at 21:03 +0100, Remko Lodder wrote: >> Jeff Isaac wrote: >> > Dear I386 List, >> > >> > Please forgive me if there would have been a better place to post >> this, >> > but I was not sure... >> > >> > I have been hjaving problems getting my machine to inistialize the >> sound >> > syustem at boot time when it is statically compiled into the kernel. I >> > have added >> > >> > device sound >> > device snd_ich >> > >> > to my kernel config and recompiled a couple of times - which the >> manual >> > seems to hint is all I needed to do - but the sound kernel module is >> not >> > loaded at startup. I have also attempted >> > >> > device snd >> > >> > since the sound man page seemed to suggest that the [device sound / >> > snd_*] prefixes were going to be standardized. Again, the kernel >> > compiles with these options but when installed, does not start the >> sound >> > subsystem. I have been manually starting it via kldload, and finally >> > included it in my loader.conf for now - which works fine - but I would >> > prefer to have this compiled into the kernel. I am pretty sure this >> was >> > all I needed under 6.1 when I had it on this machine some time ago, >> but >> > it's been so long that I can't remember whether there was another line >> > in the config. >> > >> > Also, this may be related, but when compiling, the whole process runs >> > and I get the three line banner stating that kernel compilation is >> > complete. However, after that message, make tells me that it "does not >> > know how to compile QSKERNEL" (QSKERNEL being the name of my kernel). >> It >> > spits out a similar warning after it completes installation. Is this >> > significant? Am I not actually installing the patched kernels? or is >> > this just an untidy finish that make spits out by default? >> > >> > Thanks very much for your help! >> > >> > ~ Jeff >> > >> >> Hello, >> >> this belongs on the multimedia list; sending this to -i386 to finish >> this tread, and sending it to multimedia to initialize it there. >> >> Thanks, >> remko >> > > Okay, thanks. The description for multimedia said multimedia software so > I wasn't sure whether kernel issues would be included. Thanks for the > redirect. > > ~ Jeff > > Hello Jeff, Hmm this might indeed be related to the installation of the kernel... did you isse a make installkernel KERNCONF=yourkernelname ? so that the proper kernel is being installed? (I didn't read this properly at first, but it should be a questions question rather then a multimedia question, my apologies for the noise!) -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 15 18:13:59 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4675C16A46B; Tue, 15 Jan 2008 18:13:59 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 274F113C461; Tue, 15 Jan 2008 18:13:59 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0FIDwgv073778; Tue, 15 Jan 2008 18:13:58 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0FIDw3i073774; Tue, 15 Jan 2008 18:13:58 GMT (envelope-from linimon) Date: Tue, 15 Jan 2008 18:13:58 GMT Message-Id: <200801151813.m0FIDw3i073774@freefall.freebsd.org> To: thierry@pompo.net, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/119690: Re: multimedia/libdvbpsi: upgrade to 0.1.6. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2008 18:13:59 -0000 Synopsis: Re: multimedia/libdvbpsi: upgrade to 0.1.6. State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Jan 15 18:13:10 UTC 2008 State-Changed-Why: Misfiled followup to ports/119639; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Tue Jan 15 18:13:10 UTC 2008 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=119690 From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 16 08:17:30 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1250116A417 for ; Wed, 16 Jan 2008 08:17:30 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from mail.0x20.net (mail.ipv6.0x20.net [IPv6:2001:aa8:fffb::3]) by mx1.freebsd.org (Postfix) with ESMTP id 94CFF13C465 for ; Wed, 16 Jan 2008 08:17:29 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from mail.0x20.net (mail.0x20.net [217.69.67.217]) by mail.0x20.net (Postfix) with ESMTP id C910B3A5B8; Wed, 16 Jan 2008 09:17:27 +0100 (CET) Received: from 193.109.238.110 ([193.109.238.110]) by 0x20.net (Horde MIME library) with HTTP; Wed, 16 Jan 2008 09:17:27 +0100 Message-ID: <20080116091727.5b1018gtcg8008c0@0x20.net> Date: Wed, 16 Jan 2008 09:17:27 +0100 From: Lars Engels To: Baldur Gislason References: <20080114000402.GJ37723@gremlin.foo.is> In-Reply-To: <20080114000402.GJ37723@gremlin.foo.is> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) Cc: freebsd-multimedia@freebsd.org Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2008 08:17:30 -0000 Quoting Baldur Gislason : > I recently installed 7.0-RC1 and I really want to get flash > working in some web browser. > What is a known working combination of browser+flash plugin? > I noted that linuxpluginwrapper doesn't compile under FreeBSD 7.0 > > Baldur Hi Baldur, flash7 + Firefox + nspluginwrapper + youtube works as other already have answered, but you have to live with an audio delay which can be very annoying. So what I do when I want to see some Flash7/8/9 videos, is to run Windows Firefox in Wine and use Firefox integrated Flash installer to get the Flash 9 plugin. I know that it is not a perfect solution but it just works out of the box. The only thing you need to to is to emulate W2k IIRC as the Browser keeps crashing when you select Windows XP in Wine (or the other way around? Just play around with it...). Happy youtubing! Lars From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 16 11:41:44 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D8CF16A417 for ; Wed, 16 Jan 2008 11:41:44 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 3E2C913C44B for ; Wed, 16 Jan 2008 11:41:44 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A545AD.dip.t-dialin.net [84.165.69.173]) by redbull.bpaserver.net (Postfix) with ESMTP id 0B7102E0FE; Wed, 16 Jan 2008 12:41:29 +0100 (CET) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 2216C886FF; Wed, 16 Jan 2008 12:40:15 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m0GBeFP0022887; Wed, 16 Jan 2008 12:40:15 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 16 Jan 2008 12:40:15 +0100 Message-ID: <20080116124015.v81l4x9xi68cgsko@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Wed, 16 Jan 2008 12:40:15 +0100 From: Alexander Leidinger To: eculp References: <20080114000402.GJ37723@gremlin.foo.is> <478AC391.7060904@FreeBSD.org> <20080114113008.7lo9vn4a2okc800g@webmail.leidinger.net> <20080114141907.GA34419@darklight.org.ru> <20080114175456.o051mdsois000g04@webmail.leidinger.net> <20080114113710.13214452e5yhqmio@intranet.encontacto.net> In-Reply-To: <20080114113710.13214452e5yhqmio@intranet.encontacto.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.9, required 6, BAYES_00 -15.00, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-multimedia@freebsd.org Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2008 11:41:44 -0000 Quoting eculp (from Mon, 14 Jan 2008 11:37:10 -0600): > I just tested flash7 with linux-firefox and it works fine but it didn't > with the native firefox but it could be something else that I haven't > configured. You've run the nspluginwrapper command line as suggested by it's pkg-message and restarted firefox? Bye, Alexander. -- To be is to be related. -- C. J. Keyser http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 16 16:07:01 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EFE916A46D for ; Wed, 16 Jan 2008 16:07:01 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from farris.bafirst.com (adsl-074-165-190-154.sip.jan.bellsouth.net [74.165.190.154]) by mx1.freebsd.org (Postfix) with ESMTP id 9276213C4F5 for ; Wed, 16 Jan 2008 16:07:00 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.17.152]) by farris.bafirst.com with esmtp; Wed, 16 Jan 2008 10:06:58 -0600 id 0006D42B.478E2BA2.000150A4 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Wed, 16 Jan 2008 10:06:57 -0600 id 0004AC20.478E2BA1.00004A71 Received: from dsl-189-129-95-59.prod-infinitum.com.mx (dsl-189-129-95-59.prod-infinitum.com.mx [189.129.95.59]) by intranet.encontacto.net (Horde Framework) with HTTP; Wed, 16 Jan 2008 10:06:57 -0600 Message-ID: <20080116100657.20805s22t51hbz0g@intranet.encontacto.net> Date: Wed, 16 Jan 2008 10:06:57 -0600 From: eculp To: Alexander Leidinger References: <20080114000402.GJ37723@gremlin.foo.is> <478AC391.7060904@FreeBSD.org> <20080114113008.7lo9vn4a2okc800g@webmail.leidinger.net> <20080114141907.GA34419@darklight.org.ru> <20080114175456.o051mdsois000g04@webmail.leidinger.net> <20080114113710.13214452e5yhqmio@intranet.encontacto.net> <20080116124015.v81l4x9xi68cgsko@webmail.leidinger.net> In-Reply-To: <20080116124015.v81l4x9xi68cgsko@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) Cc: freebsd-multimedia@freebsd.org Subject: Re: Flash plugin on 7.0, what are my options? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2008 16:07:01 -0000 Quoting Alexander Leidinger : > Quoting eculp (from Mon, 14 Jan 2008 11:37:10 -0600): > >> I just tested flash7 with linux-firefox and it works fine but it didn't >> with the native firefox but it could be something else that I haven't >> configured. > > You've run the nspluginwrapper command line as suggested by it's > pkg-message and restarted firefox? I erased and recompiled all linux stuff to start with a clean slate and it now works fine with both native and linux firefox. Flash9 works for a few seconds but crashes so I'm staying with 7 for the time being. Thanks for the help ed From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 16 17:35:14 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26CA516A419 for ; Wed, 16 Jan 2008 17:35:14 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.tele2.se [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id B3FF313C467 for ; Wed, 16 Jan 2008 17:35:13 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [85.19.218.45] (account mc467741@c2i.net [85.19.218.45] verified) by mailfe12.swip.net (CommuniGate Pro SMTP 5.1.13) with ESMTPA id 597456135; Wed, 16 Jan 2008 17:35:10 +0100 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Wed, 16 Jan 2008 17:35:59 +0100 User-Agent: KMail/1.9.7 References: <477DF90E.8030607@opensound.com> <1200160377.1409.0.camel@negro> In-Reply-To: <1200160377.1409.0.camel@negro> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801161735.59820.hselasky@c2i.net> Cc: "Phillip N." Subject: Re: Open Sound System 4.0 released under BSD license X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2008 17:35:14 -0000 On Saturday 12 January 2008, Phillip N. wrote: > This means, OSS4.0 could be merge into the freebsd tree? > > will it? > Hi, This is good news! BTW: Is OSS 4.0 multi threaded ? --HPS From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 17 01:51:04 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A47AB16A419 for ; Thu, 17 Jan 2008 01:51:04 +0000 (UTC) (envelope-from jhs@berklix.org) Received: from tower.berklix.org (tower.berklix.org [83.236.223.114]) by mx1.freebsd.org (Postfix) with ESMTP id 2B5C313C469 for ; Thu, 17 Jan 2008 01:51:03 +0000 (UTC) (envelope-from jhs@berklix.org) Received: from js.berklix.net (p549A7512.dip.t-dialin.net [84.154.117.18]) (authenticated bits=0) by tower.berklix.org (8.13.6/8.13.6) with ESMTP id m0H1opM2080052; Thu, 17 Jan 2008 01:51:01 GMT (envelope-from jhs@berklix.org) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by js.berklix.net (8.13.8/8.13.8) with ESMTP id m0H1ojeR020309; Thu, 17 Jan 2008 02:50:45 +0100 (CET) (envelope-from jhs@berklix.org) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.13.8/8.13.8) with ESMTP id m0H1qMpA065499; Thu, 17 Jan 2008 02:52:27 +0100 (CET) (envelope-from jhs@fire.js.berklix.net) Message-Id: <200801170152.m0H1qMpA065499@fire.js.berklix.net> To: freebsd-multimedia@freebsd.org From: "Julian Stacey" Organization: http://berklix.com BSD Linux Unix Consultancy, Munich/Muenchen. User-agent: EXMH on FreeBSD http://berklix.com/free/ X-URL: http://berklix.com/~jhs/cv/ Date: Thu, 17 Jan 2008 02:52:22 +0100 Sender: jhs@berklix.org Cc: jhs@berklix.com Subject: forcing more sound buffering X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2008 01:51:04 -0000 Hi multimedia@ people, I had sticky (intermittent breaks) sound on 2 slow hosts with 7-PRERELEASE The causes of the stickiness are various &/or compound, (eg slow CPU, DMA off (must be on mine), & PS2 mouse Giant on 7 generic src/ etc) & I ve been reading & posting over on stable@ about issues, & noting my configs for hosts lapd & lapn at: http://berklix.com/~jhs/hardware/laptops/index.html#hosts Issues causing breaks are dealt with on stable@, not here, but sound specific work- rounds to breaks discussed here: /boot/loader.conf: hw.snd.feeder_buffersize=65536 # default 16384, read only after boot. # Helped my intermittent music playing a lot (for .wav perfect, mp3 improved from awful. Maybe it should be ref'd in more manuals/ docs? & docs should explain what it is: Buffer size in bytes maybe ? & how it relates to max delay expected from disc feeding audio data. ie (I'm guessing, it's late & I haven't read source yet) if file reports eg audio_01.mp3: MPEG ADTS, layer III, v1, 128 kBits, 44.1 kHz, JntStereo Does 64K give me just a half second of buffer ? (not enough here !) I guess ksmp3play uses less internal buffering than mplayer, ? With a .jpg: 133MHz hw.snd.feeder_buffersize=16384 mplayer : ran a bit rough. 133MHz hw.snd.feeder_buffersize=65536 ksmp3play : awful 133MHz hw.snd.feeder_buffersize=65536 mplayer : still a bit broken. 166MHz hw.snd.feeder_buffersize=16384 ksmp3play : awful 166MHz hw.snd.feeder_buffersize=16384 mplayer: : much better 166MHz hw.snd.feeder_buffersize=65536 ksmp3play : broke up 166MHz hw.snd.feeder_buffersize=65536 mplayer : pretty good, not perfect. hw.snd.feeder_buffersize Max is 64K. I need more. Dont know if 64K is a horrible Intel '86 IO seg limit, or just random choice. I'll try to tweak it. What is the lowest speed CPU for playing `normal mp3 music (ie `file' above) Am I being over ambitious or reasonable ? What about decompression load on CPUs, buffering etc ? BTW I earlier tried tweaking hw.snd.latency (without knowing what it was) beyond max 10, but despite tweaking header (below) it went silent > 10. Anything else I should be tweaking ? ------- http://berklix.com/~jhs/src/bsd/fixes/freebsd/src/jhs/sys/dev/sound/pcm/channel.h.REL=ALL.diff Experimental patch for my slow 7-PRERELEASE hosts by jhs@@berklix.com to allow more than hw.snd.latency=10 in /boot/loader.conf It applies & runs, but if you use above 10, no sound. If you reduce to 5, sound seems somewhat worse, more interrupted, but even with this patch, beyond 10 it goes silent. See Also http://berklix.com/~jhs/hardware/laptops/index.html#sound *** 7.0-PRERELEASE-ctm-79/src/sys/dev/sound/pcm/channel.h Wed Jan 16 16:19:03 2008 --- jhs-experimental/src/sys/dev/sound/pcm/channel.h Wed Jan 16 16:20:37 2008 *************** *** 343,349 **** #define CHN_N_TRIGGER 0x00000010 #define CHN_LATENCY_MIN 0 ! #define CHN_LATENCY_MAX 10 #define CHN_LATENCY_DEFAULT 5 #define CHN_POLICY_MIN CHN_LATENCY_MIN #define CHN_POLICY_MAX CHN_LATENCY_MAX --- 343,350 ---- #define CHN_N_TRIGGER 0x00000010 #define CHN_LATENCY_MIN 0 ! /* #define CHN_LATENCY_MAX 10 JJDEBUG */ ! #define CHN_LATENCY_MAX 40 /* used by channel.c & feeder.c */ #define CHN_LATENCY_DEFAULT 5 #define CHN_POLICY_MIN CHN_LATENCY_MIN #define CHN_POLICY_MAX CHN_LATENCY_MAX ------- Julian -- Julian Stacey. Munich Consultant: BSD Linux Unix. http://berklix.com From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 17 05:03:59 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7A7E16A420 for ; Thu, 17 Jan 2008 05:03:59 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 1324013C457 for ; Thu, 17 Jan 2008 05:03:57 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id PAA20962; Thu, 17 Jan 2008 15:30:36 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Thu, 17 Jan 2008 15:30:35 +1100 (EST) From: Ian Smith To: Julian Stacey In-Reply-To: <200801170152.m0H1qMpA065499@fire.js.berklix.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-multimedia@freebsd.org, jhs@berklix.com Subject: Re: forcing more sound buffering X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2008 05:03:59 -0000 On Thu, 17 Jan 2008, Julian Stacey wrote: > I had sticky (intermittent breaks) sound on 2 slow hosts with 7-PRERELEASE > The causes of the stickiness are various &/or compound, > (eg slow CPU, DMA off (must be on mine), & PS2 mouse Giant I think running ATA without DMA could likely be the cause of most of your problems in this respect. Have you tried getting that fixed? My '99 Compaq Armada 1500c (300MHz Celeron) has no problem with UDMA33, or I doubt it'd be happy playing music files ok either .. [..] > /boot/loader.conf: > hw.snd.feeder_buffersize=65536 # default 16384, read only after boot. > # Helped my intermittent music playing a lot (for .wav perfect, > mp3 improved from awful. > Maybe it should be ref'd in more manuals/ docs? It doesn't appear at all in 5.5-STABLE (well, from some months ago now). Perhaps setting hw.snd.verbose=2 and showing `cat /dev/sndstat` during playback might be informative? > & docs should explain what it is: Buffer size in bytes maybe ? I expect so. > & how it relates to max delay expected from disc feeding > audio data. ie (I'm guessing, it's late & I haven't > read source yet) if file reports eg > audio_01.mp3: MPEG ADTS, layer III, v1, 128 kBits, 44.1 kHz, JntStereo > Does 64K give me just a half second of buffer ? > (not enough here !) Assuming 128kbps that's 16Kbytes/sec, so 64K should give you ~4 seconds. If you need anything like that much you do indeed have problems. > I guess ksmp3play uses less internal buffering than mplayer, ? With a .jpg: > 133MHz hw.snd.feeder_buffersize=16384 mplayer : ran a bit rough. > 133MHz hw.snd.feeder_buffersize=65536 ksmp3play : awful > 133MHz hw.snd.feeder_buffersize=65536 mplayer : still a bit broken. > 166MHz hw.snd.feeder_buffersize=16384 ksmp3play : awful > 166MHz hw.snd.feeder_buffersize=16384 mplayer: : much better > 166MHz hw.snd.feeder_buffersize=65536 ksmp3play : broke up > 166MHz hw.snd.feeder_buffersize=65536 mplayer : pretty good, not perfect. > > hw.snd.feeder_buffersize Max is 64K. > I need more. Dont know if 64K is a horrible Intel > '86 IO seg limit, or just random choice. I'll try to tweak it. I'm not sure it'd help. How many vchans are you running? What kern.hz? > What is the lowest speed CPU for playing `normal mp3 music (ie `file' above) > Am I being over ambitious or reasonable ? > What about decompression load on CPUs, buffering etc ? Given that my ATA DMA works, my 5.5 vs your 7, my 300MHz laptop plays an (average) ~160kbps VBR .mp3 using about 20% CPU with xmms, or about 15% with mpg123 -v. Doing little else, yours should just about make it, if you can get ATA DMA working. Without DMA, hmm, it seems less likely, though of course somebody may spot some entirely different problem :) I've no idea how 'heavy' mplayer or ksmp3play are wrt xmms or mpg123. > BTW I earlier tried tweaking hw.snd.latency (without knowing what it was) > beyond max 10, but despite tweaking header (below) it went silent > 10. I see little point fiddling with settings I don't understand :) but my perhaps out of date wrt sound 5.5-S has different settings anyway. Best I can offer is what happens here, playing this file: paqi% ll ~/0/music/rf_livin.mp3 -r--r--r-- 1 root smithi 6322173 Jan 11 2003 /home/smithi/0/music/rf_livin.mp3 paqi% file ~/0/music/rf_livin.mp3 /home/smithi/0/music/rf_livin.mp3: MP3, 128 kBits, 44.1 kHz, JStereo [ file, unsurprisingly, knows nothing about VBR .. see lame(1) :-] paqi% sysctl kern.clockrate kern.clockrate: { hz = 200, tick = 5000, profhz = 1024, stathz = 128 } paqi% sysctl hw.snd hw.snd.targetirqrate: 32 hw.snd.report_soft_formats: 1 hw.snd.verbose: 2 hw.snd.unit: 0 hw.snd.maxautovchans: 4 hw.snd.pcm0.buffersize: 4096 hw.snd.pcm0.vchans: 4 paqi% cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0x220 irq 5 drq 1:5 bufsz 4096 (1p/1r/4v channels duplex default) [pcm0:record:0]: spd 22050, fmt 0x00000010, flags 0x00000000, 0x00000000 interrupts 1, overruns 0, hfree 4096, sfree 131072 {hardware} -> feeder_root(0x00000010) -> {userland} [pcm0:play:0]: spd 44100, fmt 0x10000010, flags 0x00001020, 0x00000000 interrupts 92156, underruns 1082, ready 0 {userland} -> feeder_vchan_s16(0x10000010) -> {hardware} pcm0:play:0[pcm0:virtual:0]: spd 44100, fmt 0x10000010, flags 0x10003030, 0x00000000, pid 1154 interrupts 0, underruns 0, ready 131072 {userland} -> feeder_root(0x10000010) -> {hardware} pcm0:play:0[pcm0:virtual:1]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} pcm0:play:0[pcm0:virtual:2]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} pcm0:play:0[pcm0:virtual:3]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} systat -vm showed: '86 5: sbc0' ie 86 sound interrupts/s (steady) during the above playback, and rarely more than 0 average ata0 interrupts. cheers, Ian From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 17 08:01:30 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBE3416A417 for ; Thu, 17 Jan 2008 08:01:30 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 9697313C442 for ; Thu, 17 Jan 2008 08:01:30 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A545AD.dip.t-dialin.net [84.165.69.173]) by redbull.bpaserver.net (Postfix) with ESMTP id A84A22E0BD; Thu, 17 Jan 2008 09:00:57 +0100 (CET) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id EA5058A0F2; Thu, 17 Jan 2008 08:59:27 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m0H7xRqi028701; Thu, 17 Jan 2008 08:59:27 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Thu, 17 Jan 2008 08:59:27 +0100 Message-ID: <20080117085927.bik3eztii3ogk8wo@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Thu, 17 Jan 2008 08:59:27 +0100 From: Alexander Leidinger To: Julian Stacey References: <200801170152.m0H1qMpA065499@fire.js.berklix.net> In-Reply-To: <200801170152.m0H1qMpA065499@fire.js.berklix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-12.904, required 6, BAYES_00 -15.00, J_CHICKENPOX_44 0.60, MIME_QP_LONG_LINE 1.40, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-multimedia@freebsd.org, jhs@berklix.com Subject: Re: forcing more sound buffering X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2008 08:01:31 -0000 Quoting Julian Stacey (from Thu, 17 Jan 2008 =20 02:52:22 +0100): > I guess ksmp3play uses less internal buffering than mplayer, ? With a .jpg= : > 133MHz hw.snd.feeder_buffersize=3D16384 mplayer : ran a bit rough. > 133MHz hw.snd.feeder_buffersize=3D65536 ksmp3play : awful > 133MHz hw.snd.feeder_buffersize=3D65536 mplayer : still a bit broken. > 166MHz hw.snd.feeder_buffersize=3D16384 ksmp3play : awful > 166MHz hw.snd.feeder_buffersize=3D16384 mplayer: : much better > 166MHz hw.snd.feeder_buffersize=3D65536 ksmp3play : broke up > 166MHz hw.snd.feeder_buffersize=3D65536 mplayer : pretty good, not perf= ect. Try with mpg123 (it may or may not solve your problem). > What is the lowest speed CPU for playing `normal mp3 music (ie `file' abov= e) > Am I being over ambitious or reasonable ? According to www.mpg123.org: ---snip--- Needed computing power A recent test (GNU/Linux OS) with 0.60-beta2 showed 3% to 4% CPU usage =20 on decoding high quality VBR MP3 with a pentiumII laptop with 366MHz, =20 while a pentium 100MHz can easily handle two mpg123 instances in =20 realtime (plus the mixing daemon that works on decoded data). Michael said once upon a time Plays Layer 3 in stereo on an AMD-486-120Mhz or (of course) a faster machine= . Just for info: mpg123 plays an average 128bps stream, with about 66% =20 in full quality on an AMD 486-133MHz machine. ---snip--- Bye, Alexander. --=20 Ferengi Rule of Acquisition #239: =09 Never be afraid to mislabel a product. =09=09-- ST:DS9, "Body Parts" http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 17 20:33:54 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFBF516A41B for ; Thu, 17 Jan 2008 20:33:54 +0000 (UTC) (envelope-from antti@neosystems.ru) Received: from mail.neosystems.ru (mail.neosystems.ru [217.77.48.85]) by mx1.freebsd.org (Postfix) with ESMTP id 8206513C457 for ; Thu, 17 Jan 2008 20:33:54 +0000 (UTC) (envelope-from antti@neosystems.ru) Received: from domino.nsystems.local ([192.168.0.7] helo=mail.neosystems.ru) by mail.neosystems.ru with esmtp (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JFat7-000Jt1-OP for freebsd-multimedia@freebsd.org; Thu, 17 Jan 2008 22:58:57 +0300 Received: from NEO666.nsystems.local ([192.168.0.66]) by mail.neosystems.ru (Lotus Domino Release 6.5.4FP3) with ESMTP id 2008011722550717-14342 ; Thu, 17 Jan 2008 22:55:07 +0300 Date: Thu, 17 Jan 2008 22:55:07 +0300 From: Козлов Андрей Викторович X-Mailer: The Bat! (v1.60) Organization: Neo Com X-Priority: 3 (Normal) Message-ID: <4567198234.20080117225507@neosystems.ru> To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on domino/Neosystems(Release 6.5.4FP3|January 09, 2006) at 17.01.2008 22:55:07, Serialize by Router on domino/Neosystems(Release 6.5.4FP3|January 09, 2006) at 17.01.2008 22:55:38 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: quoted-printable Subject: Problem with installation of drivers of a HDA sound card X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Козлов Андрей Викторович List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2008 20:33:54 -0000 Hello! Download the driver - http://people.freebsd.org/~ariff/, all has establishe= d, as there it is written, I establish the driver from /boot/loader.conf - snd=5Fhda=5Fload =3D "YES" - after loading a sound is not present. In cat/dev/sndstat it is had: FreeBSD Audio Driver (newpcm: 64bit 2007100200/i386) Installed devices: pcm0: at memory 0xe1010000= irq 17 kld snd=5Fhda [20070930=5F0048] [MPSAFE] (mixer only) pcm1: at memory 0xe4000000 = irq 16 kld snd=5Fhda [20070930=5F0048] [MPSAFE] (1p:1v/1r:1v channels duplex) I clean loading the driver from /boot/loader.conf and after reboot a comput= er I load the driver manually: kldload snd=5Fhda - the sound is! In cat/dev/sndstat it is had: FreeBSD Audio Driver (newpcm: 64bit 2007100200/i386) Installed devices: pcm0: at memory 0xe4000000 = irq 16 kld snd=5Fhda [20070930=5F0048] [MPSAFE] (1p:1v/1r:1v channels duplex default) pcm1: at memory 0xe1010000= irq 17 kld snd=5Fhda [20070930=5F0048] [MPSAFE] (mixer only) The version FreeBSD is 6.2. Card ATI Radeon HD2400 is established also vide= o. Sound card on board is one, whence undertakes two devices? Why they places = vary? How to overcome this disgrace? At whom what ideas are? Thursday, January 17, 2008 mailto:antti@neos= ystems.ru From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 17 21:08:56 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 375A916A417; Thu, 17 Jan 2008 21:08:56 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E41A013C442; Thu, 17 Jan 2008 21:08:55 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0HL8tED074358; Thu, 17 Jan 2008 21:08:55 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0HL8twg074354; Thu, 17 Jan 2008 21:08:55 GMT (envelope-from remko) Date: Thu, 17 Jan 2008 21:08:55 GMT Message-Id: <200801172108.m0HL8twg074354@freefall.freebsd.org> To: remko@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: remko@FreeBSD.org Cc: Subject: Re: kern/119759: [sound] Can not record anything with emu10k1 on 7.0-PRERELEASE (Invalid argument) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2008 21:08:56 -0000 Synopsis: [sound] Can not record anything with emu10k1 on 7.0-PRERELEASE (Invalid argument) Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: remko Responsible-Changed-When: Thu Jan 17 21:08:42 UTC 2008 Responsible-Changed-Why: reassign to multimedia team http://www.freebsd.org/cgi/query-pr.cgi?pr=119759 From owner-freebsd-multimedia@FreeBSD.ORG Fri Jan 18 00:09:33 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95A7516A468 for ; Fri, 18 Jan 2008 00:09:33 +0000 (UTC) (envelope-from jhs@berklix.org) Received: from tower.berklix.org (tower.berklix.org [83.236.223.114]) by mx1.freebsd.org (Postfix) with ESMTP id 14E6B13C44B for ; Fri, 18 Jan 2008 00:09:32 +0000 (UTC) (envelope-from jhs@berklix.org) Received: from js.berklix.net (p549A6DA4.dip.t-dialin.net [84.154.109.164]) (authenticated bits=0) by tower.berklix.org (8.13.6/8.13.6) with ESMTP id m0I09Umx093666; Fri, 18 Jan 2008 00:09:31 GMT (envelope-from jhs@berklix.org) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by js.berklix.net (8.13.8/8.13.8) with ESMTP id m0I0BRji029525; Fri, 18 Jan 2008 01:11:27 +0100 (CET) (envelope-from jhs@berklix.org) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.13.8/8.13.8) with ESMTP id m0I0BH4x000788; Fri, 18 Jan 2008 01:11:22 +0100 (CET) (envelope-from jhs@fire.js.berklix.net) Message-Id: <200801180011.m0I0BH4x000788@fire.js.berklix.net> To: Alexander Leidinger In-reply-to: <20080117085927.bik3eztii3ogk8wo@webmail.leidinger.net> References: <200801170152.m0H1qMpA065499@fire.js.berklix.net> <20080117085927.bik3eztii3ogk8wo@webmail.leidinger.net> Comments: In-reply-to Alexander Leidinger message dated "Thu, 17 Jan 2008 08:59:27 +0100." Date: Fri, 18 Jan 2008 01:11:17 +0100 From: "Julian H. Stacey" Cc: freebsd-multimedia@freebsd.org Subject: Re: forcing more sound buffering X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2008 00:09:33 -0000 Alexander Leidinger wrote: > Quoting Julian Stacey (from Thu, 17 Jan 2008 > 02:52:22 +0100): > > Try with mpg123 (it may or may not solve your problem). Well is supports eg mpg123 -b 4096 # caches size specifiable, which seems to help, Thanks Some other thinsg support cache too eg: mplayer -cache 4096 -audiofile-cache 4096 -cache-min 80 Making cache bigger doesnt simply always improve thingsm curiously. However I'll hope to sort this no dma problem too. > > > What is the lowest speed CPU for playing `normal mp3 music (ie `file' above) > > Am I being over ambitious or reasonable ? > > According to www.mpg123.org: > ---snip--- Ah great thanks ! Alexander. -- Julian Stacey. Munich Computer Consultant, BSD Unix C Linux. http://berklix.com From owner-freebsd-multimedia@FreeBSD.ORG Fri Jan 18 14:21:45 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 020B516A417 for ; Fri, 18 Jan 2008 14:21:45 +0000 (UTC) (envelope-from jhs@berklix.org) Received: from tower.berklix.org (tower.berklix.org [83.236.223.114]) by mx1.freebsd.org (Postfix) with ESMTP id 3D2DA13C461 for ; Fri, 18 Jan 2008 14:21:44 +0000 (UTC) (envelope-from jhs@berklix.org) Received: from js.berklix.net (p549A5387.dip.t-dialin.net [84.154.83.135]) (authenticated bits=0) by tower.berklix.org (8.13.6/8.13.6) with ESMTP id m0IELb2s004204; Fri, 18 Jan 2008 14:21:41 GMT (envelope-from jhs@berklix.org) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by js.berklix.net (8.13.8/8.13.8) with ESMTP id m0IENaM9034224; Fri, 18 Jan 2008 15:23:36 +0100 (CET) (envelope-from jhs@berklix.org) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.13.8/8.13.8) with ESMTP id m0IENFAL087176; Fri, 18 Jan 2008 15:23:36 +0100 (CET) (envelope-from jhs@fire.js.berklix.net) Message-Id: <200801181423.m0IENFAL087176@fire.js.berklix.net> To: Ian Smith In-reply-to: References: Comments: In-reply-to Ian Smith message dated "Thu, 17 Jan 2008 15:30:35 +1100." Date: Fri, 18 Jan 2008 15:23:15 +0100 From: "Julian H. Stacey" Cc: freebsd-multimedia@freebsd.org Subject: Re: forcing more sound buffering X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2008 14:21:45 -0000 Ian Smith wrote: > On Thu, 17 Jan 2008, Julian Stacey wrote: > > > I had sticky (intermittent breaks) sound on 2 slow hosts with 7-PRERELEASE > > The causes of the stickiness are various &/or compound, > > (eg slow CPU, DMA off (must be on mine), & PS2 mouse Giant ...............................Whoops I meant must be OFF on mine else no boot. > I think running ATA without DMA could likely be the cause of most of > your problems in this respect. Have you tried getting that fixed? Not till now: /boot/loader.conf has hw.ata.ata_dma=0 # Essential else disk access fails. As both hosts lapd & lapn failed to boot without it both hosts atacontrol cap ad0 dma supported atacontrol mode ad0 current mode = PIO4 host=lapn dmesg ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire sysctl -a | grep -i dma vfs.nfs.iodmax: 20 vfs.nfs.iodmaxidle: 120 hw.ata.atapi_dma: 1 hw.ata.ata_dma: 0 hw.busdma.total_bpages: 32 hw.busdma.zone0.total_bpages: 32 hw.busdma.zone0.free_bpages: 32 hw.busdma.zone0.reserved_bpages: 0 hw.busdma.zone0.active_bpages: 0 hw.busdma.zone0.total_bounced: 0 hw.busdma.zone0.total_deferred: 0 hw.busdma.zone0.lowaddr: 0xffffffff hw.busdma.zone0.alignment: 2 hw.busdma.zone0.boundary: 65536 dev.atdma.0.%desc: AT DMA controller dev.atdma.0.%driver: atdma dev.atdma.0.%pnpinfo: pnpid=PNP0200 dev.atdma.0.%parent: isa0 host=lapd dmesg Something truncing it ... later On my host=lapd atacontrol mode ad0 current mode = PIO4 # runs OK atacontrol mode ad0 WDMA2 current mode = WDMA2 Make disc activity survives. without crashing. ksmp3play *.mp3 # still plays with interrupts mpg123 -b 2048 *.mp3 # still plays with interrupts mplayer audio_01.mp3 # breakages mplayer -cache 4096 -audiofile-cache 4096 -cache-min 80 *.mp3 # breakage after a bit atacontrol mode ad0 UDMA2 # (alias UDMA33) current mode = UDMA33 # System Crashes Not sure what the difference is between PIO4 & WDMA2. > My > '99 Compaq Armada 1500c (300MHz Celeron) has no problem with UDMA33, or > I doubt it'd be happy playing music files ok either .. > > [..] > > /boot/loader.conf: > > hw.snd.feeder_buffersize=65536 # default 16384, read only after boot. > > # Helped my intermittent music playing a lot (for .wav perfect, > > mp3 improved from awful. > > Maybe it should be ref'd in more manuals/ docs? > > It doesn't appear at all in 5.5-STABLE (well, from some months ago now). > Perhaps setting hw.snd.verbose=2 Done. Latest dmesg in http://www.berklix.com/~jhs/hardware/laptops/dell_latitude_xpi_p133st/dmesg/ > and showing `cat /dev/sndstat` during > playback might be informative? Oh, didnt know that was possible either, (if you were in Munich, not Oz I'd be buying you a beer, I seem to be learning, Thanks :-) Done, to http://www.berklix.com/~jhs/hardware/laptops/dell_latitude_xpi_p133st/sndstat/ I see: underruns 2816 # I guess thats the breaks I'm hearing. Under runs on my other non dma 7 laptop (host=lapd) too. Reckon I need to get DMA working somehow, & check irqs & mem buf allocation too probably. > > & docs should explain what it is: Buffer size in bytes maybe ? > > I expect so. > > > & how it relates to max delay expected from disc feeding > > audio data. ie (I'm guessing, it's late & I haven't > > read source yet) if file reports eg > > audio_01.mp3: MPEG ADTS, layer III, v1, 128 kBits, 44.1 kHz, JntStereo > > Does 64K give me just a half second of buffer ? > > (not enough here !) > > Assuming 128kbps that's 16Kbytes/sec, so 64K should give you ~4 seconds. Ah yes, thanks had forgotten thats 128K Bit not Bytes/sec. > If you need anything like that much you do indeed have problems. Yes. X 2 ! > > I guess ksmp3play uses less internal buffering than mplayer, ? With a .jpg: > > 133MHz hw.snd.feeder_buffersize=16384 mplayer : ran a bit rough. > > 133MHz hw.snd.feeder_buffersize=65536 ksmp3play : awful > > 133MHz hw.snd.feeder_buffersize=65536 mplayer : still a bit broken. > > 166MHz hw.snd.feeder_buffersize=16384 ksmp3play : awful > > 166MHz hw.snd.feeder_buffersize=16384 mplayer: : much better > > 166MHz hw.snd.feeder_buffersize=65536 ksmp3play : broke up > > 166MHz hw.snd.feeder_buffersize=65536 mplayer : pretty good, not perfect. > > > > hw.snd.feeder_buffersize Max is 64K. > > I need more. Dont know if 64K is a horrible Intel > > '86 IO seg limit, or just random choice. I'll try to tweak it. > > I'm not sure it'd help. How many vchans are you running? Default, never tried anything with vchans hw.snd.maxautovchans: 16 dev.pcm.0.play.vchans: 1 dev.pcm.0.play.vchanrate: 46794 dev.pcm.0.play.vchanformat: s16le dev.pcm.0.rec.vchans: 1 dev.pcm.0.rec.vchanrate: 46794 dev.pcm.0.rec.vchanformat: s16le > What kern.hz? kern.hz="100" >From your previous suggestion on stable@ (where I still havent dinished processing/ responded all in your last helpful posting (still in Drafts/ ) > > > What is the lowest speed CPU for playing `normal mp3 music (ie `file' above) > > Am I being over ambitious or reasonable ? > > What about decompression load on CPUs, buffering etc ? > > Given that my ATA DMA works, my 5.5 vs your 7, my 300MHz laptop plays an > (average) ~160kbps VBR .mp3 using about 20% CPU with xmms, or about 15% > with mpg123 -v. Doing little else, yours should just about make it, if > you can get ATA DMA working. Without DMA, hmm, it seems less likely, > though of course somebody may spot some entirely different problem :) > > I've no idea how 'heavy' mplayer or ksmp3play are wrt xmms or mpg123. > > > BTW I earlier tried tweaking hw.snd.latency (without knowing what it was) > > beyond max 10, but despite tweaking header (below) it went silent > 10. > > I see little point fiddling with settings I don't understand :) but my > perhaps out of date wrt sound 5.5-S has different settings anyway. > > Best I can offer is what happens here, playing this file: > > paqi% ll ~/0/music/rf_livin.mp3 > -r--r--r-- 1 root smithi 6322173 Jan 11 2003 /home/smithi/0/music/rf_livin.mp3 > > paqi% file ~/0/music/rf_livin.mp3 > /home/smithi/0/music/rf_livin.mp3: MP3, 128 kBits, 44.1 kHz, JStereo > > [ file, unsurprisingly, knows nothing about VBR .. see lame(1) :-] Just read, re VBR thanks. > paqi% sysctl kern.clockrate > kern.clockrate: { hz = 200, tick = 5000, profhz = 1024, stathz = 128 } > > paqi% sysctl hw.snd > hw.snd.targetirqrate: 32 > hw.snd.report_soft_formats: 1 > hw.snd.verbose: 2 > hw.snd.unit: 0 > hw.snd.maxautovchans: 4 > hw.snd.pcm0.buffersize: 4096 > hw.snd.pcm0.vchans: 4 Mine are hw.snd.latency_profile: 1 hw.snd.latency: 10 hw.snd.report_soft_formats: 1 hw.snd.compat_linux_mmap: 0 hw.snd.feeder_buffersize: 131072 hw.snd.feeder_rate_round: 25 hw.snd.feeder_rate_max: 2016000 hw.snd.feeder_rate_min: 1 hw.snd.verbose: 2 hw.snd.maxautovchans: 16 hw.snd.default_unit: 0 hw.snd.version: 2007061600/i386 hw.snd.default_auto: 0 > paqi% cat /dev/sndstat > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at io 0x220 irq 5 drq 1:5 bufsz 4096 (1p/1r/4v channels duplex default) > [pcm0:record:0]: spd 22050, fmt 0x00000010, flags 0x00000000, 0x00000000 > interrupts 1, overruns 0, hfree 4096, sfree 131072 > {hardware} -> feeder_root(0x00000010) -> {userland} > [pcm0:play:0]: spd 44100, fmt 0x10000010, flags 0x00001020, 0x00000000 > interrupts 92156, underruns 1082, ready 0 > {userland} -> feeder_vchan_s16(0x10000010) -> {hardware} > pcm0:play:0[pcm0:virtual:0]: spd 44100, fmt 0x10000010, flags 0x10003030, 0x00000000, pid 1154 > interrupts 0, underruns 0, ready 131072 > {userland} -> feeder_root(0x10000010) -> {hardware} pcm0:play:0[pcm0:virtual:1]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 > interrupts 0, underruns 0, ready 0 > {userland} -> feeder_root(0x00000000) -> {hardware} > pcm0:play:0[pcm0:virtual:2]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 > interrupts 0, underruns 0, ready 0 > {userland} -> feeder_root(0x00000000) -> {hardware} > pcm0:play:0[pcm0:virtual:3]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 > interrupts 0, underruns 0, ready 0 > {userland} -> feeder_root(0x00000000) -> {hardware} > > systat -vm showed: '86 5: sbc0' ie 86 sound interrupts/s (steady) during > the above playback, and rarely more than 0 average ata0 interrupts. 91 here. OK, I must read man systat too ! > cheers, Ian Umm 1 more thing not helping as such is I have: swapinfo: host=lapn Device 1K-blocks Used Avail Capacity /dev/ad0s1b 102400 0 102400 0% /dev/ad0s2b 102400 0 102400 0% Total 204800 0 204800 0% host=lapd Device 1K-blocks Used Avail Capacity /dev/ad0s1b 102400 6336 96064 6% /dev/md0 100000 6444 93556 6% Total 202400 12780 189620 6% I'll try turning them off, at least the split to reduce head seek, though theres no processes busy needing to swap, so dont expect much. Any more ideas please say. Thanks ! -- Julian Stacey. Munich Computer Consultant, BSD Unix C Linux. http://berklix.com From owner-freebsd-multimedia@FreeBSD.ORG Fri Jan 18 14:41:06 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45E0516A41A for ; Fri, 18 Jan 2008 14:41:06 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from farris.bafirst.com (adsl-074-165-190-154.sip.jan.bellsouth.net [74.165.190.154]) by mx1.freebsd.org (Postfix) with ESMTP id 32B7C13C46A for ; Fri, 18 Jan 2008 14:41:04 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.17.152]) by farris.bafirst.com with esmtp; Fri, 18 Jan 2008 08:41:03 -0600 id 0006D42A.4790BA7F.0000ADFB Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Fri, 18 Jan 2008 08:41:02 -0600 id 0004AC18.4790BA7E.0000945F Received: from 172.16.0.14 ([172.16.0.14]) by intranet.encontacto.net (Horde Framework) with HTTP; Fri, 18 Jan 2008 08:41:02 -0600 Message-ID: <20080118084102.36531qe0dautlw2s@intranet.encontacto.net> Date: Fri, 18 Jan 2008 08:41:02 -0600 From: eculp To: freebsd-multimedia MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) Subject: How to get the Microphone to work with an NVidiaMCP67 HDA AMD64 laptop. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2008 14:41:06 -0000 Is there something special that a person should do to get the Microphone to work with an HDA audio controler? Laptop speakers sound normal but the mixer only has output and not input. Volume works, etc. I am using the snd_hda kernel module on an Acer 5520/5679 laptop with the following general info: from dmesg: pcm0: mem 0xf2680000-0xf2683fff irq 21 at device 7.0 on pci0 pcm0: [ITHREAD] pcm0: From pciconf -lv : pcm0@pci0:0:7:0: class=0x040300 card=0x01261025 chip=0x055c10de rev=0xa1 hdr=0x00 vendor = 'Nvidia Corp' class = multimedia uname -a: # uname -a FreeBSD local15.local.net.mx 8.0-CURRENT FreeBSD 8.0-CURRENT #13: Thu Jan 17 12:39:38 CST 2008 root@local15.local.net.mx:/usr/obj/usr/src/sys/ENCONTACTO amd64 Any suggestions for getting the Microphone working would be greatly appreciated. ed From owner-freebsd-multimedia@FreeBSD.ORG Fri Jan 18 16:30:54 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2BF916A418 for ; Fri, 18 Jan 2008 16:30:54 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 350E513C45D for ; Fri, 18 Jan 2008 16:30:54 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 18 Jan 2008 16:04:12 -0000 Received: from unknown (EHLO [192.168.0.10]) [85.127.93.157] by mail.gmx.net (mp037) with SMTP; 18 Jan 2008 17:04:13 +0100 X-Authenticated: #16703784 X-Provags-ID: V01U2FsdGVkX180EIlhwJc0rGerAWShyjD7B7HM4/us55b+8hvYDB QbQXXDhLu2trmU From: Stefan Ehmann To: freebsd-multimedia@freebsd.org Date: Fri, 18 Jan 2008 17:04:08 +0100 User-Agent: KMail/1.9.7 References: <200801181423.m0IENFAL087176@fire.js.berklix.net> In-Reply-To: <200801181423.m0IENFAL087176@fire.js.berklix.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200801181704.08998.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 Cc: "Julian H. Stacey" Subject: Re: forcing more sound buffering X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2008 16:30:55 -0000 On Friday 18 January 2008 15:23:15 Julian H. Stacey wrote: > > I expect so. > > > > =A0> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0& how it relates to max delay exp= ected from disc feeding > > =A0> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0audio data. =A0ie (I'm guessing, = it's late & I haven't > > =A0> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0read source yet) if file reports = eg > > =A0> =A0 audio_01.mp3: MPEG ADTS, layer III, v1, 128 kBits, 44.1 kHz, > > JntStereo > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0Does 64K give me just a ha= lf second of buffer ? > > =A0> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0(not enough here !) > > > > Assuming 128kbps that's 16Kbytes/sec, so 64K should give you ~4 seconds. > > Ah yes, thanks had forgotten thats 128K Bit not Bytes/sec. Doesn't this refer to the decoded data, which is ~176KB/s? From owner-freebsd-multimedia@FreeBSD.ORG Fri Jan 18 18:14:50 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DC8416A421 for ; Fri, 18 Jan 2008 18:14:50 +0000 (UTC) (envelope-from mehul.n.ved@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.freebsd.org (Postfix) with ESMTP id 7D62413C455 for ; Fri, 18 Jan 2008 18:14:49 +0000 (UTC) (envelope-from mehul.n.ved@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so701511wxd.7 for ; Fri, 18 Jan 2008 10:14:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=owG3+AojZKEknUTyJNxoltpa2ZOk3grxxhwFYa/Z5MQ=; b=pjIoj6HMcxTYKYYadgKmau4TqGVIPUkuNyyJQzdSLuAmfJs5BBYe/tsrdMAOeYugMX29Cx3wKEhdlHPTZupgCQ3WD9r+T4emweamZsWFOeoLKBqV/dbQhDWn/NQIww/lJB8DKJXJK84DgoEEd9tfS/qSnvAOTZ2EWgAwcCq76q4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=elDjsWHVmQy/TEsZy70qn9xFRnBKds0q14dWsqulcFPpfjDbhcNwCS495VjZK+DDDXNrkSrH5byqu+1WoeFmD4g7ePmKHOcv+VuuAwjxbAlGBmp27qw9s4smgv8WuEa33V/zNxcl1ht0ge1QYX3iIwc7qPy5VgxKdJKk84CHsC4= Received: by 10.142.240.9 with SMTP id n9mr2285371wfh.6.1200680076443; Fri, 18 Jan 2008 10:14:36 -0800 (PST) Received: by 10.142.173.14 with HTTP; Fri, 18 Jan 2008 10:14:36 -0800 (PST) Message-ID: Date: Fri, 18 Jan 2008 23:44:36 +0530 From: "Mehul Ved" To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: inline Subject: mplayer crashes when playing flac files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2008 18:14:50 -0000 V2hlbmV2ZXIgSSBwbGF5IGEgZmxhYyBmaWxlLCBtcGxheWVyIGNyYXNoZXMgd2l0aCBlcnJvciA6 LQotLS0tLS0tLS0tLS0tLQpNUGxheWVyIGludGVycnVwdGVkIGJ5IHNpZ25hbCAxMSBpbiBtb2R1 bGU6IGluaXRfYXVkaW9fY29kZWMKLSBNUGxheWVyIGNyYXNoZWQgYnkgYmFkIHVzYWdlIG9mIENQ VS9GUFUvUkFNLgotLS0tLS0tLS0tLS0tLQoKSGVyZSdzIHRoZSBuZWVkZWQgaW5mb3JtYXRpb24g YXMgcGVyCi91c3IvbG9jYWwvc2hhcmUvZG9jL21wbGF5ZXIvYnVncmVwb3J0c19hZHZ1c2Vycy5o dG1sCgotLS0tLS0tLS0tLS0tLQp1bmFtZSAtYQpGcmVlQlNEIGJzZC5tZWh1bHZlZC5jb20gNi4y LVJFTEVBU0UgRnJlZUJTRCA2LjItUkVMRUFTRSAjNjogTW9uIEphbgo3IDAzOjQ5OjIwIElTVCAy MDA4CnJvb3RAYnNkLm1laHVsdmVkLmNvbTovdXNyL29iai91c3Ivc3JjL3N5cy9NWUtFUk5FTCAg aTM4NgotLS0tLS0tLS0tLS0tLQoKLS0tLS0tLS0tLS0tLQpscyAtbCAvbGliL2xpYmNbLi1dKgot ci0tci0tci0tICAxIHJvb3QgIHdoZWVsICA5MjI2NjggSmFuIDEyICAyMDA3IC9saWIvbGliYy5z by42Ci0tLS0tLS0tLS0tLS0KCi0tLS0tLS0tLS0tLS0KZ2NjIC12ClVzaW5nIGJ1aWx0LWluIHNw ZWNzLgpDb25maWd1cmVkIHdpdGg6IEZyZWVCU0QvaTM4NiBzeXN0ZW0gY29tcGlsZXIKVGhyZWFk IG1vZGVsOiBwb3NpeApnY2MgdmVyc2lvbiAzLjQuNiBbRnJlZUJTRF0gMjAwNjAzMDUKLS0tLS0t LS0tLS0tLQoKLS0tLS0tLS0tLS0tLQpsZCAtdgpHTlUgbGQgdmVyc2lvbiAyLjE1IFtGcmVlQlNE XSAyMDA0LTA1LTIzCi0tLS0tLS0tLS0tLS0KCi0tLS0tLS0tLS0tLS0KYXMgLS12ZXJzaW9uCkdO VSBhc3NlbWJsZXIgMi4xNSBbRnJlZUJTRF0gMjAwNC0wNS0yMwpDb3B5cmlnaHQgMjAwMiBGcmVl IFNvZnR3YXJlIEZvdW5kYXRpb24sIEluYy4KVGhpcyBwcm9ncmFtIGlzIGZyZWUgc29mdHdhcmU7 IHlvdSBtYXkgcmVkaXN0cmlidXRlIGl0IHVuZGVyIHRoZSB0ZXJtcyBvZgp0aGUgR05VIEdlbmVy YWwgUHVibGljIExpY2Vuc2UuICBUaGlzIHByb2dyYW0gaGFzIGFic29sdXRlbHkgbm8gd2FycmFu dHkuClRoaXMgYXNzZW1ibGVyIHdhcyBjb25maWd1cmVkIGZvciBhIHRhcmdldCBvZiBgaTM4Ni1v YnJpZW4tZnJlZWJzZCcuCi0tLS0tLS0tLS0tLS0KCi0tLS0tLS0tLS0tLS0KKGdkYikgYnQKIzAg IG1ldGFkYXRhX3BhcnNlIChzPTB4ODhmNzYxMCkgYXQgYml0c3RyZWFtLmg6Njk0CiMxICAweDA4 MmVkZmQwIGluIGZsYWNfZGVjb2RlX2ZyYW1lIChhdmN0eD0weDYxZThhLCBkYXRhPTB4M2VlMDAs CiAgICBkYXRhX3NpemU9MHhmZmZmZmZmZiwKICAgIGJ1Zj0weDEwMDAwIDxFcnJvciByZWFkaW5n IGFkZHJlc3MgMHgxMDAwMDogQmFkIGFkZHJlc3M+LAogICAgYnVmX3NpemU9MTQzNjY0MTQ0KSBh dCBmbGFjLmM6NjI4CiMyICAweDA4MjhlNmFmIGluIGF2Y29kZWNfZGVjb2RlX2F1ZGlvMiAoYXZj dHg9MHg4OTAyNDEwLCBzYW1wbGVzPTB4YmZiZmQ1ZTAsCiAgICBmcmFtZV9zaXplX3B0cj0weDMw ZjQ1MCwgYnVmPTB4ODE1ZGIxNCAiXDIwM++/vVwwMjBcMjA177+9dVxy77+9XGEiLAogICAgYnVm X3NpemU9MTQzNjE5NjAwKSBhdCB1dGlscy5jOjk3MAojMyAgMHgwODEzY2Q1ZSBpbiBkZWNvZGVf YXVkaW8gKHNoX2F1ZGlvPTB4ODg4YzkwMCwKICAgIGJ1Zj0weDNmZTE1MGUzIDxFcnJvciByZWFk aW5nIGFkZHJlc3MgMHgzZmUxNTBlMzogQmFkIGFkZHJlc3M+LCBtaW5sZW49MCwKICAgIG1heGxl bj0yNTc1MzYpIGF0IGFkX2ZmbXBlZy5jOjE2NAojNCAgMHgwODEzY2JkMiBpbiBpbml0IChzaF9h dWRpbz0weDg4OGM5MDApIGF0IGFkX2ZmbXBlZy5jOjExMgojNSAgMHgwODEwNWYzMCBpbiBpbml0 X2F1ZGlvX2NvZGVjIChzaF9hdWRpbz0weDg4OGM5MDApIGF0IGRlY19hdWRpby5jOjkzCiM2ICAw eDA4MTA2MjJhIGluIGluaXRfYXVkaW8gKHNoX2F1ZGlvPTB4ODg4YzkwMCwgY29kZWNuYW1lPTB4 ODhmNzNjYSAiIiwKICAgIGFmbT0weGJmYmZkNjg0ICIiLCBzdGF0dXM9MTM1MjkxNzc3KSBhdCBk ZWNfYXVkaW8uYzoxOTUKIzcgIDB4MDgxMDYzODEgaW4gaW5pdF9iZXN0X2F1ZGlvX2NvZGVjIChz aF9hdWRpbz0weDg4ZjczYjIsCiAgICBhdWRpb19jb2RlY19saXN0PTB4YmZiZmQ2ODQsIGF1ZGlv X2ZtX2xpc3Q9MHhiZmJmZWI5OCkgYXQgZGVjX2F1ZGlvLmM6MjM4CiM4ICAweDA4MDgyZjZlIGlu IHJlaW5pdF9hdWRpb19jaGFpbiAoKSBhdCBtcGxheWVyLmM6MTQ4MgojOSAgMHgwODA4NmU3ZSBp biBtYWluIChhcmdjPTMsIGFyZ3Y9MHhiZmJmZWJlNCkgYXQgbXBsYXllci5jOjMyNzEKLS0tLS0t LS0tLS0tLS0tLS0tCgotLS0tLS0tLS0tLS0tLS0tLS0KKGdkYikgZGlzYXNzICRwYy0zMiAkcGMr MzIKRHVtcCBvZiBhc3NlbWJsZXIgY29kZSBmcm9tIDB4ODJlY2RjMyB0byAweDgyZWNlMDM6CjB4 MDgyZWNkYzMgPG1ldGFkYXRhX3BhcnNlKzE5NT46CXhvciAgICAkMHg4MzAwMWExNiwlZWF4CjB4 MDgyZWNkYzggPG1ldGFkYXRhX3BhcnNlKzIwMD46CWxlcyAgICAoJWVheCksJWVkeAoweDA4MmVj ZGNhIDxtZXRhZGF0YV9wYXJzZSsyMDI+Ogltb3YgICAgMHg0MCglZXNwKSwlZWRpCjB4MDgyZWNk Y2UgPG1ldGFkYXRhX3BhcnNlKzIwNj46CWFkZCAgICAkMHg0LCVlZGkKMHgwODJlY2RkMSA8bWV0 YWRhdGFfcGFyc2UrMjA5PjoJbGVhICAgIDB4MCglZXNpKSwlZXNpCjB4MDgyZWNkZDQgPG1ldGFk YXRhX3BhcnNlKzIxMj46CW1vdiAgICAweDgoJWVkaSksJWVkeAoweDA4MmVjZGQ3IDxtZXRhZGF0 YV9wYXJzZSsyMTU+Ogltb3YgICAgJWVkeCwlZWF4CjB4MDgyZWNkZDkgPG1ldGFkYXRhX3BhcnNl KzIxNz46CXNhciAgICAkMHgzLCVlYXgKMHgwODJlY2RkYyA8bWV0YWRhdGFfcGFyc2UrMjIwPjoJ bW92ICAgIDB4NDAoJWVzcCksJWVjeAoweDA4MmVjZGUwIDxtZXRhZGF0YV9wYXJzZSsyMjQ+Oglt b3YgICAgMHg0KCVlY3gpLCVlYngKMHgwODJlY2RlMyA8bWV0YWRhdGFfcGFyc2UrMjI3PjoJbW92 emJsICglZWJ4LCVlYXgsMSksJWVheAoweDA4MmVjZGU3IDxtZXRhZGF0YV9wYXJzZSsyMzE+Oglt b3YgICAgJWVkeCwlZWN4CjB4MDgyZWNkZTkgPG1ldGFkYXRhX3BhcnNlKzIzMz46CWFuZCAgICAk MHg3LCVlY3gKMHgwODJlY2RlYyA8bWV0YWRhdGFfcGFyc2UrMjM2PjoJc2hsICAgICVjbCwlZWF4 CjB4MDgyZWNkZWUgPG1ldGFkYXRhX3BhcnNlKzIzOD46CXNociAgICAkMHg3LCVhbAoweDA4MmVj ZGYxIDxtZXRhZGF0YV9wYXJzZSsyNDE+OglpbmMgICAgJWVkeAoweDA4MmVjZGYyIDxtZXRhZGF0 YV9wYXJzZSsyNDI+Ogltb3YgICAgJWVkeCwweDgoJWVkaSkKMHgwODJlY2RmNSA8bWV0YWRhdGFf cGFyc2UrMjQ1PjoJbW92emJsICVhbCwlZWF4CjB4MDgyZWNkZjggPG1ldGFkYXRhX3BhcnNlKzI0 OD46CW1vdiAgICAlZWF4LDB4YyglZXNwKQoweDA4MmVjZGZjIDxtZXRhZGF0YV9wYXJzZSsyNTI+ Ogltb3YgICAgJWVkeCwlZWF4CjB4MDgyZWNkZmUgPG1ldGFkYXRhX3BhcnNlKzI1ND46CXNhciAg ICAkMHgzLCVlYXgKMHgwODJlY2UwMSA8bWV0YWRhdGFfcGFyc2UrMjU3PjoJbW92ICAgICglZWJ4 LCVlYXgsMSksJWVheApFbmQgb2YgYXNzZW1ibGVyIGR1bXAuCi0tLS0tLS0tLS0tLS0tCgotLS0t LS0tLS0tLS0tLQooZ2RiKSBpbmZvIGFsbC1yZWdpc3RlcnMKZWF4ICAgICAgICAgICAgMHg2MWU4 YQk0MDEwMzQKZWN4ICAgICAgICAgICAgMHg4OGY3NjEwCTE0MzYxOTYwMAplZHggICAgICAgICAg ICAweDMwZjQ1MAkzMjA4MjcyCmVieCAgICAgICAgICAgIDB4ODk1YTAxMAkxNDQwMjM1NjgKZXNw ICAgICAgICAgICAgMHhiZmJmZDUxMAkweGJmYmZkNTEwCmVicCAgICAgICAgICAgIDB4NgkweDYK ZXNpICAgICAgICAgICAgMHgxMAkxNgplZGkgICAgICAgICAgICAweDg4Zjc2MTQJMTQzNjE5NjA0 CmVpcCAgICAgICAgICAgIDB4ODJlY2RlMwkweDgyZWNkZTMKZWZsYWdzICAgICAgICAgMHgyMTAy MDIJMjE2MzIwMgpjcyAgICAgICAgICAgICAweDMzCTUxCnNzICAgICAgICAgICAgIDB4M2IJNTkK ZHMgICAgICAgICAgICAgMHhiZmJmMDAzYgktMTA3ODAwMTYwNQplcyAgICAgICAgICAgICAweDI5 NDkwMDNiCTY5MjY1MDA0MwpmcyAgICAgICAgICAgICAweDI5NDkwMDNiCTY5MjY1MDA0MwpncyAg ICAgICAgICAgICAweDFiCTI3CnN0MCAgICAgICAgICAgIDAJKHJhdyAweDAwMDAwMDAwMDAwMDAw MDAwMDAwKQpzdDEgICAgICAgICAgICAwCShyYXcgMHgwMDAwMDAwMDAwMDAwMDAwMDAwMCkKc3Qy ICAgICAgICAgICAgNjMuMTA3OTQ3ODA1NDU2NzAyMjUzMjQ2MTcwNjQxODg3MTQ3CShyYXcgMHg0 MDA0ZmM2ZTg5ZGU5ODcyMmVjNCkKc3QzICAgICAgICAgICAgODYyCShyYXcgMHg0MDA4ZDc4MDAw MDAwMDAwMDAwMCkKc3Q0ICAgICAgICAgICAgMQkocmF3IDB4M2ZmZjgwMDAwMDAwMDAwMDAwMDAp CnN0NSAgICAgICAgICAgIDAJKHJhdyAweDAwMDAwMDAwMDAwMDAwMDAwMDAwKQpzdDYgICAgICAg ICAgICAwLjU0MTEyNDExMTMzNzcyMDUzNjk1MTY3ODY5NTkxMzg2OTg5CShyYXcKMHgzZmZlOGE4 NzFjMTk0NWM3NTAwMCkKc3Q3ICAgICAgICAgICAgMC41NDExMjQxMTEzMzc3MjA1MzY5NTE2Nzg2 OTU5MTM4Njk4OQkocmF3CjB4M2ZmZThhODcxYzE5NDVjNzUwMDApCmZjdHJsICAgICAgICAgIDB4 MTI3Zgk0NzM1CmZzdGF0ICAgICAgICAgIDB4MjAJMzIKZnRhZyAgICAgICAgICAgMHhmZmZmCTY1 NTM1CmZpc2VnICAgICAgICAgIDB4MzMJNTEKZmlvZmYgICAgICAgICAgMHg4MTNjZDJjCTEzNTUx NTQzNgpmb3NlZyAgICAgICAgICAweDNiCTU5CmZvb2ZmICAgICAgICAgIDB4ODg4YzlhYwkxNDMx ODIyNTIKZm9wICAgICAgICAgICAgMHgxYzkJNDU3CnhtbTAgICAgICAgICAgIHt2NF9mbG9hdCA9 IHsweDAsIDB4MCwgMHgwLCAweDI2Y2FmfSwgdjJfZG91YmxlID0gezB4MCwKICAgIDB4ODAwMDAw MDAwMDAwMDAwMH0sIHYxNl9pbnQ4ID0gezB4OCwgMHg1MCwgMHhhMCwgMHhkLCAweGYyLCAweDVj LCAweDVkLAogICAgMHgxOCwgMHg0OSwgMHgzLCAweGY5LCAweGJkLCAweGNlLCAweDJiLCAweDFi LCAweDQ4fSwgdjhfaW50MTYgPSB7MHg1MDA4LAogICAgMHhkYTAsIDB4NWNmMiwgMHgxODVkLCAw eDM0OSwgMHhiZGY5LCAweDJiY2UsIDB4NDgxYn0sIHY0X2ludDMyID0gewogICAgMHhkYTA1MDA4 LCAweDE4NWQ1Y2YyLCAweGJkZjkwMzQ5LCAweDQ4MWIyYmNlfSwgdjJfaW50NjQgPSB7CiAgICAw eDE4NWQ1Y2YyMGRhMDUwMDgsIDB4NDgxYjJiY2ViZGY5MDM0OX0sCiAgdWludDEyOCA9IDB4NDgx YjJiY2ViZGY5MDM0OTE4NWQ1Y2YyMGRhMDUwMDh9CnhtbTEgICAgICAgICAgIHt2NF9mbG9hdCA9 IHsweGE5YmFkNzgwLCAweDAsIDB4MCwgMHg0ZjM4MDAwMH0sIHYyX2RvdWJsZSA9IHsKICAgIDB4 ODAwMDAwMDAwMDAwMDAwMCwgMHg4MDAwMDAwMDAwMDAwMDAwfSwgdjE2X2ludDggPSB7MHg1MSwg MHg4YSwgMHhhYywKICAgIDB4Y2UsIDB4NDMsIDB4MSwgMHhkYywgMHg3MSwgMHhjOCwgMHhjYywg MHhkZiwgMHgzNiwgMHhjOCwgMHhiMCwgMHgxOCwKICAgIDB4ZDN9LCB2OF9pbnQxNiA9IHsweDhh NTEsIDB4Y2VhYywgMHgxNDMsIDB4NzFkYywgMHhjY2M4LCAweDM2ZGYsIDB4YjBjOCwKICAgIDB4 ZDMxOH0sIHY0X2ludDMyID0gezB4Y2VhYzhhNTEsIDB4NzFkYzAxNDMsIDB4MzZkZmNjYzgsIDB4 ZDMxOGIwYzh9LAogIHYyX2ludDY0ID0gezB4NzFkYzAxNDNjZWFjOGE1MSwgMHhkMzE4YjBjODM2 ZGZjY2M4fSwKICB1aW50MTI4ID0gMHhkMzE4YjBjODM2ZGZjY2M4NzFkYzAxNDNjZWFjOGE1MX0K eG1tMiAgICAgICAgICAge3Y0X2Zsb2F0ID0gezB4MCwgMHgwLCAweDAsIDB4MH0sIHYyX2RvdWJs ZSA9IHsweDAsCiAgICAweDgwMDAwMDAwMDAwMDAwMDB9LCB2MTZfaW50OCA9IHsweDgyLCAweDhm LCAweDZlLCAweDk5LCAweDksIDB4Y2IsIDB4N2EsCiAgICAweDgsIDB4NDUsIDB4NDIsIDB4Yiwg MHhkLCAweGZiLCAweGU1LCAweDIyLCAweGU4fSwgdjhfaW50MTYgPSB7MHg4ZjgyLAogICAgMHg5 OTZlLCAweGNiMDksIDB4ODdhLCAweDQyNDUsIDB4ZDBiLCAweGU1ZmIsIDB4ZTgyMn0sIHY0X2lu dDMyID0gewogICAgMHg5OTZlOGY4MiwgMHg4N2FjYjA5LCAweGQwYjQyNDUsIDB4ZTgyMmU1ZmJ9 LCB2Ml9pbnQ2NCA9IHsKICAgIDB4ODdhY2IwOTk5NmU4ZjgyLCAweGU4MjJlNWZiMGQwYjQyNDV9 LAogIHVpbnQxMjggPSAweGU4MjJlNWZiMGQwYjQyNDUwODdhY2IwOTk5NmU4ZjgyfQp4bW0zICAg ICAgICAgICB7djRfZmxvYXQgPSB7MHgwLCAweDAsIDB4MCwgMHhmZjkyZmRmNH0sIHYyX2RvdWJs ZSA9IHsKICAgIDB4ODAwMDAwMDAwMDAwMDAwMCwgMHg4MDAwMDAwMDAwMDAwMDAwfSwgdjE2X2lu dDggPSB7MHhiMywgMHgxLCAweDMyLAogICAgMHhiNSwgMHg4NywgMHhlMCwgMHhlMywgMHhmYiwg MHgzZSwgMHgxOCwgMHhjYiwgMHg2MiwgMHgxOSwgMHg0LCAweGRhLAogICAgMHhjYX0sIHY4X2lu dDE2ID0gezB4MWIzLCAweGI1MzIsIDB4ZTA4NywgMHhmYmUzLCAweDE4M2UsIDB4NjJjYiwgMHg0 MTksCiAgICAweGNhZGF9LCB2NF9pbnQzMiA9IHsweGI1MzIwMWIzLCAweGZiZTNlMDg3LCAweDYy Y2IxODNlLCAweGNhZGEwNDE5fSwKICB2Ml9pbnQ2NCA9IHsweGZiZTNlMDg3YjUzMjAxYjMsIDB4 Y2FkYTA0MTk2MmNiMTgzZX0sCiAgdWludDEyOCA9IDB4Y2FkYTA0MTk2MmNiMTgzZWZiZTNlMDg3 YjUzMjAxYjN9CnhtbTQgICAgICAgICAgIHt2NF9mbG9hdCA9IHsweDAsIDB4MCwgMHgwLCAweDB9 LCB2Ml9kb3VibGUgPSB7MHgwLCAweDB9LAogIHYxNl9pbnQ4ID0gezB4MCA8cmVwZWF0cyAxNiB0 aW1lcz59LCB2OF9pbnQxNiA9IHsweDAsIDB4MCwgMHgwLCAweDAsIDB4MCwKICAgIDB4MCwgMHgw LCAweDB9LCB2NF9pbnQzMiA9IHsweDAsIDB4MCwgMHgwLCAweDB9LCB2Ml9pbnQ2NCA9IHsweDAs IDB4MH0sCiAgdWludDEyOCA9IDB4MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDB9Cnht bTUgICAgICAgICAgIHt2NF9mbG9hdCA9IHsweDAsIDB4MCwgMHgwLCAweDB9LCB2Ml9kb3VibGUg PSB7MHgwLCAweDB9LAogIHYxNl9pbnQ4ID0gezB4MCA8cmVwZWF0cyAxNiB0aW1lcz59LCB2OF9p bnQxNiA9IHsweDAsIDB4MCwgMHgwLCAweDAsIDB4MCwKICAgIDB4MCwgMHgwLCAweDB9LCB2NF9p bnQzMiA9IHsweDAsIDB4MCwgMHgwLCAweDB9LCB2Ml9pbnQ2NCA9IHsweDAsIDB4MH0sCiAgdWlu dDEyOCA9IDB4MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDB9CnhtbTYgICAgICAgICAg IHt2NF9mbG9hdCA9IHsweDAsIDB4MCwgMHgwLCAweDB9LCB2Ml9kb3VibGUgPSB7MHgwLCAweDB9 LAogIHYxNl9pbnQ4ID0gezB4MCA8cmVwZWF0cyAxNiB0aW1lcz59LCB2OF9pbnQxNiA9IHsweDAs IDB4MCwgMHgwLCAweDAsIDB4MCwKICAgIDB4MCwgMHgwLCAweDB9LCB2NF9pbnQzMiA9IHsweDAs IDB4MCwgMHgwLCAweDB9LCB2Ml9pbnQ2NCA9IHsweDAsIDB4MH0sCiAgdWludDEyOCA9IDB4MDAw MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDB9CnhtbTcgICAgICAgICAgIHt2NF9mbG9hdCA9 IHsweDAsIDB4MCwgMHgwLCAweDB9LCB2Ml9kb3VibGUgPSB7MHgwLCAweDB9LAogIHYxNl9pbnQ4 ID0gezB4MCA8cmVwZWF0cyAxNiB0aW1lcz59LCB2OF9pbnQxNiA9IHsweDAsIDB4MCwgMHgwLCAw eDAsIDB4MCwKICAgIDB4MCwgMHgwLCAweDB9LCB2NF9pbnQzMiA9IHsweDAsIDB4MCwgMHgwLCAw eDB9LCB2Ml9pbnQ2NCA9IHsweDAsIDB4MH0sCiAgdWludDEyOCA9IDB4MDAwMDAwMDAwMDAwMDAw MDAwMDAwMDAwMDAwMDAwMDB9Cm14Y3NyICAgICAgICAgIDB4MWY4MAk4MDY0Cm1tMCAgICAgICAg ICAgIHt1aW50NjQgPSAweDAsIHYyX2ludDMyID0gezB4MCwgMHgwfSwgdjRfaW50MTYgPSB7MHgw LCAweDAsCiAgICAweDAsIDB4MH0sIHY4X2ludDggPSB7MHgwLCAweDAsIDB4MCwgMHgwLCAweDAs IDB4MCwgMHgwLCAweDB9fQptbTEgICAgICAgICAgICB7dWludDY0ID0gMHgwLCB2Ml9pbnQzMiA9 IHsweDAsIDB4MH0sIHY0X2ludDE2ID0gezB4MCwgMHgwLAogICAgMHgwLCAweDB9LCB2OF9pbnQ4 ID0gezB4MCwgMHgwLCAweDAsIDB4MCwgMHgwLCAweDAsIDB4MCwgMHgwfX0KbW0yICAgICAgICAg ICAge3VpbnQ2NCA9IDB4ZmM2ZTg5ZGU5ODcyMmVjNCwgdjJfaW50MzIgPSB7MHg5ODcyMmVjNCwK ICAgIDB4ZmM2ZTg5ZGV9LCB2NF9pbnQxNiA9IHsweDJlYzQsIDB4OTg3MiwgMHg4OWRlLCAweGZj NmV9LCB2OF9pbnQ4ID0gezB4YzQsCiAgICAweDJlLCAweDcyLCAweDk4LCAweGRlLCAweDg5LCAw eDZlLCAweGZjfX0KbW0zICAgICAgICAgICAge3VpbnQ2NCA9IDB4ZDc4MDAwMDAwMDAwMDAwMCwg djJfaW50MzIgPSB7MHgwLCAweGQ3ODAwMDAwfSwKICB2NF9pbnQxNiA9IHsweDAsIDB4MCwgMHgw LCAweGQ3ODB9LCB2OF9pbnQ4ID0gezB4MCwgMHgwLCAweDAsIDB4MCwgMHgwLCAweDAsCiAgICAw eDgwLCAweGQ3fX0KbW00ICAgICAgICAgICAge3VpbnQ2NCA9IDB4ODAwMDAwMDAwMDAwMDAwMCwg djJfaW50MzIgPSB7MHgwLCAweDgwMDAwMDAwfSwKICB2NF9pbnQxNiA9IHsweDAsIDB4MCwgMHgw LCAweDgwMDB9LCB2OF9pbnQ4ID0gezB4MCwgMHgwLCAweDAsIDB4MCwgMHgwLCAweDAsCiAgICAw eDAsIDB4ODB9fQptbTUgICAgICAgICAgICB7dWludDY0ID0gMHgwLCB2Ml9pbnQzMiA9IHsweDAs IDB4MH0sIHY0X2ludDE2ID0gezB4MCwgMHgwLAogICAgMHgwLCAweDB9LCB2OF9pbnQ4ID0gezB4 MCwgMHgwLCAweDAsIDB4MCwgMHgwLCAweDAsIDB4MCwgMHgwfX0KbW02ICAgICAgICAgICAge3Vp bnQ2NCA9IDB4OGE4NzFjMTk0NWM3NTAwMCwgdjJfaW50MzIgPSB7MHg0NWM3NTAwMCwKICAgIDB4 OGE4NzFjMTl9LCB2NF9pbnQxNiA9IHsweDUwMDAsIDB4NDVjNywgMHgxYzE5LCAweDhhODd9LCB2 OF9pbnQ4ID0gezB4MCwKICAgIDB4NTAsIDB4YzcsIDB4NDUsIDB4MTksIDB4MWMsIDB4ODcsIDB4 OGF9fQptbTcgICAgICAgICAgICB7dWludDY0ID0gMHg4YTg3MWMxOTQ1Yzc1MDAwLCB2Ml9pbnQz MiA9IHsweDQ1Yzc1MDAwLAogICAgMHg4YTg3MWMxOX0sIHY0X2ludDE2ID0gezB4NTAwMCwgMHg0 NWM3LCAweDFjMTksIDB4OGE4N30sIHY4X2ludDggPSB7MHgwLAogICAgMHg1MCwgMHhjNywgMHg0 NSwgMHgxOSwgMHgxYywgMHg4NywgMHg4YX19Ci0tLS0tLS0tLS0tLS0tLS0tLS0tCgpTaG91bGQg SSBmaWxlIGl0IGFzIGEgYnVnIHdpdGggbXBsYXllciBvciBpcyBzb21ldGhpbmcgd3Jvbmcgb24g bXkgcGFydD8K From owner-freebsd-multimedia@FreeBSD.ORG Fri Jan 18 22:05:01 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3D7E16A417 for ; Fri, 18 Jan 2008 22:05:01 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from kiwi-computer.com (keira.kiwi-computer.com [63.224.10.3]) by mx1.freebsd.org (Postfix) with SMTP id 4BD0F13C442 for ; Fri, 18 Jan 2008 22:05:01 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: (qmail 85583 invoked by uid 2001); 18 Jan 2008 22:04:58 -0000 Date: Fri, 18 Jan 2008 16:04:58 -0600 From: "Rick C. Petty" To: "Julian H. Stacey" Message-ID: <20080118220458.GA84834@keira.kiwi-computer.com> References: <200801170152.m0H1qMpA065499@fire.js.berklix.net> <20080117085927.bik3eztii3ogk8wo@webmail.leidinger.net> <200801180011.m0I0BH4x000788@fire.js.berklix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801180011.m0I0BH4x000788@fire.js.berklix.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-multimedia@freebsd.org Subject: Re: forcing more sound buffering X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd@kiwi-computer.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2008 22:05:01 -0000 On Fri, Jan 18, 2008 at 01:11:17AM +0100, Julian H. Stacey wrote: > > Well is supports eg mpg123 -b 4096 # caches size specifiable, > which seems to help, Thanks > > Some other thinsg support cache too eg: > mplayer -cache 4096 -audiofile-cache 4096 -cache-min 80 > > Making cache bigger doesnt simply always improve thingsm curiously. Because -cache specifies the preload cache, not the audio output cache. -- Rick C. Petty From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 19 00:12:20 2008 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E5C916A419 for ; Sat, 19 Jan 2008 00:12:20 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 5AF1B13C461 for ; Sat, 19 Jan 2008 00:12:18 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1390129fgg.35 for ; Fri, 18 Jan 2008 16:12:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=+Uzl+YXFYR27JkI4gmUg0FdNUUjYVHpJjMh2m7L3S3Q=; b=q9ScpzuO2VBXVoRczvzQp+6bGZIoybISng0OMhUfhtCmaUcuCPazG49LUTuBCtsFkvQJhuYqcdEDek5RXNDM3gqDtJx7SpPw2kzkGB74QFfb9SPgK68mHZzi7gPnYY1axCuB5FyvBPe9yKQFXsUWZIw14n/DqM4aQUZRcrviuiw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=h197vmt+VK96TrSmWYgYDPiLyxx8N5GRyRaaKNHocHWd54t+4O8IZHKynTLD5Kf4jrpeWQNM5LuzOsFWmGR/GAi9fXMbiHHogHWManb/k1fH05R8PrygPI8jTqiCzic/6Y9nVi5CXrMVSnRMnp6fOsZo/CdEg5m7AsMt6OXPgqE= Received: by 10.82.116.15 with SMTP id o15mr7082081buc.3.1200699932772; Fri, 18 Jan 2008 15:45:32 -0800 (PST) Received: by 10.82.159.19 with HTTP; Fri, 18 Jan 2008 15:45:32 -0800 (PST) Message-ID: <14989d6e0801181545u67af699ak2576f9c3c46af513@mail.gmail.com> Date: Fri, 18 Jan 2008 23:45:32 +0000 From: "Christian Walther" To: multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: audio/jack: jackd fails to start X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2008 00:12:20 -0000 Hi, today I installed audio/jack as needed for audio/ardour. The problem is that ardour2 fails to initialize jackd during startup. Trying $ jackd -d oss gives the same error message: jackd 0.103.0 Copyright 2001-2005 Paul Davis and others. jackd comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details JACK compiled with System V SHM support. loading driver .. OSS: failed to open device /dev/dsp: oss_driver.c@527, errno=2 cannot start driver zsh: segmentation fault jackd -d oss I tried the following steps to solve this issue: - Rebuilt jack without CFLAGS defined for optimization - Rebuilt kernel + world with sources from todays stable, uname says: FreeBSD fairy.alashan.de 6.3-STABLE FreeBSD 6.3-STABLE #0: Fri Jan 18 23:51:25 UTC 2008 zoot@fairy:/usr/obj/usr/src/sys/FAIRY i386 - Rebuilt jack afterwards (without CFLAGS), too So far nothing helped. I did a truss on "jackd -d oss" and I guess the following line is the most interesting one: open("",O_APPEND|O_SHLOCK|O_EXLOCK|O_ASYNC|O_FSYNC|O_CREAT|O_TRUNC|O_EXCL|O_NOCTTY|O_DIRECT|0xbf8e5000,05003243460) = 0 (0x0) Is this a known issue and/or does anybody know how to solve it? Christian From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 19 16:31:47 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1573516A421 for ; Sat, 19 Jan 2008 16:31:47 +0000 (UTC) (envelope-from freebsd-multimedia@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id D5CD613C457 for ; Sat, 19 Jan 2008 16:31:46 +0000 (UTC) (envelope-from freebsd-multimedia@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JGG7F-0006gj-IK for freebsd-multimedia@freebsd.org; Sat, 19 Jan 2008 16:00:17 +0000 Received: from r5j156.net.upc.cz ([86.49.9.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jan 2008 16:00:17 +0000 Received: from gamato by r5j156.net.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jan 2008 16:00:17 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-multimedia@freebsd.org From: martinko Date: Sat, 19 Jan 2008 17:00:09 +0100 Lines: 37 Message-ID: References: <20071115141545.025ac34b@mkproductions.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: r5j156.net.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.11) Gecko/20071204 SeaMonkey/1.1.7 In-Reply-To: Sender: news Subject: Re: FreeBSD Port: vlc-0.8.6.c_5,2 (Volume bar position) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2008 16:31:47 -0000 Jeremy Messenger wrote: > On Thu, 15 Nov 2007 14:15:45 -0600, Mark Kane > wrote: > >> Hi everyone. >> >> I've noticed a problem in VLC recently with the position of the volume >> bar. I did some searching and found this thread on the VLC forums: >> >> http://forum.videolan.org/viewtopic.php?f=13&t=40525 >> >> The volume bar on different FreeBSD machines of mine looks the same as >> that screenshot. The second post down says to use wxgtk2.6 instead of >> 2.8, so I rebuilt VLC with "USE_WX=2.6" in the Makefile on two >> different FreeBSD machines and it solved the volume bar problem. >> >> Is there any specific reason that the port uses 2.8? If not, then could >> it be updated in the tree to use 2.6 to fix the volume bar problem? I >> can submit a PR/patch if necessary. > > Please submit a PR with patch for we don't forget or/and miss it. I am > not sure if I am right, I think VLC developers are ditching WX for QT. > > Cheers, > Mezz > >> Thanks a lot, >> >> -Mark > > The same issue here. :-( Please fix the port. Thanks! :) From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 19 17:05:03 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58B6116A41B for ; Sat, 19 Jan 2008 17:05:03 +0000 (UTC) (envelope-from freebsd-multimedia@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id EC56713C45D for ; Sat, 19 Jan 2008 17:05:02 +0000 (UTC) (envelope-from freebsd-multimedia@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JGGLW-0007JS-Jj for freebsd-multimedia@freebsd.org; Sat, 19 Jan 2008 16:15:02 +0000 Received: from r5j156.net.upc.cz ([86.49.9.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jan 2008 16:15:02 +0000 Received: from gamato by r5j156.net.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jan 2008 16:15:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-multimedia@freebsd.org From: martinko Date: Sat, 19 Jan 2008 17:10:02 +0100 Lines: 61 Message-ID: <479220DA.2000002@users.sf.net> References: <478B0277.70008@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: r5j156.net.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.11) Gecko/20071204 SeaMonkey/1.1.7 In-Reply-To: <478B0277.70008@gmail.com> Sender: news Cc: freebsd-gnome@freebsd.org Subject: Re: Miro (Democracy) -- Segmentation fault X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2008 17:05:03 -0000 Aryeh M. Friedman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Which version of boost (regular or python) did you install? If > regular and there is no WITH_PYTHON you need to recomiple. > > martinko wrote: >> just installed from (fresh) ports: >> >> $ miro /usr/local/lib/seamonkey INFO Starting up Miro INFO >> Version: 1.1 INFO Revision: >> https://svn.participatoryculture.org/svn/dtv/tags/Miro-1.1/ >> tv/resources - 5991 INFO Builder: root@mb-aw1n-bsd INFO >> Build Time: 1200264900.36 INFO Loading preferences... INFO >> Showing startup dialog... INFO Starting event loop thread INFO >> Restoring database... INFO Connecting to >> /home/mato/.miro/sqlitedb INFO Spawning global feed >> dtv:manualFeed INFO Spawning global feed dtv:singleFeed INFO >> Spawning global feed dtv:search INFO Spawning global feed >> dtv:searchDownloads INFO Creating channel tab order INFO >> Creating playlist tab order INFO *** Launching Downloader >> Daemon **** INFO Spawning Miro Guide... INFO Spawning >> global feed dtv:directoryfeed INFO Spawning auto downloader... >> INFO Displaying main frame... INFO Creating video >> display... WARNING Menu item action "RenameVideo" not implemented >> WARNING Menu item action "FastForward" not implemented WARNING >> Menu item action "Rewind" not implemented WARNING Menu item action >> "UpVolume" not implemented WARNING Menu item action "DownVolume" >> not implemented INFO loaded renderer 'xinerenderer' TIMING >> gtkAsyncMethod: took too >> long: 1. 348 TIMING gtkSyncMethod: > 0x8420c34> took too long: 1.469 INFO First URL is >> https://www.miroguide.com/firsttime TIMING Icon clear: 0.001 INFO >> Starting movie data updates INFO Finished startup sequence >> TIMING idle (finalizing startup) too slow (2.019 secs) INFO >> Adding default feeds >> u'http://www.getmiro.com/screencasts/windows/win.feed.rss' >> (u'Starter Channels', [u'http://richie-b.blip.tv/posts/?skin=rss', >> u'http://feed s.pbs.org/pbs/kcet/wiredscience-video', >> u'http://www.jpl.nasa.gov/multimedia/rss /podfeed-hd.xml', >> u'http://www.linktv.org/rss/hq/mosaic.xml']) TIMING idle >> (_installDefaultFeeds() (using asUrgent)) too slow (0.570 secs) >> INFO got file:///tmp/tmpz5Yz-B.html INFO First URL is >> https://www.miroguide.com/ INFO got file:///tmp/tmpbx946_.html >> INFO First URL is https://www.miroguide.com/ INFO got >> file:///usr/local/share/miro/resources/html/guide-navigation.html >> INFO First URL is https://www.miroguide.com/ Segmentation fault >> >> >> $ uname -a FreeBSD mb-aw1n-bsd 6.2-STABLE FreeBSD 6.2-STABLE #0: >> Tue May 29 22:23:01 CEST 2007 >> root@mb-aw1n-bsd:/usr/obj/usr/src/sys/MB-AW1N i386 >> I've got boost-python-1.34.1 which was installed by multimedia/miro port itself (I did not change anything). Looking into miro's Makefile I can see USE_PYTHON=yes. Anyway, I believe that installing from ports (without changing any options) should always work. Any ideas how to fix this pls ? From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 19 17:05:04 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E24AC16A418 for ; Sat, 19 Jan 2008 17:05:04 +0000 (UTC) (envelope-from freebsd-multimedia@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id B1F3913C447 for ; Sat, 19 Jan 2008 17:05:04 +0000 (UTC) (envelope-from freebsd-multimedia@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JGGQu-0007Xq-5J for freebsd-multimedia@freebsd.org; Sat, 19 Jan 2008 16:20:36 +0000 Received: from r5j156.net.upc.cz ([86.49.9.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jan 2008 16:20:36 +0000 Received: from gamato by r5j156.net.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jan 2008 16:20:36 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-multimedia@freebsd.org From: martinko Date: Sat, 19 Jan 2008 17:20:23 +0100 Lines: 11 Message-ID: <47922347.6020404@users.sf.net> References: <172e603b0712270938m41edc41ck59d0cd678d504cae@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: r5j156.net.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.11) Gecko/20071204 SeaMonkey/1.1.7 In-Reply-To: <172e603b0712270938m41edc41ck59d0cd678d504cae@mail.gmail.com> Sender: news Subject: Re: Philips SAA7130 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2008 17:05:05 -0000 Peter Danek wrote: > Hello, > please, supports FreeBSD chipset Philips SAA7130 (in TV tuners) ??? > exactly a TV card AverMedia AverTV GO 007 ? > > thank you :-) > I have Philips SAA7135hl ENLTV TV/Radio Tuner and I've been waiting for its support for 3 years. I recollect that someone have promised to work on it one day but I haven't heard about any progress since. :( From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 19 18:44:41 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46BA916A46C for ; Sat, 19 Jan 2008 18:44:41 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id D7EB713C46E for ; Sat, 19 Jan 2008 18:44:40 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [85.19.218.45] (account mc467741@c2i.net [85.19.218.45] verified) by mailfe05.swip.net (CommuniGate Pro SMTP 5.1.13) with ESMTPA id 672953360; Sat, 19 Jan 2008 18:44:37 +0100 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org User-Agent: KMail/1.9.7 References: <477DF90E.8030607@opensound.com> <1200160377.1409.0.camel@negro> In-Reply-To: <1200160377.1409.0.camel@negro> MIME-Version: 1.0 Content-Disposition: inline Date: Sat, 19 Jan 2008 18:45:26 +0100 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200801191845.27941.hselasky@c2i.net> Cc: "Phillip N." Subject: Re: Open Sound System 4.0 released under BSD license X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2008 18:44:41 -0000 Hi, Maybe we should start a merge project to merge the two sound systems together ? --HPS From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 19 20:16:07 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F384E16A417 for ; Sat, 19 Jan 2008 20:16:06 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (pool-96-225-216-68.ptldor.fios.verizon.net [96.225.216.68]) by mx1.freebsd.org (Postfix) with ESMTP id D2D7413C442 for ; Sat, 19 Jan 2008 20:16:06 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (localhost.home.localnet [127.0.0.1]) by schitzo.solgatos.com (8.14.1/8.13.8) with ESMTP id m0JKG6GT018662 for ; Sat, 19 Jan 2008 12:16:06 -0800 Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.14.1/8.13.4/Submit) with UUCP id m0JKG6d2018659 for freebsd-multimedia@freebsd.org; Sat, 19 Jan 2008 12:16:06 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id UAA21585; Sat, 19 Jan 2008 20:06:54 GMT Message-Id: <200801192006.UAA21585@sopwith.solgatos.com> To: freebsd-multimedia@freebsd.org In-reply-to: Your message of "Sat, 19 Jan 2008 17:20:23 +0100." <47922347.6020404@users.sf.net> Date: Sat, 19 Jan 2008 12:06:54 +0000 From: Dieter Subject: Re: Philips SAA7130 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2008 20:16:07 -0000 > > please, supports FreeBSD chipset Philips SAA7130 (in TV tuners) ??? > > exactly a TV card AverMedia AverTV GO 007 ? > > > > thank you :-) > > > > I have Philips SAA7135hl ENLTV TV/Radio Tuner and I've been waiting for > its support for 3 years. I recollect that someone have promised to work > on it one day but I haven't heard about any progress since. :( Have you found datasheets for the chips? From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 19 20:51:14 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76FEA16A41A for ; Sat, 19 Jan 2008 20:51:14 +0000 (UTC) (envelope-from Ladislav.Ardo@aoes.com) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.freebsd.org (Postfix) with ESMTP id 2A77E13C44B for ; Sat, 19 Jan 2008 20:51:13 +0000 (UTC) (envelope-from Ladislav.Ardo@aoes.com) Received: from [192.168.1.64] (lowdijk.xs4all.nl [213.84.25.64]) (authenticated bits=0) by smtp-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id m0JKdMlA045152; Sat, 19 Jan 2008 21:39:22 +0100 (CET) (envelope-from Ladislav.Ardo@aoes.com) Message-ID: <47926002.7000105@aoes.com> Date: Sat, 19 Jan 2008 21:39:30 +0100 From: Ladislav Ardo User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Dieter References: <200801192006.UAA21585@sopwith.solgatos.com> In-Reply-To: <200801192006.UAA21585@sopwith.solgatos.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-multimedia@freebsd.org Subject: Re: Philips SAA7130 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2008 20:51:14 -0000 Dieter wrote: >>> please, supports FreeBSD chipset Philips SAA7130 (in TV tuners) ??? >>> exactly a TV card AverMedia AverTV GO 007 ? >>> >>> thank you :-) >>> >> I have Philips SAA7135hl ENLTV TV/Radio Tuner and I've been waiting for >> its support for 3 years. I recollect that someone have promised to work >> on it one day but I haven't heard about any progress since. :( > > Have you found datasheets for the chips? I don't mean to come over as a strange person by saying this (a bad habit) - but - typing "Philips SAA7130 datasheet" into google returns data sheet in pds format for SAA7130 in first, second and following hits. peace, -laco. From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 19 22:32:49 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7985D16A417 for ; Sat, 19 Jan 2008 22:32:49 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from mail.gujon.ru (mail.gujon.ru [89.235.137.98]) by mx1.freebsd.org (Postfix) with ESMTP id 2FF4313C459 for ; Sat, 19 Jan 2008 22:32:48 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from [87.240.15.4] (port=54123 helo=ussr.lissyara.int.otradno.ru) by mail.gujon.ru with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JGLzg-000KH7-8A for freebsd-multimedia@freebsd.org; Sun, 20 Jan 2008 01:16:52 +0300 Message-ID: <479276D3.6020708@lissyara.su> Date: Sun, 20 Jan 2008 01:16:51 +0300 From: Alex Keda User-Agent: Thunderbird 2.0.0.9 (X11/20071118) MIME-Version: 1.0 CC: freebsd-multimedia@freebsd.org References: <4567198234.20080117225507@neosystems.ru> In-Reply-To: <4567198234.20080117225507@neosystems.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: mail.gujon.ru Subject: Re: Problem with installation of drivers of a HDA sound card X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2008 22:32:49 -0000 Козлов Андрей Викторович пишет: > Hello! > > Download the driver - http://people.freebsd.org/~ariff/, all has established, as there it is written, > I establish the driver from /boot/loader.conf - snd_hda_load = "YES" - > after loading a sound is not present. > > In cat/dev/sndstat it is had: > FreeBSD Audio Driver (newpcm: 64bit 2007100200/i386) > Installed devices: > pcm0: at memory 0xe1010000 irq 17 kld snd_hda > [20070930_0048] [MPSAFE] (mixer only) > pcm1: at memory 0xe4000000 irq 16 kld snd_hda > [20070930_0048] [MPSAFE] (1p:1v/1r:1v channels duplex) > > I clean loading the driver from /boot/loader.conf and after reboot a computer I load the driver manually: > kldload snd_hda - the sound is! > > In cat/dev/sndstat it is had: > FreeBSD Audio Driver (newpcm: 64bit 2007100200/i386) > Installed devices: > pcm0: at memory 0xe4000000 irq 16 kld snd_hda > [20070930_0048] [MPSAFE] (1p:1v/1r:1v channels duplex default) > pcm1: at memory 0xe1010000 irq 17 kld snd_hda > [20070930_0048] [MPSAFE] (mixer only) > > The version FreeBSD is 6.2. Card ATI Radeon HD2400 is established also video. > Sound card on board is one, whence undertakes two devices? Why they places vary? > How to overcome this disgrace? At whom what ideas are? > show pciconf -lv