From owner-freebsd-multimedia Sun May 28 13:48:43 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from gatekeeper.radio-do.de (gatekeeper.Radio-do.de [193.101.164.1]) by hub.freebsd.org (Postfix) with ESMTP id BD8F737B897 for ; Sun, 28 May 2000 13:48:40 -0700 (PDT) (envelope-from fn@gatekeeper.radio-do.de) Received: from trinity.radio-do.de (trinity.Radio-do.de [193.101.164.3]) by gatekeeper.radio-do.de (Postfix) with ESMTP id 3AF29543E2 for ; Sun, 28 May 2000 22:48:36 +0200 (MET DST) Received: (from fn@localhost) by trinity.radio-do.de (8.9.3/8.9.3) id WAA09023 for multimedia@FreeBSD.ORG; Sun, 28 May 2000 22:48:36 +0200 (CEST) (envelope-from fn@gatekeeper.radio-do.de) Date: Sun, 28 May 2000 22:48:36 +0200 From: Frank Nobis To: multimedia@FreeBSD.ORG Subject: Re: TV Users - Let me bounce this off you Message-ID: <20000528224836.A9003@radio-do.de> References: <20000525210340.A44725@nc.rr.com> <392E231D.BA8C1519@rostock.zgdv.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <392E231D.BA8C1519@rostock.zgdv.de> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 26, 2000 at 09:09:17AM +0200, Thomas Runge wrote: > Randall Hopper wrote: > > > > Been thinking about a way to make writing TV apps easier (not just > > easy; trivial!). An API that would allow folks to literally write their > > own in Python or Tcl TV app with 5-10 lines of code. > > Well, making complicated things esier is almost always a good idea :-) > > [...] > And how about supporting multiple output sources? That could mean multiple tv cards or for example a tv output (aka multihead) capable video card, like a g400 or asus 3800. I could imagine a simple way to write more advanced remote programs. One could even do some in display coniguration with simple apps like Randall seams to have in mind. Regards, Frank -- ~/.signature not found: wellknown error 42 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun May 28 16:13: 3 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from nts.mapisrael.com (nts.mapa.co.il [192.116.157.1]) by hub.freebsd.org (Postfix) with ESMTP id 2BAEC37BAF5 for ; Sun, 28 May 2000 16:12:49 -0700 (PDT) (envelope-from ak@freenet.co.uk) Received: from freenet.co.uk (ALEX [192.116.157.120]) by nts.mapisrael.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id LRLMW5VZ; Mon, 29 May 2000 02:12:34 +0200 Message-ID: <3931B5D2.8FCEEC32@freenet.co.uk> Date: Mon, 29 May 2000 02:12:02 +0200 From: A G F Keahan X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Randall Hopper Cc: multimedia@FreeBSD.ORG Subject: Re: TV Users - Let me bounce this off you References: <20000525210340.A44725@nc.rr.com> <392E231D.BA8C1519@rostock.zgdv.de> <20000527224624.A31185@nc.rr.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randall Hopper wrote: > > > |And how about supporting multiple output sources? > > Do you mean multiple capture cards in one machine? I'm not completely sure > I know what you mean, because doesn't bktr currently support that > (/dev/bktr{0,1,...}, /dev/tuner{0,1,...})? No, that's multiple input. I think he meant sending output (video capture) data to more than one place -- e.g. an X11 window, a file, and a shared memory location. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun May 28 16:54:21 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from nts.mapisrael.com (nts.mapa.co.il [192.116.157.1]) by hub.freebsd.org (Postfix) with ESMTP id D3C8337B625 for ; Sun, 28 May 2000 16:54:18 -0700 (PDT) (envelope-from ak@freenet.co.uk) Received: from freenet.co.uk (ALEX [192.116.157.120]) by nts.mapisrael.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id LRLMW5V9; Mon, 29 May 2000 02:54:05 +0200 Message-ID: <3931BF8D.3C2194A3@freenet.co.uk> Date: Mon, 29 May 2000 02:53:33 +0200 From: A G F Keahan X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Randall Hopper , multimedia@FreeBSD.ORG Subject: Re: TV Users - Let me bounce this off you References: <20000525210340.A44725@nc.rr.com> <392E231D.BA8C1519@rostock.zgdv.de> <20000527224624.A31185@nc.rr.com> <3931B5D2.8FCEEC32@freenet.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A G F Keahan wrote: > > Randall Hopper wrote: > > > > > > |And how about supporting multiple output sources? > > > > Do you mean multiple capture cards in one machine? I'm not completely sure > > I know what you mean, because doesn't bktr currently support that > > (/dev/bktr{0,1,...}, /dev/tuner{0,1,...})? > > No, that's multiple input. I think he meant sending output (video > capture) data to more than one place -- e.g. an X11 window, a file, and > a shared memory location ^^^^^^^^^^^^^^^^^ at the same time. > > Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun May 28 23:24:21 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from kiew.egd.igd.fhg.de (kiew.egd.igd.fhg.de [192.102.170.32]) by hub.freebsd.org (Postfix) with ESMTP id 34BA637BB99 for ; Sun, 28 May 2000 23:24:18 -0700 (PDT) (envelope-from runge@rostock.zgdv.de) Received: from rostock.zgdv.de (penguin.egd.igd.fhg.de [192.102.170.145]) by kiew.egd.igd.fhg.de (Netscape Messaging Server 3.6) with ESMTP id AAAC8B for ; Mon, 29 May 2000 08:24:12 +0200 Message-ID: <39320DB1.3A2AAE3C@rostock.zgdv.de> Date: Mon, 29 May 2000 08:26:57 +0200 From: Thomas Runge X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en, de MIME-Version: 1.0 Cc: multimedia@FreeBSD.ORG Subject: Re: TV Users - Let me bounce this off you References: <20000525210340.A44725@nc.rr.com> <392E231D.BA8C1519@rostock.zgdv.de> <20000527224624.A31185@nc.rr.com> <3931B5D2.8FCEEC32@freenet.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A G F Keahan wrote: > > Randall Hopper wrote: > > > > > > |And how about supporting multiple output sources? > > > > Do you mean multiple capture cards in one machine? I'm not completely sure > > I know what you mean, because doesn't bktr currently support that > > (/dev/bktr{0,1,...}, /dev/tuner{0,1,...})? > > No, that's multiple input. I think he meant sending output (video > capture) data to more than one place -- e.g. an X11 window, a file, and > a shared memory location. Yes, thats what I meant. The idea behind it is, that you can have an application (f.i. a video editing program), that processes the video data while it can show it at the same time in it's GUI. And while we are at it. I had a look into broadcast2000. I personally don't need such a programm, but it would be A Nice Thing To Have [tm] on FreeBSD. I thought, it would be "only" porting the V4L stuff to bktr, but it looks, like we have some problems with pthreats. Or Linux is doing some special, undocumented things, which the author is using. Did someone else have a look into porting this beast? -- Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon May 29 3:27:57 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from knight.cons.org (knight.cons.org [194.233.237.86]) by hub.freebsd.org (Postfix) with ESMTP id 1E40337B558 for ; Mon, 29 May 2000 03:27:54 -0700 (PDT) (envelope-from cracauer@knight.cons.org) Received: (from cracauer@localhost) by knight.cons.org (8.9.3/8.9.3) id MAA16056 for multimedia@freebsd.org; Mon, 29 May 2000 12:27:51 +0200 (CEST) Date: Mon, 29 May 2000 12:27:51 +0200 From: Martin Cracauer To: multimedia@freebsd.org Subject: Latest Voodoo patches, where? Message-ID: <20000529122750.A16047@cons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I saw a number of diffs for the glide v2/v3 sources floating around. I'd like to build the port for the glide stuff, could you please point me to the latest set? Voodoo1, anyone? Thanks Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ BSD User Group Hamburg, Germany http://www.bsdhh.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon May 29 4:28:25 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id A645C37BA51 for ; Mon, 29 May 2000 04:28:22 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id EAA06219 for ; Mon, 29 May 2000 04:28:20 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <39325454.A67E8DA5@gorean.org> Date: Mon, 29 May 2000 04:28:20 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0528 i386) X-Accept-Language: en MIME-Version: 1.0 To: multimedia@freebsd.org Subject: ECC RAM + PCI sound + 5.0-Current = panic Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I had an SB live card, and although there has been progress lately, it is not working for me in 5.0-Current, so I decided to "step down" to an SB PCI 128 which has been reported to work well. Unfortunately, I get the exact same behavior with this card that I did with the SB live. It plays some sounds, others it does not play at all. However, inevitably after it's played a few sounds or many, the system locks up then reboots, or it drops into DDB. During previous attempts to narrow down this problem, it was determined that people with ECC RAM were suffering panics with the SB live much more so than those without. During my tests today I actually got it do go into DDB once. The trace showed that the kernel had actually panic'ed in fxp_start(). That happened a couple times. The other function it died in was fxp_mc_setup. Offhand, this would indicate to me that the problem may be in how pcm is handling interaction with the PCI bus, since two different PCI sound cards are causing the panics. Disabling ECC made no difference. My mb is an Asus P2B. Let me know if there's anything I can do to help.... Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon May 29 6: 6:32 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id B418037BC5F; Mon, 29 May 2000 06:06:20 -0700 (PDT) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.9.3/8.9.3) id IAA63601; Mon, 29 May 2000 08:06:18 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 29 May 2000 08:06:18 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: multimedia@freebsd.org Subject: Gamtv -- Free, quality MPEG player for Linux (porting help needed) Cc: ports@freebsd.org Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Came across this yesterday. It's built around the MTV SDK, but the package includes all the sources necessary to build it. I've managed to get the player itself to compile and run, and it's working just fine, but the gui stuff (made with glade) is driving me nuts. Perhaps one of you porting wizards would care to have a go at it? I think it would make a *very* worthwhile addition to the ports collection. Essentially, it's a *free* version of mtv! http://andrej.co.ru/~andrej/programs/gamtv/ -- Conrad Sabatier http://members.home.net/conrads/ ICQ# 1147270 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon May 29 19:12:26 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from rr.com (rdu25-28-182.nc.rr.com [24.25.28.182]) by hub.freebsd.org (Postfix) with ESMTP id 9E1A937B59B for ; Mon, 29 May 2000 19:12:23 -0700 (PDT) (envelope-from rhh@rr.com) Received: (from rhh@localhost) by rr.com (8.9.3/8.9.3) id WAA04646; Mon, 29 May 2000 22:13:23 -0400 (EDT) (envelope-from rhh) Date: Mon, 29 May 2000 22:13:23 -0400 From: Randall Hopper To: A G F Keahan Cc: multimedia@FreeBSD.ORG Subject: Re: TV Users - Let me bounce this off you Message-ID: <20000529221323.A4529@nc.rr.com> References: <20000525210340.A44725@nc.rr.com> <392E231D.BA8C1519@rostock.zgdv.de> <20000527224624.A31185@nc.rr.com> <3931B5D2.8FCEEC32@freenet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <3931B5D2.8FCEEC32@freenet.co.uk>; from ak@freenet.co.uk on Mon, May 29, 2000 at 02:12:02AM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A G F Keahan: |> |And how about supporting multiple output sources? |> |> Do you mean multiple capture cards in one machine? I'm not completely sure |> I know what you mean, because doesn't bktr currently support that |> (/dev/bktr{0,1,...}, /dev/tuner{0,1,...})? | |No, that's multiple input. I think he meant sending output (video |capture) data to more than one place -- e.g. an X11 window, a file, and |a shared memory location. Ah, thanks. Missed that. The multimedia equivalent of "tee". That could be tricky. When an X11 window, you're slinging video to X and presumably audio to the soundcard. To a file, you're probably slinging audio and video (merged or split), or maybe just video, and probably in different formats than are going down the other pipes. -- Randall Hopper aa8vb@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue May 30 13:30:13 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from goku.cl.msu.edu (goku.cl.msu.edu [35.8.3.20]) by hub.freebsd.org (Postfix) with ESMTP id 0122E37B91B for ; Tue, 30 May 2000 13:30:10 -0700 (PDT) (envelope-from dervish@goku.cl.msu.edu) Received: (from dervish@localhost) by goku.cl.msu.edu (8.9.3/8.9.3) id QAA37734; Tue, 30 May 2000 16:30:07 -0400 (EDT) (envelope-from dervish) Date: Tue, 30 May 2000 16:30:07 -0400 From: Bush Doctor To: Alexander Matey Cc: freebsd-multimedia@freebsd.org Subject: Re: Driver for Aureal Vortex* based soundcards is available Message-ID: <20000530163007.E78081@goku.cl.msu.edu> References: <20000524212416.A486@cis.ohio-state.edu> <20000526160624.A82464@goku.cl.msu.edu> <20000526165925.A4350@cis.ohio-state.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000526165925.A4350@cis.ohio-state.edu>; from matey@cis.ohio-state.edu on Fri, May 26, 2000 at 04:59:26PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 WWW-Home-Page: http://bantu.cl.msu.edu Organisation: Fraternal Order of Whipped Husbands -- (F.O.O.W.H.) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Out of da blue Alexander Matey aka (matey@cis.ohio-state.edu) said: > On Fri, May 26, 2000 at 04:06:24PM -0400, Bush Doctor wrote: > > > I tested it on 5.0-CURRENT although I believe it should compile > > > and run on 4.0-STABLE as well. > > > > > > This my first driver, any comments are appreciated. > > Good work. I've been giving it a workout since this morning. Actually > > went out and bought a couple on new cd's :). My box at work has a > > Turtle Beach Montego A3D II (Vortex2 au8830). The driver has been > > performing flawlessly! > > Chris Watson has reported system lockups when using this driver > with Turtle Beach Montego II+ on an AMD Athlon system. The problem > seems to be with Aureal Vortex2 binary core. Could you give me more > details about your system. More specifically is it AMD Athlon or Intel > based? Sorry about the late reply. Everything is still working flawlessly, My box is a Dell Dimension XPS T550 (PIII 550MHz) 128MB ram, with the card as described above. Let me know if you need more info. > > -- > lx #;^) -- f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng. bush doctor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed May 31 5:46:20 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from rhymer.cogsci.ed.ac.uk (rhymer.cogsci.ed.ac.uk [129.215.144.8]) by hub.freebsd.org (Postfix) with ESMTP id E0C8B37B934 for ; Wed, 31 May 2000 05:46:17 -0700 (PDT) (envelope-from richard@cogsci.ed.ac.uk) Received: (from richard@localhost) by rhymer.cogsci.ed.ac.uk (8.9.3/8.9.3) id NAA13887 for freebsd-multimedia@FreeBSD.ORG; Wed, 31 May 2000 13:46:16 +0100 (BST) Date: Wed, 31 May 2000 13:46:16 +0100 (BST) Message-Id: <200005311246.NAA13887@rhymer.cogsci.ed.ac.uk> From: Richard Tobin Subject: YMF724 To: freebsd-multimedia@FreeBSD.ORG Organization: just say no Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I see that there is a newly-added driver in -current for Yamaha DS-1 cards. Will this work for the YMF 724? And how hard would it be to get it working on a 3.4 system? -- Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed May 31 10: 4:47 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by hub.freebsd.org (Postfix) with ESMTP id 48B8537B69E for ; Wed, 31 May 2000 10:04:45 -0700 (PDT) (envelope-from faber@ISI.EDU) Received: from ted.isi.edu (ted.isi.edu [128.9.160.104]) by boreas.isi.edu (8.8.7/8.8.6) with ESMTP id KAA11486 for ; Wed, 31 May 2000 10:04:45 -0700 (PDT) Received: from ted.isi.edu (localhost [127.0.0.1]) by ted.isi.edu (8.9.3/8.9.3) with ESMTP id KAA78774 for ; Wed, 31 May 2000 10:04:44 -0700 (PDT) (envelope-from faber@ted.isi.edu) Message-Id: <200005311704.KAA78774@ted.isi.edu> X-Mailer: exmh version 2.1.1 10/15/1999 To: freebsd-multimedia@FreeBSD.ORG Subject: Re: YMF724 In-Reply-To: Your message of "Wed, 31 May 2000 13:46:16 BST." <200005311246.NAA13887@rhymer.cogsci.ed.ac.uk> X-Url: http://www.isi.edu/~faber Date: Wed, 31 May 2000 10:04:44 -0700 From: Ted Faber Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Content-Type: text/plain; charset=us-ascii Richard Tobin wrote: >I see that there is a newly-added driver in -current for Yamaha DS-1 >cards. > >Will this work for the YMF 724? And how hard would it be to get it >working on a 3.4 system? Is this in -stable as well? If not, is it headed there? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (FreeBSD) Comment: Exmh version 2.1.1 10/15/1999 iD8DBQE5NUYsaUz3f+Zf+XsRAg7dAJ0YifT0Pn59e4Fp077iOJ7fL3pCDQCgrst8 elkSLovK8zacszOFZn6bqkg= =FWXf -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 1 4:51:41 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from doorman.brann.org (remote-brann-gw.nyc.dsl.access.net [166.84.145.254]) by hub.freebsd.org (Postfix) with ESMTP id 5337437B8FB; Thu, 1 Jun 2000 04:51:22 -0700 (PDT) (envelope-from john@brann.org) Received: from freebie.brann.org (freebie.brann.org [10.0.0.2]) by doorman.brann.org (8.9.2/8.8.5) with ESMTP id HAA70160; Thu, 1 Jun 2000 07:51:15 -0400 (EDT) Received: (from john@localhost) by freebie.brann.org (8.9.3/8.9.3) id HAA02106; Thu, 1 Jun 2000 07:51:11 -0400 (EDT) (envelope-from john) Date: Thu, 1 Jun 2000 07:51:11 -0400 From: John Brann To: stable@freebsd.org, multimedia@freebsd.org Subject: Re: pcm sound river behaviour Message-ID: <20000601075110.A2073@freebie.brann.org> References: <20000530101410.A1441@freebie.brann.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000530101410.A1441@freebie.brann.org>; from john@brann.org on Tue, May 30, 2000 at 10:14:10AM -0400 Organization: Not while I'm at home X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, following up to my own message... I rebuilt a kernel using the (legacy) voxware drivers: device snd device css0 at isa? port 0x534 irq 5 drq 1 flags 0x08 device mpu0 at isa? [Taken from LINT] dmesg looks less than perfect: css0 at port 0x534 irq 5 drq 1 flags 0x8 on isa0 snd0: css0: driver is using old-style compatability shims mpu0 at port 0xffffffff on isa0 isa_compat: didn't get ports for mpu snd0: WARNING: "snd" is usurping "snd"'s cdevsw[] mpu0: driver is using old-style compatability shims unknown0: at port 0x535-0x538,0x388-0x38b,0x220-0x22f irq 11 drq 3,0 on isa0 unknown1: at port 0x200-0x207 on isa0 unknown2: at port 0x120-0x127 on isa0 unknown: can't assign resources But sound is now restored. There is still a leading click when playing .au files, but it's less pronounced, and no sound is lost. Line-in works, too. sndstat shows: freebie:john>cat /dev/sndstat VoxWare Sound Driver:3.5-alpha15-970902 (Wed Aug 6 22:58:35 PDT 1997 Amancio Ha sty@rah.star-gate.com) Config options: Installed drivers: Type 21: CS4232 Type 22: CS4232 MIDI Type 5: Roland MPU-401 Card config: CS4232 at 0x534 irq 5 drq 1,0 Roland MPU-401 at 0xffffffff irq 1 Audio devices: 0: CS4232 (CS4236) (DUPLEX) Synth devices: Midi devices: 0: MPU-401 0.0 Midi interface Timers: 0: System clock 1: CS4232 (CS4236) Mixers: 0: AD1848/CS4248/CS4231/CS4236 [Thanks, Amancio!] So that's it. I'll be sticking with voxware for a while. John On Tue, May 30, 2000 at 10:14:10AM -0400, John Brann wrote: > Hi All, > > I'm experiencing some unwanted 'features' from the pcm sound driver. > > Both of these are new in 4.0-STABLE. I previously ran a variety of 3.X and > 4.0-CURRENT kernels under which sound worked well with the pcm driver. > > 1: Playing .au files by 'cat foo.au > /dev/audio0' loses part of the > beginning of the sound. Any .au file less than 1048 bytes produces > only silence. > > [Note, I do not believe there is necessarily anything magic about > 1048. It happens to be the size of the smallest .au file I have which > makes any sound. The largest silent .au file is 1039 bytes] > > Larger files produce a period of silence, followed by two clicks, > followed by the appropriate sound, followed by another click. I > believe the sound produced has lost a leading amount of about one > second. > > 2: The sound card does not accept audio signal from an external device > connected to the line-in socket. > > Machine is a dual P-Pro 200 with on-board sound. > > Kernel is yesterdays 4.0-STABLE: > > FreeBSD 4.0-STABLE #2: Mon May 29 14:03:57 EDT 2000 > > Kernel config entry for pcm is: > > device pcm > > dmesg shows: > > pcm0: at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 > unknown0: at port 0x200-0x207 on isa0 > unknown1: at port 0x120-0x127 on isa0 > unknown2: at port 0x300-0x301 irq 11 on isa0 > > No other device claims irq 5 (or 11) > > Any ideas? > > John > > > -- > Unreal City, > Under the brown fog of a winter dawn, > > finger john@doorman.brann.org for pgp public key > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Unreal City, Under the brown fog of a winter dawn, finger john@doorman.brann.org for pgp public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 1 9: 0:58 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id 4E55E37B911 for ; Thu, 1 Jun 2000 09:00:55 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by picalon.gun.de (8.9.3/8.9.3) id SAA25829; Thu, 1 Jun 2000 18:00:49 +0200 (MET DST) >Received: (from andreas@localhost) by klemm.gtn.com (8.9.3/8.9.3) id RAA26473; Thu, 1 Jun 2000 17:59:08 +0200 (CEST) (envelope-from andreas) Date: Thu, 1 Jun 2000 17:59:05 +0200 From: Andreas Klemm To: Conrad Sabatier Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Timidity++ with Soundfonts -- Awesome! Message-ID: <20000601175903.A26220@titan.klemm.gtn.com> References: Mime-Version: 1.0 X-Mailer: Mutt 1.0.1i In-Reply-To: ; from conrads@home.com on Thu, May 18, 2000 at 07:55:47PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I tried timidity++ and don't get it to run. Took some time and reading, that I need to setup a soundfont specific timidity.cfg file. I thought, that installing timidity port first, to use the old versions config and patch file would work, but it doesn't... What exactly did you do ? Which FreeBSD ports are necessary ? What patch files do you use and how's your timidity.cfg ? -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 542 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 1 9:58:11 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from sirius.stella-net.fr (www.formasoft.fr [195.154.71.2]) by hub.freebsd.org (Postfix) with ESMTP id 58AD337BF00; Thu, 1 Jun 2000 09:57:48 -0700 (PDT) (envelope-from garry@stella-net.fr) Received: from stella-net.fr ([193.48.73.34]) by sirius.stella-net.fr (8.9.3/8.9.3) with ESMTP id SAA16799; Wed, 31 May 2000 18:06:26 +0200 Message-ID: <39353910.70959321@stella-net.fr> Date: Wed, 31 May 2000 18:08:48 +0200 From: Philippe Charron X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: fr-FR, en MIME-Version: 1.0 To: rat-users@cs.ucl.ac.uk, freebsd-multimedia@freebsd.org, freebsd-hardware@freebsd.org Subject: Rat and AOpen CS4235 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I am trying to use RAT with FreeBSD (3.4 and 4.0) and a AW37 3D AOpn sound card In my kernel configuration file I put the line >device pcm0 at isa? port? irq 5 drq 1 This card work well with the pcm driver by Luigi Rizzo and FreeBSD detected this as folowing: (part of start-up messages) >pcm1: at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 >unknown0: at port 0x200-0x207 on isa0 >unknown1: at port 0x120-0x127 on isa0 >unknown2: at port 0x330-0x331 irq 9 on isa0 I've tested it with x11amp and it works well I tested the following version of Rat: RAT-3.0.34 : Nothing happend: no sound / no message RAT-4.0.4 (available in the FreeBSD ports collection) and RAT-4.2.4: The message "Sorry driver does support full duplex for this soundcard" appears and there is no sound. But the driver for these cards seems to be full duplex in FreeBSD! Someone can help ? Thanx Philippe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 1 10:56:49 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from bells.cs.ucl.ac.uk (bells.cs.ucl.ac.uk [128.16.5.31]) by hub.freebsd.org (Postfix) with SMTP id F398637B6DB; Thu, 1 Jun 2000 10:56:43 -0700 (PDT) (envelope-from O.Hodson@cs.ucl.ac.uk) Received: from sonic.cs.ucl.ac.uk by bells.cs.ucl.ac.uk with local SMTP id ; Thu, 1 Jun 2000 18:56:37 +0100 From: Orion Hodson X-Organisation: University College London, CS Dept. X-Phone: +44 (0)20 7679 3704 To: Philippe Charron Cc: rat-users@cs.ucl.ac.uk, freebsd-multimedia@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: Rat and AOpen CS4235 In-reply-to: Your message of "Wed, 31 May 2000 18:08:48 +0200." <39353910.70959321@stella-net.fr> Date: Thu, 01 Jun 2000 18:56:35 +0100 Message-ID: <3115.959882195@cs.ucl.ac.uk> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org <39353910.70959321@stella-net.fr>Philippe Charron writes: > Hi, > > I am trying to use RAT with FreeBSD (3.4 and 4.0) and a AW37 3D AOpn > sound card > > In my kernel configuration file I put the line > >device pcm0 at isa? port? irq 5 drq 1 > > This card work well with the pcm driver by Luigi Rizzo and FreeBSD > detected this as folowing: (part of start-up messages) > > >pcm1: at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 > >unknown0: at port 0x200-0x207 on isa0 > >unknown1: at port 0x120-0x127 on isa0 > >unknown2: at port 0x330-0x331 irq 9 on isa0 > > I've tested it with x11amp and it works well > > I tested the following version of Rat: > > RAT-3.0.34 : Nothing happend: no sound / no message > RAT-4.0.4 (available in the FreeBSD ports collection) and RAT-4.2.4: The > message "Sorry driver does support full duplex for this soundcard" > appears and there is no sound. > > But the driver for these cards seems to be full duplex in FreeBSD! > RAT-3.x should work with half-duplex cards. Send a note to rat-trap@cs.ucl.ac.uk and a kdump output if possible. This version hasn't been maintained for a couple of years, so rot could be setting in. RAT-4.x only uses soundcards that are reported by their drivers as full duplex (a naive assumption that future drivers and cards would all be full duplex :-). Have you done any tests to see if the card and driver actually are full duplex, i.e. opening it rw and doing rw, maybe looking at the driver code, checking full duplex flag is correctly set when ioctl(AIOGCAP) called? cheers - orion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 1 11:15:35 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id DB41037B97A for ; Thu, 1 Jun 2000 11:15:27 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by picalon.gun.de (8.9.3/8.9.3) id UAA05446; Thu, 1 Jun 2000 20:15:20 +0200 (MET DST) >Received: (from andreas@localhost) by klemm.gtn.com (8.9.3/8.9.3) id UAA98565; Thu, 1 Jun 2000 20:07:26 +0200 (CEST) (envelope-from andreas) Date: Thu, 1 Jun 2000 20:07:26 +0200 From: Andreas Klemm To: Conrad Sabatier , freebsd-multimedia@FreeBSD.ORG Subject: Re: Timidity++ with Soundfonts -- Awesome! Message-ID: <20000601200726.A98509@titan.klemm.gtn.com> References: <20000601175903.A26220@titan.klemm.gtn.com> Mime-Version: 1.0 X-Mailer: Mutt 1.0.1i In-Reply-To: <20000601175903.A26220@titan.klemm.gtn.com>; from andreas@klemm.gtn.com on Thu, Jun 01, 2000 at 05:59:05PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jun 01, 2000 at 05:59:05PM +0200, Andreas Klemm wrote: > What exactly did you do ? Which FreeBSD ports are necessary ? > What patch files do you use and how's your timidity.cfg ? Finally found some links which helped... Are there some recommended commandline options to use ? After about 20 seconds the output of my midifuli sounds ugly. Is a Dual PPro 200 not powerful enough ? Tried different comandline options ... -q helped a lot but this is still not satisfactory... rtprio 1 timidity -A 400 -S 8000000 -q 20/100 somefile.mid -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 542 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 1 17:20:29 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from firehouse.net (rdu25-28-186.nc.rr.com [24.25.28.186]) by hub.freebsd.org (Postfix) with SMTP id 8019F37BAAA for ; Thu, 1 Jun 2000 17:20:24 -0700 (PDT) (envelope-from abc@firehouse.net) Received: (qmail 21577 invoked by uid 1000); 2 Jun 2000 00:20:20 -0000 Date: Thu, 1 Jun 2000 20:20:20 -0400 From: Alan Clegg To: freebsd-multimedia@FreeBSD.ORG Subject: Sudden breakage Message-ID: <20000601202020.A21521@ecto.greenpeas.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Having had my 4.0 system running for a month or so, I decided to cvsup and rebuild (seeing major world changes). Well, my working audio server suddenly only generates silence.. It appears that my pcm0 device: pcm0: port 0xee80-0xeebf irq 10 at device 20.0 on pci0 No-longer encodes audio. My live scanner audio is (once again) dead. Any ideas, or hints on what to poke? AlanC -- \ Alan B. Clegg Just because I can \ abc@firehouse.net does not mean I will. \ \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 1 22:22:25 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from itchy.serv.net (itchy.serv.net [205.153.153.233]) by hub.freebsd.org (Postfix) with ESMTP id 5A6A037B75D for ; Thu, 1 Jun 2000 22:22:18 -0700 (PDT) (envelope-from utz@itchy.serv.net) Received: from localhost (utz@localhost) by itchy.serv.net (8.8.5/8.8.5) with SMTP id WAA81215; Thu, 1 Jun 2000 22:22:14 -0700 (PDT) Date: Thu, 1 Jun 2000 22:22:12 -0700 (PDT) From: The Utz Family To: gandalf@vilnya.demon.co.uk Cc: multimedia@FreeBSD.ORG Subject: CMI8330 patch that i promised several weeks ago Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi; Renaud Waldura gently prodded me into creating this patch. it's very lame but it causes pcm to make pleasant noises with the CMI8330 that is built into my motherboard. it applies to /usr/src/sys/dev/sound/isa/mss.c 1409a1410,1423 > /* insanely lame CMI8330 hack. 000601 utz@serv.net > > recognizing this as an AD1848 is a serious lobotomy! > but at least sounds come out of the speakers. this > doesnt even support the mixer correctly. u can get > volume, but the audio from the cd doesnt show up, > probably due to the mixer registers being gratuitously > different from the AD1848 ( did the AD1848 even know > that cd's existed? ). I'll fix that someday > */ > case 0x01000000: /* CMI8330 */ > mss->drq2_rid = -1; > mss->bd_id = MD_AD1848; > break; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 3 1:59: 3 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from guru.mired.org (zoom0-054.telepath.com [216.14.0.54]) by hub.freebsd.org (Postfix) with SMTP id 4A69137B62E for ; Sat, 3 Jun 2000 01:59:00 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 55664 invoked by uid 100); 3 Jun 2000 08:58:23 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14648.51375.342946.542960@guru.mired.org> Date: Sat, 3 Jun 2000 03:58:23 -0500 (CDT) To: multimedia@freebsd.org Subject: pcm audio capture in -CURRENT & -STABLE? X-Mailer: VM 6.72 under 21.1 (patch 3) "Acadia" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm running -RELEASE, using a Trident 4Dwave audio card. It doesn't record, apparently because the PCM drivers don't support that. I was going to start poking at the driver to see what was up, but wanted to check to see if this had been fixed in either -CURRENT or -STABLE first. On a barely related note, I'm looking for video tools. I'm currently doing mpeg capture, but the mpegedit port doesn't work. I need to produce avi or quicktime. Any pointers appreciated. Thanx,