From owner-freebsd-multimedia Sun Jun 2 5: 5:31 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from zeus.di.uoa.gr (zeus.di.uoa.gr [195.134.65.4]) by hub.freebsd.org (Postfix) with ESMTP id DCCD937B400 for ; Sun, 2 Jun 2002 05:05:27 -0700 (PDT) Received: from chania (chania.di.uoa.gr [195.134.67.214]) by zeus.di.uoa.gr (8.12.3/8.12.3) with ESMTP id g52C543J008826 for ; Sun, 2 Jun 2002 15:05:05 +0300 (EEST) Received: from chania.di.uoa.gr (localhost [127.0.0.1]) by chania (8.12.1/8.12.1) with ESMTP id g52C52Xj004674 for ; Sun, 2 Jun 2002 15:05:02 +0300 (EET DST) Received: from localhost (tnu@localhost) by chania.di.uoa.gr (8.12.1/8.12.1/Submit) with ESMTP id g52C50id004671 for ; Sun, 2 Jun 2002 15:05:01 +0300 (EET DST) Date: Sun, 2 Jun 2002 15:05:00 +0300 (EET DST) From: tnu@chania.di.uoa.gr To: freebsd-multimedia@freebsd.org Subject: Cheesetracker segmentation fault Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-MailScanner: Found to be clean Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi. I got 3.6-Prerelease and although chesetracker-0.5.5 compiles fine, it produces a "segmentation fault. core dumped" error message when I try to execute the binary. Anyone had the same problem? Thanks. -- tnu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jun 2 14:31:23 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mta1.snfc21.pbi.net (mta1.snfc21.pbi.net [206.13.28.122]) by hub.freebsd.org (Postfix) with ESMTP id 3D4F337B407 for ; Sun, 2 Jun 2002 14:31:18 -0700 (PDT) Received: from marburg.aedifice.net ([209.233.30.172]) by mta1.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0GX300ETDKZJ6C@mta1.snfc21.pbi.net> for freebsd-multimedia@freebsd.org; Sun, 2 Jun 2002 14:28:33 -0700 (PDT) Date: Sun, 02 Jun 2002 14:28:31 -0700 From: "David C. Myers" Subject: link errors when building transcode from ports To: freebsd-multimedia@freebsd.org Message-id: <1023053313.219.3.camel@marburg.aedifice.net> MIME-version: 1.0 X-Mailer: Ximian Evolution 1.0.5 Content-type: text/plain Content-transfer-encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Folks: I get the following "multiple definition" linker errors while trying to build transcode from ports. Any ideas? This is from a freshly cvsupped /usr/ports on FreeBSD 4.6-RC. Many thanks. -David. cc -shared export_mjpeg.lo vid_aux.lo aud_aux.lo -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib -lgnugetopt -L/usr/lib /usr/local/lib/libmp3lame.so -lm -L/usr/ports/graphics/transcode/work/transcode-0.6.0pre5/ffmpeg/libavcodec -L/usr/ports/graphics/transcode/work/transcode-0.6.0pre5/libvo -lvout -L/usr/ports/graphics/transcode/work/transcode-0.6.0pre5/libac3 -lac3_tc -lavcodec -L/usr/ports/graphics/transcode/work/transcode-0.6.0pre5/avilib -lavi -lm -lc -Wl,-soname -Wl,export_mjpeg.so -o .libs/export_mjpeg.so /usr/local/lib/libavcodec.a(parse.o): In function `ac3_init': parse.o(.text+0x0): multiple definition of `ac3_init' /usr/ports/graphics/transcode/work/transcode-0.6.0pre5/libac3/libac3_tc.a(decode.o)(.text+0x0): first defined here /usr/libexec/elf/ld: Warning: size of symbol `ac3_init' changed from 82 to 13 in parse.o /usr/local/lib/libavcodec.a(bitstream.o): In function `bitstream_get_bh': bitstream.o(.text+0x18): multiple definition of `bitstream_get_bh' /usr/ports/graphics/transcode/work/transcode-0.6.0pre5/libac3/libac3_tc.a(bitstream.o)(.text+0xf8): first defined here /usr/libexec/elf/ld: Warning: size of symbol `bitstream_get_bh' changed from 91 to 94 in bitstream.o /usr/local/lib/libavcodec.a(downmix.o): In function `downmix': downmix.o(.text+0x6d8): multiple definition of `downmix' /usr/ports/graphics/transcode/work/transcode-0.6.0pre5/libac3/libac3_tc.a(downmix.o)(.text+0xc0c): first defined here /usr/libexec/elf/ld: Warning: size of symbol `downmix' changed from 248 to 1905 in downmix.o /usr/local/lib/libavcodec.a(imdct.o): In function `imdct_do_512': imdct.o(.text+0x0): multiple definition of `imdct_do_512' /usr/ports/graphics/transcode/work/transcode-0.6.0pre5/libac3/libac3_tc.a(imdct.o)(.text+0x4fc): first defined here /usr/libexec/elf/ld: Warning: size of symbol `imdct_do_512' changed from 1421 to 802 in imdct.o /usr/local/lib/libavcodec.a(imdct.o): In function `imdct_do_256': imdct.o(.text+0x324): multiple definition of `imdct_do_256' /usr/ports/graphics/transcode/work/transcode-0.6.0pre5/libac3/libac3_tc.a(imdct.o)(.text+0xa8c): first defined here /usr/libexec/elf/ld: Warning: size of symbol `imdct_do_256' changed from 2357 to 1027 in imdct.o /usr/local/lib/libavcodec.a(imdct.o): In function `imdct_init': imdct.o(.text+0x728): multiple definition of `imdct_init' /usr/ports/graphics/transcode/work/transcode-0.6.0pre5/libac3/libac3_tc.a(imdct.o)(.text+0x0): first defined here /usr/libexec/elf/ld: Warning: size of symbol `imdct_init' changed from 1276 to 349 in imdct.o gmake[2]: *** [export_mjpeg.la] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/transcode/work/transcode-0.6.0pre5/export' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/transcode/work/transcode-0.6.0pre5' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/graphics/transcode. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jun 2 19:52:50 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 9316637B41D for ; Sun, 2 Jun 2002 19:52:37 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 3BC44816DC; Mon, 3 Jun 2002 12:22:34 +0930 (CST) Date: Mon, 3 Jun 2002 12:22:34 +0930 From: Greg 'groggy' Lehey To: Vinod Cc: Steve Carter , freebsd-multimedia@freebsd.org Subject: Re: real player on freebsd Message-ID: <20020603122234.A15413@wantadilla.lemis.com> References: <20020601153833.H88378@pobox.com> <20020601224820.44848.qmail@web21106.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020601224820.44848.qmail@web21106.mail.yahoo.com> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Saturday, 1 June 2002 at 15:48:20 -0700, Vinod wrote: > --- Steve Carter wrote: >> * Vinod [020601 15:17]: >>> does real player work on freebsd? i see that real >>> player is officially available only for linux.has >>> anyone found out a way to make it w0rk on freebsd? >>> would be grateful for the help. >>> Thanks in advance, >> >> It works for me on FreeBSD. I installed it from the ports, having >> had sound working previously, with no problems. > > does it work for video too?i am more interested in > viewing video files. Yes. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jun 2 21:13:13 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from kumr.lns.com (kumr.lns.com [63.198.122.138]) by hub.freebsd.org (Postfix) with ESMTP id C8FCB37B407 for ; Sun, 2 Jun 2002 21:13:10 -0700 (PDT) Received: (from pozar@localhost) by kumr.lns.com (8.11.6/8.9.3) id g534DAW39196 for freebsd-multimedia@FreeBSD.ORG; Sun, 2 Jun 2002 21:13:10 -0700 (PDT) (envelope-from pozar) Date: Sun, 2 Jun 2002 21:13:10 -0700 From: Tim Pozar To: freebsd-multimedia@FreeBSD.ORG Subject: Re: real player on freebsd Message-ID: <20020602211309.B32139@lns.com> References: <20020601153833.H88378@pobox.com> <20020601224820.44848.qmail@web21106.mail.yahoo.com> <20020603122234.A15413@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020603122234.A15413@wantadilla.lemis.com>; from grog@FreeBSD.ORG on Mon, Jun 03, 2002 at 12:22:34PM +0930 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Can anyone suggest how to get RealPlayer 8 for Linux from Real? I can only fine this "RealOne" player. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jun 2 21:44:18 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id D404C37B401 for ; Sun, 2 Jun 2002 21:44:15 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id C9643816E1; Mon, 3 Jun 2002 14:14:11 +0930 (CST) Date: Mon, 3 Jun 2002 14:14:11 +0930 From: Greg 'groggy' Lehey To: Tim Pozar Cc: freebsd-multimedia@FreeBSD.ORG Subject: Getting realplayer tarball (was: real player on freebsd) Message-ID: <20020603141411.B55039@wantadilla.lemis.com> References: <20020601153833.H88378@pobox.com> <20020601224820.44848.qmail@web21106.mail.yahoo.com> <20020603122234.A15413@wantadilla.lemis.com> <20020602211309.B32139@lns.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020602211309.B32139@lns.com> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sunday, 2 June 2002 at 21:13:10 -0700, Tim Pozar wrote: > Can anyone suggest how to get RealPlayer 8 for Linux from Real? I > can only fine this "RealOne" player. Yes, it's well hidden, isn't it? http://forms.real.com/real/player/unix/unix.html. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jun 3 1:42:13 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id 3DB7937B400; Mon, 3 Jun 2002 01:42:09 -0700 (PDT) Received: from corto.lpt.ens.fr (corto.lpt.ens.fr [129.199.122.2]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id g538fUp89016 ; Mon, 3 Jun 2002 10:41:30 +0200 (CEST) Received: from (rsidd@localhost) by corto.lpt.ens.fr (8.9.3/jtpda-5.3.1) id KAA23448 ; Mon, 3 Jun 2002 10:41:29 +0200 (CEST) Date: Mon, 3 Jun 2002 10:41:29 +0200 From: Rahul Siddharthan To: "Greg 'groggy' Lehey" Cc: Tim Pozar , freebsd-multimedia@FreeBSD.ORG, Kris Kennaway Subject: Re: Getting realplayer tarball (was: real player on freebsd) Message-ID: <20020603104129.B21712@lpt.ens.fr> References: <20020601153833.H88378@pobox.com> <20020601224820.44848.qmail@web21106.mail.yahoo.com> <20020603122234.A15413@wantadilla.lemis.com> <20020602211309.B32139@lns.com> <20020603141411.B55039@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020603141411.B55039@wantadilla.lemis.com>; from grog@FreeBSD.ORG on Mon, Jun 03, 2002 at 02:14:11PM +0930 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Greg 'groggy' Lehey said on Jun 3, 2002 at 14:14:11: > On Sunday, 2 June 2002 at 21:13:10 -0700, Tim Pozar wrote: > > Can anyone suggest how to get RealPlayer 8 for Linux from Real? I > > can only fine this "RealOne" player. > > Yes, it's well hidden, isn't it? > http://forms.real.com/real/player/unix/unix.html. Typing "make" in the ports directory gives you a correct URL too, http://scopes.real.com/real/player/unix/unix.html However, perhaps it can also be included in the pkg-descr file? Presently, the pkg-descr says "Due to license restrictions, this package must be manually downloaded from the RealNetworks web site: http://www.real.com/player/" which is not helpful. CC'ing the port maintainer. - Rahul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jun 3 2:45:10 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 2D47337B403 for ; Mon, 3 Jun 2002 02:45:07 -0700 (PDT) Received: (qmail 14341 invoked by uid 0); 3 Jun 2002 09:44:58 -0000 Received: from pd90032a9.dip.t-dialin.net (HELO gmx.net) (217.0.50.169) by mail.gmx.net (mp005-rz3) with SMTP; 3 Jun 2002 09:44:58 -0000 Message-ID: <3CFB3AA1.4050009@gmx.net> Date: Mon, 03 Jun 2002 11:45:05 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0rc2) Gecko/20020513 Netscape/7.0b1 X-Accept-Language: en-us, en, de-de MIME-Version: 1.0 To: "David C. Myers" Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: link errors when building transcode from ports References: <1023053313.219.3.camel@marburg.aedifice.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org David C. Myers wrote: > Folks: > > I get the following "multiple definition" linker errors while trying to > build transcode from ports. Any ideas? > [...] Do you have audio/ac3dec installed? If so, you could try to pkg_delete it and then give transcode another go (they don't conflict here, though). Regards, -- Michael Nottebrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jun 3 17:53:40 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from f2node23.rhrz.uni-bonn.de (node23.rhrz.uni-bonn.de [131.220.14.223]) by hub.freebsd.org (Postfix) with ESMTP id 3129137B401 for ; Mon, 3 Jun 2002 17:53:36 -0700 (PDT) Received: from moritz.alleswirdgelber (ascend-tk-p107.dialin.uni-bonn.de [131.220.244.107]) by f2node23.rhrz.uni-bonn.de (AIX4.3/8.9.3/8.9.3) with ESMTP id CAA28980 for ; Tue, 4 Jun 2002 02:53:33 +0200 Received: from moritz (moritz [10.0.0.4]) by moritz.alleswirdgelber (8.11.6/8.11.6) with ESMTP id g53N7Q562378 for ; Tue, 4 Jun 2002 01:07:26 +0200 (CEST) (envelope-from uzs106@ibm.rhrz.uni-bonn.de) Date: Tue, 4 Jun 2002 01:07:26 +0200 (CEST) From: Heiko Recktenwald X-Sender: uzs106@moritz.alleswirdgelber To: multimedia@FreeBSD.ORG Subject: ESS 1868 in old laptop Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, got an old laptop, that played mp3s fine with NetBSD. But there is no PLIP in NetBSD, couldnt make Linux run etcpp, so there is now FBSD 3.5.1 on the machine. Started with 2.1.7, there were some seconds sound with VOX, but VOX doesnt work on 3.5.1 with this chip at all. The chip seems to be supported by the sbc device in 4.*, but this cannot be loaded on the machine, fatal trap 1, when the kernel boots. So with 3.5.1, what can I do ? The pnp lines from man pcm or snd/CARDS seem to have no effect, the values from the pcm0 line in MYKERNEL are allways there (or the values from userconfig), Tried different pcm0 lines (values) without success. Is there any strategy I could try ? Maybe to find the correct values with a dos boot floppy ? No idea what kind of software I would need. Best, H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jun 3 20:36:51 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.160.21]) by hub.freebsd.org (Postfix) with SMTP id 5448437B404 for ; Mon, 3 Jun 2002 20:36:45 -0700 (PDT) Received: (qmail 27625 invoked from network); 4 Jun 2002 12:36:42 +0900 Received: from unknown (HELO localhost) (210.165.137.238) by mx.bl.mmtr.or.jp with SMTP; 4 Jun 2002 12:36:42 +0900 Date: Tue, 04 Jun 2002 12:34:59 +0900 (JST) Message-Id: <20020604.123459.74566964.rushani@bl.mmtr.or.jp> To: uzs106@ibm.rhrz.uni-bonn.de Cc: multimedia@FreeBSD.ORG Subject: Re: ESS 1868 in old laptop From: Hideyuki KURASHINA In-Reply-To: References: Organization: Nagaoka National College of Technology X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-URL: http://www.bl.mmtr.or.jp/~rushani/ X-Mailer: Mew version 3.0.54 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, >>> On Tue, 4 Jun 2002 01:07:26 +0200 (CEST), Heiko Recktenwald said: > But there is no PLIP in NetBSD, couldnt make Linux run etcpp, > so there is now FBSD 3.5.1 on the machine. Started with 2.1.7, there > were some seconds sound with VOX, but VOX doesnt work on 3.5.1 with this > chip at all. The chip seems to be supported by the sbc device in 4.*, but > this cannot be loaded on the machine, fatal trap 1, when the kernel boots. Have you tried following stuffs on loader stage? set hw.pcic.intr_path=1 set hw.pcic.irq=0 # see pcic(4) for details. BTW, I can use ESS 1688 on my TP365X with recently 4-stable. The configuration is below; device pcm0 device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x10 and get following dmesg; sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x10 on isa0 pcm0: on sbc0 and works fine :) Good luck! ---- Hideyuki KURASHINA / Nagaoka National College of Technology rushani@{bl.mmtr,yk.rim}.or.jp / ac14806t@st.nagaoka-ct.ac.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 4 9:54:51 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id DCC4137B404 for ; Tue, 4 Jun 2002 09:54:47 -0700 (PDT) Received: (qmail 14365 invoked by uid 0); 4 Jun 2002 16:54:46 -0000 Received: from pd950a5e4.dip.t-dialin.net (HELO gmx.net) (217.80.165.228) by mail.gmx.net (mp016-rz3) with SMTP; 4 Jun 2002 16:54:46 -0000 Message-ID: <3CFCF0EE.5040704@gmx.net> Date: Tue, 04 Jun 2002 18:55:10 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0rc2) Gecko/20020513 Netscape/7.0b1 X-Accept-Language: en-us, en, de-de MIME-Version: 1.0 To: Randall Hopper Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Fxtv 1.04beta -- PLEASE TEST References: <20020601201816.A6118@nc.rr.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Randall Hopper wrote: > I'd be grateful if anyone who uses Fxtv would try this new beta and > let me know if you find any problems. This is how: fxtv here still has problems finding its fonts when a different locale than *.ISO8859-1 is set. -- snip [lofi@kiste.localdomain]:~ > set | grep LC_ALL LC_ALL=de_DE.ISO8859-15 [lofi@kiste.localdomain]:~ > fxtv Whoah! Failed to load font '-adobe-utopia-regular-r-normal--20-0-75-75-p-0-iso8859-1' which X 'said' it knew about. This shouldn't happen (but does in XFree86 3.9.16). Basically, choose another font or take the default font. [lofi@kiste.localdomain]:~ > cat fxtv.sh #!/bin/sh export LC_ALL="de_DE.ISO8859-1" /usr/X11R6/bin/fxtv [lofi@kiste.localdomain]:~ > ./fxtv.sh [works] -- snap Environment is XFree86 4.2.0 running KDE3 on FreeBSD-CURRENT. Regards, -- Michael Nottebrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 4 14:42:40 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from richard.eu.org (adsl-213-190-39-32.takas.lt [213.190.39.32]) by hub.freebsd.org (Postfix) with ESMTP id 2929B37B400 for ; Tue, 4 Jun 2002 14:42:24 -0700 (PDT) Received: from richard.eu.org (localhost [127.0.0.1]) by richard.eu.org (8.12.3/8.12.3) with ESMTP id g54LgLc5049552 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 4 Jun 2002 23:42:22 +0200 (EET) (envelope-from rch@richard.eu.org) Received: (from rch@localhost) by richard.eu.org (8.12.3/8.12.3/Submit) id g54LgKED049547 for freebsd-multimedia@FreeBSD.ORG; Tue, 4 Jun 2002 23:42:20 +0200 (EET) Date: Tue, 4 Jun 2002 23:42:20 +0200 From: Richard =?utf-8?B?xIxlcGFz?= To: freebsd-multimedia@FreeBSD.ORG Subject: A way to reset audio driver without reboot? Message-ID: <20020604214219.GI53811@richard.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline User-Agent: Mutt/1.5.0i X-OS: FreeBSD 4.6-RC i386 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Is there any way to reset audio device? I often end up in the situation when output to /dev/audio gives until reboot: /dev/audio: Device busy Neither lsof, fstat or ps show any programs left having using audio except /dev/mixer0. cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0x220 irq 5 drq 1:5 bufsz 4096d (1p/1r/0v channels duplex) card is AWE64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 4 15:37:19 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from kumr.lns.com (kumr.lns.com [63.198.122.138]) by hub.freebsd.org (Postfix) with ESMTP id 6D6CD37B404 for ; Tue, 4 Jun 2002 15:37:05 -0700 (PDT) Received: (from pozar@localhost) by kumr.lns.com (8.11.6/8.9.3) id g54Mavc41398; Tue, 4 Jun 2002 15:36:57 -0700 (PDT) (envelope-from pozar) Date: Tue, 4 Jun 2002 15:36:56 -0700 From: Tim Pozar To: Richard Cepas Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: A way to reset audio driver without reboot? Message-ID: <20020604153656.B40853@lns.com> References: <20020604214219.GI53811@richard.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020604214219.GI53811@richard.eu.org>; from rch@richard.eu.org on Tue, Jun 04, 2002 at 11:42:20PM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Jun 04, 2002 at 11:42:20PM +0200, Richard Cepas wrote: > Is there any way to reset audio device? I often end up in the situation when output to /dev/audio gives until reboot: > /dev/audio: Device busy > Neither lsof, fstat or ps show any programs left having using audio except /dev/mixer0. > > cat /dev/sndstat > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at io 0x220 irq 5 drq 1:5 bufsz 4096d (1p/1r/0v channels duplex) > > card is AWE64 I use lsof to see what may be attached to /dev/dsp... # lsof /dev/dsp COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME mpg123 41043 pozar 4w VCHR 30,19 0t11124736 8484 /dev/dsp1 Then just kill the PID. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 4 18:56:51 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from cheltenham.cs.arizona.edu (cheltenham.CS.Arizona.EDU [192.12.69.60]) by hub.freebsd.org (Postfix) with ESMTP id EF58637B401 for ; Tue, 4 Jun 2002 18:56:48 -0700 (PDT) Received: from lectura.CS.Arizona.EDU (lectura.CS.Arizona.EDU [192.12.69.186]) by cheltenham.cs.arizona.edu (8.11.1/8.11.1) with ESMTP id g5521Ce10709 for ; Tue, 4 Jun 2002 19:01:13 -0700 (MST) Received: (from cau@localhost) by lectura.CS.Arizona.EDU (8.11.6+Sun/8.11.6) id g551ukl20235 for freebsd-multimedia@freebsd.org; Tue, 4 Jun 2002 18:56:46 -0700 (MST) Date: Tue, 4 Jun 2002 18:56:46 -0700 From: "Carlos A. Ugarte" To: freebsd-multimedia@freebsd.org Subject: Anyone using vid/OV511 webcams? Message-ID: <20020605015646.GA17257@lectura.CS.Arizona.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Is anyone using vid (/usr/ports/graphics/vid), the userland program that allows access to OV511 based USB webcams? If you are, I'd like to hear from you - whether vid works or not. Specifically, I'd like to know which version of FreeBSD you are using and whether your host controller is UHCI or OHCI. Even knowing that it worked in the past but not currently would be very useful. I'm trying to write a driver for a (different) webcam but am unsure if my current problem is caused by a bug in my code or somewhere in the USB stack. vid is the only program I am aware of that uses the particular feature I am having troubles with (the isochronous pipe is not producing any data...). Either I am doing something very wrong or isochronous transfers on UHCI are broken in -stable and -current. Thanks, Carlos -- Carlos A. Ugarte cau@cs.arizona.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 4 21:11:55 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from f1node03.rhrz.uni-bonn.de (node03-gb.rhrz.uni-bonn.de [131.220.15.202]) by hub.freebsd.org (Postfix) with ESMTP id 2887937B405 for ; Tue, 4 Jun 2002 21:11:48 -0700 (PDT) Received: from moritz.alleswirdgelber (ascend-tk-p2.dialin.uni-bonn.de [131.220.244.2]) by f1node03.rhrz.uni-bonn.de (8.9.3/8.9.3) with ESMTP id GAA214008; Wed, 5 Jun 2002 06:11:43 +0200 Received: from moritz (moritz [10.0.0.4]) by moritz.alleswirdgelber (8.11.6/8.11.6) with ESMTP id g553OkY05617; Wed, 5 Jun 2002 05:24:46 +0200 (CEST) (envelope-from uzs106@ibm.rhrz.uni-bonn.de) Date: Wed, 5 Jun 2002 05:24:46 +0200 (CEST) From: Heiko Recktenwald X-Sender: uzs106@moritz.alleswirdgelber To: Jason Andresen Cc: Carl Makin , Vinod , freebsd-multimedia@FreeBSD.ORG Subject: Re: freebsd multimedia server In-Reply-To: <3CF6280C.FDD1D6B@mitre.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, On Thu, 30 May 2002, Jason Andresen wrote: > Carl Makin wrote: > > > > On Thursday, May 30, 2002, at 08:05 AM, Vinod wrote: > > > > > i have a multimedia server runing on win2k server > > > right now and need to serve to freebsd client > > > machines. > > > Is there anyway i can stream out videos from a win2k > > > server to a freebsd client? > > > > I haven't tried it (except for the client on MacOS X but) have a look at > > VideoLan. There seems to be a port of the client in the ports tree. > > I think mplayer supports several MS streaming format (wmv, asf), and > there is the Linux Realplayer that works under FreeBSD. What is "streaming", live content ? There is mpeg4ip.sourceforge.net, the Cisco open source mp4 player. Seems to be the coming standard. You can have "one click streaming" with video/vnd.mpegurl and filelists with the extension .mxu (like .m3u files and .mp3) It needs the Apple darwin streamin server or something similar, maybe you can find something for windows 2000. H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 4 21:11:55 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from f1node03.rhrz.uni-bonn.de (node03-gb.rhrz.uni-bonn.de [131.220.15.202]) by hub.freebsd.org (Postfix) with ESMTP id 950D837B407 for ; Tue, 4 Jun 2002 21:11:49 -0700 (PDT) Received: from moritz.alleswirdgelber (ascend-tk-p2.dialin.uni-bonn.de [131.220.244.2]) by f1node03.rhrz.uni-bonn.de (8.9.3/8.9.3) with ESMTP id GAA21478; Wed, 5 Jun 2002 06:11:47 +0200 Received: from moritz (moritz [10.0.0.4]) by moritz.alleswirdgelber (8.11.6/8.11.6) with ESMTP id g5536MY05385; Wed, 5 Jun 2002 05:06:22 +0200 (CEST) (envelope-from uzs106@ibm.rhrz.uni-bonn.de) Date: Wed, 5 Jun 2002 05:06:22 +0200 (CEST) From: Heiko Recktenwald X-Sender: uzs106@moritz.alleswirdgelber To: Hideyuki KURASHINA Cc: multimedia@FreeBSD.ORG Subject: Re: ESS 1868 in old laptop In-Reply-To: <20020604.123459.74566964.rushani@bl.mmtr.or.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Again, On Tue, 4 Jun 2002, Hideyuki KURASHINA wrote: > device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x10 > > and get following dmesg; > > sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x10 on isa0 > pcm0: on sbc0 Maybe I havent played enough with the settings. Tried your flag 0x10 and get (mpg123) screens of errors: "SoundBlaster: DSP Command(0xd3 etc) timed out. IRQ conflict ?" In other cases, there was some kind of conflict with the harddrive, that has IRQ 14. Maybe I can put "port 0x220-0x22" into MYKERNEL ? The apm of this laptop seems to be broken, no idea, my last laptop was a T 1000 SE ;-) H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 4 21:11:57 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from f1node03.rhrz.uni-bonn.de (node03-gb.rhrz.uni-bonn.de [131.220.15.202]) by hub.freebsd.org (Postfix) with ESMTP id 3FC0337B408 for ; Tue, 4 Jun 2002 21:11:51 -0700 (PDT) Received: from moritz.alleswirdgelber (ascend-tk-p2.dialin.uni-bonn.de [131.220.244.2]) by f1node03.rhrz.uni-bonn.de (8.9.3/8.9.3) with ESMTP id GAA21480; Wed, 5 Jun 2002 06:11:49 +0200 Received: from moritz (moritz [10.0.0.4]) by moritz.alleswirdgelber (8.11.6/8.11.6) with ESMTP id g552lnY05137; Wed, 5 Jun 2002 04:47:49 +0200 (CEST) (envelope-from uzs106@ibm.rhrz.uni-bonn.de) Date: Wed, 5 Jun 2002 04:47:49 +0200 (CEST) From: Heiko Recktenwald X-Sender: uzs106@moritz.alleswirdgelber To: Hideyuki KURASHINA Cc: multimedia@FreeBSD.ORG Subject: Re: ESS 1868 in old laptop In-Reply-To: <20020604.123459.74566964.rushani@bl.mmtr.or.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, On Tue, 4 Jun 2002, Hideyuki KURASHINA wrote: > > so there is now FBSD 3.5.1 on the machine. Started with 2.1.7, there > > were some seconds sound with VOX, but VOX doesnt work on 3.5.1 with this > > chip at all. The chip seems to be supported by the sbc device in 4.*, but > > this cannot be loaded on the machine, fatal trap 1, when the kernel boots. > > Have you tried following stuffs on loader stage? > > set hw.pcic.intr_path=1 > set hw.pcic.irq=0 > > # see pcic(4) for details. Since man pcip isnt in 3.5.1, I understand it as a suggestion with 4.* on this laptop ;-) It is an old MITAC 486, Color, Sound, with a certain version of the Cyrix chip, that is recognised by most RELEASES as a 686, and some of them bomb, 2.2.8 and 4.*, 3.5.1 runs ok. Couldnt find anything in LINT, a lot of things on Cyrix chips, but not my case. (It is an ordinary 486.) Playing mp3s isnt so much a problem, I really like midi2cs etc (and I want PLIP, which isnt yet in NetBSD). Thanks, H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 4 23:51:48 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from richard.eu.org (adsl-213-190-39-32.takas.lt [213.190.39.32]) by hub.freebsd.org (Postfix) with ESMTP id B3B6D37B40A for ; Tue, 4 Jun 2002 23:51:25 -0700 (PDT) Received: from richard.eu.org (localhost [127.0.0.1]) by richard.eu.org (8.12.3/8.12.3) with ESMTP id g556pLc5052277 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 5 Jun 2002 08:51:22 +0200 (EET) (envelope-from rch@richard.eu.org) Received: (from rch@localhost) by richard.eu.org (8.12.3/8.12.3/Submit) id g556pKFK052272 for freebsd-multimedia@FreeBSD.ORG; Wed, 5 Jun 2002 08:51:20 +0200 (EET) Date: Wed, 5 Jun 2002 08:51:19 +0200 From: Richard =?utf-8?B?xIxlcGFz?= To: freebsd-multimedia@FreeBSD.ORG Subject: Re: A way to reset audio driver without reboot? Message-ID: <20020605065119.GA52174@richard.eu.org> References: <20020604214219.GI53811@richard.eu.org> <20020604153656.B40853@lns.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20020604153656.B40853@lns.com> User-Agent: Mutt/1.5.0i X-OS: FreeBSD 4.6-RC i386 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue Jun 4 15:36:56 2002 -0700 Tim Pozar wrote: >On Tue, Jun 04, 2002 at 11:42:20PM +0200, Richard Cepas wrote: >> Is there any way to reset audio device? I often end up in the situation when output to /dev/audio gives until reboot: >> /dev/audio: Device busy >> Neither lsof, fstat or ps show any programs left having using audio except /dev/mixer0. >> >> cat /dev/sndstat >> FreeBSD Audio Driver (newpcm) >> Installed devices: >> pcm0: at io 0x220 irq 5 drq 1:5 bufsz 4096d (1p/1r/0v channels duplex) >> >> card is AWE64 > >I use lsof to see what may be attached to /dev/dsp... > ># lsof /dev/dsp >COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME >mpg123 41043 pozar 4w VCHR 30,19 0t11124736 8484 /dev/dsp1 > >Then just kill the PID. > The problem is that there is apparently nothing to kill but device is still busy: $ lsof /dev/mixer /dev/sequencer /dev/dsp /dev/audio /dev/dspW /dev/music /dev/pss lsof: WARNING: compiled for FreeBSD release 4.4-STABLE; this is 4.6-RC. $ echo >/dev/audio bash: /dev/audio: Device busy Thanks, Richard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 5 1:49:40 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from f2node23.rhrz.uni-bonn.de (node23.rhrz.uni-bonn.de [131.220.14.223]) by hub.freebsd.org (Postfix) with ESMTP id A015637B406 for ; Wed, 5 Jun 2002 01:49:37 -0700 (PDT) Received: from moritz.alleswirdgelber (ascend-tk-p129.dialin.uni-bonn.de [131.220.244.129]) by f2node23.rhrz.uni-bonn.de (AIX4.3/8.9.3/8.9.3) with ESMTP id KAA42424 for ; Wed, 5 Jun 2002 10:49:31 +0200 Received: from moritz (moritz [10.0.0.4]) by moritz.alleswirdgelber (8.11.6/8.11.6) with ESMTP id g558ZuY09754 for ; Wed, 5 Jun 2002 10:35:56 +0200 (CEST) (envelope-from uzs106@ibm.rhrz.uni-bonn.de) Date: Wed, 5 Jun 2002 10:35:56 +0200 (CEST) From: Heiko Recktenwald X-Sender: uzs106@moritz.alleswirdgelber To: freebsd-multimedia@FreeBSD.ORG Subject: Re: A way to reset/ESS on 3.5.1 In-Reply-To: <20020604214219.GI53811@richard.eu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > pcm0: at io 0x220 irq 5 drq 1:5 ^^^^^^^ This reminds to NetBSDs drq 1 drq2 5 and the line in man pcm for pnp cards. I have "dma 1:1" in sndstat. Maybe this is the reason why I have output noise when I turn on the mixer mic to 100. There are some jumps in noise volume, well, maybe to much ado about an old 486. If it werent a laptop... Is there any way to get a second drq at 5 with flags ? H. > bufsz 4096d (1p/1r/0v channels duplex) H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 5 3:23:53 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from zeus.di.uoa.gr (zeus.di.uoa.gr [195.134.65.4]) by hub.freebsd.org (Postfix) with ESMTP id 6C66B37B40B for ; Wed, 5 Jun 2002 03:23:42 -0700 (PDT) Received: from chania (chania.di.uoa.gr [195.134.67.214]) by zeus.di.uoa.gr (8.12.3/8.12.3) with ESMTP id g55AN5GP018148; Wed, 5 Jun 2002 13:23:06 +0300 (EEST) Received: from chania.di.uoa.gr (localhost [127.0.0.1]) by chania (8.12.1/8.12.1) with ESMTP id g55AN4Xj012648; Wed, 5 Jun 2002 13:23:04 +0300 (EET DST) Received: from localhost (tnu@localhost) by chania.di.uoa.gr (8.12.1/8.12.1/Submit) with ESMTP id g55AN23g012645; Wed, 5 Jun 2002 13:23:02 +0300 (EET DST) Date: Wed, 5 Jun 2002 13:23:02 +0300 (EET DST) From: tnu@chania.di.uoa.gr To: Tim Pozar Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: A way to reset audio driver without reboot? In-Reply-To: <20020604153656.B40853@lns.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-MailScanner: Found to be clean Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Date: 04.06.02 Sender: Tim Pozar (aka "TP") Time: 15:36 TP> I use lsof to see what may be attached to /dev/dsp... TP> TP> # lsof /dev/dsp TP> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME TP> mpg123 41043 pozar 4w VCHR 30,19 0t11124736 8484 /dev/dsp1 TP> TP> Then just kill the PID. This doesn't seem to work all times. Sometimes there is no way to re-enable audio other than reboot. -- [ Quote #4 from joel collection. ] There is no reason for any individual to have a computer in their home. - Ken Olson, World Future Society Convention, 1977 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 5 5:13:57 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by hub.freebsd.org (Postfix) with ESMTP id 7717137B405 for ; Wed, 5 Jun 2002 05:13:52 -0700 (PDT) Received: (from sue@localhost) by phoenix.welearn.com.au (8.11.6/8.11.6) id g55CCtO77354; Wed, 5 Jun 2002 22:12:55 +1000 (EST) (envelope-from sue) Date: Wed, 5 Jun 2002 22:12:55 +1000 From: Sue Blake To: tnu@chania.di.uoa.gr Cc: Tim Pozar , freebsd-multimedia@FreeBSD.ORG Subject: Re: A way to reset audio driver without reboot? Message-ID: <20020605221255.U5356@welearn.com.au> Mail-Followup-To: Sue Blake , tnu@chania.di.uoa.gr, Tim Pozar , freebsd-multimedia@FreeBSD.ORG References: <20020604153656.B40853@lns.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from tnu@chania.di.uoa.gr on Wed, Jun 05, 2002 at 01:23:02PM +0300 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jun 05, 2002 at 01:23:02PM +0300, tnu@chania.di.uoa.gr wrote: > Date: 04.06.02 > Sender: Tim Pozar (aka "TP") > Time: 15:36 > > > TP> I use lsof to see what may be attached to /dev/dsp... > TP> > TP> # lsof /dev/dsp > TP> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME > TP> mpg123 41043 pozar 4w VCHR 30,19 0t11124736 8484 /dev/dsp1 > TP> > TP> Then just kill the PID. > > > This doesn't seem to work all times. Sometimes there is no way to > re-enable audio other than reboot. That's quite right, it happens to me too and only a reboot will fix it. So far I haven't found a solution either. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 5 6:19: 4 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from smtpproxy2.mitre.org (smtpproxy2.mitre.org [192.80.55.70]) by hub.freebsd.org (Postfix) with ESMTP id 2701337B405 for ; Wed, 5 Jun 2002 06:19:00 -0700 (PDT) Received: from avsrv2.mitre.org (avsrv2.mitre.org [128.29.154.4]) by smtpproxy2.mitre.org (8.11.3/8.11.3) with ESMTP id g55DFEF26480; Wed, 5 Jun 2002 09:15:14 -0400 (EDT) Received: from MAILHUB1 (mailhub1.mitre.org [129.83.20.31]) by smtpsrv2.mitre.org (8.11.3/8.11.3) with ESMTP id g55DFBw05292; Wed, 5 Jun 2002 09:15:11 -0400 (EDT) Received: from dhcp-105-164.mitre.org (128.29.105.164) by mailhub1.mitre.org with SMTP id 10454194; Wed, 05 Jun 2002 09:14:20 -0400 Message-ID: <3CFE0ED5.501239BB@mitre.org> Date: Wed, 05 Jun 2002 09:15:01 -0400 From: Jason Andresen Organization: The MITRE Corporation X-Mailer: Mozilla 4.75 [en]C-20000818M (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Randall Hopper Cc: freebsd-multimedia@freebsd.org Subject: Re: Fxtv 1.04beta -- PLEASE TEST References: <20020601201816.A6118@nc.rr.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Randall Hopper wrote: > > I'd be grateful if anyone who uses Fxtv would try this new beta and > let me know if you find any problems. This is how: > > > pkg_delete fxtv-1.03 > > wget http://www.freebsd.org/~rhh/fxtv/fxtv-1.04beta-port.tgz > > tar -xozf fxtv-1.04beta-port.tgz > > cd fxtv > > make install > > Let me know how it goes. I'll wait a week for folks to give it a shakedown > before we cut a release. The updates are listed below. Thanks to all who > offered patches! > > BTW, the ffmpeg has a problem with the streaming to the encoder video FIFO > (ffmpeg emits "Error while parsing header"), so anyone that knows about > ffmpeg feel free to check it out and send me any patches. I have trouble getting the audio recording working. When I try to set up an ffmpeg record session I see the following messages on the console and ffmpeg aborts the record: stat for aud fifo... sleep aud fifo stat for aud fifo... sleep aud fifo stat for aud fifo... sleep aud fifo stat for aud fifo... sleep aud fifo stat for aud fifo... sleep aud fifo timed out waiting on creation of audio fifo ! -- \ |_ _|__ __|_ \ __| Jason Andresen jandrese@mitre.org |\/ | | | / _| Network and Distributed Systems Engineer _| _|___| _| _|_\___| Office: 703-883-7755 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 5 6:51:32 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.160.21]) by hub.freebsd.org (Postfix) with SMTP id 1845A37B404 for ; Wed, 5 Jun 2002 06:51:28 -0700 (PDT) Received: (qmail 358 invoked from network); 5 Jun 2002 22:51:25 +0900 Received: from unknown (HELO localhost) (210.165.137.223) by mx.bl.mmtr.or.jp with SMTP; 5 Jun 2002 22:51:25 +0900 Date: Wed, 05 Jun 2002 22:50:21 +0900 (JST) Message-Id: <20020605.225021.25480748.rushani@bl.mmtr.or.jp> To: uzs106@ibm.rhrz.uni-bonn.de Cc: multimedia@FreeBSD.ORG Subject: Re: ESS 1868 in old laptop From: Hideyuki KURASHINA In-Reply-To: References: <20020604.123459.74566964.rushani@bl.mmtr.or.jp> Organization: Nagaoka National College of Technology X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-URL: http://www.bl.mmtr.or.jp/~rushani/ X-Mailer: Mew version 3.0.54 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, >>> On Wed, 5 Jun 2002 05:06:22 +0200 (CEST), Heiko Recktenwald said: > Again, [...] > Maybe I havent played enough with the settings. Tried your flag 0x10 > and get (mpg123) screens of errors: > > "SoundBlaster: DSP Command(0xd3 etc) timed out. IRQ conflict ?" The meaning of flag is described in sbc(4) like follows, The value of flags specifies the secondary DMA channel. If the secondary DMA channel is C, set the flags to (C | 0x10). For a sound card without the secondary DMA channel, the flags should be set to zero. Probably, you have really IRQ confliction. How about check your laptop spec (or user's guide)? It should have a table of system resources in most case. Here is resource of my ESS 1688 on TP365X: IRQ: 5, 7, 10, 11 or not usable I/O port: 0x220-0x22f or 0x240-0x24f DMA: 1 or 0 # I can configure the setting by IBM ps2.exe (DOS tool). ---- Hideyuki KURASHINA / Nagaoka National College of Technology rushani@{bl.mmtr,yk.rim}.or.jp / ac14806t@st.nagaoka-ct.ac.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 5 6:56:33 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail2.qc.uunet.ca (mail2.qc.uunet.ca [198.168.54.17]) by hub.freebsd.org (Postfix) with ESMTP id A8D6C37B404 for ; Wed, 5 Jun 2002 06:56:29 -0700 (PDT) Received: from Xtanbul ([216.94.147.34]) by mail2.qc.uunet.ca (8.9.3/8.9.3) with ESMTP id JAA20458; Wed, 5 Jun 2002 09:56:23 -0400 Date: Wed, 5 Jun 2002 09:57:04 -0400 Subject: Re: A way to reset audio driver without reboot? Content-Type: text/plain; charset=UTF-8; format=flowed Mime-Version: 1.0 (Apple Message framework v481) Cc: freebsd-multimedia@FreeBSD.ORG To: =?ISO-8859-2?Q?Richard_=C8epas?= From: Antoine Beaupre In-Reply-To: <20020605065119.GA52174@richard.eu.org> Message-Id: <1E104F67-788C-11D6-8A47-0050E4A0BB3F@anarcat.ath.cx> Content-Transfer-Encoding: quoted-printable X-Mailer: Apple Mail (2.481) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Le mercredi 5 juin 2002, =C3=A0 02:51 AM, Richard =C4=8Cepas a =C3=A9crit = : > The problem is that there is apparently nothing to kill but device is=20= > still busy: > $ lsof /dev/mixer /dev/sequencer /dev/dsp /dev/audio /dev/dspW=20 > /dev/music /dev/pss > lsof: WARNING: compiled for FreeBSD release 4.4-STABLE; this is = 4.6-RC. > $ echo >/dev/audio > bash: /dev/audio: Device busy Note that lsof might not be working properly, and that might be the=20 reason why you don't see which program is attached. Try to recompile=20 lsof. But it's probably not that. I had this kinds of problems before, and=20 nothing else than rebooting fixed the thing. :( Maybe a kldunload/load=20= would do it? A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 5 10:14:19 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from web21108.mail.yahoo.com (web21108.mail.yahoo.com [216.136.227.110]) by hub.freebsd.org (Postfix) with SMTP id 7D81737B404 for ; Wed, 5 Jun 2002 10:14:17 -0700 (PDT) Message-ID: <20020605171417.6639.qmail@web21108.mail.yahoo.com> Received: from [152.15.26.29] by web21108.mail.yahoo.com via HTTP; Wed, 05 Jun 2002 10:14:17 PDT Date: Wed, 5 Jun 2002 10:14:17 -0700 (PDT) From: Vinod Subject: small squares instead of letters on linux-realplayer To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi there.I had just installed the linux realplayer on my freebsd 4.5 release (4.1.0_1 X Server) and the real player works just fine.but all letters on the buttons of the player are replaced by small squares.like the 'OK' button is a button with two squares, 'File' with 4 squares e.t.c. i think its some font problem but since i am a newbie to x windows dont have a clue to what i need.would appreciate if someone can show me whats to be done. Thanks, Vinod __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 5 18:16: 5 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail-virtual.nc.rr.com (rdu26-231-240.nc.rr.com [66.26.231.240]) by hub.freebsd.org (Postfix) with ESMTP id EABBA37B407 for ; Wed, 5 Jun 2002 18:16:01 -0700 (PDT) Received: by mail-virtual.nc.rr.com (Postfix, from userid 26374) id E75C012BE18; Wed, 5 Jun 2002 21:17:50 -0400 (EDT) Date: Wed, 5 Jun 2002 21:17:50 -0400 From: Randall Hopper To: Michael Nottebrock Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Fxtv 1.04beta -- PLEASE TEST Message-ID: <20020606011750.GA27406@nc.rr.com> References: <20020601201816.A6118@nc.rr.com> <3CFCF0EE.5040704@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CFCF0EE.5040704@gmx.net> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Michael Nottebrock: |Randall Hopper wrote: |> I'd be grateful if anyone who uses Fxtv would try this new beta and |>let me know if you find any problems. This is how: | |fxtv here still has problems finding its fonts when a different locale |than *.ISO8859-1 is set. ... |LC_ALL=de_DE.ISO8859-15 |[lofi@kiste.localdomain]:~ > fxtv |Whoah! Failed to load font |'-adobe-utopia-regular-r-normal--20-0-75-75-p-0-iso8859-1' which X ... |export LC_ALL="de_DE.ISO8859-1" |[works] |Environment is XFree86 4.2.0 running KDE3 on FreeBSD-CURRENT. I remember swapping mail with you about this before. In past e-mails, we established that your X server is reporting the availability of iso8859-1 charset fonts (xlsfonts) when locale is iso8859-15, but then not letting you create them. Also, you'd said that: Fxtv*AnnotFont: -adobe-utopia-*-*-*-*-*-*-*-*-*-*-iso8859-15 works, but Fxtv*AnnotFont: -adobe-utopia-*-*-*-*-*-*-*-*-*-*-iso8859-1 and Fxtv*AnnotFont: -adobe-utopia-*-*-*-*-*-*-*-*-*-*-iso8859-* don't. Try: Fxtv*AnnotFont: -adobe-utopia-* and: Fxtv*AnnotFont: -adobe-utopia-*-*-*-*-*-*-*-*-*-*-*-* if those work for you in with both locales, then we'll change the Fxtv default in 1.04 to just remove the charset specification. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 5 19: 9:28 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail-virtual.nc.rr.com (rdu26-231-240.nc.rr.com [66.26.231.240]) by hub.freebsd.org (Postfix) with ESMTP id 4F06437B401 for ; Wed, 5 Jun 2002 19:09:25 -0700 (PDT) Received: by mail-virtual.nc.rr.com (Postfix, from userid 26374) id CBB7E12BE18; Wed, 5 Jun 2002 22:11:15 -0400 (EDT) Date: Wed, 5 Jun 2002 22:11:15 -0400 From: Randall Hopper To: Jason Andresen Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Fxtv 1.04beta -- PLEASE TEST Message-ID: <20020606021115.GA2570@nc.rr.com> References: <20020601201816.A6118@nc.rr.com> <3CFE0ED5.501239BB@mitre.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CFE0ED5.501239BB@mitre.org> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jason Andresen: |> BTW, the ffmpeg has a problem with the streaming to the encoder video FIFO |> (ffmpeg emits "Error while parsing header"), so anyone that knows about |> ffmpeg feel free to check it out and send me any patches. I take that back. Trying it again now, it works every time for me. It could have been I had something out of sync on my end. And the encoder does a great job too -- looks better than the default mpeg_encode output, and it's very fast too. |I have trouble getting the audio recording working. When I try to set |up an |ffmpeg record session I see the following messages on the console and |ffmpeg |aborts the record: | |stat for aud fifo... |sleep aud fifo ... Ok, well when this is going on, check that the FIFOs: /tmp/-fxtv-audfifo /tmp/-fxtv-vidfifo exist. Also, check that fxtv is in your process list (ps) when ffmpeg is emitting these errors. Capture to the FFMPEG Ready target, edit the script to change CLEANUP_TEMP_FILES to NO, and then you can rerun it to see what's going on easier. Under the hood, the capture script sources fxtv_cnvt.sh, which is where the "mkfifo" commands are executed to create the FIFOs just before they're passed to fxtv. fxtv is invoked running in the background to dump audio and video into the pipes, and ffmpeg is run in the foreground to read from those pipes and do the encoding. If you want to patch in some debug ls or ps commands, look at the do_ffmpeg_conversion() Bourne shell script function in /usr/X11R6/lib/X11/fxtv/fxtv_cnvt.sh. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 5 19:38: 9 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id A0BD737B404 for ; Wed, 5 Jun 2002 19:38:05 -0700 (PDT) Received: (qmail 31344 invoked by uid 0); 6 Jun 2002 02:38:03 -0000 Received: from pd950a5d9.dip.t-dialin.net (HELO gmx.net) (217.80.165.217) by mail.gmx.net (mp006-rz3) with SMTP; 6 Jun 2002 02:38:03 -0000 Message-ID: <3CFECB27.8020800@gmx.net> Date: Thu, 06 Jun 2002 04:38:31 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0rc2) Gecko/20020513 Netscape/7.0b1 X-Accept-Language: en-us, en, de-de MIME-Version: 1.0 To: Randall Hopper Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Fxtv 1.04beta -- PLEASE TEST References: <20020601201816.A6118@nc.rr.com> <3CFCF0EE.5040704@gmx.net> <20020606011750.GA27406@nc.rr.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Randall Hopper wrote: > I remember swapping mail with you about this before. In past e-mails, we > established that your X server is reporting the availability of iso8859-1 > charset fonts (xlsfonts) when locale is iso8859-15, but then not letting > you create them. Also, you'd said that: I think you're confusing me with someone else, I have always been too lazy to actually report this... good to hear someone did, though. :) > > Fxtv*AnnotFont: -adobe-utopia-*-*-*-*-*-*-*-*-*-*-iso8859-15 > works, but > Fxtv*AnnotFont: -adobe-utopia-*-*-*-*-*-*-*-*-*-*-iso8859-1 and > Fxtv*AnnotFont: -adobe-utopia-*-*-*-*-*-*-*-*-*-*-iso8859-* > don't. I can reproduce that here. > > Try: > Fxtv*AnnotFont: -adobe-utopia-* Doesn't work with the iso8859-15 locale. > and: > Fxtv*AnnotFont: -adobe-utopia-*-*-*-*-*-*-*-*-*-*-*-* Doesn't work either. > > if those work for you in with both locales, then we'll change the Fxtv > default in 1.04 to just remove the charset specification. After taking a few glances at the code, manual pages and google, I've come to the conclusion that this is indeed some long-standing bug of XFree86 *sigh*. I'll just keep my wrapperscript for now. Regards, -- Michael Nottebrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 5 19:47:34 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail-virtual.nc.rr.com (rdu26-231-240.nc.rr.com [66.26.231.240]) by hub.freebsd.org (Postfix) with ESMTP id 91AC237B404 for ; Wed, 5 Jun 2002 19:47:30 -0700 (PDT) Received: by mail-virtual.nc.rr.com (Postfix, from userid 26374) id 1C76D12BE18; Wed, 5 Jun 2002 22:49:21 -0400 (EDT) Date: Wed, 5 Jun 2002 22:49:21 -0400 From: Randall Hopper To: Jari Kirma Cc: multimedia@freebsd.org Subject: Re: FXTV 1.04beta leaking SHM segments Message-ID: <20020606024921.GA2470@nc.rr.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jari Kirma: |Observed after usage of several weeks (and numerous restarts of FXTV), |FXTV beta seems to leak a shared memory segment after quitting. |Segments show up afterwards like this: ... |To repeat, just start FXTV and select Quit from File menu. Thanks for the bug report. It appears this might be the result of an Xt bug to me. I've added hack to take care of this case. I see the same behavior here, but only when quitting via File->Quit. If I use the Quit action routine (e.g. hit ESC when your cursor is over the video window), or send a WM_DELETE_WINDOW event to the Fxtv window (depending on your WM, click on the "X" WM icon), then I don't. Apparently, the atexit routines aren't being called in some circumstances when exit(0) is called. However, they are being called when exit(0) is invoked in action routines or key event handlers...go figure. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 5 23:46:15 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from carbon.berkeley.netdot.net (carbon.berkeley.netdot.net [216.27.190.205]) by hub.freebsd.org (Postfix) with ESMTP id 252A537B403 for ; Wed, 5 Jun 2002 23:46:08 -0700 (PDT) Received: by carbon.berkeley.netdot.net (Postfix, from userid 101) id 9118BF802; Wed, 5 Jun 2002 23:46:07 -0700 (PDT) Date: Wed, 5 Jun 2002 23:46:07 -0700 From: Nicholas Esborn To: Randall Hopper Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Fxtv 1.04beta -- PLEASE TEST Message-ID: <20020605234607.A7402@netdot.net> References: <20020601201816.A6118@nc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020601201816.A6118@nc.rr.com>; from aa8vb@nc.rr.com on Sat, Jun 01, 2002 at 08:18:16PM -0400 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've had this fxtv beta lock up my X server a couple of times now. I can't even switch to a console VTY. The machine is still running, but I have to log in from another workstation and kill the X server. Killing fxtv doesn't release the X server. If you can think of any actions I might take to record the state of the X server when this happens, I'll send the results along. It does work quite nicely though. Fast and well-synchronized. Thanks, -nick On Sat, Jun 01, 2002 at 08:18:16PM -0400, Randall Hopper wrote: > I'd be grateful if anyone who uses Fxtv would try this new beta and > let me know if you find any problems. This is how: > > > pkg_delete fxtv-1.03 > > wget http://www.freebsd.org/~rhh/fxtv/fxtv-1.04beta-port.tgz > > tar -xozf fxtv-1.04beta-port.tgz > > cd fxtv > > make install > > Let me know how it goes. I'll wait a week for folks to give it a shakedown > before we cut a release. The updates are listed below. Thanks to all who > offered patches! > > BTW, the ffmpeg has a problem with the streaming to the encoder video FIFO > (ffmpeg emits "Error while parsing header"), so anyone that knows about > ffmpeg feel free to check it out and send me any patches. > > Thanks, > > Randall > > ============================================================================== > > Changes from 1.03-1.04 > ______________________ > > - Update to fxtv_cnvt.sh script to delete temp image files when not streaming > - ffmpeg video encoding support > (Bruno Schwander ) > - PNG support for image saves and as an intermediate video encoding format > (Thomas Klausner ) > - SOUND_MIXER_VIDEO and KERN_MAXFILES tweaks for NetBSD (Julio Merino > and Thomas Klausner ) > - Screen saver disabling on zoom full-screen (Simon Barner ); > Enable debug prints using "-debug saver" > - AverMedia TVphone Series AverTV Studio remote control support > (Vsevolod Semenov ) > - Pinnacle PCTV Remote support (Kent Boortz ) > http://levabilligt.nu/kent/freebsd/fxtv/ > - Changed intermediate MPEG audio encoding format from AIFF to WAV > (Mike Meyer , Holger Lamm ) > - NetBSD compiler warning patches (Bernd Ernesti ) > - Added support for SOUND_MIXER_SYNTH as "synth" mixer channel > (Matthew Reimer ) > - German stations in rsrc file (Lars Köller ) > - OpenBSD's ossaudio pass-through defines SOUND_MIXER_VIDEO but not > SOUND_MIXER_VIDEO; check ifdef both before using (vedge ) > - Minimalist text-only channel scanning from George Reid > ; Note: doesn't seem to work here in the US > - DGA hack to force frame buffer mem mapping for some cards (e.g. Matrox G450) > - Restrict shared memory permissions to user (Chris Faulhaber ) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message -- Nicholas Esborn Unix Systems Administrator nick@netdot.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 6 14:18:17 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail-virtual.nc.rr.com (rdu26-231-240.nc.rr.com [66.26.231.240]) by hub.freebsd.org (Postfix) with ESMTP id 6474337B408 for ; Thu, 6 Jun 2002 14:18:13 -0700 (PDT) Received: by mail-virtual.nc.rr.com (Postfix, from userid 26374) id 75A5212BE18; Thu, 6 Jun 2002 17:20:04 -0400 (EDT) Date: Thu, 6 Jun 2002 17:20:04 -0400 From: Randall Hopper To: Nicholas Esborn Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Fxtv 1.04beta -- PLEASE TEST Message-ID: <20020606212004.GA3948@nc.rr.com> References: <20020601201816.A6118@nc.rr.com> <20020605234607.A7402@netdot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020605234607.A7402@netdot.net> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Nicholas Esborn: |I've had this fxtv beta lock up my X server a couple of times now. I can't |even switch to a console VTY. The machine is still running, but I have |to log in from another workstation and kill the X server. Killing fxtv |doesn't release the X server. | |If you can think of any actions I might take to record the state of the X |server when this happens, I'll send the results along. | |It does work quite nicely though. Fast and well-synchronized. Sorry to hear about that. What's your setup look like (motherboard/chipset, video card, XFree86 version, FreeBSD version)? I'd be willing to bet this is gonna be related to DGA. You might try (after a "sync") running "fxtv -disableDirectV". That tells it to stop blasting images onto the frame buffer directly, but pass images through the X server like a good X app. See if that works around those lock-ups. I'd like you to be able to run fxtv if you can. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 6 14:28: 2 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail-virtual.nc.rr.com (rdu26-231-240.nc.rr.com [66.26.231.240]) by hub.freebsd.org (Postfix) with ESMTP id BFF0A37B40D for ; Thu, 6 Jun 2002 14:27:54 -0700 (PDT) Received: by mail-virtual.nc.rr.com (Postfix, from userid 26374) id 6B26512BE18; Thu, 6 Jun 2002 17:29:46 -0400 (EDT) Date: Thu, 6 Jun 2002 17:29:46 -0400 From: Randall Hopper To: Gunnar Flygt Cc: multimedia@freebsd.org Subject: Re: Problems with fxtv on my new Dell Message-ID: <20020606212946.GB3948@nc.rr.com> References: <20020606161647.A4406@sr.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606161647.A4406@sr.se> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Gunnar Flygt: |I spoke to you a long time ago, and got my fxtv working on the old |machine. Installed the other day on my pretty new Dell. Video Card is |(from dmesg) |pci1: at 0.0 irq 11 | |And the BrookTree part from dmesg | |bktr0: mem 0xf4001000-0xf4001fff irq 11 at device 7.0 on pci2 | |Would there be a problem that both of them run with irq 11?, since I get |this when trying to start fxtv Shouldn't be (presuming no buggy chipsets). My TV card shares an IRQ with one or two other devices too. No problem. |5$ fxtv |Whoah! Failed to load font |'-adobe-utopia-regular-r-normal--25-0-75-75-p-0-iso8859-1' which X |'said' it knew about. |This shouldn't happen (but does in XFree86 3.9.16). |Basically, choose another font or take the default font. A few other folks have reported this too. Probably an X locale-related bug. Do you have $LC_ALL set? If so, use this variation on Michael Nottebrock's fxtv wrapper script to run fxtv: ------ begin fxtv.sh --------------- #!/bin/sh export LC_ALL="de_DE.ISO8859-1" exec /usr/X11R6/bin/fxtv "$@" ------ end fxtv.sh ----------------- Of course, substitute your language of choice. Just make sure the charset is ISO8859-1. Alternatively, change the Fxtv AnnotFont resource setting so the last part matches the charset you're using in your $LC_ALL. E.g.: Fxtv*AnnotFont: -adobe-utopia-*-*-*-*-*-*-*-*-*-*-iso8859-15 ^^^^^^^^^^ Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 7 1:55:50 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from obh.snafu.de (obh.snafu.de [213.73.92.34]) by hub.freebsd.org (Postfix) with ESMTP id C574137B405 for ; Fri, 7 Jun 2002 01:55:45 -0700 (PDT) Received: from ob by obh.snafu.de with local (Exim 3.35 #1) id 17GFX5-000M9q-00 for freebsd-multimedia@freebsd.org; Fri, 07 Jun 2002 10:55:43 +0200 Date: Fri, 7 Jun 2002 10:55:43 +0200 From: Oliver Brandmueller To: freebsd-multimedia@freebsd.org Subject: Re: Anyone using vid/OV511 webcams? Message-ID: <20020607085543.GA85019@e-Gitt.NET> Mail-Followup-To: freebsd-multimedia@freebsd.org References: <20020605015646.GA17257@lectura.CS.Arizona.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020605015646.GA17257@lectura.CS.Arizona.EDU> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi. On Tue, Jun 04, 2002 at 06:56:46PM -0700, Carlos A. Ugarte wrote: > Is anyone using vid (/usr/ports/graphics/vid), the userland > program that allows access to OV511 based USB webcams? If you > are, I'd like to hear from you - whether vid works or not. > Specifically, I'd like to know which version of FreeBSD you are > using and whether your host controller is UHCI or OHCI. Even > knowing that it worked in the past but not currently would be > very useful. I have an FreeBSD 4.6-RC and the vid which is in the ports (current version). Works fine for me with an Creative WebCam II (tested with both models, the oe with OV511 and the one with OV511+). It's slow, so it only gives still pictures, could take maybe 1 or 2 pictures per second I guess, I've never tried, because I use it as webcam with 10 or 20 second updates. The controller is an UHCI. I don't have the notebook here at the moment, so I can't give you more precise values, if you need, just tell me and I'll have a look at it. - Oliver -- | Oliver Brandmueller | Offenbacher Str. 1 | Germany D-14197 Berlin | | Fon +49-172-3130856 | Fax +49-172-3145027 | WWW: http://the.addict.de/ | | Ich bin das Internet. Sowahr ich Gott helfe. | | Eine gewerbliche Nutzung aller enthaltenen Adressen ist nicht gestattet! | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 7 11:24:45 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from pc-ugarte.research.att.com (H-135-207-23-230.research.att.com [135.207.23.230]) by hub.freebsd.org (Postfix) with ESMTP id 7A5F937B40A for ; Fri, 7 Jun 2002 11:24:42 -0700 (PDT) Received: (from cau@localhost) by pc-ugarte.research.att.com (8.11.0/8.11.0) id g57IOGX07287; Fri, 7 Jun 2002 14:24:16 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15616.64079.818803.327430@pc-ugarte.research.att.com> Date: Fri, 7 Jun 2002 14:24:15 -0400 From: Carlos Ugarte To: Oliver Brandmueller Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Anyone using vid/OV511 webcams? In-Reply-To: <20020607085543.GA85019@e-Gitt.NET> References: <20020605015646.GA17257@lectura.CS.Arizona.EDU> <20020607085543.GA85019@e-Gitt.NET> X-Mailer: VM 6.99 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-Homepage: http://www.cs.arizona.edu/~cau Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Oliver Brandmueller writes: > I have an FreeBSD 4.6-RC and the vid which is in the ports (current > version). Works fine for me with an Creative WebCam II (tested with both > models, the oe with OV511 and the one with OV511+). It's slow, so it > only gives still pictures, could take maybe 1 or 2 pictures per second I > guess, I've never tried, because I use it as webcam with 10 or 20 second > updates. The controller is an UHCI. > > I don't have the notebook here at the moment, so I can't give you more > precise values, if you need, just tell me and I'll have a look at it. Thanks, Oliver. Your results tell me that the main problem must lie in something I am doing =/ Although I am having problems in -stable and -current, it seems that -current is much faster as far as transfers on UHCI go. Hopefully that can all be MFC'd after 4.6 is released. Carlos -- Carlos A. Ugarte cau@research.att.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 8 12:33:38 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from web21106.mail.yahoo.com (web21106.mail.yahoo.com [216.136.227.108]) by hub.freebsd.org (Postfix) with SMTP id 04C2537B403 for ; Sat, 8 Jun 2002 12:33:35 -0700 (PDT) Message-ID: <20020608193331.31471.qmail@web21106.mail.yahoo.com> Received: from [152.15.26.29] by web21106.mail.yahoo.com via HTTP; Sat, 08 Jun 2002 12:33:31 PDT Date: Sat, 8 Jun 2002 12:33:31 -0700 (PDT) From: Vinod Subject: can't seem to server real files to a different subnet To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org i am not sure this is the right place to post this but then don't know where else. i was streaming real videos from a real server(on windows2000 with ipaddress 10.0.0.8) to a freebsd desktop(ipaddress 10.0.0.2) and everything was working ok.now when i tried to play the same files from another laptop(10.0.2.5) i cant seem to do so.this desktop is on a different subnet from my real server.its not an ip networking issue as i can ping the server from my laptop.just that i cant play my real media files from the server.is there something which says location spcified rtsp can be played on the same subnet only?i don't think so but then cant seem to think of anything else. Any help will be appreciated. Thanks, Vinod __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 8 16:27:24 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mips.b.lab.net (port-212-202-128-202.reverse.qsc.de [212.202.128.202]) by hub.freebsd.org (Postfix) with ESMTP id 19E3F37B41B for ; Sat, 8 Jun 2002 16:27:18 -0700 (PDT) Received: from localhost (uzs106@localhost) by mips.b.lab.net (8.9.3/8.9.3) with ESMTP id BAA01255 for ; Sun, 9 Jun 2002 01:27:45 +0200 (CEST) (envelope-from uzs106@ibm.rhrz.uni-bonn.de) X-Authentication-Warning: mips.b.lab.net: uzs106 owned process doing -bs Date: Sun, 9 Jun 2002 01:27:44 +0200 (CEST) From: Heiko Recktenwald X-Sender: uzs106@mips.b.lab.net To: freebsd-multimedia@FreeBSD.ORG Subject: ESS688 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, sorry to bother you more with this boring 8 MB laptop with 3.5 R, that runs fine, but: the soundchip mentioned some days earlier, that was recognised as a ESS 18?? (rev 11), with sndstat << FreeBSD Audio Driver (981002) Jun 3 2002 09:48:53 Installed devices: pcm0: at 0x220 irq 5 dma 1:1 >> is a ESS688, according to some Linux webpages. Could that make a difference ? NetBSD and Linux treat it as an ordinary Soundblaster without problems. H. If I could make the Linux emulation work, I would use NetBSD ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 8 20:26:47 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from volatile.chemikals.org (cae88-49-048.sc.rr.com [24.88.49.48]) by hub.freebsd.org (Postfix) with ESMTP id DCC4E37B403 for ; Sat, 8 Jun 2002 20:26:40 -0700 (PDT) Received: from localhost (morganw@localhost [127.0.0.1]) by volatile.chemikals.org (8.12.3/8.12.3) with ESMTP id g593QeN6019797 for ; Sat, 8 Jun 2002 23:26:40 -0400 (EDT) (envelope-from morganw@chemikals.org) Date: Sat, 8 Jun 2002 23:26:40 -0400 (EDT) From: Wesley Morgan To: multimedia@freebsd.org Subject: newpcm problem Message-ID: <20020608232141.X19769-200000@volatile.chemikals.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-101769150-1023593200=:19769" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-101769150-1023593200=:19769 Content-Type: TEXT/PLAIN; charset=US-ASCII Running -current on my laptop, I am having some trouble with the sound. If I build it into the kernel, it will hang during probe at boot, but afterwards the modules can be loaded properly. The driver attaches as: pcm0: port 0xed00-0xedff mem 0xf7efe000-0xf7efefff irq 11 at device 6.0 on pci0 One thing to note -- all pci devices are hard-routed through IRQ 11 on this machine. Now, I can play an mp3 for about 25 seconds before the kernel spits out: pcm0:play:0: play interrupt timeout, channel dead And it flies through the song and wont play anything else. The same behavior is seen with playing other audio files as well. dmesg is attached... -- _ __ ___ ____ ___ ___ ___ Wesley N Morgan _ __ ___ | _ ) __| \ morganw@chemikals.org _ __ | _ \._ \ |) | FreeBSD: The Power To Serve _ |___/___/___/ Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! --0-101769150-1023593200=:19769 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=dmesg Content-Transfer-Encoding: BASE64 Content-ID: <20020608232640.J19769@volatile.chemikals.org> Content-Description: Content-Disposition: attachment; filename=dmesg Q29weXJpZ2h0IChjKSAxOTkyLTIwMDIgVGhlIEZyZWVCU0QgUHJvamVjdC4N CkNvcHlyaWdodCAoYykgMTk3OSwgMTk4MCwgMTk4MywgMTk4NiwgMTk4OCwg MTk4OSwgMTk5MSwgMTk5MiwgMTk5MywgMTk5NA0KCVRoZSBSZWdlbnRzIG9m IHRoZSBVbml2ZXJzaXR5IG9mIENhbGlmb3JuaWEuIEFsbCByaWdodHMgcmVz ZXJ2ZWQuDQpGcmVlQlNEIDUuMC1DVVJSRU5UICM2MDogVGh1IEp1biAgNiAy MjoyNzo1OSBFRFQgMjAwMg0KICAgIG1vcmdhbndAY2F0YWx5c3QuY2hlbWlr YWxzLm9yZzovdXNyL3NyYy9zeXMvaTM4Ni9jb21waWxlL0NBVEFMWVNUDQpQ cmVsb2FkZWQgZWxmIGtlcm5lbCAiL2Jvb3Qva2VybmVsLndvcmsva2VybmVs IiBhdCAweGMwM2IyMDAwLg0KUHJlbG9hZGVkIGVsZiBtb2R1bGUgIi9ib290 L2tlcm5lbC53b3JrL2FwbS5rbyIgYXQgMHhjMDNiMjBiMC4NClRpbWVjb3Vu dGVyICJpODI1NCIgIGZyZXF1ZW5jeSAxMTkzMTgyIEh6DQpDUFU6IFBlbnRp dW0gSUlJL1BlbnRpdW0gSUlJIFhlb24vQ2VsZXJvbiAoOTk1Ljk3LU1IeiA2 ODYtY2xhc3MgQ1BVKQ0KICBPcmlnaW4gPSAiR2VudWluZUludGVsIiAgSWQg PSAweDZiMSAgU3RlcHBpbmcgPSAxDQogIEZlYXR1cmVzPTB4MzgzZjlmZjxG UFUsVk1FLERFLFBTRSxUU0MsTVNSLFBBRSxNQ0UsQ1g4LFNFUCxNVFJSLFBH RSxNQ0EsQ01PVixQQVQsUFNFMzYsTU1YLEZYU1IsU1NFPg0KcmVhbCBtZW1v cnkgID0gNTE5NDM4MzM2ICg1MDcyNjRLIGJ5dGVzKQ0KYXZhaWwgbWVtb3J5 ID0gNTAxMzEzNTM2ICg0ODk1NjRLIGJ5dGVzKQ0KUGVudGl1bSBQcm8gTVRS UiBzdXBwb3J0IGVuYWJsZWQNClZFU0E6IHYyLjAsIDE2Mzg0ayBtZW1vcnks IGZsYWdzOjB4MCwgbW9kZSB0YWJsZToweGMwMzRhNmEwICgxMDAwMDQwKQ0K VkVTQTogVHJpZGVudCBDWUJFUiA4ODIwDQpVc2luZyAkUElSIHRhYmxlLCA3 IGVudHJpZXMgYXQgMHhjMDBmMDFkMA0KbnB4MDogPG1hdGggcHJvY2Vzc29y PiBvbiBtb3RoZXJib2FyZA0KbnB4MDogSU5UIDE2IGludGVyZmFjZQ0KYXBt MDogPEFQTSBCSU9TPiBvbiBtb3RoZXJib2FyZA0KYXBtMDogZm91bmQgQVBN IEJJT1MgdjEuMiwgY29ubmVjdGVkIGF0IHYxLjINCnBjaWIwOiA8SG9zdCB0 byBQQ0kgYnJpZGdlPiBhdCBwY2lidXMgMCBvbiBtb3RoZXJib2FyZA0KcGNp MDogPFBDSSBidXM+IG9uIHBjaWIwDQphZ3AwOiA8QWxpIEdlbmVyaWMgaG9z dCB0byBQQ0kgYnJpZGdlPiBtZW0gMHhmMDAwMDAwMC0weGYzZmZmZmZmIGF0 IGRldmljZSAwLjAgb24gcGNpMA0KcGNpYjE6IDxQQ0ktUENJIGJyaWRnZT4g YXQgZGV2aWNlIDEuMCBvbiBwY2kwDQpwY2kxOiA8UENJIGJ1cz4gb24gcGNp YjENCnBjaTE6IDxkaXNwbGF5LCBWR0E+IGF0IGRldmljZSAwLjAgKG5vIGRy aXZlciBhdHRhY2hlZCkNCnBjaTA6IDxzZXJpYWwgYnVzLCBVU0I+IGF0IGRl dmljZSAyLjAgKG5vIGRyaXZlciBhdHRhY2hlZCkNCmF0YXBjaTA6IDxBY2Vy TGFicyBBbGFkZGluIEFUQTY2IGNvbnRyb2xsZXI+IHBvcnQgMHhlZmYwLTB4 ZWZmZiBhdCBkZXZpY2UgNC4wIG9uIHBjaTANCmF0YTA6IGF0IDB4MWYwIGly cSAxNCBvbiBhdGFwY2kwDQphdGExOiBhdCAweDE3MCBpcnEgMTUgb24gYXRh cGNpMA0KcGNpMDogPG11bHRpbWVkaWEsIGF1ZGlvPiBhdCBkZXZpY2UgNi4w IChubyBkcml2ZXIgYXR0YWNoZWQpDQppc2FiMDogPFBDSS1JU0EgYnJpZGdl PiBhdCBkZXZpY2UgNy4wIG9uIHBjaTANCmlzYTA6IDxJU0EgYnVzPiBvbiBp c2FiMA0KcGNpMDogPGJyaWRnZSwgUENJLXVua25vd24+IGF0IGRldmljZSA4 LjAgKG5vIGRyaXZlciBhdHRhY2hlZCkNCnBjaTA6IDxuZXR3b3JrLCBldGhl cm5ldD4gYXQgZGV2aWNlIDEwLjAgKG5vIGRyaXZlciBhdHRhY2hlZCkNCnBj aTA6IDxiYXNlIHBlcmlwaGVyYWw+IGF0IGRldmljZSAxOC4wIChubyBkcml2 ZXIgYXR0YWNoZWQpDQpvcm0wOiA8T3B0aW9uIFJPTXM+IGF0IGlvbWVtIDB4 ZTAwMDAtMHhlZmZmZiwweGMwMDAwLTB4Y2JmZmYgb24gaXNhMA0KYXRrYmRj MDogPEtleWJvYXJkIGNvbnRyb2xsZXIgKGk4MDQyKT4gYXQgcG9ydCAweDY0 LDB4NjAgb24gaXNhMA0KYXRrYmQwOiA8QVQgS2V5Ym9hcmQ+IGlycSAxIG9u IGF0a2JkYzANCmtiZDAgYXQgYXRrYmQwDQpwc20wOiA8UFMvMiBNb3VzZT4g aXJxIDEyIG9uIGF0a2JkYzANCnBzbTA6IG1vZGVsIEludGVsbGlNb3VzZSwg ZGV2aWNlIElEIDMNCnNjMDogPFN5c3RlbSBjb25zb2xlPiBhdCBmbGFncyAw eDYgb24gaXNhMA0Kc2MwOiBWR0EgPDE2IHZpcnR1YWwgY29uc29sZXMsIGZs YWdzPTB4MjA2Pg0KdmdhMDogPEdlbmVyaWMgSVNBIFZHQT4gYXQgcG9ydCAw eDNjMC0weDNkZiBpb21lbSAweGEwMDAwLTB4YmZmZmYgb24gaXNhMA0KdW5r bm93bjogPFBOUDBjMDE+IGNhbid0IGFzc2lnbiByZXNvdXJjZXMgKG1lbW9y eSkNCnVua25vd246IDxQTlAwMzAzPiBjYW4ndCBhc3NpZ24gcmVzb3VyY2Vz IChwb3J0KQ0KdW5rbm93bjogPFBOUDBmMTM+IGNhbid0IGFzc2lnbiByZXNv dXJjZXMgKGlycSkNCnNpbzA6IDwxNjU1MEEtY29tcGF0aWJsZSBDT00gcG9y dD4gYXQgcG9ydCAweDNmOC0weDNmZiBpcnEgNCBvbiBpc2EwDQpzaW8wOiB0 eXBlIDE2NTUwQQ0KcGNpYzA6IDxJbnRlbCBpODIzNjVTTC1BL0I+IGF0IHBv cnQgMHgzZTAtMHgzZTEgb24gaXNhMA0KcGNpYzA6IFBvbGxpbmcgbW9kZQ0K cGNjYXJkMDogPFBDIENhcmQgYnVzIChjbGFzc2ljKT4gb24gcGNpYzANCnBj Y2FyZDE6IDxQQyBDYXJkIGJ1cyAoY2xhc3NpYyk+IG9uIHBjaWMwDQpUaW1l Y291bnRlcnMgdGljayBldmVyeSAxMC4wMDAgbXNlYw0KSVBzZWM6IEluaXRp YWxpemVkIFNlY3VyaXR5IEFzc29jaWF0aW9uIFByb2Nlc3NpbmcuDQpwY2Nh cmQ6IGNhcmQgaW5zZXJ0ZWQsIHNsb3QgMA0KYXRhMS1zbGF2ZTogdGltZW91 dCB3YWl0aW5nIGZvciBpbnRlcnJ1cHQNCmF0YTEtc2xhdmU6IEFUQVBJIGlk ZW50aWZ5IGZhaWxlZA0KYWQwOiAyODYxNU1CIDxUT1NISUJBIE1LMzAxN0dB UD4gWzU4MTQwLzE2LzYzXSBhdCBhdGEwLW1hc3RlciBVRE1BNjYNCmFjZDA6 IENELVJXIDxVSkRBNzIwIERWRC9DRFJXPiBhdCBhdGExLW1hc3RlciBQSU80 DQoobm9wZXJpcGg6YXRhcGkxOjA6LTE6LTEpOiBSZWdpc3RlcmVkIFNJTSBm b3IgYXRhMQ0KYWNkMDogdW5rbm93biBDTUQgKDB4MTIpIC0gSUxMRUdBTCBS RVFVRVNUIGFzYz0weDI0IGFzY3E9MHgwMCBza3M9MHg0MCAweDAwIDB4MDEg ZXJyb3I9MHgwMA0KYWNkMDogdW5rbm93biBDTUQgKDB4MTIpIC0gSUxMRUdB TCBSRVFVRVNUIGFzYz0weDI0IGFzY3E9MHgwMCBza3M9MHg0MCAweDAwIDB4 MDEgZXJyb3I9MHgwMA0KTW91bnRpbmcgcm9vdCBmcm9tIHVmczovZGV2L2Fk MHMyYQ0KY2QwIGF0IGF0YXBpMSBidXMgMCB0YXJnZXQgMCBsdW4gMA0KY2Qw OiA8TUFUU0hJVEEgVUpEQTcyMCBEVkQvQ0RSVyAxLjAwPiBSZW1vdmFibGUg Q0QtUk9NIFNDU0ktMCBkZXZpY2UgDQpjZDA6IDg0NC44MDBNQi9zIHRyYW5z ZmVycyAoMjA0OGJpdCkNCmNkMDogY2QgcHJlc2VudCBbMjI0NDI3NSB4IDIw NDggYnl0ZSByZWNvcmRzXQ0KbWQwOiBNYWxsb2MgZGlzaw0Kc2lvMSBhdCBw b3J0IDB4MmU4LTB4MmVmIGlycSAzIHNsb3QgMCBvbiBwY2NhcmQwDQpzaW8x OiB0eXBlIDE2NTUwQQ0Kc3RyYXkgaXJxIDcNCnN0cmF5IGlycSA3DQpzdHJh eSBpcnEgNw0KcGNtMDogPEFjZXIgTGFicyBNNTQ1MT4gcG9ydCAweGVkMDAt MHhlZGZmIG1lbSAweGY3ZWZlMDAwLTB4ZjdlZmVmZmYgaXJxIDExIGF0IGRl dmljZSA2LjAgb24gcGNpMA0KcGNtMDpwbGF5OjA6IHBsYXkgaW50ZXJydXB0 IHRpbWVvdXQsIGNoYW5uZWwgZGVhZA0K --0-101769150-1023593200=:19769-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 8 22: 5: 1 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from localhost.b.lab.net (port-212-202-128-202.reverse.qsc.de [212.202.128.202]) by hub.freebsd.org (Postfix) with ESMTP id C518237B403 for ; Sat, 8 Jun 2002 22:04:57 -0700 (PDT) Received: from localhost (uzs106@localhost) by localhost.b.lab.net (8.9.3/8.9.3) with ESMTP id HAA00339 for ; Sun, 9 Jun 2002 07:05:17 +0200 (CEST) (envelope-from uzs106@ibm.rhrz.uni-bonn.de) X-Authentication-Warning: localhost.b.lab.net: uzs106 owned process doing -bs Date: Sun, 9 Jun 2002 07:05:15 +0200 (CEST) From: Heiko Recktenwald X-Sender: uzs106@localhost.b.lab.net To: freebsd-multimedia@FreeBSD.ORG Subject: Re: ESS688/ok In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org There was a "patch" in Japan, replaced Luigis snd with his in the kernel sources, et voila ;-) Maybe with some bugs, as he writes, but very loud, great. H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message