From owner-freebsd-multimedia Sun Mar 26 1:16:54 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 2ABD137B511; Sun, 26 Mar 2000 01:16:50 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 25C301C4A; Sun, 26 Mar 2000 04:16:49 -0500 (EST) Date: Sun, 26 Mar 2000 04:16:49 -0500 From: Bill Fumerola To: cg@FreeBSD.org, multimedia@FreeBSD.org Cc: sagi@webair.com Subject: ENSONIQ Soundscape VIVO woes. Message-ID: <20000326041649.Y25438@jade.chc-chimes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Operating-System: FreeBSD 3.2-RELEASE i386 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Cameron and -multimedia, Someone recently came into #freebsd on efnet looking for some sound help. I was in an uncharacteristicly helpful mood, and offered to help. He had the following card: Card assigned CSN #1 Vendor ID ENS4080 (0x8040d315), Serial Number 0x0123abcd PnP Version 1.0, Vendor Version 0 Device Description: ENSONIQ SoundscapeVIVO Logical Device ID: ENS1010 0x1010d315 #0 [.. stuff about this device ..] Logical Device ID: ENS2020 0x2020d315 #1 Compatible Device ID: PNPb02f (2fb0d041) I/O Range 0x200 .. 0x200, alignment 0x8, len 0x8 [16-bit addr] End Tag Which I noticed didn't have a pnp id and such, so I had the owner apply the following simple patch(copy/paste, beware): --- mss.c 2000/03/05 15:51:09 1.48 +++ mss.c 2000/03/26 08:32:32 @@ -1335,4 +1335,5 @@ {0x01000000, "CMI8330"}, /* @@@0001 */ {0x2100a865, "Yamaha OPL-SAx"}, /* YMH0021 */ + {0x1010d315, "ENSONIQ SoundscapeVIVO 2"}, /* ENS1010 */ {0x1110d315, "ENSONIQ SoundscapeVIVO"}, /* ENS1011 */ {0x1093143e, "OPTi931"}, /* OPT9310 */ @@ -1387,4 +1388,5 @@ case 0x1110d315: /* ENS1011 */ + case 0x1010d315: /* ENS1010 */ mss->io_rid = 1; mss->bd_id = MD_VIVO; Which did allow him to match the pcm code to that device: Trying Read_Port at 203 ENS1010: start dependant ENS1010: adding io range 0x330-0x33f, size=0x10, align=0x10 ENS1010: adding io range 0x530-0x537, size=0x8, align=0x10 ENS1010: adding io range 0x2100-0xd07f, size=0x40, align=0x40 ENS1010: adding irq mask 0xa0 ENS1010: adding irq mask 0x200 ENS1010: adding dma mask 0x2 ENS1010: adding dma mask 0x9 ENS1010: start dependant ENS1010: adding io range 0x330-0x33f, size=0x10, align=0x10 ENS1010: adding io range 0xe80-0xe87, size=0x8, align=0x10 ENS1010: adding io range 0x2100-0xd07f, size=0x40, align=0x40 ENS1010: adding irq mask 0xa0 ENS1010: adding irq mask 0x200 ENS1010: adding dma mask 0x2 ENS1010: adding dma mask 0x9 ENS1010: start dependant ENS1010: adding io range 0x320-0x35f, size=0x10, align=0x10 ENS1010: adding io range 0x530-0x537, size=0x8, align=0x10 ENS1010: adding io range 0x2100-0xd07f, size=0x40, align=0x40 ENS1010: adding irq mask 0x2a0 ENS1010: adding irq mask 0x1e80 ENS1010: adding dma mask 0xa ENS1010: adding dma mask 0x9 ENS1010: start dependant ENS1010: adding io range 0x320-0x35f, size=0x10, align=0x10 ENS1010: adding io range 0x530-0x537, size=0x8, align=0x10 ENS1010: adding io range 0x2100-0xd07f, size=0x40, align=0x40 ENS1010: adding irq mask 0x1ea0 ENS1010: adding irq mask 0x1e80 ENS1010: adding dma mask 0xb ENS1010: start dependant ENS1010: adding io range 0x320-0x35f, size=0x10, align=0x10 ENS1010: adding io range 0xe80-0xe87, size=0x8, align=0x10 ENS1010: adding io range 0x2100-0xd07f, size=0x40, align=0x40 ENS1010: adding irq mask 0x1ea0 ENS1010: adding irq mask 0x1e80 ENS1010: adding dma mask 0xb ENS1010: end dependant ENS2020: adding io range 0x200-0x207, size=0x8, align=0x8 [ other dmesg stuff ] pcm0: at port 0x330-0x33f,0x530-0x537,0x2100-0x213f +irq 5,9 drq 1,0 on isa0 AD_WAIT_INIT FAILED 201 0x80 AD_WAIT_INIT FAILED 1002 0x80 AD_WAIT_INIT FAILED 203 0x80 AD_WAIT_INIT FAILED 1002 0x80 AD_WAIT_INIT FAILED 1000 0x80 AD_WAIT_INIT FAILED 1000 0x80 mss: Auto calibration timed out(1). AD_WAIT_INIT FAILED 201 0x80 [ a lot more "AD_WAIT_INIT FAILED 201 0x80" ] pcm: setmap 30000, ff00; 0xc9aa8000 -> 30000 pcm: setmap 40000, ff00; 0xc9ab8000 -> 40000 unknown0: at port 0x200-0x207 on isa0 Unfortunatly it seems that the two cards are not the same, or I haven't found all the appropriate spots to add the PNP id for this card (because unknown0 is still coming up, usurping 0x200..) Just for shits and giggles, I had him try and add the pnpid for the other device: pcm0: at port 0x200-0x207 on isa0 device_probe_and_attach: pcm0 attach returned 6 unknown0: at port 0x330-0x33f,0x530-0x537,0x2100-0x213f irq 5,9 drq 1,0 on isa0 Which isn't right either. Thanks for looking into this, -- Bill Fumerola - Network Architect Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@FreeBSD.org Office: 800-252-2421 x128 / Cell: 248-761-7272 PS. All of the above displays my ignorance of newbus / newpcm. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 26 8:32:10 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from vihta.saunalahti.fi (posti.saunalahti.fi [195.74.0.45]) by hub.freebsd.org (Postfix) with ESMTP id 0CBDC37B9AE for ; Sun, 26 Mar 2000 08:32:07 -0800 (PST) (envelope-from juksi@iname.com) Received: from sjukebox (MMDCXV.hdyn.saunalahti.fi [195.197.44.215]) by vihta.saunalahti.fi (8.9.1/8.9.1) with ESMTP id TAA03605; Sun, 26 Mar 2000 19:24:43 +0300 (EET DST) 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 In-Reply-To: <20000324122948.A4607@orion.ac.hmc.edu> Date: Sun, 26 Mar 2000 19:31:19 +0300 (EEST) From: Jukka Simila To: Brooks Davis Subject: Re: Lost interrupts in snd0 ? Cc: freebsd-multimedia@FreeBSD.ORG, Chuck Robey , Randall Hopper Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 24-Mar-00 Brooks Davis wrote: > On Fri, Mar 24, 2000 at 03:15:32PM -0500, Randall Hopper wrote: >> Chuck Robey: >> |Randall Hopper: >> |> Also, I've never supped CVS so I'm a little leary of doing that. Is >> |> this recommended for someone with a pixie-straw connection to the net >> |> (56k modem)? Or just the fat pipe folks. >> | >> |Randall, the thinner your pipe, the more you want cvsup. I tell you right >> |now, you will be completely amazed at how fast it goes. I have only a >> |33.6, and I usually cvsup in less than 6 minutes. Hows that? >> >> Sounds tempting. Is this first pull this fast? That is, when pulling up >> from -RELEASE to -STABLE, does it just pull -RELEASE -to- -STABLE deltas? > > It's quite fast. 2.2.8->3.0 took less then an hour an a poorly > performing 56K modem. Encouraged by this, I tried to CVSup 3.4-RELEASE -> 3.4-STABLE. I don't know if I did that but at least it CVSupped something ;) it took 12 minutes with 56k modem. I installed sources from my 3.4 CD before I CVSupped. Well, now it's time to try make world ... @-`--,--`--- Jukka Simila To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 26 12:30:49 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from ns.altadena.net (ns.altadena.net [206.126.144.2]) by hub.freebsd.org (Postfix) with ESMTP id 3CF3937B9B9 for ; Sun, 26 Mar 2000 12:30:47 -0800 (PST) (envelope-from pete@ns.altadena.net) Received: (from pete@localhost) by ns.altadena.net (8.9.3/8.8.8) id MAA63615 for multimedia@freebsd.org; Sun, 26 Mar 2000 12:30:46 -0800 (PST) (envelope-from pete) From: Pete Carah Message-Id: <200003262030.MAA63615@ns.altadena.net> Subject: Yamaha 724, 740, 754, etc To: multimedia@freebsd.org Date: Sun, 26 Mar 2000 12:30:46 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I recently acquired a laptop (Sony 505HS) which runs fbsd just fine except for the normal Sony slim problems (e.g. USB floppy). However for the 505H? they changed the sound chip from NeoMagic to Yamaha (should be better, but no driver :-(. I can get Yamaha datasheets for YMF724 and YMF754 from their website but the chip in the Sony id's as 1073-0010 and the two datasheets I have id as 1073-000d and 1073-0012. Haven't yet looked at how different they are. (I presume I have a 744 or such; no datasheets are found on Yamaha's website (bad links; a search does show pointers to the pdf directory but the files aren't there). I wondered about how easy a driver (for just play/record for now; midi would be nice and I don't know all that /dev/dsp can do) would be for the pcm framework, given these datasheets (presuming that they are enough like the chip I have)? I have done some kernel hacking but it would be nice to start with a working driver for something... (or is someone planning this or something like it anyhow?) -- Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 27 2:10:24 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 8B1B837BB62 for ; Mon, 27 Mar 2000 02:10:11 -0800 (PST) (envelope-from cracauer@knight.cons.org) Received: (from cracauer@localhost) by knight.cons.org (8.9.3/8.9.3) id MAA16606; Mon, 27 Mar 2000 12:09:55 +0200 (CEST) Date: Mon, 27 Mar 2000 12:09:55 +0200 From: Martin Cracauer To: Brooks Davis Cc: Steve Roome , freebsd-multimedia@FreeBSD.ORG Subject: Re: port newpcm to 3-stable ? Message-ID: <20000327120955.C16441@cons.org> References: <38D9A470.FFC819DD@bigshed.com> <20000323133224.A22554@orion.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000323133224.A22554@orion.ac.hmc.edu>; from brooks@one-eyed-alien.net on Thu, Mar 23, 2000 at 01:32:24PM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In <20000323133224.A22554@orion.ac.hmc.edu>, Brooks Davis wrote: > On Thu, Mar 23, 2000 at 09:05:10PM +0000, Steve Roome wrote: > > Does the new sound driver from -current allow mmapped buffers (or whatever > > is needed for quake yet ?) also does midi work ? > > > > If so, and perhaps even if not, would it be possible (easy/difficult) to > > port the new sound driver from -current into stable ? > > Since newpcm uses newbus, it isn't possiable to port to 3.x (at least > for i386, the alpha has always used newbus.) Not that newpcm really supports mmap. It accepts the calls, but doesn't do playback... Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 27 5:18: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 B865E37BAF9 for ; Mon, 27 Mar 2000 05:17:58 -0800 (PST) (envelope-from richard@cogsci.ed.ac.uk) Received: (from richard@localhost) by rhymer.cogsci.ed.ac.uk (8.9.3/8.9.3) id OAA21704; Mon, 27 Mar 2000 14:17:22 +0100 (BST) Date: Mon, 27 Mar 2000 14:17:22 +0100 (BST) Message-Id: <200003271317.OAA21704@rhymer.cogsci.ed.ac.uk> From: Richard Tobin Subject: Re: Yamaha 724, 740, 754, etc To: Pete Carah , multimedia@FreeBSD.ORG In-Reply-To: Pete Carah's message of Sun, 26 Mar 2000 12:30:46 -0800 (PST) Organization: just say no Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I can get Yamaha datasheets for YMF724 and YMF754 from their website Can you post the URLs for those? The only datasheet for the 724 I have seen does not in fact contain any useful information for writing a driver. (Actually it's possible that if it's on a laptop motherboard you may be able to use it in soundblaster mode; for separate cards the ISA-type IRQs don't seem to work.) -- Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 27 7:58:50 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from atlrel2.hp.com (atlrel2.hp.com [156.153.255.202]) by hub.freebsd.org (Postfix) with ESMTP id CA0F337B655; Mon, 27 Mar 2000 07:58:41 -0800 (PST) (envelope-from steve@sse0691.bri.hp.com) Received: from sse0691.bri.hp.com (sse0691.bri.hp.com [15.144.0.53]) by atlrel2.hp.com (Postfix) with ESMTP id 9752FB0C; Mon, 27 Mar 2000 10:58:13 -0500 (EST) Received: (from steve@localhost) by sse0691.bri.hp.com (8.9.3/8.9.3) id QAA31265; Mon, 27 Mar 2000 16:56:29 +0100 (BST) (envelope-from steve) Date: Mon, 27 Mar 2000 16:56:29 +0100 From: Steve Roome To: Conrad Sabatier Cc: multimedia@freebsd.org, stable@freebsd.org Subject: Re: What does "Voxware still supported in 4.0" mean exactly? Message-ID: <20000327165629.B29833@moose.bri.hp.com> References: <38DC55BC.BA2240C2@newsguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from conrads@home.com on Sun, Mar 26, 2000 at 06:19:23PM -0600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Mar 26, 2000 at 06:19:23PM -0600, Conrad Sabatier wrote: > I wish I could help with the development of the pcm driver, Me too, as I mentioned on the -mmedia list (at the beginning of this thread last week!, I gave away my AWE card because it wasn't supported. I think there's a lot of folks who are willing to help test, and work on the various sound drivers . It just seems to need co-ordinating such that people can all help in a constructive way. Anyway, perhaps this sound driver stuff should wrap up and mosey on back to the -multimedia list, and perhaps we should look at sorting out what we all want and get everyone who can to help in whatever way they can.. Then we'll have awe in pcm, and midi, and mmapped buffers, and everything else we might want - but only if we can work on it rather than have such a lot of useless vitriol on the mailing lists! Steve ... and I won't have to swap my new sb16pci (es1373) out for an archaic ISA card to play gl-quake - which seems like an odd solution! [ sorry for crossposting, but hopefully we could move this back to -mm this way and make it a constructive conversation- here's hoping ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 27 16:42: 4 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from smartie.braingarage.com (m206-51.dsl.tsoft.com [198.144.206.51]) by hub.freebsd.org (Postfix) with ESMTP id 0921337B709 for ; Mon, 27 Mar 2000 16:42:02 -0800 (PST) (envelope-from robert@braingarage.com) Received: (from nobody@localhost) by smartie.braingarage.com (8.9.3/8.9.3) id QAA14157; Mon, 27 Mar 2000 16:42:00 -0800 (PST) (envelope-from robert@braingarage.com) Date: Mon, 27 Mar 2000 16:42:00 -0800 (PST) From: robert bowen Message-Id: <200003280042.QAA14157@smartie.braingarage.com> X-Authentication-Warning: smartie.braingarage.com: nobody set sender to robert@braingarage.com using -f To: FreeBSD-multimedia@freebsd.org Reply-To: robert@braingarage.com MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP3 Imap webMail Program 2.0.11 Subject: ESS Solo-1 cards revisited Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I noticed that there were some posts on this subject from back in December - does anyone know if there has been any progress on a driver for this chip? I have all the docs that I could find but none are very good. I also see that NetBSD has support for this sound card, and at least their source has great comments. I am not experienced enough to do the port myself, but if someone would be willing to help code I can test -- I have a small hack that makes the board probe as a SB Pro that I got from Steve O'Hara-Smith on the FreeBSD-mobile list, but unfortunately the DAC still doesn't work. Any takers? Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Mar 28 7:12:34 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from imo-d02.mx.aol.com (imo-d02.mx.aol.com [205.188.157.34]) by hub.freebsd.org (Postfix) with ESMTP id 5395A37BF09 for ; Tue, 28 Mar 2000 07:12:19 -0800 (PST) (envelope-from Compchess@aol.com) Received: from Compchess@aol.com by imo-d02.mx.aol.com (mail_out_v25.3.) id n.66.2372dfa (2719) for ; Tue, 28 Mar 2000 10:12:11 -0500 (EST) From: Compchess@aol.com Message-ID: <66.2372dfa.261225ca@aol.com> Date: Tue, 28 Mar 2000 10:12:10 EST Subject: pci sound card To: multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org how do you enable a pci sound card into the kernel? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Mar 28 7:52: 4 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from pan.ch.intel.com (pan.ch.intel.com [143.182.246.24]) by hub.freebsd.org (Postfix) with ESMTP id 7E99F37C07A for ; Tue, 28 Mar 2000 07:51:55 -0800 (PST) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by pan.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.19 2000/01/29 00:15:43 dmccart Exp $) with ESMTP id IAA08845; Tue, 28 Mar 2000 08:51:46 -0700 (MST) Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.10 2000/02/10 21:38:16 steved Exp $) with ESMTP id IAA17066; Tue, 28 Mar 2000 08:50:40 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id KAA11641; Tue, 28 Mar 2000 10:51:45 -0500 (EST) X-Authentication-Warning: hip186.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14560.54545.21010.60656@hip186.ch.intel.com> Date: Tue, 28 Mar 2000 08:51:45 -0700 (MST) To: Compchess@aol.com Subject: Re: pci sound card In-Reply-To: <66.2372dfa.261225ca@aol.com> References: <66.2372dfa.261225ca@aol.com> X-Mailer: VM 6.75 under Emacs 20.3.11 Cc: multimedia@freebsd.org Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ On Tuesday, March 28, Compchess@aol.com wrote: ] > how do you enable a pci sound card into the kernel? > > Well, if it's a supported card: http://www.freebsd.org/FAQ/hardware.html#AEN992 (and others not mentioned here ... search the mailing list archives for your card), just add device pcm0 into your kernel configuration file. See http://www.freebsd.org/handbook/kernelconfig.html There are also the "snd0" driver. See the LINT file in the same place you configure your kernel for more information about it. -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, Higher Levels of Abstraction | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 29 13: 3:56 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id 9380037B71D for ; Wed, 29 Mar 2000 13:03:54 -0800 (PST) (envelope-from gandalf@vilnya.demon.co.uk) Received: from vilnya.demon.co.uk ([158.152.19.238]) by anchor-post-30.mail.demon.net with esmtp (Exim 2.12 #1) id 12aPd2-0002QY-0U for multimedia@freebsd.org; Wed, 29 Mar 2000 22:03:53 +0100 Received: from NENYA (nenya.rings [10.2.4.3]) by vilnya.demon.co.uk (Postfix) with SMTP id 54240D9A8 for ; Wed, 29 Mar 2000 22:03:46 +0100 (BST) Message-ID: <000d01bf99c2$71d31fb0$0304020a@NENYA> From: "Cameron Grant" To: Subject: newpcm duplex patch Date: Wed, 29 Mar 2000 22:04:59 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org this patch will allow two processes to open /dev/dsp, one read only, one write only. i've not tested it with vat or speakfreely so it may need some tweaking. please let me know results. http://www.freebsd.org/~cg/duplexdsp.diff.gz -cg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 29 13:14:48 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from melete.ch.intel.com (melete.ch.intel.com [143.182.246.25]) by hub.freebsd.org (Postfix) with ESMTP id 9A8EF37B768 for ; Wed, 29 Mar 2000 13:13:58 -0800 (PST) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by melete.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.19 2000/01/29 00:15:43 dmccart Exp $) with ESMTP id VAA09401; Wed, 29 Mar 2000 21:14:44 GMT Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.10 2000/02/10 21:38:16 steved Exp $) with ESMTP id OAA13163; Wed, 29 Mar 2000 14:12:26 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id QAA16504; Wed, 29 Mar 2000 16:13:33 -0500 (EST) X-Authentication-Warning: hip186.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14562.29181.495074.293902@hip186.ch.intel.com> Date: Wed, 29 Mar 2000 14:13:33 -0700 (MST) To: "Cameron Grant" Cc: Subject: Re: newpcm duplex patch In-Reply-To: <000d01bf99c2$71d31fb0$0304020a@NENYA> References: <000d01bf99c2$71d31fb0$0304020a@NENYA> X-Mailer: VM 6.75 under Emacs 20.3.11 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ On Wednesday, March 29, Cameron Grant wrote: ] > this patch will allow two processes to open /dev/dsp, one read only, one > write only. > > i've not tested it with vat or speakfreely so it may need some tweaking. > please let me know results. > > http://www.freebsd.org/~cg/duplexdsp.diff.gz > > -cg Cameron, just to clarify beyond all shadow of a doubt--this patch is for 4.0-RELEASE (and "4.0-STABLE" if you're tracking RELENG_4) only, correct? Thanks, -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, Higher Levels of Abstraction | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 29 13:23:46 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from tele-post-20.mail.demon.net (tele-post-20.mail.demon.net [194.217.242.20]) by hub.freebsd.org (Postfix) with ESMTP id C474737C1A0 for ; Wed, 29 Mar 2000 13:23:26 -0800 (PST) (envelope-from gandalf@vilnya.demon.co.uk) Received: from vilnya.demon.co.uk ([158.152.19.238]) by tele-post-20.mail.demon.net with esmtp (Exim 2.12 #2) id 12aPvw-000Nph-0K; Wed, 29 Mar 2000 21:23:25 +0000 Received: from NENYA (nenya.rings [10.2.4.3]) by vilnya.demon.co.uk (Postfix) with SMTP id DE188D9A8; Wed, 29 Mar 2000 22:23:22 +0100 (BST) Message-ID: <000701bf99c5$2f2d05b0$0304020a@NENYA> From: "Cameron Grant" To: "John Reynolds~" Cc: References: <000d01bf99c2$71d31fb0$0304020a@NENYA> <14562.29181.495074.293902@hip186.ch.intel.com> Subject: Re: newpcm duplex patch Date: Wed, 29 Mar 2000 22:24:36 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > http://www.freebsd.org/~cg/duplexdsp.diff.gz > Cameron, just to clarify beyond all shadow of a doubt--this patch is for > 4.0-RELEASE (and "4.0-STABLE" if you're tracking RELENG_4) only, correct? this is for 5.0-current but should apply to 4.x as well. this is not for 3.x or previous. -cg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 29 16:21:54 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.pmburg.co.za (mail.kzntl.co.za [196.33.40.4]) by hub.freebsd.org (Postfix) with ESMTP id 443E937B6C8 for ; Wed, 29 Mar 2000 16:21:39 -0800 (PST) (envelope-from davew@pmburg.co.za) Received: from dave.dgn [196.33.40.209] by pmburg.co.za [196.33.40.4] with SMTP (MDaemon.v3.0.0.R) for ; Thu, 30 Mar 2000 02:23:31 +0200 From: Dave Wilson Organization: www.pmburg.co.za To: multimedia@freebsd.org Subject: cs4235 Sound Card help pleeeez [:-) Date: Thu, 30 Mar 2000 02:22:51 +0200 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00033002282800.00292@dave.dgn> Content-Transfer-Encoding: 8bit X-MDaemon-Deliver-To: multimedia@freebsd.org X-Return-Path: davew@pmburg.co.za X-MDRcpt-To: multimedia@freebsd.org X-MDRemoteIP: 196.33.40.209 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi guys, howzit going? I'm so impressed by FreeBSD 4.0 ! It's brilliant, much quicker easier etc :)) I have set up everything except my cs4235 sound card, I have never actaully set up a sound card in FreeBSD so I'm really batteling. I've tried to follow the examples in LINT but I get a "sound ....depreciated error ". Please if you may, send me the exact options I need to put into my Kernel config to get my sound card working. I have got the io's irq's etc here with me soI would really appreciate it if you could just give exact examples of the options I need in my kernel config file. Regards Dave Wilson www.pmburg.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 30 1: 2:43 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id 27F8437B8B7 for ; Thu, 30 Mar 2000 01:00:32 -0800 (PST) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es (v-ger [158.227.6.179]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id KAA11838; Thu, 30 Mar 2000 10:59:26 +0200 (MET DST) Message-ID: <38E3176E.CFC53DFB@we.lc.ehu.es> Date: Thu, 30 Mar 2000 10:59:26 +0200 From: "Jose M. Alcaide" Organization: Universidad del =?iso-8859-1?Q?Pa=EDs?= Vasco - Dpto. de Electricidad y =?iso-8859-1?Q?Electr=F3nica?= X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 3.4-RELEASE i386) X-Accept-Language: es-ES, es, en-US, en MIME-Version: 1.0 To: Dave Wilson Cc: multimedia@FreeBSD.ORG Subject: Re: cs4235 Sound Card help pleeeez [:-) References: <00033002282800.00292@dave.dgn> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dave Wilson wrote: > > I'm so impressed by FreeBSD 4.0 ! It's brilliant, much quicker easier etc :)) > I have set up everything except my cs4235 sound card, I have never actaully set > up a sound card in FreeBSD so I'm really batteling. > I've tried to follow the examples in LINT but I get a "sound ....depreciated > error ". > CS4235 support is far better in 3.4-STABLE with the pcm (oldpcm :-) ) driver. The improvements were recently commited. Unfortunately, they didn't follow the way into 4.0's and -CURRENT's newpcm, because this is a completely different beast. Perhaps some day the newpcm developers may port the new CS423x MODE3 support. Regards, -- JMA ----------------------------------------------------------------------- José Mª Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | mailto:jmas@FreeBSD.org Dpto. de Electricidad y Electrónica | http://www.we.lc.ehu.es/~jose Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-946013071 ----------------------------------------------------------------------- "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 30 3:42:38 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from isabase.philol.msu.ru (isabase.philol.msu.ru [195.208.217.73]) by hub.freebsd.org (Postfix) with ESMTP id F28ED37B590 for ; Thu, 30 Mar 2000 03:42:29 -0800 (PST) (envelope-from grg@isabase.philol.msu.ru) Received: (from grg@localhost) by isabase.philol.msu.ru (8.9.3/8.9.2) id PAA65169 for freebsd-multimedia@freebsd.org; Thu, 30 Mar 2000 15:42:13 +0400 (MSD) (envelope-from grg) Date: Thu, 30 Mar 2000 15:42:13 +0400 From: Grigoriy Strokin To: freebsd-multimedia@freebsd.org Subject: Audio record problems in 4.0-STABLE: Creative ViBRA16X Message-ID: <20000330154213.A64940@isabase.philol.msu.ru> 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 SYNOPSIS: device timeout(?) during the attempt to record anything Hello, I am unable to record anything with my sound card after upgrading to FreeBSD 4-STABLE from 3.4-STABLE. I've written to freebsd-stable but there have not been any follow-up. The reason for upgrade were problems with recording sound under 3.4, and I hoped it would work better under 4.0, and as a result I cannot record audio at all. The FreeBSD sources I use have been CVSUPed on Mar 24. FreeBSD isabase.philol.msu.ru 4.0-STABLE FreeBSD 4.0-STABLE #2: Sat Mar 25 21:31:20 MSK 2000 grg@isabase.philol.msu.ru:/usr/src/sys/compile/ISABASE i386 Hardware --------- My sound card is ISA, behaves as a PnP card and is detected as Creative ViBRA16X. It have also been tested on Windows NT machine, and under Windows NT it can record audio perfectly, unlike FreeBSD. kernel config ------------- I have the following lines in my config: # (also tried with the this option commented out) options PNPBIOS # (also tried as "device pcm0 at isa? irq 5 drq 1 flags 0x15", to # try forcing the card be detected as non-PnP, with the only # effect of appearing "pcm1" instead of "pcm0" in dmesg) device pcm # (also tried with this device commented out # and also "device sbc0 at isa? port 0x220 irq 5 drq 1 # flags 0x15", # effect of appearing "sbc1" instead of "sbc0" in dmesg) device sbc boot loader config ------------------ In FreeBSD 3.4, I had the following command required to make my SB work in /boot/kernel.conf: pnp 1 0 os enable port0 0x220 irq0 5 drq0 1 drq1 3 Now it seems that it is not required and considered as error, though "man pnp" states the contrary. So I tried to boot with and without this command. BIOS setup ----------- All configurations have been tried with both "PnP OS installed: Yes" and "PnP OS installed: No", without any effect the behaviour of the card. dmesg ----- The messages in dmesg related to audio and PnP are as follows: 1) With "options PNPBIOS": unknown: can't assign resources unknown0: at port 0-0xf,0x81-0x83,0x87,0x89-0x8b,0x8f-0x91,0xc0-0xdf drq 4 on isa0 unknown1: at port 0x40-0x43 irq 0 on isa0 unknown2: at port 0x70-0x71 irq 8 on isa0 unknown: can't assign resources unknown: can't assign resources unknown3: at port 0xf0-0xff irq 13 on isa0 unknown4: at iomem 0-0x9ffff,0xfffe0000-0xffffffff,0x100000-0x3ffffff on isa0 unknown5: at iomem 0xf0000-0xf3fff,0xf4000-0xf7fff,0xf8000-0xfbfff,0xfc000-0xfffff on isa0 unknown6: at port 0x294-0x297,0x4d0-0x4d1,0xcf8-0xcff,0x480-0x48f,0x4000-0x403f,0x5000-0x501f on isa0 unknown7: at port 0x208-0x20f on isa0 unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,3 on isa0 sbc0: setting card to irq 5, drq 1, 3 pcm0: on sbc0 unknown8: at port 0x201 on isa0 2) Without "options PNPBIOS": sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,3 on isa0 sbc0: setting card to irq 5, drq 1, 3 pcm0: on sbc0 unknown0: at port 0x201 on isa0 Problems --------- Playback of .au, .wav, .mp3 works as expected. However, SOMETIMES, during a playback of mp3, the music was changed into a white noise at some moment (sounds like a random non-audio binary file was send to the sound card). To get rid of the noise, I suspended mpg123, waited for the sound to stop and typed 'fg' to continue. The music was being heard again. The same effect was observed under 3.4. However, when I attempt to record an .au or .wav with the 'rec' program from sox, e. g.: grg@isabase.1:~$ rec a.au Send break (control-c) to end recording I cant interrupt the recording with pressing control-c one or several times: the "^C" is just printed on the terminal, and the program won't stop. If I press "^\" (quit), "^\" is printed, and there is no any effect for more than 3 seconds, and only after that I see "Quit - core dumped". The resulting file, a.au has zero length. There are no any messages on the console except: /kernel: pid 7403 (sox), uid 1001: exited on signal 3 (core dumped) It looks like device timeout for me, but whatever it is, I can't record anything. I tried to record 16-bit sound instead of default 8-bit, with the same effect. Also, I try to record using the 'lrecord' command from ESPS/waves+, a commercial software equipment compiled for Linux (lrecord states for Linux-record). lrecord worked for me on FreeBSD 3.4. Now I get the following: grg@isabase.1:~$ lrecord a.sd [then I press ^C] Problems writing samples at sample number 0 No samples collected! History -------- Both 'rec' and 'lrecord' worked for me for 8-bit and 16-bit 8 KHz sound on FreeBSD 3.4-STABLE. However, there were a strange message on the console just after starting rec or lrecord that looked something like: drq0 and drq1 swap: now 3 and 1 and just after finishing the recording: drq0 and drq1 swap: now 1 and 3 I have no idea if this is a problem at all, but on other machines with other sound cards there is no such a message. But also, there WAS another problem on FreeBSD 3.4-STABLE: If I recorded 16 KHz sound instead of 8 KHz, it seemed to work OK, and the sound was actually recorded. However, if I used tools for drawing dynamic spectrograms of the sound (such as sound processing tools from ESPS) they showed no spectral information above 4 KHz. This is the evidence of that the hardware actually recorded the audio at the frequency rate of 8KHz, though software thought it put the hardware in 16KHz mode (when you make a spectrum, for a 8KHz sound, you only can see spectral information up to 4Khz, for 16KHz sound you can see it up to 8KHz, and so on). If I recorded a 16KHz sound on another machine copied it to my machine and visualized using the same tools, I could see spectral information up to 8KHz, as expected. So the was apparently pcm driver problem in FreeBSD 3.4-STABLE. I have installed 4-STABLE that early in hope that new pcm driver would work better, and as result I cannot record audio at all. What can I do? Please help. Also, I have tried another sound card, SB PCI64, ES1370. I'll describe problems with it in another letter, but, in short, I can't record with it, too. P.S. I don't know the exact model name of this SB16 Vibra: it was preinstalled in that newly bought machine and the only documentation for the SB was a four-page paper with intructions on how to install Windows drivers for it. -- === Grigoriy Strokin, Lomonosov University (MGU), Moscow === === contact info: http://isabase.philol.msu.ru/~grg/ === To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 30 3:57: 3 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.9.224.2]) by hub.freebsd.org (Postfix) with ESMTP id BC5EB37B872; Thu, 30 Mar 2000 03:56:57 -0800 (PST) (envelope-from sobomax@altavista.net) Received: from vega.vega.com (dialup3-10.iptelecom.net.ua [212.9.226.138]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id PAA18398; Thu, 30 Mar 2000 15:02:44 +0300 (EEST) Received: from altavista.net (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id OAA97509; Thu, 30 Mar 2000 14:56:16 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <38E340E1.43E443D3@altavista.net> Date: Thu, 30 Mar 2000 14:56:17 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: current@freebsd.org, multimedia@freebsd.org Subject: What is the status of the mmap support in the pcm driver? Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Does anybody can clarify what is current status of the mmap support in the pcm driver? I'm trying to get sound in the quakeforge working, but only managed to get famous "dsp_mmap." message in kernel logs instead of sound :(. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 30 4:47:30 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from info.iet.unipi.it (info.iet.unipi.it [131.114.9.184]) by hub.freebsd.org (Postfix) with ESMTP id 914AD37BADF; Thu, 30 Mar 2000 04:47:20 -0800 (PST) (envelope-from luigi@info.iet.unipi.it) Received: (from luigi@localhost) by info.iet.unipi.it (8.9.3/8.9.3) id OAA38551; Thu, 30 Mar 2000 14:47:28 +0200 (CEST) (envelope-from luigi) From: Luigi Rizzo Message-Id: <200003301247.OAA38551@info.iet.unipi.it> Subject: Re: What is the status of the mmap support in the pcm driver? In-Reply-To: <38E340E1.43E443D3@altavista.net> from Maxim Sobolev at "Mar 30, 2000 02:56:17 pm" To: Maxim Sobolev Date: Thu, 30 Mar 2000 14:47:27 +0200 (CEST) Cc: current@FreeBSD.ORG, multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Charset koi8-r unsupported, filtering to ASCII...] > Hi, > > Does anybody can clarify what is current status of the mmap support in the pcm > driver? I'm trying to get sound in the quakeforge working, but only managed to > get famous "dsp_mmap." message in kernel logs instead of sound :(. not present in 3.x, don't know about 4.x/5.x cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 30 12:13:53 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from evil.2y.net (ztown1-1-55.adsl.one.net [207.78.254.55]) by hub.freebsd.org (Postfix) with ESMTP id 2E7E037B890 for ; Thu, 30 Mar 2000 12:13:50 -0800 (PST) (envelope-from cokane@evil.2y.net) Received: (from cokane@localhost) by evil.2y.net (8.9.3/8.9.3) id PAA00495 for multimedia@freebsd.org; Thu, 30 Mar 2000 15:18:42 -0500 (EST) (envelope-from cokane) Date: Thu, 30 Mar 2000 15:18:42 -0500 From: Coleman Kane To: multimedia@freebsd.org Subject: 3DFX Message-ID: <20000330151842.C428@evil.2y.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Vim: vim:tw=70:ts=4:sw=4 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there anyone that is actively (or passively) working on a 3dfx driver for freebsd? --cokane To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 30 12:19: 1 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from www.netlabs.net (www.netlabs.net [216.116.128.3]) by hub.freebsd.org (Postfix) with ESMTP id 21DC337C0AB for ; Thu, 30 Mar 2000 12:18:47 -0800 (PST) (envelope-from keerf@www.netlabs.net) Received: from localhost (keerf@localhost) by www.netlabs.net (8.9.3/8.9.3) with ESMTP id PAA26807; Thu, 30 Mar 2000 15:18:40 -0500 (EST) Date: Thu, 30 Mar 2000 15:18:40 -0500 (EST) From: Terry Warner To: Coleman Kane Cc: multimedia@FreeBSD.ORG Subject: Re: 3DFX In-Reply-To: <20000330151842.C428@evil.2y.net> 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 As far as I know the 3dfx glide drivers are only being ported to linux. I'l lask around and find out thou for you -Terry On Thu, 30 Mar 2000, Coleman Kane wrote: > Is there anyone that is actively (or passively) working on a 3dfx > driver for freebsd? > > --cokane > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > ============================[ Internet Labs ]================ _____ ____ Terry Warner / _/ | / / / Senior Technical Associate: / // |/ / / < keerf@netlabs.net > _/ // /| / /___ < http://www.netlabs.net > /___/_/ |_/_____/ "Your Internet Connection" ============================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 30 17: 4:31 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from imo-d05.mx.aol.com (imo-d05.mx.aol.com [205.188.157.37]) by hub.freebsd.org (Postfix) with ESMTP id 8C65A37C2BD for ; Thu, 30 Mar 2000 17:04:13 -0800 (PST) (envelope-from Compchess@aol.com) Received: from Compchess@aol.com by imo-d05.mx.aol.com (mail_out_v25.3.) id n.27.39b1197 (4354) for ; Thu, 30 Mar 2000 20:04:00 -0500 (EST) From: Compchess@aol.com Message-ID: <27.39b1197.2615537f@aol.com> Date: Thu, 30 Mar 2000 20:03:59 EST Subject: Turtle Beach Sound Card To: multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 62 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am using Turtle Beach Systems PCI sound card, P/N TB400-0660-01. I have added: device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 to MYKERNEL with no results. Will other options work or is this sound card not supported? Thanks Don To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 31 0: 9:28 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by hub.freebsd.org (Postfix) with ESMTP id 23BFF37B9B5 for ; Fri, 31 Mar 2000 00:09:26 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by anchor-post-34.mail.demon.net with esmtp (Exim 2.12 #1) id 12awUe-000GPu-0Y; Fri, 31 Mar 2000 09:09:24 +0100 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id JAA45580; Fri, 31 Mar 2000 09:13:22 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Fri, 31 Mar 2000 09:15:58 +0100 (BST) From: Doug Rabson To: Terry Warner Cc: Coleman Kane , multimedia@freebsd.org Subject: Re: 3DFX In-Reply-To: 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 On Thu, 30 Mar 2000, Terry Warner wrote: > > As far as I know the 3dfx glide drivers are only being ported to linux. > I'l lask around and find out thou for you The Glide CVS tree on sourceforge supports FreeBSD on voodoo3. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 31 8:43:44 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from oberon.dnai.com (oberon.dnai.com [207.181.194.97]) by hub.freebsd.org (Postfix) with ESMTP id 5DCCB37B533 for ; Fri, 31 Mar 2000 08:43:40 -0800 (PST) (envelope-from kmarx@bigshed.com) Received: from bigshed.com (dnai-216-15-97-193.cust.dnai.com [216.15.97.193]) by oberon.dnai.com (8.9.3/8.9.3) with ESMTP id IAA66112; Fri, 31 Mar 2000 08:43:38 -0800 (PST) Message-ID: <38E4D68F.5CD558DC@bigshed.com> Date: Fri, 31 Mar 2000 08:47:11 -0800 From: Ken Marx Reply-To: Ken Marx X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Cc: kmarx@bigshed.com Subject: 4.0/pci128/.wav's 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 have a Creative PCI128 (ES1371) (two different models actually). Running 4.0-RELEASE. Very strange behavior: mp3's work, cat'ing .au's works, but playing wavefiles fails. And it fails *without error*. For example, waveplay file.wav 'successfully' opens the device and pumps all the data to /dev/dsp. But it does this almost instantly with no sound being played. Every once in a great while, it might actually play something but it usually doesn't. These cards both seem to work in a different box that has 5.0 on it, and previously ran 4.0. Couldn't find anything on this in the archives. Motherboard? BIOS?... Any ideas? Thanks, k. p.s. Sorry if this is a repost - I first sent it to 'multimedia@freebsd.org' and it bounced. -- Ken Marx, kmarx@bigshed.com Create value for our company knowledge base!! - http://cgi.bigshed.com/~kmarx/cgi-bin/speak.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 31 8:52:14 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from isabase.philol.msu.ru (isabase.philol.msu.ru [195.208.217.73]) by hub.freebsd.org (Postfix) with ESMTP id D1BF337B90B for ; Fri, 31 Mar 2000 08:51:59 -0800 (PST) (envelope-from grg@isabase.philol.msu.ru) Received: (from grg@localhost) by isabase.philol.msu.ru (8.9.3/8.9.2) id UAA45943; Fri, 31 Mar 2000 20:51:42 +0400 (MSD) (envelope-from grg) Date: Fri, 31 Mar 2000 20:51:42 +0400 From: Grigoriy Strokin To: Ken Marx Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: 4.0/pci128/.wav's Message-ID: <20000331205142.B45857@isabase.philol.msu.ru> References: <38E4D68F.5CD558DC@bigshed.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <38E4D68F.5CD558DC@bigshed.com>; from kmarx@bigshed.com on Fri, Mar 31, 2000 at 08:47:11AM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Mar 31, 2000 at 08:47:11AM -0800, Ken Marx wrote: > Hi, > > I have a Creative PCI128 (ES1371) (two different models actually). > > Running 4.0-RELEASE. > > Very strange behavior: mp3's work, cat'ing .au's works, but > playing wavefiles fails. And it fails *without error*. > > For example, waveplay file.wav 'successfully' opens the device > and pumps all the data to /dev/dsp. But it does this almost instantly > with no sound being played. > > Every once in a great while, it might actually play something > but it usually doesn't. > > These cards both seem to work in a different box that has > 5.0 on it, and previously ran 4.0. > > Couldn't find anything on this in the archives. > Motherboard? BIOS?... > I have a similar problem with Ensoniq SB PCI64 (ES1370). If I play something with sox, using 'play', say $ play a.au it plays it for the first time. If I immediately type the same command again, play returns with no sound played. If I wait several seconds and then retry, the sound is played again. Even worse with recording audio (using 'rec' from sox). One time something is really recorded, another time what gets recorded is a random white noise of high intensity. -- === Grigoriy Strokin, Lomonosov University (MGU), Moscow === === contact info: http://isabase.philol.msu.ru/~grg/ === To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 31 9: 9: 9 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from oberon.dnai.com (oberon.dnai.com [207.181.194.97]) by hub.freebsd.org (Postfix) with ESMTP id DC46237B5E8 for ; Fri, 31 Mar 2000 09:09:06 -0800 (PST) (envelope-from kmarx@bigshed.com) Received: from bigshed.com (dnai-216-15-97-193.cust.dnai.com [216.15.97.193]) by oberon.dnai.com (8.9.3/8.9.3) with ESMTP id JAA80195; Fri, 31 Mar 2000 09:08:57 -0800 (PST) Message-ID: <38E4DC7E.68F651C9@bigshed.com> Date: Fri, 31 Mar 2000 09:12:30 -0800 From: Ken Marx X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Grigoriy Strokin Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: 4.0/pci128/.wav's References: <38E4D68F.5CD558DC@bigshed.com> <20000331205142.B45857@isabase.philol.msu.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Grigoriy, Very interesting. We've noticed that doing a cat file.au > /dev/audio (or /dev/dsp) seems ok. Maybe there's something funky with the ioctl support for one of the GET/SET_xxx commands? Have you by chance found a PCI sound card for which this bad behavior *doesn't* occur? I've got a sinking feeling that I'm going to be adding printf's to the driver by next week sometime... bleh. thanks, k. Grigoriy Strokin wrote: > > On Fri, Mar 31, 2000 at 08:47:11AM -0800, Ken Marx wrote: > > Hi, > > > > I have a Creative PCI128 (ES1371) (two different models actually). > > > > Running 4.0-RELEASE. > > > > Very strange behavior: mp3's work, cat'ing .au's works, but > > playing wavefiles fails. And it fails *without error*. > > > > For example, waveplay file.wav 'successfully' opens the device > > and pumps all the data to /dev/dsp. But it does this almost instantly > > with no sound being played. > > > > Every once in a great while, it might actually play something > > but it usually doesn't. > > > > These cards both seem to work in a different box that has > > 5.0 on it, and previously ran 4.0. > > > > Couldn't find anything on this in the archives. > > Motherboard? BIOS?... > > > > I have a similar problem with Ensoniq SB PCI64 (ES1370). > If I play something with sox, using 'play', say > $ play a.au > it plays it for the first time. If I immediately > type the same command again, play returns with no sound played. > If I wait several seconds and then retry, the sound is played > again. > > Even worse with recording audio (using 'rec' from sox). > One time something is really recorded, another > time what gets recorded is a random white noise > of high intensity. > > -- > === Grigoriy Strokin, Lomonosov University (MGU), Moscow === > === contact info: http://isabase.philol.msu.ru/~grg/ === -- Ken Marx, kmarx@bigshed.com We are at risk unless we improve predictability and revise the expectations surrounding the document. - http://cgi.bigshed.com/~kmarx/cgi-bin/speak.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 31 9:17:52 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from isabase.philol.msu.ru (isabase.philol.msu.ru [195.208.217.73]) by hub.freebsd.org (Postfix) with ESMTP id 9C86B37BB44 for ; Fri, 31 Mar 2000 09:17:48 -0800 (PST) (envelope-from grg@isabase.philol.msu.ru) Received: (from grg@localhost) by isabase.philol.msu.ru (8.9.3/8.9.2) id VAA46258; Fri, 31 Mar 2000 21:16:58 +0400 (MSD) (envelope-from grg) Date: Fri, 31 Mar 2000 21:16:58 +0400 From: Grigoriy Strokin To: Ken Marx Cc: Grigoriy Strokin , freebsd-multimedia@FreeBSD.ORG Subject: Re: 4.0/pci128/.wav's Message-ID: <20000331211658.A46206@isabase.philol.msu.ru> References: <38E4D68F.5CD558DC@bigshed.com> <20000331205142.B45857@isabase.philol.msu.ru> <38E4DC7E.68F651C9@bigshed.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <38E4DC7E.68F651C9@bigshed.com>; from kmarx@bigshed.com on Fri, Mar 31, 2000 at 09:12:30AM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Mar 31, 2000 at 09:12:30AM -0800, Ken Marx wrote: > Hi Grigoriy, > > Very interesting. We've noticed that doing a cat file.au > /dev/audio > (or /dev/dsp) seems ok. Maybe there's something funky with the ioctl > support for one of the GET/SET_xxx commands? > > Have you by chance found a PCI sound card for which this bad behavior > *doesn't* occur? No, but I haven't tried much :) I was going to buy PCI128 because when I told to my friends that also run FreeBSD 4.0 about my PCI64 problems they said that they have PCI128, it works fine and they recomend all to buy it for FreeBSD. Now, however, I won't buy PCI128 :) > > I've got a sinking feeling that I'm going to be adding printf's to > the driver by next week sometime... bleh. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 31 10:17:43 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from evil.2y.net (ztown1-1-55.adsl.one.net [207.78.254.55]) by hub.freebsd.org (Postfix) with ESMTP id 29DAB37B809 for ; Fri, 31 Mar 2000 10:17:41 -0800 (PST) (envelope-from cokane@evil.2y.net) Received: (from cokane@localhost) by evil.2y.net (8.9.3/8.9.3) id NAA05144; Fri, 31 Mar 2000 13:22:33 -0500 (EST) (envelope-from cokane) Date: Fri, 31 Mar 2000 13:22:33 -0500 From: Coleman Kane To: Doug Rabson Cc: Terry Warner , Coleman Kane , multimedia@freebsd.org Subject: Re: 3DFX Message-ID: <20000331132233.A5127@evil.2y.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from dfr@nlsystems.com on Fri, Mar 31, 2000 at 03:09:26AM -0500 X-Vim: vim:tw=70:ts=4:sw=4 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yeah, I know they are porting glide. I'm talking about the 3dfx device driver for the kernel, /dev/3dfx. I was wondering if anyone was looking into that. --cokane Doug Rabson had the audacity to say: > > On Thu, 30 Mar 2000, Terry Warner wrote: > > > > > As far as I know the 3dfx glide drivers are only being ported to linux. > > I'l lask around and find out thou for you > > The Glide CVS tree on sourceforge supports FreeBSD on voodoo3. > > -- > Doug Rabson Mail: dfr@nlsystems.com > Nonlinear Systems Ltd. Phone: +44 181 442 9037 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 31 12: 1:52 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from gilgamesch.bik-gmbh.de (T1-Hansenet.BIK-GmbH.de [192.76.134.246]) by hub.freebsd.org (Postfix) with ESMTP id 87B1F37BAB4 for ; Fri, 31 Mar 2000 12:01:36 -0800 (PST) (envelope-from cracauer@gilgamesch.bik-gmbh.de) Received: (from cracauer@localhost) by gilgamesch.bik-gmbh.de (8.9.3/8.7.3) id WAA95706; Fri, 31 Mar 2000 22:01:32 +0200 (MET DST) Date: Fri, 31 Mar 2000 22:01:32 +0200 From: Martin Cracauer To: gandalf@vilnya.demon.co.uk Cc: freebsd-multimedia@freebsd.org Subject: newpcm secondary dma buffer - why? Message-ID: <20000331220131.A95404@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 Cameron, multimedia folks, could you explain why the newpcm driver uses a secondary buffer to collect data before it transmits it to the soundcard? struct _pcm_channel { [...] snd_dbuf buffer2nd; }; Please don't say "it does buffering", I assume that :-) But so far I've been under the impression that such things are unneeded in today's soundcards and that it is extremly hard to get the mmap API to work with such a construction in between. 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 Fri Mar 31 16:24:25 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from hurricane.columbus.rr.com (m5.columbus.rr.com [204.210.252.249]) by hub.freebsd.org (Postfix) with ESMTP id 7830437B6A1 for ; Fri, 31 Mar 2000 16:24:22 -0800 (PST) (envelope-from caa@columbus.rr.com) Received: from columbus.rr.com ([204.210.243.142]) by hurricane.columbus.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-53939U80000L80000S0V35) with ESMTP id com; Fri, 31 Mar 2000 19:24:26 -0500 Received: (from caa@localhost) by columbus.rr.com (8.9.3/8.9.3) id TAA13355; Fri, 31 Mar 2000 19:24:18 -0500 (EST) (envelope-from caa) Date: Fri, 31 Mar 2000 19:24:18 -0500 From: "Charles Anderson" To: Martin Cracauer Cc: gandalf@vilnya.demon.co.uk, freebsd-multimedia@FreeBSD.ORG Subject: Re: newpcm secondary dma buffer - why? Message-ID: <20000331192418.B13072@midgard.dhs.org> References: <20000331220131.A95404@cons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000331220131.A95404@cons.org>; from cracauer@cons.org on Fri, Mar 31, 2000 at 10:01:32PM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'd like to know why too, it went in mid December, and before that mmap actually worked. I know I had drivers from 12/19/1999 that did mmap'ed sound out to /dev/dsp. -Charlie On Fri, Mar 31, 2000 at 10:01:32PM +0200, Martin Cracauer wrote: > Cameron, multimedia folks, > > could you explain why the newpcm driver uses a secondary buffer to > collect data before it transmits it to the soundcard? > > struct _pcm_channel { > [...] > snd_dbuf buffer2nd; > }; > > Please don't say "it does buffering", I assume that :-) But so far > I've been under the impression that such things are unneeded in > today's soundcards and that it is extremly hard to get the mmap API to > work with such a construction in between. > > 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 -- Charles Anderson caa@columbus.rr.com No quote, no nothin' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Apr 1 0:23:49 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from ugly.prth.tensor.pgs.com (ugly.prth.tensor.pgs.com [157.147.225.240]) by hub.freebsd.org (Postfix) with ESMTP id 9C3EB37B9F0 for ; Sat, 1 Apr 2000 00:23:32 -0800 (PST) (envelope-from shocking@ugly.prth.tensor.pgs.com) Received: from ugly (IDENT:shocking@localhost.prth.tensor.pgs.com [127.0.0.1]) by ugly.prth.tensor.pgs.com (8.9.3/8.9.3) with ESMTP id QAA13734; Sat, 1 Apr 2000 16:21:29 +0800 Message-Id: <200004010821.QAA13734@ugly.prth.tensor.pgs.com> X-Mailer: exmh version 2.0.3 To: Coleman Kane Cc: multimedia@freebsd.org Subject: Re: 3DFX In-Reply-To: Your message of "Fri, 31 Mar 2000 13:22:33 EST." <20000331132233.A5127@evil.2y.net> Reply-To: shocking@prth.pgs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 01 Apr 2000 16:21:28 +0800 From: Stephen Hocking-Senior Programmer PGS SPS Perth Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Yeah, I know they are porting glide. I'm talking about the 3dfx device driver >for the kernel, /dev/3dfx. I was wondering if anyone was looking into that. >--cokane I got partway through doing this, but fell over at the last stage, where the board memory was being mmaped into the process space - didn't get any further on it. I can grub up the sources and send them along o\if you like (I had an old Pure3D Voodoo 1) Stephen -- The views expressed above are not those of PGS Tensor. "We've heard that a million monkeys at a million keyboards could produce the Complete Works of Shakespeare; now, thanks to the Internet, we know this is not true." Robert Wilensky, University of California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Apr 1 5:59:43 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mout0.freenet.de (mout0.freenet.de [194.97.50.131]) by hub.freebsd.org (Postfix) with ESMTP id 9AD9A37B76B for ; Sat, 1 Apr 2000 05:59:40 -0800 (PST) (envelope-from netchild@leidinger.net) Received: from [62.104.201.2] (helo=mx1.freenet.de) by mout0.freenet.de with esmtp (Exim 3.13 #1) id 12bOR8-0003fe-00; Sat, 01 Apr 2000 15:59:38 +0200 Received: from [213.6.43.238] (helo=Magelan.Leidinger.net) by mx1.freenet.de with esmtp (Exim 3.13 #1) id 12bOR3-0005WD-00; Sat, 01 Apr 2000 15:59:35 +0200 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.9.3/8.9.3) with ESMTP id MAA00635; Sat, 1 Apr 2000 12:01:26 +0200 (CEST) (envelope-from netchild@Leidinger.net) Message-Id: <200004011001.MAA00635@Magelan.Leidinger.net> Date: Sat, 1 Apr 2000 12:01:23 +0200 (CEST) From: Alexander Leidinger Subject: Re: 3DFX To: dfr@nlsystems.com Cc: multimedia@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31 Mar, Doug Rabson wrote: >> >> As far as I know the 3dfx glide drivers are only being ported to linux. >> I'l lask around and find out thou for you > > The Glide CVS tree on sourceforge supports FreeBSD on voodoo3. Is someone working on a port? Do I need glide to get hw-3D with XFree86 4.0? Bye, Alexander. -- Where do you think you're going today? http://www.Leidinger.net Alexander+Home @ Leidinger.net GPG fingerprint = 7423 F3E6 3A7E B334 A9CC B10A 1F5F 130A A638 6E7E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Apr 1 10:58:23 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from evil.2y.net (ztown1-1-55.adsl.one.net [207.78.254.55]) by hub.freebsd.org (Postfix) with ESMTP id B181A37BC53 for ; Sat, 1 Apr 2000 10:58:19 -0800 (PST) (envelope-from cokane@evil.2y.net) Received: (from cokane@localhost) by evil.2y.net (8.9.3/8.9.3) id OAA11421; Sat, 1 Apr 2000 14:03:12 -0500 (EST) (envelope-from cokane) Date: Sat, 1 Apr 2000 14:03:12 -0500 From: Coleman Kane To: shocking@prth.pgs.com Cc: Coleman Kane , multimedia@freebsd.org Subject: Re: 3DFX Message-ID: <20000401140312.C11341@evil.2y.net> References: <20000331132233.A5127@evil.2y.net> <200004010821.QAA13734@ugly.prth.tensor.pgs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200004010821.QAA13734@ugly.prth.tensor.pgs.com>; from shocking@ugly.prth.tensor.pgs.com on Sat, Apr 01, 2000 at 03:23:26AM -0500 X-Vim: vim:tw=70:ts=4:sw=4 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Could you? That'd be sweet! What ver. of FreeBSD were you writing them for? I have the source for the latest release of the linux kernel driver, it seem like a simple driver to me. --cokane Stephen Hocking-Senior Programmer PGS SPS Perth had the audacity to say: > > I got partway through doing this, but fell over at the last stage, where the board memory was being mmaped into the process space - didn't get any further on it. I can grub up the sources and send them along o\if you like (I had an old Pure3D Voodoo 1) > > > Stephen > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Apr 1 11: 1:13 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from evil.2y.net (ztown1-1-55.adsl.one.net [207.78.254.55]) by hub.freebsd.org (Postfix) with ESMTP id 6571637BBE2 for ; Sat, 1 Apr 2000 11:01:10 -0800 (PST) (envelope-from cokane@evil.2y.net) Received: (from cokane@localhost) by evil.2y.net (8.9.3/8.9.3) id OAA11462; Sat, 1 Apr 2000 14:05:56 -0500 (EST) (envelope-from cokane) Date: Sat, 1 Apr 2000 14:05:56 -0500 From: Coleman Kane To: Alexander Leidinger Cc: dfr@nlsystems.com, multimedia@FreeBSD.ORG Subject: Re: 3DFX Message-ID: <20000401140556.D11341@evil.2y.net> References: <200004011001.MAA00635@Magelan.Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200004011001.MAA00635@Magelan.Leidinger.net>; from Alexander@Leidinger.net on Sat, Apr 01, 2000 at 08:59:57AM -0500 X-Vim: vim:tw=70:ts=4:sw=4 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yeah, I'm trying to work on a port. --cokane Alexander Leidinger had the audacity to say: > > On 31 Mar, Doug Rabson wrote: > >> > >> As far as I know the 3dfx glide drivers are only being ported to linux. > >> I'l lask around and find out thou for you > > > > The Glide CVS tree on sourceforge supports FreeBSD on voodoo3. > > Is someone working on a port? Do I need glide to get hw-3D with XFree86 > 4.0? > > Bye, > Alexander. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Apr 1 14:31:30 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.montana.com (mailB.montana.com [199.2.139.117]) by hub.freebsd.org (Postfix) with ESMTP id 4103F37BCE6 for ; Sat, 1 Apr 2000 14:31:28 -0800 (PST) (envelope-from msos@avicom.net) Received: from avicom.net (boz3-107.montana.com [207.40.45.107]) by mail.montana.com (8.9.3/8.9.3) with ESMTP id PAA25446 for ; Sat, 1 Apr 2000 15:33:36 -0700 (MST) Message-ID: <38E6774D.8EABDB3A@avicom.net> Date: Sat, 01 Apr 2000 15:25:18 -0700 From: Matthew Sos X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@FreeBSD.ORG Subject: es1371 sound delayed Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I'm having trouble with delayed sound output from a Creative AudioPCI. Sound seems to 'lag' behind in any program. Game sounds are always out of sync, really short or low quality waves just disappear completely, and mp3s start about a half second late. Didn't find much in the archives except rather old posts about IRQ conflicts, but my card is all alone on irq 5. (I tryed it on irq 9 too just in case :) I'm running 4.0-STABLE from Mar. 26, 2000. I had the exact same problem in 3.4-STABLE. dmesg excerpt -- pcm0: port 0xe400-0xe43f irq 5 at device 10.0 on pci0 kernel config -- device pcm The card works just fine otherwise. Anyone have any ideas? Thanks, ---- Matt Sos msos@avicom.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message