From owner-freebsd-multimedia Mon Apr 24 3:10:38 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by hub.freebsd.org (Postfix) with ESMTP id 4433037B93C for ; Mon, 24 Apr 2000 03:10:29 -0700 (PDT) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (jesse@knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.3/8.9.3) with ESMTP id MAA26769 for ; Mon, 24 Apr 2000 12:10:25 +0200 (MET DST) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id MAA06359 for freebsd-multimedia@freebsd.org; Mon, 24 Apr 2000 12:09:30 +0200 (MET DST) Date: Mon, 24 Apr 2000 12:09:30 +0200 From: Roland Jesse To: freebsd-multimedia@freebsd.org Subject: Terratec XLerate soundcard Message-ID: <20000424120930.A26757@knecht.cs.uni-magdeburg.de> 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 Hi, I have a Terratec XLerate soundcard and some trouble getting it to work. My system is: % uname -a FreeBSD arthur.cs.uni-magdeburg.de 4.0-20000414-STABLE FreeBSD 4.0-20000414-STABLE #7: Sun Apr 23 22:58:17 CEST 2000 root@arthur.cs.uni-magdeburg.de:/usr/src/sys/compile/ARTHUR i386 Out of my kernel config: #options PNPBIOS device sbc device pcm (I tried it with and without PNPBIOS.) All I get is: % cat /dev/sndstat cat: /dev/sndstat: Device not configured The devices were created using `cd /dev; ./MAKEDEV snd1`. dmesg reports: ... pci0: (vendor=0x12eb, dev=0x0001) at 11.0 irq 10 ... I am assuming that this is the soundcard. (It is PCI, not ISA.) The chip on the card says: Vortex AU8820B2 AAPXP 9812-MCN07 In case there are chances to get this card running I would very much appreciate any pointers for doing so. Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Apr 24 3:45:21 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by hub.freebsd.org (Postfix) with ESMTP id 52AD837B51B for ; Mon, 24 Apr 2000 03:45:18 -0700 (PDT) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (jesse@knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.3/8.9.3) with ESMTP id MAA26979 for ; Mon, 24 Apr 2000 12:45:17 +0200 (MET DST) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id MAA06568 for freebsd-multimedia@FreeBSD.ORG; Mon, 24 Apr 2000 12:44:15 +0200 (MET DST) Date: Mon, 24 Apr 2000 12:44:09 +0200 From: Roland Jesse To: freebsd-multimedia@FreeBSD.ORG Subject: Re: Terratec XLerate soundcard Message-ID: <20000424124409.A6532@knecht.cs.uni-magdeburg.de> References: <20000424120930.A26757@knecht.cs.uni-magdeburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <20000424120930.A26757@knecht.cs.uni-magdeburg.de> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just wrote: > dmesg reports: > ... > pci0: (vendor=0x12eb, dev=0x0001) at 11.0 irq 10 > ... After digging a bit into it, /usr/src/sys/dev/sound/pci/aureal.c reveals: ... /* PCI IDs of supported chips */ #define AU8820_PCI_ID 0x000112eb ... That doesn't look too bad to me. But I am still clueless in regard to getting it up and running. Therefore pointers are still very much appreciated. Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Apr 24 14:13:21 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from cis.ohio-state.edu (mail.cis.ohio-state.edu [164.107.115.5]) by hub.freebsd.org (Postfix) with ESMTP id 9C0B437BB88 for ; Mon, 24 Apr 2000 14:13:18 -0700 (PDT) (envelope-from matey@cis.ohio-state.edu) Received: from eta.cis.ohio-state.edu (matey@eta.cis.ohio-state.edu [164.107.112.62]) by cis.ohio-state.edu (8.9.1/8.9.1) with ESMTP id RAA12535; Mon, 24 Apr 2000 17:13:17 -0400 (EDT) Received: (from matey@localhost) by eta.cis.ohio-state.edu (8.9.1/8.9.1) id RAA08309; Mon, 24 Apr 2000 17:13:17 -0400 (EDT) Date: Mon, 24 Apr 2000 17:13:08 -0400 From: Alexander Matey To: Roland Jesse Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Terratec XLerate soundcard Message-ID: <20000424171308.B1533@cis.ohio-state.edu> References: <20000424120930.A26757@knecht.cs.uni-magdeburg.de> <20000424124409.A6532@knecht.cs.uni-magdeburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000424124409.A6532@knecht.cs.uni-magdeburg.de>; from jesse@prinz-atm.CS.Uni-Magdeburg.De on Mon, Apr 24, 2000 at 12:44:09PM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, On Mon, Apr 24, 2000 at 12:44:09PM +0200, Roland Jesse wrote: > > dmesg reports: > > ... > > pci0: (vendor=0x12eb, dev=0x0001) at 11.0 irq 10 > > ... > > After digging a bit into it, /usr/src/sys/dev/sound/pci/aureal.c reveals: > ... > /* PCI IDs of supported chips */ > #define AU8820_PCI_ID 0x000112eb > ... > > That doesn't look too bad to me. But I am still clueless in regard to > getting it up and running. Therefore pointers are still very much > appreciated. In sys/conf/files find a line with aureal.c and uncomment it. Include "device pcm" in your kernel config. Rebuild the kernel. This driver supports single playback channel at 48000 bps only for Vortex1 based soundcards. It's disabled by default. > Roland > -- lx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Apr 25 0:51:19 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from cip1.melaten.rwth-aachen.de (cip1.melaten.RWTH-Aachen.DE [134.130.92.100]) by hub.freebsd.org (Postfix) with ESMTP id 1956F37BCBD; Tue, 25 Apr 2000 00:51:14 -0700 (PDT) (envelope-from tg@melaten.rwth-aachen.de) Received: from cip12.melaten.rwth-aachen.de (cip12.melaten.rwth-aachen.de [134.130.92.12]) by cip1.melaten.rwth-aachen.de (8.9.3/8.8.8) with ESMTP id IAA00414; Tue, 25 Apr 2000 08:52:39 +0200 Received: (from tg@localhost) by cip12.melaten.rwth-aachen.de (8.9.3/8.9.3) id JAA22098; Tue, 25 Apr 2000 09:57:25 +0200 (CEST) (envelope-from tg@melaten.rwth-aachen.de) X-Authentication-Warning: cip12.melaten.rwth-aachen.de: tg set sender to tg@melaten.rwth-aachen.de using -f To: Cameron Grant Cc: cvs-all@FreeBSD.org, freebsd-multimedia@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pcm channel.c channel.h dsp.c References: <200004231809.LAA27975@freefall.freebsd.org> From: Thomas Gellekum In-Reply-To: Cameron Grant's message of "Sun, 23 Apr 2000 11:09:19 -0700 (PDT)" Date: 25 Apr 2000 09:57:25 +0200 Message-ID: Lines: 12 User-Agent: Gnus/5.0802 (Gnus v5.8.2) XEmacs/20.4 (Emerald) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Cameron Grant writes: > cg 2000/04/23 11:09:19 PDT > > Modified files: > sys/dev/sound/pcm channel.c channel.h dsp.c Which reminds me: could someone implement the SNDCTL_DSP_CHANNELS ioctl? The audio module in the next Python release wants it and I know nothing about sound. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Apr 25 1: 4:55 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 A7A3137BC4F; Tue, 25 Apr 2000 01:04:44 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from vega.vega.com (dialup5-25.iptelecom.net.ua [212.9.227.25]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id LAA20766; Tue, 25 Apr 2000 11:12:07 +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 LAA78102; Tue, 25 Apr 2000 11:04:04 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <39055176.25A5AE68@altavista.net> Date: Tue, 25 Apr 2000 11:04:06 +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: Thomas Gellekum Cc: Cameron Grant , cvs-all@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/sound/pcm channel.c channel.h dsp.c References: <200004231809.LAA27975@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thomas Gellekum wrote: > Cameron Grant writes: > > > cg 2000/04/23 11:09:19 PDT > > > > Modified files: > > sys/dev/sound/pcm channel.c channel.h dsp.c > > Which reminds me: could someone implement the SNDCTL_DSP_CHANNELS > ioctl? The audio module in the next Python release wants it and I > know nothing about sound. You can replace it with SOUND_PCM_WRITE_CHANNELS (I've tested it in SDL1.1 and it seems work). Anyway AFAIK tehere is no drivers in FreeBSD supporting more than 2 channels. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Apr 25 8:32:30 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from cis.ohio-state.edu (mail.cis.ohio-state.edu [164.107.115.5]) by hub.freebsd.org (Postfix) with ESMTP id A23CF37BDBC; Tue, 25 Apr 2000 08:32:18 -0700 (PDT) (envelope-from matey@cis.ohio-state.edu) Received: from epsilon.cis.ohio-state.edu (matey@epsilon.cis.ohio-state.edu [164.107.112.10]) by cis.ohio-state.edu (8.9.1/8.9.1) with ESMTP id LAA25590; Tue, 25 Apr 2000 11:32:16 -0400 (EDT) Received: (from matey@localhost) by epsilon.cis.ohio-state.edu (8.9.1/8.9.1) id LAA24595; Tue, 25 Apr 2000 11:32:16 -0400 (EDT) Date: Tue, 25 Apr 2000 11:32:09 -0400 From: Alexander Matey To: Maxim Sobolev Cc: Thomas Gellekum , Cameron Grant , freebsd-multimedia@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/sound/pcm channel.c channel.h dsp.c Message-ID: <20000425113209.A33037@cis.ohio-state.edu> References: <200004231809.LAA27975@freefall.freebsd.org> <39055176.25A5AE68@altavista.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <39055176.25A5AE68@altavista.net>; from sobomax@altavista.net on Tue, Apr 25, 2000 at 11:04:06AM +0300 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Apr 25, 2000 at 11:04:06AM +0300, Maxim Sobolev wrote: > > > cg 2000/04/23 11:09:19 PDT > > > > > > Modified files: > > > sys/dev/sound/pcm channel.c channel.h dsp.c > > > > Which reminds me: could someone implement the SNDCTL_DSP_CHANNELS > > ioctl? The audio module in the next Python release wants it and I > > know nothing about sound. > > You can replace it with SOUND_PCM_WRITE_CHANNELS (I've tested it in SDL1.1 and > it seems work). Anyway AFAIK tehere is no drivers in FreeBSD supporting more > than 2 channels. Actually there is one - t4dwave.c. By looking at the source I can say that it claims to support 4 playback channels. But the thing is that right now one isn't able to use more than 1 of these channels anyway because of the way sound.c constructs device minors. I sent cg@ description of the problem along with a simple patch that fixes this about 3 weeks ago but he seems to be unresponsive so far. > > -Maxim > -- lx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Apr 25 10: 2:54 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from cis.ohio-state.edu (mail.cis.ohio-state.edu [164.107.115.5]) by hub.freebsd.org (Postfix) with ESMTP id 060D237C022 for ; Tue, 25 Apr 2000 10:02:46 -0700 (PDT) (envelope-from matey@cis.ohio-state.edu) Received: from delta.cis.ohio-state.edu (matey@delta.cis.ohio-state.edu [164.107.112.9]) by cis.ohio-state.edu (8.9.1/8.9.1) with ESMTP id NAA01691; Tue, 25 Apr 2000 13:02:44 -0400 (EDT) Received: (from matey@localhost) by delta.cis.ohio-state.edu (8.9.1/8.9.1) id NAA21739; Tue, 25 Apr 2000 13:02:43 -0400 (EDT) Date: Tue, 25 Apr 2000 13:02:15 -0400 From: Alexander Matey To: Cameron Grant Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/sound/pcm channel.c channel.h dsp.c Message-ID: <20000425130215.A60758@cis.ohio-state.edu> References: <200004231809.LAA27975@freefall.freebsd.org> <39055176.25A5AE68@altavista.net> <20000425113209.A33037@cis.ohio-state.edu> <000701bfaed3$216da6f0$0304020a@NENYA> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <000701bfaed3$216da6f0$0304020a@NENYA>; from gandalf@vilnya.demon.co.uk on Tue, Apr 25, 2000 at 05:27:20PM +0100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, On Tue, Apr 25, 2000 at 05:27:20PM +0100, Cameron Grant wrote: > the t4dwave driver is intended to provide up to 64 channels of output, but > this functionality is incomplete and not intended until we have a fully > functional devfs and/or support returning cookies from device open() calls. Cameron, I don't see why you oppose the idea of fixing PCMMKMINOR() and PCMCHAN() macros in the meantime. It's not about changing the mechanism that's already being used by sound.c. It's about making it work because right now it's simply _broken_. This way we can have separate [working] device node for each channel with a unique device minor. As I already pointed out to you the assumption that 2nd byte of device minor can be safely used to store channel number is _wrong_. This is what these macros are doing now. Because this byte is used by the kernel to store device major to form a combined 32-bit word. You have 3rd and 4th byte to store channel number. Even in your "PROPOSAL" in sound.c you're still planning on using 2nd byte of the minor to store device id and unit number while preserving 1st byte for channel number. Again, this is not going to work since contents of the 2nd byte are going to be overwritten by the kernel deep inside make_dev(). It's my understanding that device cookies will allow one to open same device as many time as there're channels available and the pcm code will take care of mapping them to physical channel. But that's entirely different story that requires some changes to the way sound.c deals with device nodes. Correct me if I'm wrong. -- lx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Apr 25 10:37: 7 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from itchy.serv.net (itchy.serv.net [205.153.153.233]) by hub.freebsd.org (Postfix) with ESMTP id C73AC37B7E6; Tue, 25 Apr 2000 10:36:53 -0700 (PDT) (envelope-from utz@itchy.serv.net) Received: from localhost (utz@localhost) by itchy.serv.net (8.8.5/8.8.5) with SMTP id KAA04124; Tue, 25 Apr 2000 10:35:52 -0700 (PDT) Date: Tue, 25 Apr 2000 10:35:50 -0700 (PDT) From: The Utz Family To: Alexander Matey Cc: Maxim Sobolev , Thomas Gellekum , Cameron Grant , freebsd-multimedia@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/sound/pcm channel.c channel.h dsp.c In-Reply-To: <20000425113209.A33037@cis.ohio-state.edu> 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 umm, on this subject, i have a checkin that i would like to contribute that gets my CMI8330 recognized as an AD1848. so now it works! this is a subfunctional solution, and obviously, i'll finish adding all the cmi8330 support later, but this is a start. but where do i send this stuff to? tnx! johnu On Tue, 25 Apr 2000, Alexander Matey wrote: > On Tue, Apr 25, 2000 at 11:04:06AM +0300, Maxim Sobolev wrote: > > > > cg 2000/04/23 11:09:19 PDT > > > > > > > > Modified files: > > > > sys/dev/sound/pcm channel.c channel.h dsp.c > > > > > > Which reminds me: could someone implement the SNDCTL_DSP_CHANNELS > > > ioctl? The audio module in the next Python release wants it and I > > > know nothing about sound. > > > > You can replace it with SOUND_PCM_WRITE_CHANNELS (I've tested it in SDL1.1 and > > it seems work). Anyway AFAIK tehere is no drivers in FreeBSD supporting more > > than 2 channels. > > Actually there is one - t4dwave.c. By looking at the source I can say that it > claims to support 4 playback channels. > > But the thing is that right now one isn't able to use more than 1 of these > channels anyway because of the way sound.c constructs device minors. I sent > cg@ description of the problem along with a simple patch that fixes this > about 3 weeks ago but he seems to be unresponsive so far. > > > > > -Maxim > > > > -- > lx > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" 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 Tue Apr 25 11:49:44 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from cis.ohio-state.edu (mail.cis.ohio-state.edu [164.107.115.5]) by hub.freebsd.org (Postfix) with ESMTP id EBE5D37B5C3 for ; Tue, 25 Apr 2000 11:49:36 -0700 (PDT) (envelope-from matey@cis.ohio-state.edu) Received: from gamma.cis.ohio-state.edu (matey@gamma.cis.ohio-state.edu [164.107.112.13]) by cis.ohio-state.edu (8.9.1/8.9.1) with ESMTP id OAA08356; Tue, 25 Apr 2000 14:49:35 -0400 (EDT) Received: (from matey@localhost) by gamma.cis.ohio-state.edu (8.9.1/8.9.1) id OAA27702; Tue, 25 Apr 2000 14:49:35 -0400 (EDT) Date: Tue, 25 Apr 2000 14:49:27 -0400 From: Alexander Matey To: Cameron Grant Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/sound/pcm channel.c channel.h dsp.c Message-ID: <20000425144927.A61036@cis.ohio-state.edu> References: <200004231809.LAA27975@freefall.freebsd.org> <39055176.25A5AE68@altavista.net> <20000425113209.A33037@cis.ohio-state.edu> <000701bfaed3$216da6f0$0304020a@NENYA> <20000425130215.A60758@cis.ohio-state.edu> <000901bfaedc$d88d24b0$0304020a@NENYA> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <000901bfaedc$d88d24b0$0304020a@NENYA>; from gandalf@vilnya.demon.co.uk on Tue, Apr 25, 2000 at 06:36:53PM +0100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Apr 25, 2000 at 06:36:53PM +0100, Cameron Grant wrote: > > i'm not actually opposed to it, i've just not gotten to it yet. i will get > to it eventually - submission of a patch including MAKEDEV would speed that > up. Currently MAKEDEV snd* creates only one channel per each sound device. Unless we won't to change that and create device nodes for several channels, there's nothing in MAKEDEV that has to be changed. I'm resending you in separate email (there's no point to propagate it on the maillist) the patch for sound.c, which I've already sent you earlier. It moves channel number from 2nd byte of device minor to 3rd one. It's trivial. Also, it updates your "PROPOSAL" accordingly. Make sure to review it. > my priorities at the moment are getting the generic layer OSS emulation > right and fixing recording which is just plain broken at the moment. I noticed that chn_clearbuf() clears buffer bottom up which may cause problems if driver's getptr() function returns values that are not DMA_ALIGN_THRESHOLD aligned. This way 1 to 3 bytes can be lost on recording. But I was looking at it a week or so ago and there were commits, so this may not be true now. > > number. Again, this is not going to work since contents of the 2nd byte > are > > going to be overwritten by the kernel deep inside make_dev(). > > the way device numbers are treated by ther kernel has changed since that was > written. Another reason to catch up. -- lx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Apr 25 18: 7: 2 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from taxismtp1.alchemyfx.com (taxismtp1.alchemy.net [208.232.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 282B737B58E; Tue, 25 Apr 2000 18:06:54 -0700 (PDT) (envelope-from gummibear@nettaxi.com) Received: from nettaxi.com (pool0675.cvx29-bradley.dialup.earthlink.net [209.179.136.165]) by taxismtp1.alchemyfx.com (8.9.3/8.9.3) with ESMTP id SAA27664; Tue, 25 Apr 2000 18:06:51 -0700 Message-ID: <3905CFE8.D956107F@nettaxi.com> Date: Tue, 25 Apr 2000 18:03:36 +0100 From: Joey Garcia X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org, multimedia@freebsd.org Subject: EQ problem with XMMS - No Sound When Activated Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey all! This isn't one of those catastrophic problems that are sometimes discussed on these mailinglists, but it's something that kinda irked me about XMMS. I love my music and it helps my day go by faster and hopefully someone here will feel my pain. Anyways, the problem that I have encountered is that when I activate the EQ (equalizer) the sound pretty much shuts off. Now I don't know if this is due to my soundcard or maybe it's because of the way XMMS was compiled. Actually, I installed XMMS as a package off the cdrom that I had created (or did I get it off the freebsd.org site? I forgot). Anyways the point is that I didn't compile it myself; it was precompiled. I'm wondering if anyone else has run into this little annoyance. Also, I noticed that the playlist isn't visible at all. How do I get it to pop up? Anyways, I should probably add my 'uname -a' and 'dmesg' info to give you some idea of what kinda of hardware I have on this machine. I would appreciate any help. Thanks! DMESG OUTPUT: (Note: pcm0 line for audio device) Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-RELEASE #3: Mon Mar 27 18:26:57 GMT 2000 root@bsd.brandx.net:/usr/src/sys/compile/MYBOX Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K6(tm) 3D processor (400.91-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x58c Stepping = 12 Features=0x8021bf AMD Features=0x80000800 real memory = 134152192 (131008K bytes) avail memory = 127266816 (124284K bytes) Preloaded elf kernel "kernel" at 0xc02b9000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc02b909c. npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 9 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xe400-0xe40f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 pcib2: at device 7.3 on pci0 fxp0: port 0xe800-0xe83f mem 0xe8000000-0xe80fffff,0xe8100000-0xe8100fff irq 11 at device 9.0 on pci0 fxp0: Ethernet address 00:90:27:7b:eb:74 fxp0: supplying EUI64: 00:90:27:ff:fe:7b:eb:74 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0 at port 0x3f8-0x3ff irq 4 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A pcm0: at port 0x220-0x22f,0x530-0x537,0x388-0x38b,0x330-0x331,0x370-0x371 irq 5 drq 0,1 on isa0 unknown0: at port 0x201 on isa0 ad0: 4120MB [8930/15/63] at ata0-master using UDMA33 acd0: CDROM at ata0-slave using PIO2 Mounting root from ufs:/dev/ad0s1a fxp0: starting DAD for fe80:0001::0290:27ff:fe7b:eb74 fxp0: DAD complete for fe80:0001::0290:27ff:fe7b:eb74 - no duplicates found UNAME -A OUTPUT: FreeBSD bsd.intexcorp.com 4.0-RELEASE FreeBSD 4.0-RELEASE #3: Mon Mar 27 18:26:57 GMT 2000 Again, Thanks for the help!!! Joey Garcia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Apr 25 18:19:25 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from dragonstar.dhs.org (dsl-028-a.resnet.purdue.edu [128.211.161.178]) by hub.freebsd.org (Postfix) with ESMTP id 418B737B588; Tue, 25 Apr 2000 18:19:21 -0700 (PDT) (envelope-from jonsmith@dragonstar.dhs.org) Received: from localhost (jonsmith@localhost) by dragonstar.dhs.org (8.9.3/8.9.3) with ESMTP id UAA15221; Tue, 25 Apr 2000 20:18:14 -0500 (EST) (envelope-from jonsmith@dragonstar.dhs.org) Date: Tue, 25 Apr 2000 20:18:14 -0500 (EST) From: Jonathan Smith To: Joey Garcia Cc: questions@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: EQ problem with XMMS - No Sound When Activated In-Reply-To: <3905CFE8.D956107F@nettaxi.com> 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 second that using the equaliser kills the play, so you're not alone. I am using the pcm driver in 4-STABLE. (not going to say much else unless info needed for comparision, just seconding that it's not your unique problem). Actually, I get it on two different soundcards, an ensoniq and an off-brand yamaha OPL3Sax -- Close your eyes. Now forget what you see. What do you feel? -- My heart. -- Come here. -- Your heart. -- See? We're exactly the same. Jon Smith -- Senior Math Major @ Purdue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Apr 25 21:41:48 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from evil.2y.net (ztown2-2-210.adsl.one.net [216.23.15.210]) by hub.freebsd.org (Postfix) with ESMTP id 1845937BB48 for ; Tue, 25 Apr 2000 21:41:46 -0700 (PDT) (envelope-from cokane@evil.2y.net) Received: (from cokane@localhost) by evil.2y.net (8.9.3/8.9.3) id AAA66548 for multimedia@freebsd.org; Wed, 26 Apr 2000 00:47:34 -0400 (EDT) (envelope-from cokane) Date: Wed, 26 Apr 2000 00:47:33 -0400 From: Coleman Kane To: multimedia@freebsd.org Subject: DRI on XF86 4.0 Message-ID: <20000426004733.A66521@cokane.yi.org> 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 Will FreeBSD need that DRI kernel support like linux does, or will the DRI module be able to access what it needs? I have a g200 and would like to be able to take advantage of it. -- cokane To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Apr 26 0:52: 3 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from finch-post-11.mail.demon.net (finch-post-11.mail.demon.net [194.217.242.39]) by hub.freebsd.org (Postfix) with ESMTP id 3C73837BC7E for ; Wed, 26 Apr 2000 00:52:01 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by finch-post-11.mail.demon.net with esmtp (Exim 2.12 #1) id 12kMc3-000KSe-0B; Wed, 26 Apr 2000 07:51:59 +0000 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 IAA31113; Wed, 26 Apr 2000 08:52:13 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Wed, 26 Apr 2000 08:57:18 +0100 (BST) From: Doug Rabson To: Coleman Kane Cc: multimedia@freebsd.org Subject: Re: DRI on XF86 4.0 In-Reply-To: <20000426004733.A66521@cokane.yi.org> 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, 26 Apr 2000, Coleman Kane wrote: > Will FreeBSD need that DRI kernel support like linux does, or will the > DRI module be able to access what it needs? I have a g200 and would > like to be able to take advantage of it. Yes it will. I currently have DRI working for voodoo3 hardware but I intend to port the mga kernel driver for g200 and g400 support. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 20 8442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Apr 26 1:10:35 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 6628E37B569 for ; Wed, 26 Apr 2000 01:10:31 -0700 (PDT) (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 QAA27528; Wed, 26 Apr 2000 16:10:07 +0800 Message-Id: <200004260810.QAA27528@ugly.prth.tensor.pgs.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Doug Rabson Cc: Coleman Kane , multimedia@freebsd.org, shocking@ugly.prth.tensor.pgs.com Subject: Re: DRI on XF86 4.0 In-Reply-To: Message from Doug Rabson of "Wed, 26 Apr 2000 08:57:18 +0100." Reply-To: shocking@prth.pgs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 26 Apr 2000 16:10:06 +0800 From: Stephen Hocking-Senior Programmer PGS SPS Perth Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Will FreeBSD need that DRI kernel support like linux does, or will the > > DRI module be able to access what it needs? I have a g200 and would > > like to be able to take advantage of it. > > Yes it will. I currently have DRI working for voodoo3 hardware but I > intend to port the mga kernel driver for g200 and g400 support. > Sweet - are these changes back in the DRI CVS tree? If so, I think a Voodoo 3/4/5 might be in my future. How do Linux GL apps interact with the BSD DRI implementation? I see that nVida have released their Linux binary drivers which are apparently as fast as or faster than their windows counterparts. There are supposedly some legal encumberances to be gotten rid of before they can fully open source them. I've sent some patches to the Utah-GLX people to allow the use of NASM, so that people with AMD CPUs and FreeBSD can benefit from the 3dnow code in Mesa. Does anyone know when our binutils will be updated? 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 Apr 26 1:23:45 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id E5DBC37B7F5 for ; Wed, 26 Apr 2000 01:23:42 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 12kN6i-000ASL-0C; Wed, 26 Apr 2000 08:23:41 +0000 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 JAA43661; Wed, 26 Apr 2000 09:24:01 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Wed, 26 Apr 2000 09:29:05 +0100 (BST) From: Doug Rabson To: shocking@prth.pgs.com Cc: Coleman Kane , multimedia@freebsd.org, shocking@ugly.prth.tensor.pgs.com Subject: Re: DRI on XF86 4.0 In-Reply-To: <200004260810.QAA27528@ugly.prth.tensor.pgs.com> 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, 26 Apr 2000, Stephen Hocking-Senior Programmer PGS SPS Perth wrote: > > > Will FreeBSD need that DRI kernel support like linux does, or will the > > > DRI module be able to access what it needs? I have a g200 and would > > > like to be able to take advantage of it. > > > > Yes it will. I currently have DRI working for voodoo3 hardware but I > > intend to port the mga kernel driver for g200 and g400 support. > > > > Sweet - are these changes back in the DRI CVS tree? If so, I think a > Voodoo 3/4/5 might be in my future. How do Linux GL apps interact with > the BSD DRI implementation? Not yet. I updated my DRI tree yesterday so make sure that the tdfx driver still works with the latest code and I'll give them another nudge. I haven't tried running any Linux apps but I think it should be possible. > > I see that nVida have released their Linux binary drivers which are > apparently as fast as or faster than their windows counterparts. There > are supposedly some legal encumberances to be gotten rid of before > they can fully open source them. This is a good start. > > I've sent some patches to the Utah-GLX people to allow the use of > NASM, so that people with AMD CPUs and FreeBSD can benefit from the > 3dnow code in Mesa. Does anyone know when our binutils will be > updated? I think David O'Brien is intending to update the binutils in -current fairly soon. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 20 8442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Apr 26 9:37: 2 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from hbo.isi.edu (hbo.isi.edu [128.9.160.75]) by hub.freebsd.org (Postfix) with ESMTP id 6301D37B8BA for ; Wed, 26 Apr 2000 09:37:00 -0700 (PDT) (envelope-from larse@hbo.isi.edu) Received: (from larse@localhost) by hbo.isi.edu (8.9.3/8.9.3) id JAA02095; Wed, 26 Apr 2000 09:36:59 -0700 (PDT) (envelope-from larse) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14599.6955.298611.657696@hbo.isi.edu> Date: Wed, 26 Apr 2000 09:36:59 -0700 (PDT) From: Lars Eggert To: freebsd-multimedia@freebsd.org Subject: CS461x & newpcm & rat/vat Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm having problems using a Crystal Semiconductor CS4614 onboard audio device with newpcm and the mbone tools vat/rat under FreeBSD-4.0-STABLE. [larse@hbo: ~] cat /dev/sndstat FreeBSD Audio Driver (newpcm) Apr 18 2000 10:07:38 Installed devices: pcm0: at irq 5 (1p/1r channels duplex) The device works fine playing MP3, CD and other audio - however, running vat results in: [larse@hbo: ~] vat dum/7777 sorry don't know how to deal with this card failed to select input sorry don't know how to deal with this card failed to set mic volume failed set input line volume failed to output level 70 failed to output level 70 sorry don't know how to deal with this card failed to set mic volume failed set input line volume Running rat gives no such message, but no audio is being received or sent. Any clues? Lars PS: Please CC me if you respond, I'm not currently subscribed to the list. ________________________________________________________________________ Lars Eggert Information Sciences Institute http://www.isi.edu/~larse/ University of Southern California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Apr 26 10:58: 1 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id E0B3C37BD13 for ; Wed, 26 Apr 2000 10:57:51 -0700 (PDT) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial-lind-42.netcologne.de [195.14.250.42]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id TAA13010; Wed, 26 Apr 2000 19:57:38 +0200 (MET DST) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id TAA04350; Wed, 26 Apr 2000 19:56:41 +0200 (CEST) (envelope-from van.woerkom@netcologne.de) Date: Wed, 26 Apr 2000 19:56:41 +0200 (CEST) Message-Id: <200004261756.TAA04350@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: shocking@prth.pgs.com Cc: dfr@nlsystems.com, cokane@one.net, multimedia@FreeBSD.ORG, shocking@ugly.prth.tensor.pgs.com In-reply-to: <200004260810.QAA27528@ugly.prth.tensor.pgs.com> (message from Stephen Hocking-Senior Programmer PGS SPS Perth on Wed, 26 Apr 2000 16:10:06 +0800) Subject: nvidia driver for XF86 4.0 (was: DRI on XF86 4.0) Reply-To: 3d@FreeBSD.ORG References: <200004260810.QAA27528@ugly.prth.tensor.pgs.com> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I see that nVida have released their Linux binary drivers which are apparently as > fast as or faster than their windows counterparts. I am in contact with nvidia about creating a FreeBSD kernel module, they say it is not too difficult. > There are supposedly some legal encumberances to be gotten rid of before > they can fully open source them. Why do you think so? Have you seen some statement from them in that direction? If yes, I would be interested to read it. I have seen several arguments for their move to binary only: a) The graphics card market is very competetive and they fear to disclose trade secrets if their source gets out, after all the driver adds value to the hardware b) They used patented techniques and fear getting sued when the source reveals patent infringements c) There is only a very limited number of people capable of improving an open sourced driver while there are large number of less skilled hackers that might produce crappy drivers and hurt the company brand. So they gain not much by disclosing and risk to loose more by disclosing. d) They don't have specs in a condition to hand out and don't want to get their engineer distracted with time consuming questions from the open source crowd e) Microsoft pays them not to play by open source rules Possibly it is a weighted average of all those what motivated them. Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Apr 26 12:12:17 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 17ED837BD13 for ; Wed, 26 Apr 2000 12:12:06 -0700 (PDT) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial-lind-42.netcologne.de [195.14.250.42]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id VAA19777; Wed, 26 Apr 2000 21:11:59 +0200 (MET DST) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id VAA04908; Wed, 26 Apr 2000 21:11:04 +0200 (CEST) (envelope-from van.woerkom@netcologne.de) Date: Wed, 26 Apr 2000 21:11:04 +0200 (CEST) Message-Id: <200004261911.VAA04908@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: freebsd-multimedia@freebsd.org Subject: Copy protected CD Audio Reply-To: van.woerkom@netcologne.de Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The latest volume of the "Techno Club" sampler comes with copy protection - my first audio CD of that kind. Last time I had to deal with such crap was with protected Apple ][ floppies more than ten years ago. The lesson from that time was that interested parties still were able to circumvent the measures, while making life less comfortable. In this particular case I tried the CD in the ATAPI drive of a NT box - the drive seeks to death. The cdrom drive in a 5000$ IBM Thinkpad under OS/2 had no troubles with it, even digital transfer was possible. Under FreeBSD, in an old Pioneer DR-U12X SCSI drive, I can enter it for the first time and do a TOC request marc@oranje$ cdcontrol info cdcontrol: no CD device name specified, defaulting to /dev/cd0c Starting track = 1, ending track = 15, TOC size = 4 bytes track start duration block length type ------------------------------------------------- 1 0:02.00 6:17.20 0 28145 audio 2 6:17.20 7:25.70 28145 33295 audio 3 13:41.15 6:00.39 61440 26889 audio 4 19:39.54 4:40.03 88329 20853 audio 5 24:17.57 4:47.40 109182 21415 audio 6 29:03.22 4:52.50 130597 21800 audio 7 33:53.72 6:40.10 152397 29860 audio 8 40:32.07 6:02.63 182257 27063 audio 9 46:32.70 4:18.30 209320 19230 audio 10 50:49.25 5:35.67 228550 25042 audio 11 56:23.17 6:52.73 253592 30823 audio 12 63:14.15 2:31.12 284415 11187 audio 13 65:43.27 4:52.48 295602 21798 audio 14 70:34.00 4:47.00 317400 21375 audio 15 75:19.00 12:22.17 338775 55517 data 170 87:39.17 - 394292 - - marc@oranje$ and play it via "cdcontrol play" (thus analog transfer). No luck with digital transfers yet. It also seems that the CD-ROM driver can get confused. One of the reasons seems to be the data track at 75:19.00, which end 87:39.17 looks like lying outside the real CD. Copy or not, I hate it, when I can't play my CDs reliable on my computer - anyone has been nagged by similiar discs? Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Apr 26 13:45:18 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mamba.gsfc.nasa.gov. (mamba-e.gsfc.nasa.gov [128.183.166.146]) by hub.freebsd.org (Postfix) with SMTP id C847537BBD3 for ; Wed, 26 Apr 2000 13:45:02 -0700 (PDT) (envelope-from uhl@mamba.gsfc.nasa.gov) Received: from mamba-e.gsfc.nasa.gov by mamba.gsfc.nasa.gov. (SMI-8.6/SMI-SVR4) id QAA27272; Wed, 26 Apr 2000 16:44:56 -0400 Message-Id: <200004262044.QAA27272@mamba.gsfc.nasa.gov.> X-Mailer: exmh version 2.0gamma 1/24/96 To: freebsd-multimedia@freebsd.org Cc: larse@isi.edu Subject: Re: CS461x & newpcm & rat/vat Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 26 Apr 2000 16:44:56 -0400 From: George Uhl Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm also having problems running vat and rat over my soundcard in 4.0-STABLE. Other audio applications work fine. -- My cat /dev/sndstat: barrow# cat /dev/sndstat FreeBSD Audio Driver (newpcm) Apr 26 2000 16:22:53 Installed devices: pcm0: at io 0x32c irq 5 drq 3:1 (1p/1r channels duplex) barrow# -- When running vat I get no sound and the meter is dead. I get the following output: sorry don't know how to deal with this card failed to select input sorry don't know how to deal with this card failed to set mic volume failed set input line volume failed to output level 70 failed to output level 70 sorry don't know how to deal with this card failed to set mic volume failed set input line volume sorry don't know how to deal with this card sorry don't know how to deal with this card sorry don't know how to deal with this card sorry don't know how to deal with this card sorry don't know how to deal with this card -- rat also comes up with no sound and when I try to set the Audio category options, the default audio devices setting is "No Audio Device". When I try to set the audio device to "GUS CS42312" I get this error message: Sorry driver does support full duplex for this soundcard Will vat or rat work using newpcm for any soundcard? Thanks, George >Hi, > >I'm having problems using a Crystal Semiconductor CS4614 onboard audio >device with newpcm and the mbone tools vat/rat under FreeBSD-4.0-STABLE. > >[larse@hbo: ~] cat /dev/sndstat >FreeBSD Audio Driver (newpcm) Apr 18 2000 10:07:38 >Installed devices: >pcm0: at irq 5 (1p/1r channels duplex) > >The device works fine playing MP3, CD and other audio - however, >running vat results in: > >[larse@hbo: ~] vat dum/7777 >sorry don't know how to deal with this card >failed to select input >sorry don't know how to deal with this card >failed to set mic volume >failed set input line volume >failed to output level 70 >failed to output level 70 >sorry don't know how to deal with this card >failed to set mic volume >failed set input line volume > >Running rat gives no such message, but no audio is being received or >sent. Any clues? > >Lars To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Apr 26 13:55:44 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from hbo.isi.edu (hbo.isi.edu [128.9.160.75]) by hub.freebsd.org (Postfix) with ESMTP id D46E137BDBE for ; Wed, 26 Apr 2000 13:55:41 -0700 (PDT) (envelope-from larse@hbo.isi.edu) Received: (from larse@localhost) by hbo.isi.edu (8.9.3/8.9.3) id NAA06642; Wed, 26 Apr 2000 13:55:40 -0700 (PDT) (envelope-from larse) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14599.22475.919336.287311@hbo.isi.edu> Date: Wed, 26 Apr 2000 13:55:39 -0700 (PDT) From: Lars Eggert To: uhl@mamba-e.gsfc.nasa.gov Cc: freebsd-multimedia@freebsd.org Subject: Re: CS461x & newpcm & rat/vat In-Reply-To: <200004262044.QAA27272@mamba.gsfc.nasa.gov.> References: <200004262044.QAA27272@mamba.gsfc.nasa.gov.> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org george> rat also comes up with no sound and when I try to set the george> Audio category options, the default audio devices setting is george> "No Audio Device". When I try to set the audio device to george> "GUS CS42312" I get this error message: george> Sorry driver does support full duplex for this soundcard I checked again, and I see the exact same message for my CS461x under rat (my initial report didn't show this). Lars ________________________________________________________________________ Lars Eggert Information Sciences Institute http://www.isi.edu/~larse/ University of Southern California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Apr 26 16:59:32 2000 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 7BA2F37B8E1; Wed, 26 Apr 2000 16:59:26 -0700 (PDT) (envelope-from shocking@prth.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 HAA09358; Thu, 27 Apr 2000 07:57:07 +0800 (WST) Received: from bleep.craftncomp.com (dialin20 [157.147.225.220]) by bandicoot.prth.tensor.pgs.com (8.9.3/8.9.3) with ESMTP id HAA19851; Thu, 27 Apr 2000 07:59:18 +0800 (WST) Received: from bloop.craftncomp.com (bloop.prth.tensor.pgs.com [202.12.111.1]) by bleep.craftncomp.com (8.9.3/8.9.3) with ESMTP id HAA02134; Thu, 27 Apr 2000 07:58:42 +0800 (WST) (envelope-from shocking@prth.pgs.com) Received: from bloop.craftncomp.com (localhost [127.0.0.1]) by bloop.craftncomp.com (8.9.3/8.9.3) with ESMTP id HAA15249; Thu, 27 Apr 2000 07:58:32 +0800 (WST) (envelope-from shocking@bloop.craftncomp.com) Message-Id: <200004262358.HAA15249@bloop.craftncomp.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: 3d@freebsd.org Cc: shocking@prth.pgs.com, dfr@nlsystems.com, cokane@one.net, multimedia@freebsd.org, shocking@ugly.prth.tensor.pgs.com Subject: Re: nvidia driver for XF86 4.0 (was: DRI on XF86 4.0) In-Reply-To: Message from Marc van Woerkom of "Wed, 26 Apr 2000 19:56:41 +0200." <200004261756.TAA04350@oranje.my.domain> Reply-To: shocking@prth.pgs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 27 Apr 2000 07:58:32 +0800 From: Stephen Hocking Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I am in contact with nvidia about creating a FreeBSD kernel module, > they say it is not too difficult. Woo Hoo! Don't start me salivating like that! The kernel interfaces to their libraries didn't look too difficult, but I'd not used nm to find out what Linux kernel stuff the library was calling. > > > > There are supposedly some legal encumberances to be gotten rid of before > > they can fully open source them. > > Why do you think so? Have you seen some statement from them in that > direction? If yes, I would be interested to read it. I'm just repeating what someone on the Utah-GLX list said after contacting nVidia. Apparently a third part wrote much of the drivers and they're looking for a release from them. 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 Apr 26 19:12:45 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from foobar.franken.de (foobar.franken.de [194.94.249.81]) by hub.freebsd.org (Postfix) with ESMTP id 48F5E37B5EB for ; Wed, 26 Apr 2000 19:12:42 -0700 (PDT) (envelope-from logix@foobar.franken.de) Received: (from logix@localhost) by foobar.franken.de (8.8.8/8.8.5) id EAA05251; Thu, 27 Apr 2000 04:13:45 +0200 (CEST) Message-ID: <20000427041344.E2795@foobar.franken.de> Date: Thu, 27 Apr 2000 04:13:44 +0200 From: Harold Gutch To: van.woerkom@netcologne.de, freebsd-multimedia@FreeBSD.ORG Subject: Re: Copy protected CD Audio References: <200004261911.VAA04908@oranje.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <200004261911.VAA04908@oranje.my.domain>; from Marc van Woerkom on Wed, Apr 26, 2000 at 09:11:04PM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Apr 26, 2000 at 09:11:04PM +0200, Marc van Woerkom wrote: > The latest volume of the "Techno Club" sampler comes with > copy protection - my first audio CD of that kind. That's "TechnoClub Vol. 9", right? I haven't had any problems reading any of the others so far, but I so far haven't bought Vol. 9 yet. > marc@oranje$ cdcontrol info > cdcontrol: no CD device name specified, defaulting to /dev/cd0c > Starting track = 1, ending track = 15, TOC size = 4 bytes > track start duration block length type > ------------------------------------------------- > 1 0:02.00 6:17.20 0 28145 audio > 2 6:17.20 7:25.70 28145 33295 audio > 3 13:41.15 6:00.39 61440 26889 audio > 4 19:39.54 4:40.03 88329 20853 audio > 5 24:17.57 4:47.40 109182 21415 audio > 6 29:03.22 4:52.50 130597 21800 audio > 7 33:53.72 6:40.10 152397 29860 audio > 8 40:32.07 6:02.63 182257 27063 audio > 9 46:32.70 4:18.30 209320 19230 audio > 10 50:49.25 5:35.67 228550 25042 audio > 11 56:23.17 6:52.73 253592 30823 audio > 12 63:14.15 2:31.12 284415 11187 audio > 13 65:43.27 4:52.48 295602 21798 audio > 14 70:34.00 4:47.00 317400 21375 audio > 15 75:19.00 12:22.17 338775 55517 data > 170 87:39.17 - 394292 - - > marc@oranje$ Since you're using /dev/cd0c, I assume that's a SCSI-drive. Does "tosha -t 1-14" work? I'll check to see wether the CD is available at some store here - if so, I'll get it and tell you if I succeeded. bye, Harold -- Someone should do a study to find out how many human life spans have been lost waiting for NT to reboot. Ken Deboy on Dec 24 1999 in comp.unix.bsd.freebsd.misc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Apr 27 1:13:21 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.surf1.de (mail.Surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F0A637B5CB for ; Thu, 27 Apr 2000 01:13:06 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9C1156.dip0.t-ipconnect.de [62.156.17.86]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id JAA08853 for ; Thu, 27 Apr 2000 09:11:28 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 9DFD1AC2C for ; Thu, 27 Apr 2000 10:16:21 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id KAA02947 for multimedia@freebsd.org; Thu, 27 Apr 2000 10:12:13 +0200 (CEST) (envelope-from alex) Date: Thu, 27 Apr 2000 10:12:13 +0200 From: Alexander Langer To: multimedia@freebsd.org Subject: DGA on XF86 4.0 Message-ID: <20000427101213.A2872@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! DGA doesn't work any more with fxtv since I've upgraded to XFree86 4.0. Are there any plans to update that in near future? Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Apr 27 7:54:51 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by hub.freebsd.org (Postfix) with SMTP id 012DD37B62E for ; Thu, 27 Apr 2000 07:54:43 -0700 (PDT) (envelope-from ira@MIT.EDU) Received: from GRAND-CENTRAL-STATION.MIT.EDU by MIT.EDU with SMTP id AA26387; Thu, 27 Apr 00 10:54:32 EDT Received: from melbourne-city-street.MIT.EDU (MELBOURNE-CITY-STREET.MIT.EDU [18.69.0.45]) by grand-central-station.MIT.EDU (8.9.2/8.9.2) with ESMTP id KAA23971 for ; Thu, 27 Apr 2000 10:54:31 -0400 (EDT) Received: from nerd-xing.mit.edu (NERD-XING.MIT.EDU [18.184.0.47]) by melbourne-city-street.MIT.EDU (8.9.3/8.9.2) with ESMTP id KAB18978 for ; Thu, 27 Apr 2000 10:54:31 -0400 (EDT) Received: (from ira@localhost) by nerd-xing.mit.edu (8.9.3) id KAA25218; Thu, 27 Apr 2000 10:54:31 -0400 (EDT) Message-Id: <200004271454.KAA25218@nerd-xing.mit.edu> To: freebsd-multimedia@freebsd.org Subject: XMMS Equalizer short term fix. Date: Thu, 27 Apr 2000 10:54:31 -0400 From: Ira L Cooper Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org There is a short term fix to the XMMS equalizer problem. Use the linux version under emulation. I'm not sure of all the RPM's that have to be installed to enable you to do this, but I downloaded them from www.xmms.org and ftp.freesoftware.com. (I used the RedHat 6.1 RPM's as soon as we upgrade to 6.2, I'll try that.) The test machine is a Libretto 100CT, using the mss driver. -Ira ~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Apr 27 19:12: 7 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from evil.2y.net (ztown2-2-210.adsl.one.net [216.23.15.210]) by hub.freebsd.org (Postfix) with ESMTP id B807137B85B for ; Thu, 27 Apr 2000 19:12:03 -0700 (PDT) (envelope-from cokane@evil.2y.net) Received: (from cokane@localhost) by evil.2y.net (8.9.3/8.9.3) id WAA77057; Thu, 27 Apr 2000 22:18:00 -0400 (EDT) (envelope-from cokane) Date: Thu, 27 Apr 2000 22:18:00 -0400 From: Coleman Kane To: Jukka Simila Cc: multimedia@freebsd.org Subject: Re: Wine from ports doesn't build with X6.4? Message-ID: <20000427221800.E76887@cokane.yi.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from juksi@iname.com on Thu, Apr 20, 2000 at 04:32:08PM -0400 X-Vim: vim:tw=70:ts=4:sw=4 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yeah, I saw this problem too. I just took Xmd.h out of glx.h for a compile. Apparently, they use the same defines in Wine for the VC types as they do for the types in Xmd.h, I think the types were similar, I never really messed with it and it was just a way to get Wine to stop whining :). Jukka Simila had the audacity to say: > I tried to install wine (991114) from ports, with this result. Is this solved > already, am I doing something wrong? > I tried also 'make -i': same "previously declared" messages appear with every > d3d file. > > > uname -a > FreeBSD sjukebox 4.0-STABLE FreeBSD 4.0-STABLE #2: Thu Mar 30 20:38:49 EEST > 2000 sjuke@sjukebox:/usr/src/sys/compile/CELERON i386 > > > pkg_info -a | grep XFree86 > Information for XFree86-4.0: > X11R6.4/XFree86 core distribution > > # cd /usr/ports/emulators/wine/ > # make > [lots of stuff before this] > In file included from /usr/X11R6/include/GL/glx.h:28, > from ../../include/wine_gl.h:21, > from ../../include/d3d.h:7, > from ../../include/dsound.h:6, > from ./dsound_main.c:64: > /usr/X11R6/include/X11/Xmd.h:125: conflicting types for `INT32' > ../../include/basetsd.h:58: previous declaration of `INT32' > /usr/X11R6/include/X11/Xmd.h:127: redefinition of `INT16' > ../../include/windef.h:141: `INT16' previously declared here > /usr/X11R6/include/X11/Xmd.h:149: redefinition of `BYTE' > ../../include/windef.h:148: `BYTE' previously declared here > /usr/X11R6/include/X11/Xmd.h:150: conflicting types for `BOOL' > ../../include/windef.h:157: previous declaration of `BOOL' > ./dsound_main.c:2406: warning: initialization from incompatible pointer type > *** Error code 1 > > Stop in /usr/ports/emulators/wine/work/wine-991114/dlls/dsound. > *** Error code 1 > > @-`--,--`--- > Jukka Simila > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > -- Coleman Kane President, UC Free O.S. Users Group - http://pohl.ececs.uc.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Apr 27 20:40:23 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 2057937BBDB; Thu, 27 Apr 2000 20:40:15 -0700 (PDT) (envelope-from caa@columbus.rr.com) Received: from columbus.rr.com ([24.95.63.210]) by hurricane.columbus.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-53939U80000L80000S0V35) with ESMTP id com; Thu, 27 Apr 2000 23:40:25 -0400 Received: (from caa@localhost) by columbus.rr.com (8.9.3/8.9.3) id XAA87208; Thu, 27 Apr 2000 23:40:12 -0400 (EDT) (envelope-from caa) Date: Thu, 27 Apr 2000 23:40:11 -0400 From: "Charles Anderson" To: Jonathan Smith Cc: Joey Garcia , questions@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: EQ problem with XMMS - No Sound When Activated Message-ID: <20000427234011.A87163@midgard.dhs.org> References: <3905CFE8.D956107F@nettaxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from jonsmith@dragonstar.dhs.org on Tue, Apr 25, 2000 at 08:18:14PM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The EQ works fine for me using 5.0-current newpcm, but I have XMMS-0.9.5.1 installed. I noticed that the latest version in ports is 1.0.1. Try going back to an older version of xmms. Anyone know how to make a package file up from an already installed port? If I can easily backup the version that I know works, I can try the latest version and see if the problem persists. -Charlie On Tue, Apr 25, 2000 at 08:18:14PM -0500, Jonathan Smith wrote: > > I second that using the equaliser kills the play, so you're not alone. > > I am using the pcm driver in 4-STABLE. (not going to say much else unless > info needed for comparision, just seconding that it's not your unique > problem). Actually, I get it on two different soundcards, an ensoniq and > an off-brand yamaha OPL3Sax -- 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 Thu Apr 27 20:59:15 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from ex1.ncsa.uiuc.edu (ex1.ncsa.uiuc.edu [141.142.2.9]) by hub.freebsd.org (Postfix) with ESMTP id E961C37B897 for ; Thu, 27 Apr 2000 20:59:11 -0700 (PDT) (envelope-from jdugan@ncsa.uiuc.edu) Received: from rivendell.ncsa.uiuc.edu (rivendell.ncsa.uiuc.edu [141.142.25.110]) by ex1.ncsa.uiuc.edu (8.9.3/8.9.3) with ESMTP id WAA01151 for ; Thu, 27 Apr 2000 22:57:41 -0500 (CDT) Received: from jdugan by rivendell.ncsa.uiuc.edu with local (Exim 2.12 #1) id 12l1uP-0002Sj-00 for freebsd-multimedia@freebsd.org; Thu, 27 Apr 2000 22:57:41 -0500 Date: Thu, 27 Apr 2000 22:57:41 -0500 From: Jon Dugan To: freebsd-multimedia@freebsd.org Subject: Crystal SoundFusion (CS461x) Message-ID: <20000427225740.A9360@ncsa.uiuc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i X-md5sum: 7480b6d919ebd777f993e543aada1f3a X-md5sum-Origin: ex1.ncsa.uiuc.edu Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I've got a what I believe is an CS461x chip in my Thinkpad 570E. However, it doesn't want to work with 4.0-RELEASE. It seems to detect it just fine, but when I try to play anything to it (via mpg123 or cat foo.au > /dev/audio) I don't get any sound. The mixer seems to work, as I can play a CD in the DVD-ROM drive and mess with the levels. anduril:1> cat /dev/sndstat FreeBSD Audio Driver (newpcm) Apr 18 2000 14:30:35 Installed devices: pcm0: at irq 11 (1p/1r channels duplex) Here's the output of dmesg (during a verbose boot): csa0: mem 0xf4000000-0xf40fffff,0xf4100000-0xf4100fff irq 11 at device 5.0 on pci0 pcm0: on csa0 pcm0: ac97 codec id 0x43525903 pcm0: ac97 codec features headphone, 18 bit DAC, 18 bit ADC, 6 bit master volume, pcm: setmap bc3e000, 1000; 0xc0cca000 -> bc3e000 pcm: setmap bc23000, 1000; 0xc0ccf000 -> bc23000 Seigo Tanimura, suggested to someone else in a similiar situation to try probing mss. I'm not quite sure what he meant. Any help would be greatly appreciated! I have the full dmesg output if anyone wants it. Jon -- Jon Dugan | Network Engineer, NCSA Network Development jdugan@ncsa.uiuc.edu | 57C CAB, 605 E Springfield, Champaign, IL 61820 217/244-7715 | http://www.ncsa.uiuc.edu/people/jdugan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Apr 27 21:21: 0 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 5C8E137B8C6; Thu, 27 Apr 2000 21:20:32 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id DCCF6ED; Thu, 27 Apr 2000 21:20:31 -0700 (PDT) Date: Thu, 27 Apr 2000 21:20:31 -0700 From: Chris Piazza To: Charles Anderson Cc: Jonathan Smith , Joey Garcia , questions@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: EQ problem with XMMS - No Sound When Activated Message-ID: <20000427212031.A6414@norn.ca.eu.org> References: <3905CFE8.D956107F@nettaxi.com> <20000427234011.A87163@midgard.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000427234011.A87163@midgard.dhs.org>; from caa@columbus.rr.com on Thu, Apr 27, 2000 at 11:40:11PM -0400 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Apr 27, 2000 at 11:40:11PM -0400, Charles Anderson wrote: > The EQ works fine for me using 5.0-current newpcm, but I have XMMS-0.9.5.1 installed. > > I noticed that the latest version in ports is 1.0.1. Try going back to an older > version of xmms. It's working for me on 4.0 and 5.0 with newpcm, too. Both with an es1370 card. This might be a specific driver issue. > > Anyone know how to make a package file up from an already installed port? > If I can easily backup the version that I know works, I can try the latest > version and see if the problem persists. If you still have the port framework for the version a `make package` in that directory should do what you want. -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Apr 27 23:19:50 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from kiew.egd.igd.fhg.de (kiew.egd.igd.fhg.de [192.102.170.32]) by hub.freebsd.org (Postfix) with ESMTP id 066D237B6E2 for ; Thu, 27 Apr 2000 23:19:44 -0700 (PDT) (envelope-from runge@rostock.zgdv.de) Received: from rostock.zgdv.de (penguin.egd.igd.fhg.de [192.102.170.145]) by kiew.egd.igd.fhg.de (Netscape Messaging Server 3.6) with ESMTP id AAA5626 for ; Fri, 28 Apr 2000 08:19:34 +0200 Message-ID: <39092DD1.DEED05FC@rostock.zgdv.de> Date: Fri, 28 Apr 2000 08:21:05 +0200 From: Thomas Runge X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en, de MIME-Version: 1.0 Cc: multimedia@FreeBSD.ORG Subject: Re: Wine from ports doesn't build with X6.4? References: <20000427221800.E76887@cokane.yi.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yesterday I took the last wine-snapshot and it compiled out of the box on a 4.0-STABLE. Office97 doesnt work, nonetheless. But I agree, the port really needs an update. -- Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Apr 28 4: 2: 5 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from island3.pc.mycom.co.jp (pix188.pc.mycom.co.jp [202.227.184.188]) by hub.freebsd.org (Postfix) with ESMTP id 0E19037B6C7 for ; Fri, 28 Apr 2000 04:01:59 -0700 (PDT) (envelope-from hiraoka@pc.mycom.co.jp) Received: from localhost (localhost [127.0.0.1]) by island3.pc.mycom.co.jp (8.9.3/8.9.3) with ESMTP id UAA05545 for ; Fri, 28 Apr 2000 20:02:15 +0900 (JST) (envelope-from hiraoka@pc.mycom.co.jp) To: freebsd-multimedia@freebsd.org Subject: Re: Crystal SoundFusion (CS461x) In-Reply-To: <20000427225740.A9360@ncsa.uiuc.edu> References: <20000427225740.A9360@ncsa.uiuc.edu> X-Mailer: Mew version 1.94.1 on Emacs 20.6 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000428200215K.hiraoka@pc.mycom.co.jp> Date: Fri, 28 Apr 2000 20:02:15 +0900 From: HIRAOKA Shinji X-Dispatcher: imput version 990905(IM130) Lines: 13 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hello, > I've got a what I believe is an CS461x chip in my Thinkpad 570E. However, > it doesn't want to work with 4.0-RELEASE. It seems to detect it just fine, > but when I try to play anything to it (via mpg123 or cat foo.au > > /dev/audio) I don't get any sound. The mixer seems to work, as I can play > a CD in the DVD-ROM drive and mess with the levels. I try 5.0-CURRENT with CS461x sound card. 5.0-CURRENT is workd mpg123. Please try the latest pcm cords. --- hiraoka@pc.mycom.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Apr 28 10:14:37 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by hub.freebsd.org (Postfix) with ESMTP id 1D0D837B833 for ; Fri, 28 Apr 2000 10:14:35 -0700 (PDT) (envelope-from larse@ISI.EDU) Received: from [128.9.176.130] (ras30.isi.edu [128.9.176.130]) by boreas.isi.edu (8.8.7/8.8.6) with ESMTP id KAA07179; Fri, 28 Apr 2000 10:14:28 -0700 (PDT) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Fri, 28 Apr 2000 10:14:29 -0700 Subject: Re: Crystal SoundFusion (CS461x) From: Lars Eggert To: Jon Dugan , "freebsd-multimedia@FreeBSD.ORG" Message-ID: In-Reply-To: <20000427225740.A9360@ncsa.uiuc.edu> 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've got a what I believe is an CS461x chip in my Thinkpad 570E. However, > it doesn't want to work with 4.0-RELEASE. It seems to detect it just fine, > but when I try to play anything to it (via mpg123 or cat foo.au > > /dev/audio) I don't get any sound. The mixer seems to work, as I can play > a CD in the DVD-ROM drive and mess with the levels. I've the same chip in my Dell Precision 420, and it works fine with FreeBSD-4.0-STABLE. In particular, mpeg123 and cat'ing to /dev/audio works. [larse@hbo: ~] cat /dev/sndstat FreeBSD Audio Driver (newpcm) Apr 18 2000 10:07:38 Installed devices: pcm0: at irq 5 (1p/1r channels duplex) The only problem I have is using the mbone audio tools vat/rat, it seems /dec/audio cannot be opened twice, once for reading, once for writing. Lars ____________________________________________________________________________ Lars Eggert Information Sciences Institute http://www.isi.edu/~larse/ University of Southern California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Apr 28 14:54: 5 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from rr.com (rdu25-22-143.nc.rr.com [24.25.22.143]) by hub.freebsd.org (Postfix) with ESMTP id 17C7637B634 for ; Fri, 28 Apr 2000 14:54:02 -0700 (PDT) (envelope-from rhh@rr.com) Received: (from rhh@localhost) by rr.com (8.9.3/8.9.3) id WAA05557; Thu, 27 Apr 2000 22:16:16 -0400 (EDT) (envelope-from rhh) Date: Thu, 27 Apr 2000 22:16:16 -0400 From: Randall Hopper To: Alexander Langer Cc: multimedia@FreeBSD.ORG Subject: Re: DGA on XF86 4.0 Message-ID: <20000427221616.A4841@ipass.net> References: <20000427101213.A2872@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000427101213.A2872@cichlids.cichlids.com>; from alex@big.endian.de on Thu, Apr 27, 2000 at 10:12:13AM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anyone got the scoop on DGA v2 versus v1 differences? Alexander Langer: |DGA doesn't work any more with fxtv since I've upgraded to XFree86 |4.0. | |Are there any plans to update that in near future? Kenneth Culver also reported this. Apparently DGA v2 isn't backward compatible (I'm assuming your fxtv was rebuilt using XFree86 4.0 libraries). He said: It seems that It's reporting that DGA isn't available: I get this: XF86DGAQueryDirectVideo() reports DGA not avail This rtn is returning False, which typically indicates failure. I've got my hands full with school right now, so I haven't even had a chance to install XFree86 4.0 yet. But if you or someone with 4.0 wants to help out, it might not take much time and I'm sure others would sure be appreciative. If you've done some development, man XF86DGA might disclose what's changed. If not (out-of-date docs), /usr/X11R6/include/X11/extensions/xf86dga* probably will. Either way, try this. Build fxtv from ports. Then in tvscreen.c, play with the XF86DGA... calls. For example, try replacing: ret = XF86DGAQueryVersion( s->display, &dga_majv, &dga_minv ); with: ret = True; dga_flags_sup = XF86DGADirectPresent; and see what happens. "sync" your disks first. Direct Video is dangerous if given the wrong address. Erroneous (malicious or accidental) programming of the Bt8xx chip via the bktr driver is the single easiest way I know to trash your virtual memory space from userland. Randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Apr 28 17:32: 7 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from PacHell.TelcoSucks.org (PacHell.TelcoSucks.org [207.90.181.5]) by hub.freebsd.org (Postfix) with ESMTP id 76B7537B839 for ; Fri, 28 Apr 2000 17:32:04 -0700 (PDT) (envelope-from ulf@PacHell.TelcoSucks.org) Received: (from ulf@localhost) by PacHell.TelcoSucks.org (8.9.3/8.9.1) id RAA74826; Fri, 28 Apr 2000 17:31:16 -0700 (PDT) (envelope-from ulf) Date: Fri, 28 Apr 2000 17:31:16 -0700 From: Ulf Zimmermann To: Randall Hopper Cc: Alexander Langer , multimedia@FreeBSD.ORG Subject: Re: DGA on XF86 4.0 Message-ID: <20000428173116.F57534@PacHell.TelcoSucks.org> Reply-To: ulf@Alameda.net References: <20000427101213.A2872@cichlids.cichlids.com> <20000427221616.A4841@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000427221616.A4841@ipass.net>; from aa8vb@ipass.net on Thu, Apr 27, 2000 at 10:16:16PM -0400 Organization: Alameda Networks, Inc. X-Operating-System: FreeBSD 3.4-STABLE Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Apr 27, 2000 at 10:16:16PM -0400, Randall Hopper wrote: > Anyone got the scoop on DGA v2 versus v1 differences? > > > Alexander Langer: > |DGA doesn't work any more with fxtv since I've upgraded to XFree86 > |4.0. > | > |Are there any plans to update that in near future? > > Kenneth Culver also reported this. Apparently DGA v2 isn't backward > compatible (I'm assuming your fxtv was rebuilt using XFree86 4.0 > libraries). He said: > > It seems that It's reporting that DGA isn't available: > I get this: > XF86DGAQueryDirectVideo() reports DGA not avail > > This rtn is returning False, which typically indicates failure. > > I've got my hands full with school right now, so I haven't even had a > chance to install XFree86 4.0 yet. But if you or someone with 4.0 wants to > help out, it might not take much time and I'm sure others would sure be > appreciative. > > If you've done some development, man XF86DGA might disclose what's changed. > If not (out-of-date docs), /usr/X11R6/include/X11/extensions/xf86dga* > probably will. > > Either way, try this. Build fxtv from ports. Then in tvscreen.c, play > with the XF86DGA... calls. For example, try replacing: > > ret = XF86DGAQueryVersion( s->display, &dga_majv, &dga_minv ); > with: > ret = True; > dga_flags_sup = XF86DGADirectPresent; > > and see what happens. "sync" your disks first. Direct Video is dangerous > if given the wrong address. Erroneous (malicious or accidental) > programming of the Bt8xx chip via the bktr driver is the single easiest way > I know to trash your virtual memory space from userland. By default DGA is not turned on in XFree86 4.0, I had to modify my /etc/X11/XF86Config: # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "xfree86-dga" # don't initialise the DGA extension EndSubSection That part is by default: # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" EndSubSection > > Randy > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message -- Regards, Ulf. --------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-769-2936 Alameda Networks, Inc. | http://www.Alameda.net | Fax#: 510-521-5073 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Apr 29 6:54:50 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from rr.com (ppp-1-105.dialup.rdu.ipass.net [209.170.132.105]) by hub.freebsd.org (Postfix) with ESMTP id 00E6E37B611 for ; Sat, 29 Apr 2000 06:54:45 -0700 (PDT) (envelope-from rhh@rr.com) Received: (from rhh@localhost) by rr.com (8.9.3/8.9.3) id WAA09815; Fri, 28 Apr 2000 22:49:36 -0400 (EDT) (envelope-from rhh) Date: Fri, 28 Apr 2000 22:49:36 -0400 From: Randall Hopper To: "Jason J. Horton" Cc: multimedia@freebsd.org Subject: SBLive Audio Recording and Fxtv (was Re: FXTV question) Message-ID: <20000428224936.A9119@ipass.net> References: <3904E5F6.1CBF32BB@intercom.com> <20000426222526.A5678@ipass.net> <3908D5EA.DDA1637@intercom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3908D5EA.DDA1637@intercom.com>; from jason@intercom.com on Thu, Apr 27, 2000 at 08:06:02PM -0400 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jason J. Horton: |> Hope this helps. Let me know how it goes! | |Just had a chance to test last night. Didnt test earlier because |I was previously using Linux. Finally found info to make a SoundBlaster |Live work with 4.0-STABLE, so I installed FreeBSD. Cool. |Tried to do a capture with audio and kept getting the error |about not being able to open /dev/dsp or something simular. |Am having no problems playing audio via /dev/dsp, but this |is my first attempt to record via the SB Live. Hmm. Not being able to open the device sounds like permissions. The user you run fxtv as should have write access to the DSP device: > ls -l /dev/dsp* lrwxrwxrwx 1 root wheel 4 Jan 4 21:50 /dev/dsp@ -> dsp0 crw-rw-rw- 1 root wheel 30, 3 Apr 28 20:21 /dev/dsp0 lrwxrwxrwx 1 root wheel 5 Jan 4 21:50 /dev/dspW@ -> dspW0 crw-rw-rw- 1 root wheel 30, 5 Jan 4 21:50 /dev/dspW0 Try chmod 666 /dev/dsp* and see if that doesn't help. You can tailor them to taste if that gets you going. |If I do a capture without audio, everything seems fine. Recorded 30 |minutes of video, and almost 7 gigs later, no problems. 2 hours of |encoding later and I have a MPEG 1 file that plays at aprox 29 fps in |mpeg_play. Major progress, seeing that under Linux, I couldnt get more |than a minute successfully captured and encoded. Cool. I've not done anything near that long. Just a few minutes. |Also, is 7 gigs of data abit much for only 30 minutes of video sans |audio? I was capturing in RGB mode, is there a better format that will |still encode to MPEG with decent quality? Depends on resolution, color depth, capture format, capture rate, drop rate, MPEG frame pattern ... all kinds of things. I know MPEG can get better compression than we're seeing with the default fxtv/mpeg_encode configuration, but I'm no MPEG video expert. One thing to look at tweaking is the MPEG frame pattern: PATTERN IBPBIBPBPB (I-frames are fully encoded; and P and B frames are one and two-way interpolated [I forget which is which]). I just picked this because mpeg_encode suggested it. This may not be what's used in practice. I frames may not be used as frequently for example. Also, there are a load of options for mpeg_encode (man mpeg_encode). I basically just found a combo that worked (wasn't as easy as I thought) and put it in as a default. The quality isn't too hot given how big the stream is; I know MPEG can do better. If someone comes up with a better combination, I'll certainly change the default to match! To fiddle with the mpeg_encode options, record to disk without encoding ("MPEG Ready" target). Then tweak options at the top of the .param file and .sh file that're created. Here are the current defaults: # # "mpeg_encode" parameter file; generated by FreeBSD X TV # PATTERN IBPBIBPBPB GOP_SIZE 10 SLICES_PER_FRAME 1 PIXEL HALF RANGE 8 PSEARCH_ALG LOGARITHMIC BSEARCH_ALG SIMPLE IQSCALE 8 PQSCALE 10 BQSCALE 25 FRAME_RATE __FPS__ REFERENCE_FRAME ORIGINAL YUV_SIZE __XRES__x__YRES__ OUTPUT __OUTFILE__' Other things that would help: capture in YUV and feed YUV to mpeg_encode. Problem is, I wasn't able to get mpeg_encode to take any YUV fxtv gives it except at 320x240. The rest yields rolling color patterns like a pitch is wrong for the U and/or V components. You might take a look at this -- maybe you can figure out what mpeg_encode wants. Hope this helps. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Apr 29 9:24:48 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from kumr.lns.com (kumr.lns.com [140.174.7.1]) by hub.freebsd.org (Postfix) with ESMTP id 2D05F37B599; Sat, 29 Apr 2000 09:24:42 -0700 (PDT) (envelope-from pozar@kumr.lns.com) Received: (from pozar@localhost) by kumr.lns.com (8.9.3/8.9.3) id JAA19024; Sat, 29 Apr 2000 09:26:13 -0700 (PDT) (envelope-from pozar) Date: Sat, 29 Apr 2000 09:26:13 -0700 From: Tim Pozar To: multimedia@FreeBSD.ORG, mobile@FreeBSD.ORG Subject: ESS Technology Maestro 2E Audio controller working yet? Message-ID: <20000429092613.A18874@lns.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anyone got the ESS Technology Maestro 2E Audio controller working yet? The data on the Maestro is thin in the mailling list archives. I have a Dell Latitude CPx that uses it. I have been pretty happy with the laptop 'cept getting the sound working. Thanks for any pointers.... dmesg follows.. Tim PS. The Wavelan 802.11b support is great! It is working just fine with an Airport at home. -- Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-STABLE #16: Thu Apr 27 22:03:05 PDT 2000 root@tim.disappearing.com:/usr/src/sys/compile/FARNSWORTH Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon (498.47-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x681 Stepping = 1 Features=0x383f9ff real memory = 134152192 (131008K bytes) config> di sn0 config> di lnc0 config> di le0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> q avail memory = 126373888 (123412K bytes) Preloaded elf kernel "kernel" at 0xc0402000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc040209c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 pcic-pci0: irq 11 at device 3.0 on pci0 pcic-pci1: irq 11 at device 3.1 on pci0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x860-0x86f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 uhci0: port 0xdce0-0xdcff irq 11 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: port 0x840-0x84f at device 7.3 on pci0 chip2: port 0xd800-0xd8ff irq 5 at device 8.0 on pci0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 psm0: model GlidePoint, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 10 pccard0: on pcic0 pccard1: on pcic0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 sb_reset_dsp failed sb_reset_dsp failed pca0 at port 0x40 on isa0 ad0: 17301MB [35152/16/63] at ata0-master using UDMA33 Mounting root from ufs:/dev/ad0s3a pccard: card inserted, slot 1 wi0: at port 0x240-0x27f irq 3 slot 1 on pccard1 wi0: Ethernet address: 00:60:1d:f1:6b:10 wi0: supplying EUI64: 00:60:1d:ff:fe:f1:6b:10 wi0: starting DAD for fe80:000b::0260:1dff:fef1:6b10 wi0: DAD complete for fe80:000b::0260:1dff:fef1:6b10 - no duplicates found -- Snail: Tim Pozar / LNS / 1978 45th Ave / San Francisco CA 94116 / USA POTS: +1 415 665 3790 Radio: KC6GNJ / KAE6247 "It's a damn poor mind that can only think of one way to spell a word." - Andrew Jackson "What is wanted is not the will to believe, but the will to find out, which is the exact opposite." - Bertrand Russel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Apr 29 10:23:38 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from foobar.franken.de (foobar.franken.de [194.94.249.81]) by hub.freebsd.org (Postfix) with ESMTP id E1CF437B74D for ; Sat, 29 Apr 2000 10:23:34 -0700 (PDT) (envelope-from logix@foobar.franken.de) Received: (from logix@localhost) by foobar.franken.de (8.8.8/8.8.5) id TAA19145; Sat, 29 Apr 2000 19:24:39 +0200 (CEST) Message-ID: <20000429192439.A18720@foobar.franken.de> Date: Sat, 29 Apr 2000 19:24:39 +0200 From: Harold Gutch To: van.woerkom@netcologne.de, freebsd-multimedia@FreeBSD.ORG Subject: Re: Copy protected CD Audio References: <200004261911.VAA04908@oranje.my.domain> <20000427041344.E2795@foobar.franken.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <20000427041344.E2795@foobar.franken.de>; from Harold Gutch on Thu, Apr 27, 2000 at 04:13:44AM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Apr 27, 2000 at 04:13:44AM +0200, Harold Gutch wrote: > On Wed, Apr 26, 2000 at 09:11:04PM +0200, Marc van Woerkom wrote: > > marc@oranje$ cdcontrol info > > cdcontrol: no CD device name specified, defaulting to /dev/cd0c > > Starting track = 1, ending track = 15, TOC size = 4 bytes > > track start duration block length type > > ------------------------------------------------- > > 1 0:02.00 6:17.20 0 28145 audio > > 2 6:17.20 7:25.70 28145 33295 audio > > 3 13:41.15 6:00.39 61440 26889 audio > > 4 19:39.54 4:40.03 88329 20853 audio > > 5 24:17.57 4:47.40 109182 21415 audio > > 6 29:03.22 4:52.50 130597 21800 audio > > 7 33:53.72 6:40.10 152397 29860 audio > > 8 40:32.07 6:02.63 182257 27063 audio > > 9 46:32.70 4:18.30 209320 19230 audio > > 10 50:49.25 5:35.67 228550 25042 audio > > 11 56:23.17 6:52.73 253592 30823 audio > > 12 63:14.15 2:31.12 284415 11187 audio > > 13 65:43.27 4:52.48 295602 21798 audio > > 14 70:34.00 4:47.00 317400 21375 audio > > 15 75:19.00 12:22.17 338775 55517 data > > 170 87:39.17 - 394292 - - > > marc@oranje$ > > > Since you're using /dev/cd0c, I assume that's a SCSI-drive. Does > "tosha -t 1-14" work? > > > I'll check to see wether the CD is available at some store here - > if so, I'll get it and tell you if I succeeded. tosha reports an error when reading the TOC: SCIOCCOMMAND ioctl: Command accepted. return status 1 (Command Timeout) after 2000 msCommand out (10 of 10): 28 00 00 05 2b 57 00 00 01 00 Data in (0 of 2352): No sense sent. I can extract the first 14 tracks using tosha though. bye, Harold -- Someone should do a study to find out how many human life spans have been lost waiting for NT to reboot. Ken Deboy on Dec 24 1999 in comp.unix.bsd.freebsd.misc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Apr 29 10:30:19 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from kaon.intercom.com (kaon.intercom.com [198.143.3.30]) by hub.freebsd.org (Postfix) with ESMTP id CED1937B8F1 for ; Sat, 29 Apr 2000 10:30:14 -0700 (PDT) (envelope-from jason@intercom.com) Received: from [198.143.3.26] (helo=intercom.com) by kaon.intercom.com with esmtp (Exim 3.13 #1) id 12lb4H-0005eC-00; Sat, 29 Apr 2000 13:30:13 -0400 Date: Sat, 29 Apr 2000 13:30:13 -0400 (EDT) From: "Jason J. Horton" X-Sender: mail@kaon.intercom.com To: Randall Hopper Cc: multimedia@freebsd.org Subject: Re: SBLive Audio Recording and Fxtv (was Re: FXTV question) In-Reply-To: <20000428224936.A9119@ipass.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 > Hmm. Not being able to open the device sounds like permissions. The user > you run fxtv as should have write access to the DSP device: > > > ls -l /dev/dsp* > lrwxrwxrwx 1 root wheel 4 Jan 4 21:50 /dev/dsp@ -> dsp0 > crw-rw-rw- 1 root wheel 30, 3 Apr 28 20:21 /dev/dsp0 > lrwxrwxrwx 1 root wheel 5 Jan 4 21:50 /dev/dspW@ -> dspW0 > crw-rw-rw- 1 root wheel 30, 5 Jan 4 21:50 /dev/dspW0 > > Try chmod 666 /dev/dsp* and see if that doesn't help. You can tailor them > to taste if that gets you going. Running fxtv as root, permissions already set as above. Hmmm, dunno what it could be. I am going to try to upgrade to -CURRENT, as the SB Live driver isnt officially in -STABLE. Anyone have any idea? Much thanks to Randall for all his help. -J To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Apr 29 10:34:48 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id 3523437B787 for ; Sat, 29 Apr 2000 10:34:45 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from cs.strath.ac.uk (scary.dmem.strath.ac.uk [130.159.202.5]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with ESMTP id SAA26997 Sat, 29 Apr 2000 18:34:42 +0100 (BST) Message-ID: <390B047B.6C02256B@cs.strath.ac.uk> Date: Sat, 29 Apr 2000 16:49:15 +0100 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: multimedia@freebsd.org Subject: USB camera support for FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Here is a post about new USB WebCam support you may be interested in. ------- From: "Peter S. Housel" I have written for FreeBSD (and probably NetBSD) a simple-minded image capture program for USB webcams based on the OmniVision Technologies OV511 bridge chip attached to an OV7610 CCD imager. This includes inexpensive webcams such as: This is a simple image capture program for USB webcams based on the OmniVision Technologies OV511 bridge chip attached to an OV7610 CCD imager. This includes webcams such as: * Creative Labs WebCam 3 * D-Link DSB-C300 * Puretek PT-6007 * Koala-Cam * Lifeview RoboCam * AverMedia InterCam Elite * MediaForte MV300 The program is heavily based on the OV511 linux driver by Mark W. McClelland. (See http://alpha.dyndns.org/ov511/ for more information). Recent versions of that driver support a wider array of cameras; if it supports something that this program doesn't then contact me and I'll see what I can do. You can download version 1.0 of the program at: http://members.home.com/housel/vid-1.0.tar.gz Since USB webcams transfer image data using an isochronous endpoint, support for isochronous transfers in the FreeBSD/NetBSD generic USB device (ugen) driver is required. A patch adding this support is also available on my home page: http://members.home.com/housel/ugen.diff The patch has only been tested under FreeBSD 5.0-CURRENT. -- Roger Hardiman Strathclyde Uni Telepresence Research Group, Glasgow, Scotland. http://www.telepresence.strath.ac.uk 0141 548 2897 roger@cs.strath.ac.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Apr 29 10:40:30 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id F0FF237B950 for ; Sat, 29 Apr 2000 10:40:27 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from cs.strath.ac.uk (scary.dmem.strath.ac.uk [130.159.202.5]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with ESMTP id SAA27092 Sat, 29 Apr 2000 18:40:25 +0100 (BST) Message-ID: <390B1E9F.DF7D4E03@cs.strath.ac.uk> Date: Sat, 29 Apr 2000 18:40:47 +0100 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: multimedia@freebsd.org Subject: USB camera support for FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Here is a post about new USB WebCam support you may be interested in. ------- From: "Peter S. Housel" I have written for FreeBSD (and probably NetBSD) a simple-minded image capture program for USB webcams based on the OmniVision Technologies OV511 bridge chip attached to an OV7610 CCD imager. This includes inexpensive webcams such as: This is a simple image capture program for USB webcams based on the OmniVision Technologies OV511 bridge chip attached to an OV7610 CCD imager. This includes webcams such as: * Creative Labs WebCam 3 * D-Link DSB-C300 * Puretek PT-6007 * Koala-Cam * Lifeview RoboCam * AverMedia InterCam Elite * MediaForte MV300 The program is heavily based on the OV511 linux driver by Mark W. McClelland. (See http://alpha.dyndns.org/ov511/ for more information). Recent versions of that driver support a wider array of cameras; if it supports something that this program doesn't then contact me and I'll see what I can do. You can download version 1.0 of the program at: http://members.home.com/housel/vid-1.0.tar.gz Since USB webcams transfer image data using an isochronous endpoint, support for isochronous transfers in the FreeBSD/NetBSD generic USB device (ugen) driver is required. A patch adding this support is also available on my home page: http://members.home.com/housel/ugen.diff The patch has only been tested under FreeBSD 5.0-CURRENT. -- Roger Hardiman Strathclyde Uni Telepresence Research Group, Glasgow, Scotland. http://www.telepresence.strath.ac.uk 0141 548 2897 roger@cs.strath.ac.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Apr 29 13:26:10 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from kaon.intercom.com (kaon.intercom.com [198.143.3.30]) by hub.freebsd.org (Postfix) with ESMTP id AA36A37B6F7 for ; Sat, 29 Apr 2000 13:26:08 -0700 (PDT) (envelope-from jason@intercom.com) Received: from [198.143.3.26] (helo=intercom.com) by kaon.intercom.com with esmtp (Exim 3.13 #1) id 12ldoT-0008ZD-00 for multimedia@freebsd.org; Sat, 29 Apr 2000 16:26:05 -0400 Date: Sat, 29 Apr 2000 16:26:05 -0400 (EDT) From: "Jason J. Horton" X-Sender: mail@kaon.intercom.com To: multimedia@freebsd.org Subject: Re: SBLive Audio Recording and Fxtv (was Re: FXTV question) In-Reply-To: <000d01bfb20d$97d5bf70$0304020a@NENYA> 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 > at this time the sblive driver does not support recording. Aha! Is recording support expected any time soon, or should I go and find an AWE64? -J To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Apr 29 15:21:16 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from dorothy.hentschel.net (216-59-4-104.usa.flashcom.net [216.59.4.104]) by hub.freebsd.org (Postfix) with ESMTP id 7F20837B546 for ; Sat, 29 Apr 2000 15:21:13 -0700 (PDT) (envelope-from thomas@hentschel.net) Received: from hentschel.net (thomas@falcon.home.hentschel.net [192.168.1.2]) by dorothy.hentschel.net (8.8.8/8.8.8) with ESMTP id PAA18265; Sat, 29 Apr 2000 15:10:27 -0700 (PDT) (envelope-from thomas@hentschel.net) Message-Id: <200004292210.PAA18265@dorothy.hentschel.net> Date: Sat, 29 Apr 2000 15:27:39 -0700 (PDT) From: thomas@hentschel.net Subject: Re: USB camera support for FreeBSD To: Roger Hardiman , housel@acm.org Cc: multimedia@FreeBSD.ORG In-Reply-To: <390B1E9F.DF7D4E03@cs.strath.ac.uk> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've created a ugen-patch which applies to 4-stable as of yesterday. I've verified that the kernel compiles, but didn't have any time testing it. It's available at http:/dorothy.hentschel.net/ugen.diff . If someone is available to test it, please let me know of any success / fail. The stuff below still applies... -Th On 29 Apr, Roger Hardiman wrote: > Here is a post about new USB WebCam support you > may be interested in. > > ------- > From: "Peter S. Housel" > > I have written for FreeBSD (and probably NetBSD) a simple-minded image > capture program for USB webcams based on the OmniVision Technologies > OV511 bridge chip attached to an OV7610 CCD imager. This includes > inexpensive webcams such as: > > This is a simple image capture program for USB webcams based on the > OmniVision Technologies OV511 bridge chip attached to an OV7610 CCD > imager. This includes webcams such as: > > * Creative Labs WebCam 3 > * D-Link DSB-C300 > * Puretek PT-6007 > * Koala-Cam > * Lifeview RoboCam > * AverMedia InterCam Elite > * MediaForte MV300 > > The program is heavily based on the OV511 linux driver by Mark > W. McClelland. (See http://alpha.dyndns.org/ov511/ for more > information). Recent versions of that driver support a wider array of > cameras; if it supports something that this program doesn't then > contact me and I'll see what I can do. > > You can download version 1.0 of the program at: > > http://members.home.com/housel/vid-1.0.tar.gz > > Since USB webcams transfer image data using an isochronous endpoint, > support for isochronous transfers in the FreeBSD/NetBSD generic USB > device (ugen) driver is required. A patch adding this support is > also available on my home page: > > http://members.home.com/housel/ugen.diff > > The patch has only been tested under FreeBSD 5.0-CURRENT. > > > -- > Roger Hardiman > Strathclyde Uni Telepresence Research Group, Glasgow, Scotland. > http://www.telepresence.strath.ac.uk 0141 548 2897 > roger@cs.strath.ac.uk > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message