From owner-freebsd-multimedia Mon Dec 27 13:54:38 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 028D215437; Mon, 27 Dec 1999 13:54:33 -0800 (PST) (envelope-from randy@psg.com) Received: from randy by rip.psg.com with local (Exim 3.12 #1) id 122i63-0000GN-00; Mon, 27 Dec 1999 13:54:31 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Russell Cattelan Cc: freebsd-multimedia@freebsd.org, freebsd-current@freebsd.org Subject: Re: es1371 PCI128 Rev 7 patch References: <385F27BF.5CEF274@thebarn.com> Message-Id: Date: Mon, 27 Dec 1999 13:54:31 -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > The problem with the PCI128 rev 7 and ASUS boards seem to be solved > with a simple patch. > > Anybody with such a combination please try this patch > ftp://ftp.thebarn.com/FreeBSD/es1371/es1371-src4-PCI128rev7.patch > > Once it is verified to work, I'm sure somebody will want to commit it. dunno what's solved by what, but current is not blasting sound for me. reading the lists, suggestions for adding controller pnp0 seem out of date, as i get rip.psg.com:/sys/i386/conf# config RIP Don't forget to do a ``make depend'' Warning: controller "pnp" is unknown Kernel build directory is ../../compile/RIP the patch mentioned above does not take with current.9912270034, two rejects. so i expect a commit was done. dmesg whines pci0: Intel PIIX4 ATA controller (vendor=0x8086, dev=0x7111) at 4.1 pci0: Intel 82371AB/EB (PIIX4) USB controller (vendor=0x8086, dev=0x7112) at 4.2 irq 19 ... bktr0: irq 18 at device 10.0 on pci0 iicbb0: on bti2c0 iicbus0: on iicbb0 master-only smbus0: on bti2c0 bktr0: Hauppauge Model 61111 A M bktr0: Detected a MSP3430G-A1 at 0x80 Hauppauge WinCast/TV, Philips NTSC tuner, msp3400c stereo. pci0: unknown card (vendor=0x109e, dev=0x0878) at 10.1 irq 18 pcm0: irq 17 at device 11.0 on pci0 ac97: dac not ready ... kernel sez device pcm0 randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 27 14:30:17 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from lips.borg.umn.edu (lips.borg.umn.edu [160.94.170.50]) by hub.freebsd.org (Postfix) with ESMTP id 500D114A00; Mon, 27 Dec 1999 14:30:07 -0800 (PST) (envelope-from cattelan@thebarn.com) Received: from thebarn.com (lupo.borg.umn.edu [160.94.170.114]) by lips.borg.umn.edu (8.9.3/8.9.1) with ESMTP id QAA88601; Mon, 27 Dec 1999 16:30:01 -0600 (CST) Message-ID: <3867E868.CDA0E794@thebarn.com> Date: Mon, 27 Dec 1999 16:30:00 -0600 From: Russell Cattelan X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Randy Bush Cc: freebsd-multimedia@freebsd.org, freebsd-current@freebsd.org Subject: Re: es1371 PCI128 Rev 7 patch References: <385F27BF.5CEF274@thebarn.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randy Bush wrote: > > The problem with the PCI128 rev 7 and ASUS boards seem to be solved > > with a simple patch. > > > > Anybody with such a combination please try this patch > > ftp://ftp.thebarn.com/FreeBSD/es1371/es1371-src4-PCI128rev7.patch > > > > Once it is verified to work, I'm sure somebody will want to commit it. > > dunno what's solved by what, but current is not blasting sound for me. > reading the lists, suggestions for adding > > controller pnp0 The pnp stuff shouldn't have anything to do with this card, it's pi. Cameron did a bunch of code clean up, which is why the patch didn't apply. I generated a new patch that should apply to current -current. ftp://ftp.thebarn.com/FreeBSD/es1371/es1371-src4-PCI128rev7.2,patch > > > > seem out of date, as i get > > rip.psg.com:/sys/i386/conf# config RIP > Don't forget to do a ``make depend'' > Warning: controller "pnp" is unknown > Kernel build directory is ../../compile/RIP > > the patch mentioned above does not take with current.9912270034, two > rejects. so i expect a commit was done. > > dmesg whines > > pci0: Intel PIIX4 ATA controller (vendor=0x8086, dev=0x7111) at 4.1 > pci0: Intel 82371AB/EB (PIIX4) USB controller (vendor=0x8086, dev=0x7112) at 4.2 irq 19 > ... > bktr0: irq 18 at device 10.0 on pci0 > iicbb0: on bti2c0 > iicbus0: on iicbb0 master-only > smbus0: on bti2c0 > bktr0: Hauppauge Model 61111 A M > bktr0: Detected a MSP3430G-A1 at 0x80 > Hauppauge WinCast/TV, Philips NTSC tuner, msp3400c stereo. > pci0: unknown card (vendor=0x109e, dev=0x0878) at 10.1 irq 18 > pcm0: irq 17 at device 11.0 on pci0 > ac97: dac not ready > ... > > kernel sez > > device pcm0 > > randy -- Russell Cattelan cattelan@thebarn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 27 15:35:26 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 1236714A1F; Mon, 27 Dec 1999 15:35:24 -0800 (PST) (envelope-from randy@psg.com) Received: from randy by rip.psg.com with local (Exim 3.12 #1) id 122jfe-0000As-00; Mon, 27 Dec 1999 15:35:22 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Russell Cattelan Cc: freebsd-multimedia@freebsd.org, freebsd-current@freebsd.org Subject: Re: es1371 PCI128 Rev 7 patch References: <385F27BF.5CEF274@thebarn.com> <3867E868.CDA0E794@thebarn.com> Message-Id: Date: Mon, 27 Dec 1999 15:35:22 -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> dunno what's solved by what, but current is not blasting sound for me. >> reading the lists, suggestions for adding >> controller pnp0 > The pnp stuff shouldn't have anything to do with this card, it's pi. ^c unnerstand. but there's stuff on the current list saying to use that with the pci128, so i thought i would debunk it. > ftp://ftp.thebarn.com/FreeBSD/es1371/es1371-src4-PCI128rev7.2,patch yes! works fine on my asus p2b-ds with current as of this morning. thank you. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 27 20:55:29 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 79D30152EE; Mon, 27 Dec 1999 20:55:22 -0800 (PST) (envelope-from culverk@wam.umd.edu) Received: from rac2.wam.umd.edu (root@rac2.wam.umd.edu [128.8.10.142]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id XAA16558; Mon, 27 Dec 1999 23:55:17 -0500 (EST) Received: from rac2.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac2.wam.umd.edu (8.9.3/8.9.3) with SMTP id XAA19712; Mon, 27 Dec 1999 23:55:19 -0500 (EST) Received: from localhost (culverk@localhost) by rac2.wam.umd.edu (8.9.3/8.9.3) with ESMTP id XAA19708; Mon, 27 Dec 1999 23:55:19 -0500 (EST) X-Authentication-Warning: rac2.wam.umd.edu: culverk owned process doing -bs Date: Mon, 27 Dec 1999 23:55:19 -0500 (EST) From: Kenneth Wayne Culver To: freebsd-multimedia@freebsd.org Cc: freebsd-current@freebsd.org Subject: DVD driver 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 I noticed recently (10 minutes ago) that FreeBSD will mount a DVD and I can even look around on it as if it were a regular CD (on -CURRENT). I was wondering if there was any mpeg2 decoder that would play DVD movies. I don't have a hardware decoder the software one looks fine but I'd like to know if anyone has tried to make a software decoder for FreeBSD. Thanks.. ================================================================= | Kenneth Culver | FreeBSD: The best OS around. | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: AgRSkaterq | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 27 21:58:24 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from tasam.com (tasam.com [206.161.83.22]) by hub.freebsd.org (Postfix) with ESMTP id 1EE0F14F81 for ; Mon, 27 Dec 1999 21:58:15 -0800 (PST) (envelope-from clash@tasam.com) Received: from fireduck (216-164-136-117.s117.tnt4.lnhva.md.dialup.rcn.com [216.164.136.117]) by tasam.com (8.9.3/8.9.3) with SMTP id AAA68055; Tue, 28 Dec 1999 00:58:12 -0500 (EST) (envelope-from clash@tasam.com) Message-ID: <005601bf50f8$7f4987a0$7588a4d8@fireduck> From: "Joe Gleason" To: Subject: Hassle Creative Labs into releasing infomation (for dxr2) Date: Tue, 28 Dec 1999 00:55:43 -0500 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.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Here is my current understanding. If I am incorrect about any of this, someone please correct me. - I have a DVD-Drive and Dxr2 card (both Creative Labs products). - The DVD drive is supported under FreeBSD for reading normal CD's only - The Dxr2 card is not supported at all - These lack of support situations could be best corrected if Creative Labs released detailed tech info to FreeBSD coders who could then write drivers - Creative has been uncooperative about giving out info If all the above is correct, then I suggest we collectively hassle Creative Labs into releasing said infomation. Any thoughts? I was reading through the archives and noted that someone said something along the lines of: If vendors do not share info with us so that we can support them, we just won't support them and cause users to boycot them. I agree with this statement in principal but I do not think FreeBSD is big enough to really get them to pay attention if we don't let them know we are here. Therefore I suggest that everyone intersted goto: http://www.americas.creative.com/feedback-products.html And submit a comment about releasing info the FreeBSD and Linux developers. That way we can maybe watch our DVD's before we crush M$ with our iron fist. That's probably more than enough out of me. Joe Gleason Tasam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 27 22:10:38 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from rah.star-gate.com (216-200-29-190.snj0.flashcom.net [216.200.29.194]) by hub.freebsd.org (Postfix) with ESMTP id AEF1E153AE for ; Mon, 27 Dec 1999 22:10:36 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.9.3/8.9.3) with ESMTP id WAA27613; Mon, 27 Dec 1999 22:10:28 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199912280610.WAA27613@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Joe Gleason" Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Hassle Creative Labs into releasing infomation (for dxr2) In-reply-to: Your message of "Tue, 28 Dec 1999 00:55:43 EST." <005601bf50f8$7f4987a0$7588a4d8@fireduck> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 27 Dec 1999 22:10:28 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Creative Labs released drivers for the dxr2 and their SB Live cards . I am curious to see if anyone has done anything with the released drivers. -- Amancio Hasty hasty@rah.star-gate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 27 22:25:26 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from tasam.com (tasam.com [206.161.83.22]) by hub.freebsd.org (Postfix) with ESMTP id 643C514D0F for ; Mon, 27 Dec 1999 22:25:24 -0800 (PST) (envelope-from clash@tasam.com) Received: from fireduck (216-164-136-117.s117.tnt4.lnhva.md.dialup.rcn.com [216.164.136.117]) by tasam.com (8.9.3/8.9.3) with SMTP id BAA31362; Tue, 28 Dec 1999 01:25:21 -0500 (EST) (envelope-from clash@tasam.com) Message-ID: <009101bf50fc$49e83a80$7588a4d8@fireduck> From: "Joe Gleason" To: "Amancio Hasty" Cc: References: <199912280610.WAA27613@rah.star-gate.com> Subject: Re: Hassle Creative Labs into releasing infomation (for dxr2) Date: Tue, 28 Dec 1999 01:24:02 -0500 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.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I would offer to work on it, but I just started using C about 3 months ago so I would need alot of help. Can someone point me at any resources for coding drivers and stuff for FreeBSD? I am willing to learn. Joe Gleason Tasam ----- Original Message ----- From: "Amancio Hasty" To: "Joe Gleason" Cc: Sent: Tuesday, December 28, 1999 01:10 Subject: Re: Hassle Creative Labs into releasing infomation (for dxr2) > > Creative Labs released drivers for the dxr2 and their SB Live cards . > > > I am curious to see if anyone has done anything with the released > drivers. > > > > -- > > Amancio Hasty > hasty@rah.star-gate.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 27 23:58:19 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from poboxer.pobox.com (ferg5200-1-37.cpinternet.com [208.149.16.37]) by hub.freebsd.org (Postfix) with ESMTP id D5802153CB for ; Mon, 27 Dec 1999 23:58:15 -0800 (PST) (envelope-from alk@poboxer.pobox.com) Received: (from alk@localhost) by poboxer.pobox.com (8.9.3/8.9.1) id BAA93381; Tue, 28 Dec 1999 01:58:13 -0600 (CST) (envelope-from alk) From: Anthony Kimball MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 28 Dec 1999 01:58:13 -0600 (CST) X-Face: \h9Jg:Cuivl4S*UP-)gO.6O=T]]@ncM*tn4zG);)lk#4|lqEx=*talx?.Gk,dMQU2)ptPC17cpBzm(l'M|H8BUF1&]dDCxZ.c~Wy6-j,^V1E(NtX$FpkkdnJixsJHE95JlhO 5\M3jh'YiO7KPCn0~W`Ro44_TB@&JuuqRqgPL'0/{):7rU-%.*@/>q?1&Ed Reply-To: alk@pobox.com To: clash@tasam.com Cc: freebsd-multimedia@FreeBSD.ORG Subject: Hassle Creative Labs into releasing infomation (for dxr2) References: <005601bf50f8$7f4987a0$7588a4d8@fireduck> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14440.27757.762430.840875@avalon.east> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoth Joe Gleason on Tue, 28 December: : Here is my current understanding. If I am incorrect about any of this, : someone please correct me. : : - I have a DVD-Drive and Dxr2 card (both Creative Labs products). : - The DVD drive is supported under FreeBSD for reading normal CD's only I'm using a Toshiba SD-M1212 with 4.0-Current, and it seems nominal. I can read DVDs okay as far as I can tell. Have you *tried* the CL drive? : - The Dxr2 card is not supported at all LiViD has Linux support for Dxr2. Dunno how much work it would be to port. Is anyone working on it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 27 23:58:44 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from poboxer.pobox.com (ferg5200-1-37.cpinternet.com [208.149.16.37]) by hub.freebsd.org (Postfix) with ESMTP id ACD5314E39; Mon, 27 Dec 1999 23:58:39 -0800 (PST) (envelope-from alk@poboxer.pobox.com) Received: (from alk@localhost) by poboxer.pobox.com (8.9.3/8.9.1) id BAA93378; Tue, 28 Dec 1999 01:57:19 -0600 (CST) (envelope-from alk) From: Anthony Kimball MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 28 Dec 1999 01:57:13 -0600 (CST) X-Face: \h9Jg:Cuivl4S*UP-)gO.6O=T]]@ncM*tn4zG);)lk#4|lqEx=*talx?.Gk,dMQU2)ptPC17cpBzm(l'M|H8BUF1&]dDCxZ.c~Wy6-j,^V1E(NtX$FpkkdnJixsJHE95JlhO 5\M3jh'YiO7KPCn0~W`Ro44_TB@&JuuqRqgPL'0/{):7rU-%.*@/>q?1&Ed Reply-To: alk@pobox.com To: culverk@wam.umd.edu Cc: freebsd-multimedia@FreeBSD.ORG Subject: DVD driver References: X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14440.19576.535609.277984@avalon.east> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoth Kenneth Wayne Culver on Mon, 27 December: : I don't have a hardware decoder the software one looks fine but I'd like to : know if anyone has tried to make a software decoder for FreeBSD. Thanks.. (I'll redirect to multimedia.) I've been trying to build the nist mpeg2player on current lately. It was reported to be working in late October, but I'm not having any luck at the moment because of failures in static initializers in the Regex package -- probably something to do with pthreads, and very much non-trivial to debug, given my vanishingly small understanding of the ever-changing thread model on CURRENT. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 28 0: 2:44 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from tasam.com (tasam.com [206.161.83.22]) by hub.freebsd.org (Postfix) with ESMTP id 00E4814FB4 for ; Tue, 28 Dec 1999 00:02:42 -0800 (PST) (envelope-from clash@tasam.com) Received: from fireduck (216-164-136-117.s117.tnt4.lnhva.md.dialup.rcn.com [216.164.136.117]) by tasam.com (8.9.3/8.9.3) with SMTP id DAA88058; Tue, 28 Dec 1999 03:02:39 -0500 (EST) (envelope-from clash@tasam.com) Message-ID: <000201bf5109$e1d74400$7588a4d8@fireduck> From: "Joe Gleason" To: Cc: References: <005601bf50f8$7f4987a0$7588a4d8@fireduck> <14440.27757.762430.840875@avalon.east> Subject: Re: Hassle Creative Labs into releasing infomation (for dxr2) Date: Tue, 28 Dec 1999 03:00:31 -0500 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.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I haven't tried the drive since about 3.2. With out dxr2 support, no really reason to try. ----- Original Message ----- From: "Anthony Kimball" To: Cc: Sent: Tuesday, December 28, 1999 02:58 Subject: Hassle Creative Labs into releasing infomation (for dxr2) > Quoth Joe Gleason on Tue, 28 December: > : Here is my current understanding. If I am incorrect about any of this, > : someone please correct me. > : > : - I have a DVD-Drive and Dxr2 card (both Creative Labs products). > : - The DVD drive is supported under FreeBSD for reading normal CD's only > > I'm using a Toshiba SD-M1212 with 4.0-Current, and it seems nominal. I can > read DVDs okay as far as I can tell. Have you *tried* the CL drive? > > : - The Dxr2 card is not supported at all > > LiViD has Linux support for Dxr2. Dunno how much work it would be to port. > Is anyone working on it? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 28 1:43:25 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from rah.star-gate.com (216-200-29-190.snj0.flashcom.net [216.200.29.194]) by hub.freebsd.org (Postfix) with ESMTP id 04B4714E8F for ; Tue, 28 Dec 1999 01:43:23 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.9.3/8.9.3) with ESMTP id BAA29006; Tue, 28 Dec 1999 01:40:59 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199912280940.BAA29006@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Joe Gleason" Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Hassle Creative Labs into releasing infomation (for dxr2) In-reply-to: Your message of "Tue, 28 Dec 1999 01:24:02 EST." <009101bf50fc$49e83a80$7588a4d8@fireduck> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 28 Dec 1999 01:40:59 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I would offer to work on it, but I just started using C about 3 months ago > so I would need alot of help. > > Can someone point me at any resources for coding drivers and stuff for > FreeBSD? I am willing to learn. > Hi, Try at looking at the existing driver for dxr2 http://opensource.creative.com The usual points of interest in a driver are: probe --- detect hardware attach --- connect driver to the system open read write close ioctl interface Cheers -- Amancio Hasty hasty@rah.star-gate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 28 3:18:40 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 4E13F15472 for ; Tue, 28 Dec 1999 03:18:31 -0800 (PST) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id MAA04414; Tue, 28 Dec 1999 12:16:34 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <199912281116.MAA04414@freebsd.dk> Subject: Re: DVD driver In-Reply-To: <14440.19576.535609.277984@avalon.east> from Anthony Kimball at "Dec 28, 1999 01:57:13 am" To: alk@pobox.com Date: Tue, 28 Dec 1999 12:16:34 +0100 (CET) Cc: culverk@wam.umd.edu, freebsd-multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Anthony Kimball wrote: > Quoth Kenneth Wayne Culver on Mon, 27 December: > : I don't have a hardware decoder the software one looks fine but I'd like to > : know if anyone has tried to make a software decoder for FreeBSD. Thanks.. > > (I'll redirect to multimedia.) > > I've been trying to build the nist mpeg2player on current lately. > It was reported to be working in late October, but I'm not having any > luck at the moment because of failures in static initializers in the > Regex package -- probably something to do with pthreads, and very > much non-trivial to debug, given my vanishingly small understanding > of the ever-changing thread model on CURRENT. Look in ftp://freebsd.dk/pub/DVD there is everything you need :) -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 28 4:10: 5 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 76A4D14E0B for ; Tue, 28 Dec 1999 04:10:02 -0800 (PST) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id NAA17551; Tue, 28 Dec 1999 13:09:37 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <199912281209.NAA17551@freebsd.dk> Subject: Re: Hassle Creative Labs into releasing infomation (for dxr2) In-Reply-To: <14440.27757.762430.840875@avalon.east> from Anthony Kimball at "Dec 28, 1999 01:58:13 am" To: alk@pobox.com Date: Tue, 28 Dec 1999 13:09:37 +0100 (CET) Cc: clash@tasam.com, freebsd-multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Anthony Kimball wrote: > Quoth Joe Gleason on Tue, 28 December: > : Here is my current understanding. If I am incorrect about any of this, > : someone please correct me. > : > : - I have a DVD-Drive and Dxr2 card (both Creative Labs products). > : - The DVD drive is supported under FreeBSD for reading normal CD's only > > I'm using a Toshiba SD-M1212 with 4.0-Current, and it seems nominal. I can > read DVDs okay as far as I can tell. Have you *tried* the CL drive? > > : - The Dxr2 card is not supported at all > > LiViD has Linux support for Dxr2. Dunno how much work it would be to port. > Is anyone working on it? I will be as soon as a board arrives here.... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 28 8: 5:20 1999 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 2966815487 for ; Tue, 28 Dec 1999 08:05:07 -0800 (PST) (envelope-from caa@columbus.rr.com) Received: from columbus.rr.com ([24.95.60.151]) by hurricane.columbus.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-53939U80000L80000S0V35) with ESMTP id com; Tue, 28 Dec 1999 11:05:04 -0500 Received: (from caa@localhost) by columbus.rr.com (8.9.3/8.9.3) id LAA10444; Tue, 28 Dec 1999 11:05:04 -0500 (EST) (envelope-from caa) Date: Tue, 28 Dec 1999 11:05:03 -0500 From: "Charles Anderson" To: Kenneth Wayne Culver Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: DVD driver Message-ID: <19991228110503.A10365@midgard.dhs.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from culverk@wam.umd.edu on Mon, Dec 27, 1999 at 11:55:19PM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Dec 27, 1999 at 11:55:19PM -0500, Kenneth Wayne Culver wrote: > I noticed recently (10 minutes ago) that FreeBSD will mount a DVD and I > can even look around on it as if it were a regular CD (on -CURRENT). I was > wondering if there was any mpeg2 decoder that would play DVD movies. I > don't have a hardware decoder the software one looks fine but I'd like to > know if anyone has tried to make a software decoder for FreeBSD. Thanks.. That opens up a huge can of worms, go see http://www.free-dvd.org.lu/ (hmm, that seems to have just gone down......) try http://www.humpin.org/decss but do it fast the DVD CCA is filing restraining orders against every web site out there that has info on playing dvd's on unix operating systems. Also take a look at http://livid.on.openprojects.net to see what the linux dvd player people have done. Right now playing dvd's on *BSD & Linux has more to do with legal problems of decrypting a dvd than technical problems of playing an mpeg2 stream. The people that make dvd's don't want to see an opensource dvd player, because they used a lousy proprietary encryption scheme, that has been reversed engineered, and now they're trying to get all of the worms back into the can. -Charlie -- 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 Tue Dec 28 10:33:44 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id D5149154DD for ; Tue, 28 Dec 1999 10:33:42 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id KAA41163; Tue, 28 Dec 1999 10:32:48 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: Soren Schmidt Cc: alk@pobox.com, clash@tasam.com, freebsd-multimedia@FreeBSD.ORG Subject: Re: Hassle Creative Labs into releasing infomation (for dxr2) In-reply-to: Your message of "Tue, 28 Dec 1999 13:09:37 +0100." <199912281209.NAA17551@freebsd.dk> Date: Tue, 28 Dec 1999 10:32:47 -0800 Message-ID: <41159.946405967@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > LiViD has Linux support for Dxr2. Dunno how much work it would be to port. > > Is anyone working on it? > > I will be as soon as a board arrives here.... Do you have one on the way? I have an extra one sitting here if not... - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 28 12:25:42 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from tasam.com (tasam.com [206.161.83.22]) by hub.freebsd.org (Postfix) with ESMTP id 3D2C714DAB for ; Tue, 28 Dec 1999 12:25:37 -0800 (PST) (envelope-from majestic@efront.com) Received: from localhost (majestic@localhost) by tasam.com (8.9.3/8.9.3) with ESMTP id PAA75006; Tue, 28 Dec 1999 15:25:06 -0500 (EST) (envelope-from majestic@efront.com) X-Authentication-Warning: tasam.com: majestic owned process doing -bs Date: Tue, 28 Dec 1999 15:25:05 -0500 (EST) From: Nate Mook X-Sender: majestic@tasam.com To: broken@blackroses.com Cc: freebsd-multimedia@freebsd.org Subject: Re: [broken] Hassle Creative Labs into releasing infomation (for dxr2) In-Reply-To: <005601bf50f8$7f4987a0$7588a4d8@fireduck> 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 The Dxr2 works perfect under Linux with beta drivers you can grab from fileforum.com. It took creative forever to support Linux, and probably will be years until they suupport freebsd... i'm not saying you should run linux..just telling you that it took linux users 2 years of bitching to get support..and there are a hell of a lot more desktop computers running linux. which means freebsd support wont be for a while unless they can somehow make the linux drivers compatible. On Tue, 28 Dec 1999, Joe Gleason wrote: > Here is my current understanding. If I am incorrect about any of this, > someone please correct me. > > - I have a DVD-Drive and Dxr2 card (both Creative Labs products). > - The DVD drive is supported under FreeBSD for reading normal CD's only > - The Dxr2 card is not supported at all > - These lack of support situations could be best corrected if Creative Labs > released detailed tech info to FreeBSD coders who could then write drivers > - Creative has been uncooperative about giving out info > > If all the above is correct, then I suggest we collectively hassle Creative > Labs into releasing said infomation. Any thoughts? > I was reading through the archives and noted that someone said something > along the lines of: > If vendors do not share info with us so that we can support them, we just > won't support them and cause users to boycot them. > > I agree with this statement in principal but I do not think FreeBSD is big > enough to really get them to pay attention if we don't let them know we are > here. > > Therefore I suggest that everyone intersted goto: > http://www.americas.creative.com/feedback-products.html > And submit a comment about releasing info the FreeBSD and Linux developers. > > That way we can maybe watch our DVD's before we crush M$ with our iron fist. > > That's probably more than enough out of me. > > Joe Gleason > Tasam > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 28 12:47:41 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from rah.star-gate.com (216-200-29-190.snj0.flashcom.net [216.200.29.194]) by hub.freebsd.org (Postfix) with ESMTP id 0218D14DAB for ; Tue, 28 Dec 1999 12:47:39 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.9.3/8.9.3) with ESMTP id MAA32892; Tue, 28 Dec 1999 12:44:59 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199912282044.MAA32892@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Nate Mook Cc: broken@blackroses.com, freebsd-multimedia@FreeBSD.ORG Subject: Re: [broken] Hassle Creative Labs into releasing infomation (for dxr2) In-reply-to: Your message of "Tue, 28 Dec 1999 15:25:05 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 28 Dec 1999 12:44:59 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We can make the dxr2 drivers run on FreeBSD . Now finding new hackers or training new hackers to develop / support device drivers is indeed very very difficult. -- Amancio Hasty hasty@rah.star-gate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 28 21:58:43 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from hurricane.columbus.rr.com (m4.columbus.rr.com [204.210.252.19]) by hub.freebsd.org (Postfix) with ESMTP id 96CEA155BC; Tue, 28 Dec 1999 21:58:11 -0800 (PST) (envelope-from caa@columbus.rr.com) Received: from columbus.rr.com ([24.95.60.151]) by hurricane.columbus.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-53939U80000L80000S0V35) with ESMTP id com; Wed, 29 Dec 1999 00:58:09 -0500 Received: (from caa@localhost) by columbus.rr.com (8.9.3/8.9.3) id AAA81203; Wed, 29 Dec 1999 00:58:10 -0500 (EST) (envelope-from caa) Date: Wed, 29 Dec 1999 00:58:10 -0500 From: "Charles Anderson" To: freebsd-multimedia@freebsd.org, FreeBSD Current Subject: mmaping /dev/dsp problems Message-ID: <19991229005714.C79763@midgard.dhs.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="H+4ONPRPur6+Ovig" X-Mailer: Mutt 1.0i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --H+4ONPRPur6+Ovig Content-Type: text/plain; charset=us-ascii Hello, I'm trying to get the quake 1 source to compile and work under freebsd with glx. Most of the graphics parts work, and I can play, but I can't seem to get it to mmap the dsp dma buffer like it wants to. I have ripped out part of the code to demonstrate the problem. All I had to change to get it to compile this was to include machine/soundcard.h instead of linux/soundcard.h, but that doesn't seem to be enough to get it to work. I'm running -current with newpcm as of Dec 13, I know it's not the latest, but not much has changed in the dsp code lately. I'll build a new world tomorrow, and try it out. I have attached the files snd_linux.c & sound.h When I run snd_linux I get opening /dev/dsp audio_fd /dev/dsp=3 about to map 63488 bytes to /dev/dsp shm->buffer=280eb000 Segmentation fault (core dumped) bash-2.02$ gdb has this to say about shm->buffer (what mmap returns) $3 = ( unsigned char *) 0x280eb000 Thanks, for any help. -Charlie -- Charles Anderson caa@columbus.rr.com No quote, no nothin' --H+4ONPRPur6+Ovig Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="snd_linux.c" /* Copyright (C) 1996-1997 Id Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include #include #include #include #include #include #include #include #include #include "sound.h" int audio_fd; int snd_inited; static int tryrates[] = { 11025, 22051, 44100, 8000 }; #define Con_Printf printf dma_t *shm; qboolean SNDDMA_Init(void) { dma_t sn; int rc; int fmt; int tmp; int i; char *s; struct audio_buf_info info; int caps; snd_inited = 0; // open /dev/dsp, confirm capability to mmap, and get size of dma buffer Con_Printf("opening /dev/dsp\n"); audio_fd = open("/dev/dsp", O_RDWR); if (audio_fd < 0) { perror("/dev/dsp"); Con_Printf("Could not open /dev/dsp\n"); return 0; } Con_Printf("audio_fd /dev/dsp=%d\n", audio_fd); rc = ioctl(audio_fd, SNDCTL_DSP_RESET, 0); if (rc < 0) { perror("/dev/dsp"); Con_Printf("Could not reset /dev/dsp\n"); close(audio_fd); return 0; } if (ioctl(audio_fd, SNDCTL_DSP_GETCAPS, &caps)==-1) { perror("/dev/dsp"); Con_Printf("Sound driver too old\n"); close(audio_fd); return 0; } if (!(caps & DSP_CAP_TRIGGER) || !(caps & DSP_CAP_MMAP)) { Con_Printf("Sorry but your soundcard can't do this\n"); close(audio_fd); return 0; } if (ioctl(audio_fd, SNDCTL_DSP_GETOSPACE, &info)==-1) { perror("GETOSPACE"); Con_Printf("Um, can't do GETOSPACE?\n"); close(audio_fd); return 0; } shm = &sn; shm->splitbuffer = 0; // set sample bits & speed s = getenv("QUAKE_SOUND_SAMPLEBITS"); if (s) shm->samplebits = atoi(s); /* else if ((i = COM_CheckParm("-sndbits")) != 0) shm->samplebits = atoi(com_argv[i+1]); */ if (shm->samplebits != 16 && shm->samplebits != 8) { ioctl(audio_fd, SNDCTL_DSP_GETFMTS, &fmt); if (fmt & AFMT_S16_LE) shm->samplebits = 16; else if (fmt & AFMT_U8) shm->samplebits = 8; } s = getenv("QUAKE_SOUND_SPEED"); if (s) shm->speed = atoi(s); /* else if ((i = COM_CheckParm("-sndspeed")) != 0) shm->speed = atoi(com_argv[i+1]); */ else { for (i=0 ; ispeed = tryrates[i]; } s = getenv("QUAKE_SOUND_CHANNELS"); if (s) shm->channels = atoi(s); /* else if ((i = COM_CheckParm("-sndmono")) != 0) shm->channels = 1; else if ((i = COM_CheckParm("-sndstereo")) != 0) shm->channels = 2; */ else shm->channels = 2; shm->samples = info.fragstotal * info.fragsize / (shm->samplebits/8); shm->submission_chunk = 1; // memory map the dma buffer Con_Printf("about to map %d bytes to /dev/dsp\n", info.fragstotal * info.fragsize); shm->buffer = (unsigned char *) mmap(NULL, info.fragstotal * info.fragsize, PROT_WRITE, MAP_SHARED, audio_fd, 0); if (!shm->buffer || shm->buffer == (unsigned char *)-1) { perror("/dev/dsp"); Con_Printf("Could not mmap /dev/dsp\n"); close(audio_fd); return 0; } Con_Printf("shm->buffer=%lx\n", shm->buffer); tmp = 0; if (shm->channels == 2) tmp = 1; rc = ioctl(audio_fd, SNDCTL_DSP_STEREO, &tmp); if (rc < 0) { perror("/dev/dsp"); Con_Printf("Could not set /dev/dsp to stereo=%d", shm->channels); close(audio_fd); return 0; } if (tmp) shm->channels = 2; else shm->channels = 1; rc = ioctl(audio_fd, SNDCTL_DSP_SPEED, &shm->speed); if (rc < 0) { perror("/dev/dsp"); Con_Printf("Could not set /dev/dsp speed to %d", shm->speed); close(audio_fd); return 0; } if (shm->samplebits == 16) { rc = AFMT_S16_LE; rc = ioctl(audio_fd, SNDCTL_DSP_SETFMT, &rc); if (rc < 0) { perror("/dev/dsp"); Con_Printf("Could not support 16-bit data. Try 8-bit.\n"); close(audio_fd); return 0; } } else if (shm->samplebits == 8) { rc = AFMT_U8; rc = ioctl(audio_fd, SNDCTL_DSP_SETFMT, &rc); if (rc < 0) { perror("/dev/dsp"); Con_Printf("Could not support 8-bit data.\n"); close(audio_fd); return 0; } } else { perror("/dev/dsp"); Con_Printf("%d-bit sound not supported.", shm->samplebits); close(audio_fd); return 0; } // toggle the trigger & start her up tmp = 0; rc = ioctl(audio_fd, SNDCTL_DSP_SETTRIGGER, &tmp); if (rc < 0) { perror("/dev/dsp"); Con_Printf("Could not toggle.\n"); close(audio_fd); return 0; } tmp = PCM_ENABLE_OUTPUT; rc = ioctl(audio_fd, SNDCTL_DSP_SETTRIGGER, &tmp); if (rc < 0) { perror("/dev/dsp"); Con_Printf("Could not toggle.\n"); close(audio_fd); return 0; } shm->samplepos = 0; snd_inited = 1; return 1; } main() { SNDDMA_Init(); memset(shm->buffer, 0, 2048); } --H+4ONPRPur6+Ovig Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sound.h" /* Copyright (C) 1996-1997 Id Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // sound.h -- client sound i/o functions #ifndef __SOUND__ #define __SOUND__ #define DEFAULT_SOUND_PACKET_VOLUME 255 #define DEFAULT_SOUND_PACKET_ATTENUATION 1.0 typedef enum {false, true} qboolean; // !!! if this is changed, it much be changed in asm_i386.h too !!! typedef struct { int left; int right; } portable_samplepair_t; #if 0 typedef struct sfx_s { char name[MAX_QPATH]; cache_user_t cache; } sfx_t; // !!! if this is changed, it much be changed in asm_i386.h too !!! typedef struct { int length; int loopstart; int speed; int width; int stereo; byte data[1]; // variable sized } sfxcache_t; #endif typedef struct { qboolean gamealive; qboolean soundalive; qboolean splitbuffer; int channels; int samples; // mono samples in buffer int submission_chunk; // don't mix less than this # int samplepos; // in mono samples int samplebits; int speed; unsigned char *buffer; } dma_t; #if 0 // !!! if this is changed, it much be changed in asm_i386.h too !!! typedef struct { sfx_t *sfx; // sfx number int leftvol; // 0-255 volume int rightvol; // 0-255 volume int end; // end time in global paintsamples int pos; // sample position in sfx int looping; // where to loop, -1 = no looping int entnum; // to allow overriding a specific sound int entchannel; // vec3_t origin; // origin of sound effect vec_t dist_mult; // distance multiplier (attenuation/clipK) int master_vol; // 0-255 master volume } channel_t; typedef struct { int rate; int width; int channels; int loopstart; int samples; int dataofs; // chunk starts this many bytes from file start } wavinfo_t; void S_Init (void); void S_Startup (void); void S_Shutdown (void); void S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation); void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation); void S_StopSound (int entnum, int entchannel); void S_StopAllSounds(qboolean clear); void S_ClearBuffer (void); void S_Update (vec3_t origin, vec3_t v_forward, vec3_t v_right, vec3_t v_up); void S_ExtraUpdate (void); sfx_t *S_PrecacheSound (char *sample); void S_TouchSound (char *sample); void S_ClearPrecache (void); void S_BeginPrecaching (void); void S_EndPrecaching (void); void S_PaintChannels(int endtime); void S_InitPaintChannels (void); // picks a channel based on priorities, empty slots, number of channels channel_t *SND_PickChannel(int entnum, int entchannel); // spatializes a channel void SND_Spatialize(channel_t *ch); // initializes cycling through a DMA buffer and returns information on it qboolean SNDDMA_Init(void); // gets the current DMA position int SNDDMA_GetDMAPos(void); // shutdown the DMA xfer. void SNDDMA_Shutdown(void); // ==================================================================== // User-setable variables // ==================================================================== #define MAX_CHANNELS 128 #define MAX_DYNAMIC_CHANNELS 8 extern channel_t channels[MAX_CHANNELS]; // 0 to MAX_DYNAMIC_CHANNELS-1 = normal entity sounds // MAX_DYNAMIC_CHANNELS to MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS -1 = water, etc // MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS to total_channels = static sounds extern int total_channels; // // Fake dma is a synchronous faking of the DMA progress used for // isolating performance in the renderer. The fakedma_updates is // number of times S_Update() is called per second. // extern qboolean fakedma; extern int fakedma_updates; extern int paintedtime; extern vec3_t listener_origin; extern vec3_t listener_forward; extern vec3_t listener_right; extern vec3_t listener_up; extern volatile dma_t *shm; extern volatile dma_t sn; extern vec_t sound_nominal_clip_dist; extern cvar_t loadas8bit; extern cvar_t bgmvolume; extern cvar_t volume; extern qboolean snd_initialized; extern int snd_blocked; void S_LocalSound (char *s); sfxcache_t *S_LoadSound (sfx_t *s); wavinfo_t GetWavinfo (char *name, byte *wav, int wavlength); void SND_InitScaletable (void); void SNDDMA_Submit(void); void S_AmbientOff (void); void S_AmbientOn (void); #endif #endif --H+4ONPRPur6+Ovig-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 29 1: 6:54 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from calvin.saturn-tech.com (calvin.saturn-tech.com [207.229.19.6]) by hub.freebsd.org (Postfix) with ESMTP id 3AFCE151CC for ; Wed, 29 Dec 1999 01:06:51 -0800 (PST) (envelope-from drussell@saturn-tech.com) Received: from localhost (drussell@localhost) by calvin.saturn-tech.com (8.8.8/8.8.8) with SMTP id CAA22753; Wed, 29 Dec 1999 02:03:45 -0700 (MST) (envelope-from drussell@saturn-tech.com) Date: Wed, 29 Dec 1999 02:03:44 -0700 (MST) From: Doug Russell To: Werner Griessl Cc: multimedia@FreeBSD.ORG Subject: Re: unknown soundcard In-Reply-To: <199912290802.JAA17885@btp1da.phy.uni-bayreuth.de> 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 redirected to multimedia... On Wed, 29 Dec 1999, Werner Griessl wrote: > My "Terratec 128i PCI" soundcard probes as "unknown" in current: > pci0: unknown card (vendor=0x125d, dev=0x1969) at 13.0 irq 17 > > Here are the labels read from the chip on the soundcard: > ESS Solo-1 > ES1938S G438 > TTUB43833S > P4,214,125 > > System is: > FreeBSD werner.test.privat.priv 4.0-CURRENT > FreeBSD 4.0-CURRENT #0: Tue Dec 28 14:46:12 CET 1999 > croot@werner.test.privat.priv:/usr/src/sys/compile/SMP-WERNER i386 > > What can I do to make it work ? > > Werner This chip is also used on several ASUS boards (P5A for example). As far as I know there is no driver for it, although it may be possible to boot to DOS and set SB emulation. I will try that if I can find a DOS driver. Does anyone have a datasheet for this chip (family?) so we can write a real driver? I can't see one on the ESS website. Later...... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 29 1:29: 5 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from tasam.com (tasam.com [206.161.83.22]) by hub.freebsd.org (Postfix) with ESMTP id 500BC14CBE for ; Wed, 29 Dec 1999 01:29:02 -0800 (PST) (envelope-from cain@tasam.com) Received: from localhost (cain@localhost) by tasam.com (8.9.3/8.9.3) with ESMTP id EAA56007; Wed, 29 Dec 1999 04:28:59 -0500 (EST) (envelope-from cain@tasam.com) Date: Wed, 29 Dec 1999 04:28:59 -0500 (EST) From: Cain To: broken@blackroses.com Cc: freebsd-multimedia@freebsd.org Subject: Re: [broken] Hassle Creative Labs into releasing infomation (for dxr2) 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 so what you really mean is it will take hours before creative will support freebsd. you said there were already drivers for linux. well freebsd will have the same driver code, just in a different loading format. but everything talks to the card the same way. On Tue, 28 Dec 1999, Nate Mook wrote: > The Dxr2 works perfect under Linux with beta drivers you can grab from > fileforum.com. > > It took creative forever to support Linux, and probably will be years > until they suupport freebsd... > > i'm not saying you should run linux..just telling you that it took linux > users 2 years of bitching to get support..and there are a hell of a lot > more desktop computers running linux. which means freebsd support wont be > for a while unless they can somehow make the linux drivers compatible. > > On Tue, 28 Dec 1999, Joe Gleason wrote: > > > Here is my current understanding. If I am incorrect about any of this, > > someone please correct me. > > > > - I have a DVD-Drive and Dxr2 card (both Creative Labs products). > > - The DVD drive is supported under FreeBSD for reading normal CD's only > > - The Dxr2 card is not supported at all > > - These lack of support situations could be best corrected if Creative Labs > > released detailed tech info to FreeBSD coders who could then write drivers > > - Creative has been uncooperative about giving out info > > > > If all the above is correct, then I suggest we collectively hassle Creative > > Labs into releasing said infomation. Any thoughts? > > I was reading through the archives and noted that someone said something > > along the lines of: > > If vendors do not share info with us so that we can support them, we just > > won't support them and cause users to boycot them. > > > > I agree with this statement in principal but I do not think FreeBSD is big > > enough to really get them to pay attention if we don't let them know we are > > here. > > > > Therefore I suggest that everyone intersted goto: > > http://www.americas.creative.com/feedback-products.html > > And submit a comment about releasing info the FreeBSD and Linux developers. > > > > That way we can maybe watch our DVD's before we crush M$ with our iron fist. > > > > That's probably more than enough out of me. > > > > Joe Gleason > > Tasam > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 29 1:53:54 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by hub.freebsd.org (Postfix) with ESMTP id 66B7A15198 for ; Wed, 29 Dec 1999 01:53:52 -0800 (PST) (envelope-from werner@btp1da.phy.uni-bayreuth.de) Received: (from werner@localhost) by btp1da.phy.uni-bayreuth.de (8.8.8/8.8.8) id KAA04942; Wed, 29 Dec 1999 10:53:47 +0100 (MET) (envelope-from werner) 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: Date: Wed, 29 Dec 1999 10:53:47 +0100 (MET) Organization: University of Bayreuth From: Werner Griessl To: Doug Russell Subject: Re: unknown soundcard Cc: multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 29-Dec-99 Doug Russell wrote: > > redirected to multimedia... > > On Wed, 29 Dec 1999, Werner Griessl wrote: > >> My "Terratec 128i PCI" soundcard probes as "unknown" in current: >> pci0: unknown card (vendor=0x125d, dev=0x1969) at 13.0 irq 17 >> >> Here are the labels read from the chip on the soundcard: >> ESS Solo-1 >> ES1938S G438 >> TTUB43833S >> P4,214,125 >> >> System is: >> FreeBSD werner.test.privat.priv 4.0-CURRENT >> FreeBSD 4.0-CURRENT #0: Tue Dec 28 14:46:12 CET 1999 >> croot@werner.test.privat.priv:/usr/src/sys/compile/SMP-WERNER i386 >> >> What can I do to make it work ? >> >> Werner > > This chip is also used on several ASUS boards (P5A for example). > As far as I know there is no driver for it, although it may be possible to > boot to DOS and set SB emulation. I will try that if I can find a DOS > driver. > > Does anyone have a datasheet for this chip (family?) so we can write a > real driver? I can't see one on the ESS website. > > Later...... ---------------------------------- Thanks for the prompt answer, Doug ! I believe, there is a "DOS"-Driver on the CD, shipped with the card. But is it possible to boot ELF-FBSD from DOS ? I know it was possible with "fbsdboot" in the aout-days. Werner ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 29 2: 4: 5 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from poboxer.pobox.com (ferg5200-1-30.cpinternet.com [208.149.16.30]) by hub.freebsd.org (Postfix) with ESMTP id 6CE3B14E46 for ; Wed, 29 Dec 1999 02:04:02 -0800 (PST) (envelope-from alk@poboxer.pobox.com) Received: (from alk@localhost) by poboxer.pobox.com (8.9.3/8.9.1) id KAA00737; Wed, 29 Dec 1999 10:03:55 GMT (envelope-from alk) From: Anthony Kimball MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 29 Dec 1999 10:03:54 +0000 (GMT) X-Face: \h9Jg:Cuivl4S*UP-)gO.6O=T]]@ncM*tn4zG);)lk#4|lqEx=*talx?.Gk,dMQU2)ptPC17cpBzm(l'M|H8BUF1&]dDCxZ.c~Wy6-j,^V1E(NtX$FpkkdnJixsJHE95JlhO 5\M3jh'YiO7KPCn0~W`Ro44_TB@&JuuqRqgPL'0/{):7rU-%.*@/>q?1&Ed Reply-To: alk@pobox.com To: caa@columbus.rr.com Cc: culverk@wam.umd.edu, freebsd-multimedia@FreeBSD.ORG Subject: Re: DVD driver References: <19991228110503.A10365@midgard.dhs.org> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14441.56351.353501.628696@avalon.east> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoth Charles Anderson on Tue, 28 December: : Right now playing dvd's on *BSD & Linux has : more to do with legal problems of decrypting a dvd than technical problems : of playing an mpeg2 stream. For me, it's a technical problem: I haven't been able to get the NIST mpeg2player to fly. Decrypting works just fine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 29 2: 4:33 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from poboxer.pobox.com (ferg5200-1-30.cpinternet.com [208.149.16.30]) by hub.freebsd.org (Postfix) with ESMTP id 3E79214DC5 for ; Wed, 29 Dec 1999 02:04:31 -0800 (PST) (envelope-from alk@poboxer.pobox.com) Received: (from alk@localhost) by poboxer.pobox.com (8.9.3/8.9.1) id KAA00740; Wed, 29 Dec 1999 10:04:24 GMT (envelope-from alk) From: Anthony Kimball MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 29 Dec 1999 10:04:23 +0000 (GMT) X-Face: \h9Jg:Cuivl4S*UP-)gO.6O=T]]@ncM*tn4zG);)lk#4|lqEx=*talx?.Gk,dMQU2)ptPC17cpBzm(l'M|H8BUF1&]dDCxZ.c~Wy6-j,^V1E(NtX$FpkkdnJixsJHE95JlhO 5\M3jh'YiO7KPCn0~W`Ro44_TB@&JuuqRqgPL'0/{):7rU-%.*@/>q?1&Ed Reply-To: alk@pobox.com To: sos@freebsd.dk Cc: culverk@wam.umd.edu, freebsd-multimedia@FreeBSD.ORG Subject: Re: DVD driver References: <14440.19576.535609.277984@avalon.east> <199912281116.MAA04414@freebsd.dk> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14441.56464.541025.374617@avalon.east> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoth Soren Schmidt on Tue, 28 December: : : Look in ftp://freebsd.dk/pub/DVD there is everything you need :) : No such address. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 29 3: 1:49 1999 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 140881566A for ; Wed, 29 Dec 1999 03:01:36 -0800 (PST) (envelope-from utz@itchy.serv.net) Received: from localhost (utz@localhost) by itchy.serv.net (8.8.5/8.8.5) with SMTP id DAA91197 for ; Wed, 29 Dec 1999 03:01:32 -0800 (PST) Date: Wed, 29 Dec 1999 03:01:30 -0800 (PST) From: The Utz Family To: freebsd-multimedia@freebsd.org Subject: any pointers to a well annotated mss/wss register map? 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; as i mentioned on this list a few weeks back, i have been attempting ( with incremental success ) to get my CMedia CMI8330 recognized by the pcm code in 3.3-RELEASE. it's an onboard isa-pnp chip that does MSS+. a few months ago somebody posted a link to the code that somebody had created to work with this chips smarter pci-aware brother, but i didnt get too much comprehension out of that. this has been pretty fun, and i have learned alot. i suspect that my time may be wasted because i imagine that the code in 4.0 will probably already know how to recognize my card, and so all of my hackery in the old tree will be for naught other that to say 'i did it...' :-) anyway, i have added a cmi8330_probe and cmi8330_attach and the probe works ok, but the attach doesnt. having hit a bit of a wall, i thought i might drop back a bit and see if i could poke some of the 'standard' MSS registers, but i am having trouble figuring out who they are because the mss code in the snd dir seems to have a lot of special casing in it.... can anybody point me to a good 'fundamentals of the MSS instruction set' somewhere? tnx! johnu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 29 7:28:14 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from ra.nks.net (ra.nks.net [208.226.218.5]) by hub.freebsd.org (Postfix) with ESMTP id D4BE714CE1 for ; Wed, 29 Dec 1999 07:28:12 -0800 (PST) (envelope-from joeo@cracktown.com) Received: from localhost (joeo@localhost) by ra.nks.net (8.8.7/8.8.7) with ESMTP id KAA16211 for ; Wed, 29 Dec 1999 10:28:15 -0500 Date: Wed, 29 Dec 1999 10:28:15 -0500 (EST) From: X-Sender: joeo@ra.nks.net To: freebsd-multimedia@freebsd.org Subject: /dev/3dfx 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 Did anyone ever build a native /dev/3dfx interface for FreeBSD? The last traffic I saw on this list indicated that it mosty worked with the exception of user programs being able to mmap the device. Was the source to the device ever made available. I'm looking at getting Linux Unreal Tournament running this weekend, but the known working setups (of UT) I have access to on linux boxes all want to run as a non-root user. Thanks, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 29 12:34:48 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from calvin.saturn-tech.com (calvin.saturn-tech.com [207.229.19.6]) by hub.freebsd.org (Postfix) with ESMTP id 9BEAB156D5 for ; Wed, 29 Dec 1999 12:34:40 -0800 (PST) (envelope-from drussell@saturn-tech.com) Received: from localhost (drussell@localhost) by calvin.saturn-tech.com (8.8.8/8.8.8) with SMTP id NAA17068; Wed, 29 Dec 1999 13:32:37 -0700 (MST) (envelope-from drussell@saturn-tech.com) Date: Wed, 29 Dec 1999 13:32:37 -0700 (MST) From: Doug Russell Reply-To: Doug Russell To: Werner Griessl Cc: multimedia@FreeBSD.ORG Subject: Re: unknown soundcard 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 Wed, 29 Dec 1999, Werner Griessl wrote: ... ESS 1938 PCI Sound subsystem does not work... > > Does anyone have a data sheet for this chip (family?) so we can write a > > real driver? I can't see one on the ESS web site. > > I believe, there is a "DOS"-Driver on the CD, shipped with the card. > But is it possible to boot ELF-FBSD from DOS ? > I know it was possible with "fbsdboot" in the aout-days. Many non-PNP cards don't get reset if you do a CONTROL-ALT-DEL warm boot, (or a warmboot.com). I haven't tried this recently, however, and I suppose that PNP cards end up being reset during the BIOS boot and/or BSD boot & detect PNP devices. It's just a thought. :) I've got an old Adaptec 2825 (aic, VLB version of 1520) that NT4 leaves in some strange state when you shutdown / reboot. FBSD 2.2.7 and 4.0-C can both boot fine afterwards, but NT will not get past the initial blue detection screen unless you press RESET. Good thing 4.0-C is the default on the NTLoader. :) I don't see a DOS driver on the Asus CD I have handy, although there is an ESSOLO.COM in the W95 directory. I'll boot to DOS and see what that IS, as doscmd doesn't like it. (It's a device driver, so big surprise :)) Can you send me a copy of the DOS mode driver shipped for your card so I can see if they are the same? -r-xr-xr-x 1 root wheel 20976 Aug 6 1998 ESFM.DRV* -r-xr-xr-x 1 root wheel 80464 Aug 6 1998 ESSDM.VXD* -r-xr-xr-x 1 root wheel 10496 Aug 6 1998 ESSMPU.DRV* -r-xr-xr-x 1 root wheel 26706 Aug 6 1998 ESSOLO.COM* <-- DOS? -r-xr-xr-x 1 root wheel 92448 Aug 6 1998 ESSOLO.DRV* -r-xr-xr-x 1 root wheel 10062 Aug 6 1998 ESSOLO.SYS* <-- DOS? -r-xr-xr-x 1 root wheel 44685 Aug 6 1998 ESSOLO.VXD* -r-xr-xr-x 1 root wheel 56670 Mar 30 1998 ESSSWT.DAT* -r-xr-xr-x 1 root wheel 21280 Aug 6 1998 ESSSWT.DRV* -r-xr-xr-x 1 root wheel 110234 May 26 1998 ESSSWT.VXD* -r-xr-xr-x 1 root wheel 20649 Aug 6 1998 OEMSETUP.INF* -r-xr-xr-x 1 root wheel 1466 Sep 3 1998 README.TXT* -r-xr-xr-x 1 root wheel 733 Sep 1 1998 W95SETUP.TXT* Again, does anyone have data for this chip? I'd like to write a driver, or at least a hack to put the card in SB mode to get at least basic output. Thinking about this yesterday, is it not probably a good first step for any card we don't yet have direct support for? A small driver that knows how to put various chipsets into SB mode or WSS mode? Comments? Later...... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 29 15: 9:28 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by hub.freebsd.org (Postfix) with SMTP id 5DF17156EC for ; Wed, 29 Dec 1999 15:09:19 -0800 (PST) (envelope-from unfurl@magnesium.net) Received: (qmail 41091 invoked by uid 1001); 29 Dec 1999 23:09:18 -0000 Date: 29 Dec 1999 15:09:18 -0800 Date: Wed, 29 Dec 1999 15:09:18 -0800 From: Bill Swingle To: multimedia@freebsd.org Cc: hackers@freebsd.org Subject: soundcards needed to further newpcm development Message-ID: <19991229150918.A39443@dub.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello all, In an attempt to help Cameron get newpcm to support widest array of soundcards available we're trying to collect as many as possible for testing and development. Below is a list of chipsets that we're still lacking. If you have any cards that have these chips on them, and would like to see support for them added or improved please consider sending them to us. Due to the sheer number of cards we'll be handling and the fact that they'll end up in the UK in the end, these cards will have to be donations to the project or indefinate loans at least. If you have a card you'd like to donate please send me some email and then send the card to: Cameron Grant c/o Bill Swingle Walnut Creek CDROM 4041 Pike Ln #F Concord, CA, 94520 If you have any questions at all please feel free to email me. Thanks! -Bill chip have board have docs supported ------------------------------------------------------------------------- ad1816 no yes yes ad1819a no yes no ad1845 no no yes ad1847 no yes no ad1849 no yes no aureal vortex 8810 no no no aureal vortex 8830 no no no cmi8330 no yes yes cmi8338 no yes no creative sb no yes yes creative sbpro no yes yes cs4231 no no yes cs4231a no yes yes cs4232 no no yes cs4232a no no yes cs4235 no yes yes cs4236 no no yes cs4236b no yes yes cs4237 no no yes cs4237b no yes no cs4238b no yes no cs4239 no yes no cs4280 no no yes cs4281 no no yes cs4610 no yes yes cs4611 no no yes cs4614 no yes yes cs4615 no no yes cs4622 no no yes cs4624 no no yes ensoniq es1370 no yes yes ess488 no no yes ess688 no yes yes ess1688 no no yes ess1788 no no no ess1868 no yes yes ess1869 no yes yes ess1878 no yes no ess1879 no yes yes ess1887 no no no ess1888 no no yes ess1938 solo-1 no yes no ess1946 solo-1e no yes no ess maestro-1 no yes no ess maestro-2 no yes no ess maestro-2em no yes no ess maestro-2e no yes no forte-media fm801 no yes no gravis ultrasound no no no gravis ultrasound max no no no gravis ultrasound pnp no no yes gravis ultrasound ace no no no intel i810 no no no intel i810e no no no intel i820 no no no neomagic 256av no yes no neomagic 256zx no yes no opti925 no no yes opti931 no no yes s3 sonicvibes no yes no trident 4d wave nx no yes yes via 82c686 no no no yamaha ymf711 no yes ? yamaha ymf715 no yes ? yamaha ymf719 no no ? yamaha ymf721 no yes ? yamaha ymf740 no no no yamaha ymf744 no no no yamaha ymf754 no no no -- -=| --- B i l l S w i n g l e --- http://www.dub.net/ -=| unfurl@dub.net - unfurl@freebsd.org - bill@cdrom.com -=| Different all twisty a of in maze are you, passages little To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 29 17:53:38 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from bilby.prth.tensor.pgs.com (bilby.prth.tensor.pgs.com [157.147.232.237]) by hub.freebsd.org (Postfix) with ESMTP id 3243214FE3 for ; Wed, 29 Dec 1999 17:53:33 -0800 (PST) (envelope-from shocking@bandicoot.prth.tensor.pgs.com) Received: from bandicoot.prth.tensor.pgs.com (bandicoot.prth.tensor.pgs.com [157.147.224.1]) by bilby.prth.tensor.pgs.com (8.9.3/8.8.8) with ESMTP id JAA10425 for ; Thu, 30 Dec 1999 09:26:12 +0800 (WST) Received: from ariadne.prth.tensor.pgs.com (ariadne [157.147.227.36]) by bandicoot.prth.tensor.pgs.com (8.9.3/8.8.8) with ESMTP id JAA03707; Thu, 30 Dec 1999 09:25:44 +0800 (WST) Received: from ariadne.prth.tensor.pgs.com (localhost [127.0.0.1]) by ariadne.prth.tensor.pgs.com (8.9.1b+Sun/8.9.0) with ESMTP id JAA12113; Thu, 30 Dec 1999 09:25:43 +0800 (WST) Message-Id: <199912300125.JAA12113@ariadne.prth.tensor.pgs.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: joeo@cracktown.com, multimedia@freebsd.org Subject: Re: /dev/3dfx In-Reply-To: Your message of "Wed, 29 Dec 1999 10:28:15 EST." Reply-To: shocking@prth.pgs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 30 Dec 1999 09:25:43 +0800 From: Stephen Hocking-Senior Programmer PGS Perth Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I got partway through it, but gave up when I got a TNT2 Ultra (cause all I wanted was hardware OpenGL). Now that the Glide 2 sources are out Hint - someone needs to make an official port of these please!, I'll revisit it and work out precisely what I need to do from examining the Glide sources. 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 Wed Dec 29 20:25:21 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id C66F91558F for ; Wed, 29 Dec 1999 20:25:18 -0800 (PST) (envelope-from bsdx@looksharp.net) Received: from localhost (bsdx@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id XAA45384 for ; Wed, 29 Dec 1999 23:26:07 -0500 (EST) (envelope-from bsdx@looksharp.net) Date: Wed, 29 Dec 1999 23:26:07 -0500 (EST) From: Adam To: multimedia@freebsd.org Subject: TV out on a TNT2U, g400 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 I am wondering if anyone has gotten TV out to work on a TNT2 Ultra or G400 card in X? I am in the market for getting a new video card before mid januay and wont spend twice as much for a card with tv out if it doesnt work in X. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 30 4:47:11 1999 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 AA20415125; Thu, 30 Dec 1999 04:47:06 -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 NAA34572; Thu, 30 Dec 1999 13:47:23 +0100 (CET) (envelope-from luigi) From: Luigi Rizzo Message-Id: <199912301247.NAA34572@info.iet.unipi.it> Subject: Re: soundcards needed to further newpcm development In-Reply-To: <19991229150918.A39443@dub.net> from Bill Swingle at "Dec 29, 1999 03:09:18 pm" To: Bill Swingle Date: Thu, 30 Dec 1999 13:47:23 +0100 (CET) Cc: multimedia@FreeBSD.ORG, hackers@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 > Hello all, > > In an attempt to help Cameron get newpcm to support widest array of > soundcards available we're trying to collect as many as possible for > testing and development. if i ever manage to run a -current, i will be probably able to help doing some testing. Let me understand though, are you collecting the boards for delivery to cameron, or you plan to do the testing yourself ? In the former case, people (especially from europe) might prefer to send cards directly to cameron... Speaking of chipset and support: i would try to prioritise work as some of the chips listed are so old that supporting them is practically useless. > cs4231 no no yes the 4231 is only a codec, i think it lacks the ISA interface chip which is different on different cards and needs special initialization in some cases. > opti925 no no yes > opti931 no no yes i have the data sheets for the 931 and probably 925, they are ps/pdf files sio i can mail them to cameron. > yamaha ymf711 no yes ? > yamaha ymf715 no yes ? > yamaha ymf719 no no ? the 711 and 715 are supported in the old "pcm" driver -- apart from a couple of register writes to set the mixer volume, it is a fairly good emulation of the 4232 so it works well. The 719 is undocumented andunfortunately some of the undocumented pieces refer to the control of the mixer. cheers luigi -----------------------------------+------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . Dip. di Ing. dell'Informazione http://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) Mobile +39-347-0373137 -----------------------------------+------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 30 6:50:31 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id CA5B415331; Thu, 30 Dec 1999 06:50:25 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 757B21CA0; Thu, 30 Dec 1999 22:50:18 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: Luigi Rizzo Cc: Bill Swingle , multimedia@FreeBSD.ORG, hackers@FreeBSD.ORG, cg@freebsd.org Subject: Re: soundcards needed to further newpcm development In-Reply-To: Message from Luigi Rizzo of "Thu, 30 Dec 1999 13:47:23 +0100." <199912301247.NAA34572@info.iet.unipi.it> Date: Thu, 30 Dec 1999 22:50:18 +0800 From: Peter Wemm Message-Id: <19991230145018.757B21CA0@overcee.netplex.com.au> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Luigi Rizzo wrote: > > yamaha ymf711 no yes ? > > yamaha ymf715 no yes ? > > yamaha ymf719 no no ? > > the 711 and 715 are supported in the old "pcm" driver -- apart > from a couple of register writes to set the mixer volume, it is > a fairly good emulation of the 4232 so it works well. The 719 > is undocumented andunfortunately some of the undocumented > pieces refer to the control of the mixer. I have a YMF719E card (that's on the chip itself) that works on a week-old -current (on an Alpha no less): pcm0: at port 0x220-0x22f,0x530-0x537,0x388-0x38b,0x330-0x331,0x370-0x371 irq 5 drq 0,1 on isa0 pcm0: interrupting at ISA irq 5 joy0: at port 0x201 on isa0 unknown0: at port 0x100-0x107 on isa0 unknown1: at port 0x1e8-0x1ef,0x3ee irq 11 on isa0 I have another machine (toshiba tecra 8000 laptop) with a yamaha-something in it (this is a PNPBIOS detected device): pcm0: at port 0x220-0x233,0x530-0x537,0x388-0x38f,0x330-0x333,0x538-0x539 irq 5 drq 1,0 on isa0 I seem to recall it too was a YHM0021 pnp id, but I don't know exactly what it is. YMH0021: adding io range 0x220-0x233, size=0x14, align=0x1 YMH0021: adding io range 0x530-0x537, size=0x8, align=0x1 YMH0021: adding io range 0x388-0x38f, size=0x8, align=0x1 YMH0021: adding io range 0x330-0x333, size=0x4, align=0x1 YMH0021: adding io range 0x538-0x539, size=0x2, align=0x1 YMH0021: adding irq mask 0x20 YMH0021: adding dma mask 0x2 YMH0021: adding dma mask 0x1 YMH0021: start dependant pnpbios: handle 21 device ID YMH0021 (2100a865) It's not a pnp device like the one on the card in the Alpha system. It's statically configured by the bios setup. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 30 6:56:56 1999 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 53DC415331; Thu, 30 Dec 1999 06:56:40 -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 PAA00478; Thu, 30 Dec 1999 15:56:44 +0100 (CET) (envelope-from luigi) From: Luigi Rizzo Message-Id: <199912301456.PAA00478@info.iet.unipi.it> Subject: Re: soundcards needed to further newpcm development In-Reply-To: <19991230145018.757B21CA0@overcee.netplex.com.au> from Peter Wemm at "Dec 30, 1999 10:50:18 pm" To: Peter Wemm Date: Thu, 30 Dec 1999 15:56:44 +0100 (CET) Cc: Bill Swingle , multimedia@FreeBSD.ORG, hackers@FreeBSD.ORG, cg@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 > Luigi Rizzo wrote: > > I have a YMF719E card (that's on the chip itself) that works on a week-old > -current (on an Alpha no less): by "works" i mean work in full duplex. Most reports i got for the '719 is that audio capture seems not to work. I seem to remember the problem is in the mixer -- i.e. you get data out of the codec, but there is no signal. Go figure where the '719 has the mute bits and mixer input select... Does your card really _works_ as above ? cheers luigi > pcm0: at port 0x220-0x22f,0x530-0x537,0x388-0x38b,0x330-0x331,0x370-0x371 irq 5 drq 0,1 on isa0 > pcm0: interrupting at ISA irq 5 > joy0: at port 0x201 on isa0 > unknown0: at port 0x100-0x107 on isa0 > unknown1: at port 0x1e8-0x1ef,0x3ee irq 11 on isa0 > > > I have another machine (toshiba tecra 8000 laptop) with a yamaha-something > in it (this is a PNPBIOS detected device): > > pcm0: at port 0x220-0x233,0x530-0x537,0x388-0x38f,0x330-0x333,0x538-0x539 irq 5 drq 1,0 on isa0 > > I seem to recall it too was a YHM0021 pnp id, but I don't know exactly what it > is. > > YMH0021: adding io range 0x220-0x233, size=0x14, align=0x1 > YMH0021: adding io range 0x530-0x537, size=0x8, align=0x1 > YMH0021: adding io range 0x388-0x38f, size=0x8, align=0x1 > YMH0021: adding io range 0x330-0x333, size=0x4, align=0x1 > YMH0021: adding io range 0x538-0x539, size=0x2, align=0x1 > YMH0021: adding irq mask 0x20 > YMH0021: adding dma mask 0x2 > YMH0021: adding dma mask 0x1 > YMH0021: start dependant > pnpbios: handle 21 device ID YMH0021 (2100a865) > > It's not a pnp device like the one on the card in the Alpha system. It's > statically configured by the bios setup. > > Cheers, > -Peter > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 30 7:17:35 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from w8hd2.w8hd.org (w8hd2.w8hd.org [198.252.159.25]) by hub.freebsd.org (Postfix) with ESMTP id BE0D214D65 for ; Thu, 30 Dec 1999 07:17:31 -0800 (PST) (envelope-from fbsd@w8hd2.w8hd.org) Received: from localhost (fbsd@localhost) by w8hd2.w8hd.org (8.9.3/8.9.3) with ESMTP id KAA33881; Thu, 30 Dec 1999 10:16:51 -0500 (EST) Date: Thu, 30 Dec 1999 10:16:51 -0500 (EST) From: Kim Culhan To: cattelan@thebarn.com Cc: freebsd-multimedia@FreeBSD.ORG Subject: Creative AudioPCI working 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 While trying to convince myself of the need for a fresh 3.4-STABLE install I suffered gross file system corruption due an unfortunate series of events, this made the decison uhh.. easier. With a fresh installation of the 991229-STABLE snap things are working much better now. BTW the installation from the floppies of this snap was really smooth and super cool -offered to search for DHCP on any interface which worked fine; found the cable's DHCP server and set everything up for a ~150 KByte/sec full load of FreeBSD, gotta love it :) Now I can record and play with DAP -great ! Now lets see if liveice can be made to work with icecast.. -kim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 30 8:17: 9 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from plains.NoDak.edu (plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (Postfix) with ESMTP id 545E214F6C for ; Thu, 30 Dec 1999 08:17:07 -0800 (PST) (envelope-from tinguely@plains.NoDak.edu) Received: (from tinguely@localhost) by plains.NoDak.edu (8.9.3/8.9.3) id KAA18411 for freebsd-multimedia@FreeBSD.ORG; Thu, 30 Dec 1999 10:17:06 -0600 (CST) Date: Thu, 30 Dec 1999 10:17:06 -0600 (CST) From: Mark Tinguely Message-Id: <199912301617.KAA18411@plains.NoDak.edu> To: freebsd-multimedia@FreeBSD.ORG Subject: Creative Vibra 128 and vat Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have a Creative Labs Vibra 128 (CT-4810) running on a AMD K7-500 machine with a Viper 770 video. FreeBSD 3.4 finds the card and plays AU files fine. vat on the other hand, complains that it cannot set the line volume, and no sound is ever produced. I have a modified vat that was changed so that vat would work with the TASD driver for a GUS MAX would work (I think that also had line setting problems). This modified vat does produce sounds, but it sounds very broken. Even the test tones found in the Menu pane, sound like they are breaking up. Is anyone using vat/rat with a CL Vibra 128? kernel finds: es1: rev 0x06 int a irq 10 on pci0.16.0 pcm1: using I/O space register mapping at 0xcc00 es1371: codec vendor CRY revision 19 es1371: codec features Bass & Treble Headphone out 20bit DAC 18bit ADC es1371: stereo enhancement: Crystal Semiconductor 3D Stereo Enhancement $ cat /dev/sndstat FreeBSD Audio Driver (981002) Dec 30 1999 09:06:00 Installed devices: pcm1: at 0xcc00 irq 0 dma 0:0 no IRQ conflicts: $ dmesg | grep irq pn0: <82c169 PNIC 10/100BaseTX> rev 0x21 int a irq 9 on pci0.14.0 es1: rev 0x06 int a irq 10 on pci0.16.0 vga0: rev 0x15 int a irq 11 on pci1.5.0 atkbd0 irq 1 on isa psm0 irq 12 on isa sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio1 at 0x2f8-0x2ff irq 3 on isa fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc1 at 0x170-0x177 irq 15 on isa ppc0 at 0x378 irq 7 flags 0x40 on isa if this works well for someone else, did you modify your latency? thank-you, --mark tinguely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 30 12:27:30 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from plains.NoDak.edu (plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (Postfix) with ESMTP id 48D361525D for ; Thu, 30 Dec 1999 12:27:28 -0800 (PST) (envelope-from tinguely@plains.NoDak.edu) Received: (from tinguely@localhost) by plains.NoDak.edu (8.9.3/8.9.3) id OAA12299; Thu, 30 Dec 1999 14:27:27 -0600 (CST) Date: Thu, 30 Dec 1999 14:27:27 -0600 (CST) From: Mark Tinguely Message-Id: <199912302027.OAA12299@plains.NoDak.edu> To: freebsd-multimedia@FreeBSD.ORG, tinguely@plains.nodak.edu Subject: (more info): Creative Vibra 128 and vat Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I also found that after an AU file finish playing, it gives a bit of sound from the last application that wrote to it. For example I can run vat adquire sound from the test tones, or session and then play another AU file. At the end of the AU file I can hear the sound from vat. --mark. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 31 1: 6:57 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from otto.oss.uswest.net (otto.oss.uswest.net [204.147.85.81]) by hub.freebsd.org (Postfix) with SMTP id A09ED14D01 for ; Fri, 31 Dec 1999 01:06:54 -0800 (PST) (envelope-from pmckenna@uswest.net) Received: (qmail 52661 invoked from network); 31 Dec 1999 09:10:44 -0000 Received: from operations-dialup21.oss.uswest.net (HELO uswest.net) (209.180.23.21) by otto.oss.uswest.net with SMTP; 31 Dec 1999 09:10:44 -0000 Message-ID: <386C71DD.E39D09B6@uswest.net> Date: Fri, 31 Dec 1999 03:05:33 -0600 From: pmckenna X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: multimedia@FreeBSD.ORG Subject: hauppauge remote progress ? Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, There was a thread that ended in Oct or so about fxtv support for the hauppauge remote. What is the latest status of this ? Could someone give an update ? The thread was by Randall Hopper, Jukka Simila and Roger Hardiman. I just bought a WinTV 401 which came with a remote and am curisous where things stand. Also I have been unable to get to rogers ftp to see if anything has been updated there. ftp://telepresence.dmem.strath.ac.uk/pub/b848 Thanks Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 31 1:37:46 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (Postfix) with ESMTP id D124F15019 for ; Fri, 31 Dec 1999 01:37:37 -0800 (PST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by gratis.grondar.za (8.10.0.Beta6/8.10.0.Beta6) with ESMTP id dBV9bY357523 for ; Fri, 31 Dec 1999 11:37:34 +0200 (SAST) Message-Id: <199912310937.dBV9bY357523@gratis.grondar.za> To: multimedia@freebsd.org Subject: Libretto sound configs, anyone? Date: Fri, 31 Dec 1999 11:37:33 +0200 From: Mark Murray Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am trying to get my Libretto sound configs working again. All I get is silence. The hardware setup in the bios show that the devices are configured like so: WSS I/O Address = 530H SBPro I/O Address = 220H Synthesizer I/O Address = 388H WSS & SBPro & MP401 Irq level = Irq5 WSS(Play) DMA = Channel1 WSS(Rec) & SBPro DMA = Channel0 Control I/O Address = 370H MPU401 (Midi I/F) = 330H ---------------- With config file entries of device pcm0 at isa? port 0x530 irq 5 drq 1 flags 0x0 It probes like so: pcm0: at port 0x530-0x537,0x370-0x371 irq 5 drq 1 flags 0xc100 on isa0 I do a ./MAKEDEV snd0 in /dev. The mixer works, but no sound from amp/mpg123 or cat "somefile.au >/dev/audio". ---------------- With config file entries of device sbc0 at isa? conflicts port 0x220 irq 5 drq 1 flags 0x0 device pcm0 at isa? conflicts port 0x530 irq 5 drq 1 flags 0x0 It probes like so: sbc0: at port 0x220-0x22f irq 5 drq 1 on isa0 pcm1: on sbc0 pcm0: at port 0x530-0x537,0x370-0x371 irq 5 drq 1 flags 0xc100 on isa0 device_probe_and_attach: pcm0 attach returned 6 I do a ./MAKEDEV snd0 snd1 in /dev. The mixer works, but no sound from amp/mpg123 or cat "somefile.au >/dev/audio". All the *0 sound devices give every indication of being broken - "device not configured". ---------------- Any clues? M To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 31 3:55:15 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id D220F14DEC; Fri, 31 Dec 1999 03:55:07 -0800 (PST) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id MAA85550; Fri, 31 Dec 1999 12:54:57 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <199912311154.MAA85550@freebsd.dk> Subject: Re: soundcards needed to further newpcm development In-Reply-To: <19991229150918.A39443@dub.net> from Bill Swingle at "Dec 29, 1999 03:09:18 pm" To: unfurl@dub.net (Bill Swingle) Date: Fri, 31 Dec 1999 12:54:57 +0100 (CET) Cc: multimedia@FreeBSD.ORG, hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Bill Swingle wrote: > > Below is a list of chipsets that we're still lacking. If you have any > cards that have these chips on them, and would like to see support for them > added or improved please consider sending them to us. Due to the > sheer number of cards we'll be handling and the fact that they'll > end up in the UK in the end, these cards will have to be donations > to the project or indefinate loans at least. > > via 82c686 no no no I've finally got the docs on that one (not thanks to VIA), so I have a pdf file for grabs... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 31 5:15:33 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from devnull.owl.de (devnull.owl.de [193.174.11.4]) by hub.freebsd.org (Postfix) with ESMTP id 3DEAE14BC9 for ; Fri, 31 Dec 1999 05:15:30 -0800 (PST) (envelope-from magick@bundy.lip.owl.de) Received: (from uucp@localhost) by devnull.owl.de (8.8.8/8.8.8) with UUCP id OAA30794 for multimedia@FreeBSD.ORG; Fri, 31 Dec 1999 14:15:26 +0100 Received: (from magick@localhost) by bundy.lip.owl.de (8.8.8/8.8.8) id OAA01965 for multimedia@FreeBSD.ORG; Fri, 31 Dec 1999 14:08:17 +0100 (CET) Date: Fri, 31 Dec 1999 14:08:17 +0100 From: Mario Kemper To: multimedia@FreeBSD.ORG Subject: Re: hauppauge remote progress ? Message-ID: <19991231140817.A1959@bundy.lip.owl.de> Mail-Followup-To: multimedia@FreeBSD.ORG References: <386C71DD.E39D09B6@uswest.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <386C71DD.E39D09B6@uswest.net>; from pmckenna@uswest.net on Fri, Dec 31, 1999 at 03:05:33AM -0600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Dec 31, 1999 at 03:05:33AM -0600, pmckenna wrote: > Hi, > > There was a thread that ended in Oct or so about fxtv support for the > hauppauge remote. > What is the latest status of this ? Could someone give an update ? One answer and one question: 1. I got my Hauppauge WinTV/PCI (its the european stereo version) and fxtv 1.02 to use my remote control (which is plugged into the s-vhs port). So the latest fxtv supports it. Btw, i use it under NetBSD but as it's the same bt848 driver i suppose that there's no difference. 2. Why are all remote related functions surrounded by a "#ifndef __NetBSD__"? Is there a specific reason for this. I removed all #ifndefs and it compiled and worked out of the box, after enabling the remote in the ressource file of course. -- Mario Kemper magick@bundy.lip.owl.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 31 14:30: 9 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FB5215656 for ; Fri, 31 Dec 1999 14:30:05 -0800 (PST) (envelope-from marc@oldserver.demon.nl) Received: from [212.238.105.241] (helo=propro) by post.mail.nl.demon.net with esmtp (Exim 2.12 #1) id 124AYd-0005ap-00 for multimedia@freebsd.org; Fri, 31 Dec 1999 22:30:04 +0000 Date: Fri, 31 Dec 1999 23:30:03 +0100 (CET) From: Marc Schneiders To: multimedia@freebsd.org Subject: Fxtv: capturing image 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 I recently installed a TV-card and Fxtv on a 4.0-current machine. Everything was great. Now, however, the capture/grab doesn't work any longer. Fxtv now gives the error message: "No frozen image found." I did press the freeze button and there is one there though. The cause may be some change in current, as I rebuilt 5 days ago. As I do not use the grab often, I am not sure it did not already occur before the build. It was working though when I installed. Any ideas where I should look for an explanation/solution? TIA -- Marc Schneiders marc@venster.nl marc@oldserver.demon.nl propro 11:20pm up 1 day, 1:09, load average: 0.62 0.40 0.45 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message