From owner-freebsd-multimedia Sun Mar 22 00:26:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27951 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 00:26:37 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA27909; Sun, 22 Mar 1998 00:26:28 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id AAA19170; Sun, 22 Mar 1998 00:26:15 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803220826.AAA19170@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Joao Carlos Mendes Luis cc: rhh@ct.picker.com (Randall Hopper), multimedia@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Fxtv vs Stable In-reply-to: Your message of "Sun, 22 Mar 1998 04:45:05 -0300." <199803220745.EAA04477@gaia.coppe.ufrj.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 22 Mar 1998 00:26:14 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org There is no need to create an ioctl to clear the buffer that can be handle by the driver by prior to initiating a start capture to clear the buffer. Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 00:30:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA29125 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 00:30:26 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gaia.coppe.ufrj.br (cisigw.coppe.ufrj.br [146.164.5.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA29096 for ; Sun, 22 Mar 1998 00:30:22 -0800 (PST) (envelope-from jonny@coppe.ufrj.br) Received: (from jonny@localhost) by gaia.coppe.ufrj.br (8.8.8/8.8.8) id FAA04757; Sun, 22 Mar 1998 05:30:13 -0300 (EST) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199803220830.FAA04757@gaia.coppe.ufrj.br> Subject: Re: Fxtv vs Stable In-Reply-To: <199803220826.AAA19170@rah.star-gate.com> from Amancio Hasty at "Mar 22, 98 00:26:14 am" To: hasty@rah.star-gate.com (Amancio Hasty) Date: Sun, 22 Mar 1998 05:30:13 -0300 (EST) Cc: rhh@ct.picker.com, multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org #define quoting(Amancio Hasty) // There is no need to create an ioctl to clear the buffer that can be // handle by the driver by prior to initiating a start capture to clear // the buffer. Isn't it a waste of CPU ? Do you need to clear the buffer everytime ? Why do you ever need to clear the buffer ? Jonny -- Joao Carlos Mendes Luis jonny@gta.ufrj.br +55 21 290-4698 jonny@coppe.ufrj.br Universidade Federal do Rio de Janeiro UFRJ/COPPE/CISI PGP fingerprint: 29 C0 50 B9 B6 3E 58 F2 83 5F E3 26 BF 0F EA 67 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 00:40:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01713 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 00:40:58 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA01704 for ; Sun, 22 Mar 1998 00:40:56 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id AAA19250; Sun, 22 Mar 1998 00:40:42 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803220840.AAA19250@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Joao Carlos Mendes Luis cc: rhh@ct.picker.com, multimedia@FreeBSD.ORG Subject: Re: Fxtv vs Stable In-reply-to: Your message of "Sun, 22 Mar 1998 05:30:13 -0300." <199803220830.FAA04757@gaia.coppe.ufrj.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 22 Mar 1998 00:40:42 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It is not really a waste of cpu cycles to erase the buffer prior to start of capture for continuous operations since it is called only once. Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 06:41:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA06262 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 06:41:39 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA06255; Sun, 22 Mar 1998 06:41:33 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (uQo4gq/hmQLUmaUeVHBc2PcMkzOUmf86@greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.8.8/8.8.8) with ESMTP id QAA15533; Sun, 22 Mar 1998 16:41:26 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (F3cG3FyAKWbCDTtBpZHbrh5dXoERblG6@localhost [127.0.0.1]) by greenpeace.grondar.za (8.8.8/8.8.8) with ESMTP id QAA26151; Sun, 22 Mar 1998 16:41:25 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199803221441.QAA26151@greenpeace.grondar.za> To: Randall Hopper cc: Joao Carlos Mendes Luis , multimedia@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Fxtv vs Stable Date: Sun, 22 Mar 1998 16:41:24 +0200 From: Mark Murray Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randall Hopper wrote: > I hadn't heard the details on the mmap change. Fxtv I believe only reads > from the buffer except when starting a capture for which temporal > decimation is enabled. At that time, it clears out the driver buffer so > that you don't see a stale last frame from the last capture up until the > first frame of the requested capture finally comes along. I have this problem on CURRENT. Only root can watch TV. I use a HAUPPAUGE/BT848 and I have just rebuilt my kernel. This is the first time in about a month I have tried to watch TV on my FBSD box. > 1) Comment out the "|PROT_WRITE" in: > 2) Comment out these few lines: Will try. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 06:46:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA06802 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 06:46:08 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA06780 for ; Sun, 22 Mar 1998 06:45:58 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (rwk/Ecl6cPz3OwmI31s1C8Am3aEN3+Qm@greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.8.8/8.8.8) with ESMTP id QAA15548; Sun, 22 Mar 1998 16:45:53 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (NZc/OcIhh+utdI7+usKACve2Z5luhaG+@localhost [127.0.0.1]) by greenpeace.grondar.za (8.8.8/8.8.8) with ESMTP id QAA26690; Sun, 22 Mar 1998 16:45:53 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199803221445.QAA26690@greenpeace.grondar.za> To: Randall Hopper cc: multimedia@FreeBSD.ORG Subject: Re: Fxtv vs Stable Date: Sun, 22 Mar 1998 16:45:53 +0200 From: Mark Murray Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randall Hopper wrote: > Joao Carlos Mendes Luis: > 1) Comment out the "|PROT_WRITE" in: > 2) Comment out these few lines: This worked in my really current box. Thanks! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 06:47:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07038 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 06:47:20 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA07005; Sun, 22 Mar 1998 06:47:14 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sun, 22 Mar 1998 9:45:04 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA23090; Sun, 22 Mar 98 09:45:02 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id JAA12578; Sun, 22 Mar 1998 09:44:36 -0500 Message-Id: <19980322094436.65505@ct.picker.com> Date: Sun, 22 Mar 1998 09:44:36 -0500 From: Randall Hopper To: Bruce Evans , Joao Carlos Mendes Luis , Amancio Hasty Cc: multimedia@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Fxtv vs Stable Mail-Followup-To: Bruce Evans , Joao Carlos Mendes Luis , Amancio Hasty , multimedia@freebsd.org, stable@FreeBSD.ORG References: <199803220221.NAA18775@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199803220221.NAA18775@godzilla.zeta.org.au>; from Bruce Evans on Sun, Mar 22, 1998 at 01:21:39PM +1100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Joao Carlos Mendes Luis: |#define quoting(Randall Hopper) |// 1) Comment out the "|PROT_WRITE" in: |// |// c->drv_buf = (TV_UINT8 *) mmap( (caddr_t)0, MAX_MMAP_BUF_SIZE, |// PROT_READ|PROT_WRITE, 0, c->fd, (off_t)0 ); | |Well, if you intend to mmap with PROT_WRITE, why do you open the device |with O_RDONLY ? :) Capture buffer access was originally read-only. When I needed to clear the buffer, I only had to add write on the mmap. I forgot about the open(), and the kernel was fine with the old, so it never got changed. Conceptually, I guess mmap() access now overrides open(). Though like you, seems to me mmap() allowable access probably should be a subset, for read & write at least. Maybe that should apply to PROT_EXEC as well. Thoughts? Wouldn't this also obviate the need for having any special mmap() IS-ROOT? checks for PROT_WRITE access? It does seem a little odd that an app can write to an mmaped buffer related to a device file they don't have write access to. At any rate, in this particular case we should pursue have the driver clear the buffer, so client apps only need to mmap PROT_READ/MAP_SHARED, and open the device O_RDONLY. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 07:01:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08624 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 07:01:38 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA08619 for ; Sun, 22 Mar 1998 07:01:34 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id OAA07813; Sun, 22 Mar 1998 14:24:52 +0100 From: Luigi Rizzo Message-Id: <199803221324.OAA07813@labinfo.iet.unipi.it> Subject: Re: patch for Vibra16X -- test please! To: aw1@stade.co.uk Date: Sun, 22 Mar 1998 14:24:52 +0100 (MET) Cc: multimedia@FreeBSD.ORG In-Reply-To: <19980322025552.43514@stade.co.uk> from "Adrian Wontroba" at Mar 22, 98 02:55:33 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > OK. Did so - made no source changes at all, and got the same results > as with the first version, ie: > > An apparently working soundcard. Yippee! you know what, this is surprising for a few reasons: 1) two other users reported problems in playing 16-bit files or with mpg123; > Lots of "WARNING: rdintr but read DMA inactive!" messages when cat'ing .au > files to /dev/audio. 2) the above message should never come out with the SB16X: in fact there is #define PLAIN_SB16(x) ( ( (x) & (BD_F_SB16|BD_F_SB16X) ) == BD_F_SB16) ... if (PLAIN_SB16(d->bd_flags)) printf("WARNING: rdintr but read DMA inactive!\n"); and PLAIN_SB16 should be false with a Vibra16X ! Can you send me the diffs between your sb_dsp.c and the one in -stable ? > If this is to go in to -stable, may I suggest: put them in. But at this point i think the code will not go into -stable. I got no positive replies except yours, and no feedback about the plain SB16 operation, and we are too close to a deadline... thanks luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 07:03:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08919 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 07:03:38 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA08894; Sun, 22 Mar 1998 07:03:33 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sun, 22 Mar 1998 10:01:58 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA23322; Sun, 22 Mar 98 10:01:55 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id KAA12630; Sun, 22 Mar 1998 10:01:29 -0500 Message-Id: <19980322100129.35396@ct.picker.com> Date: Sun, 22 Mar 1998 10:01:29 -0500 From: Randall Hopper To: Joao Carlos Mendes Luis , Amancio Hasty Cc: multimedia@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Fxtv vs Stable Mail-Followup-To: Joao Carlos Mendes Luis , Amancio Hasty , multimedia@freebsd.org, stable@FreeBSD.ORG References: <199803220221.NAA18775@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199803220221.NAA18775@godzilla.zeta.org.au>; from Bruce Evans on Sun, Mar 22, 1998 at 01:21:39PM +1100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Joao Carlos Mendes Luis: |// /* If TDEC is on, may be a while before old trash gets written on */ |// if ( c->fps != c->fps_max ) |// memset( c->drv_buf, '\0', |// g.w * g.h * c->pix_geom_list[ c->pix_geom_idx ].Bpp ); | |Why do you need to clear the buffer ? I alluded to this in my last msg: |decimation is enabled. At that time, it clears out the driver buffer so |that you don't see a stale last frame from the last capture up until the |first frame of the requested capture finally comes along. "Fxtv" doesn't need to do it necessarily. It just needs to be done. Otherwise, the frame residing in the driver buffer for potentially up to a full second will be the one from the last capture, potentially minutes or hours old. A stale buffer is fine if app is processing the frame on interrupt, but when it knows there's no way it can keep up, having signals issues 30X/sec is pointless extra overhead just for bookkeeping the first frame. Better to just sample as fast as possible up to 30X/sec, and clear the buffer before starting. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 07:24:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA11089 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 07:24:26 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA11073; Sun, 22 Mar 1998 07:24:21 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sun, 22 Mar 1998 10:22:46 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA23604; Sun, 22 Mar 98 10:22:44 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id KAA12674; Sun, 22 Mar 1998 10:22:20 -0500 Message-Id: <19980322102220.55088@ct.picker.com> Date: Sun, 22 Mar 1998 10:22:20 -0500 From: Randall Hopper To: Joao Carlos Mendes Luis , Amancio Hasty Cc: multimedia@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Fxtv vs Stable Mail-Followup-To: Joao Carlos Mendes Luis , Amancio Hasty , multimedia@freebsd.org, stable@FreeBSD.ORG References: <199803220221.NAA18775@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199803220221.NAA18775@godzilla.zeta.org.au>; from Bruce Evans on Sun, Mar 22, 1998 at 01:21:39PM +1100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Amancio Hasty: |Joao Carlos Mendes Luis: | |Amancio Hasty: | | |There is no need to create an ioctl to clear the buffer that can be | | |handle by the driver by prior to initiating a start capture to clear | | |the buffer. | | | |Isn't it a waste of CPU ? Do you need to clear the buffer everytime ? | |Why do you ever need to clear the buffer ? | |It is not really a waste of cpu cycles to erase the buffer prior to |start of capture for continuous operations since it is called only |once. Summary: I suggest a driver ioctl() to clear the buffer. But I could live with the driver always doing this on capture start ONLY if it doesn't do this when FPS == FPS_MAX. Detail: I suggested an ioctl() for two reasons. First, because IMO this: memset( fd, '\0', 1769472 ); /* Worst case */ is wasteful when it can be happening many times a second. When you're dragging your Fxtv window around with temporal decimation off (FPS = FPS_MAX), this could be happening 10-20 times a second, depending on your window manager. Now this memset is pointless normally (temporal decimation is off), since the user is going to see a new frame in 1/30th of second (aka 3.3 "hundredths" of a second); 1/25th sec for the PAL folks. Thus the conditional I wrap the buffer clear memset() in: if ( c->fps != c->fps_max ) memset( c->drv_buf, '\0', <...frame size...> ); However, when it can be up to almost a full second and the app is polling the buffer, then this gets annoying. Therefore I suggest not making memset something that's done before every capture start. (Second) We could have the driver only memset the buffer when FPS requested != FPS max (as I'm doing in the app now), but you could have clients that are only processing frames on driver interrupt and just don't care what's in the buffer up until the first interrupt. In which case this memset is an extra delay and load, and useless work. So I suggest a driver ioctl() to clear the buffer. But I could live with the driver always doing this on capture start ONLY if it doesn't do this when FPS == FPS_MAX. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 07:30:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12128 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 07:30:29 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA12024; Sun, 22 Mar 1998 07:29:58 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sun, 22 Mar 1998 10:28:09 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA23677; Sun, 22 Mar 98 10:28:06 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id KAA12696; Sun, 22 Mar 1998 10:27:43 -0500 Message-Id: <19980322102742.22635@ct.picker.com> Date: Sun, 22 Mar 1998 10:27:42 -0500 From: Randall Hopper To: Mark Murray Cc: Joao Carlos Mendes Luis , Amancio Hasty , multimedia@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Fxtv vs Stable Mail-Followup-To: Mark Murray , Joao Carlos Mendes Luis , Amancio Hasty , multimedia@freebsd.org, stable@freebsd.org References: <199803221441.QAA26151@greenpeace.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199803221441.QAA26151@greenpeace.grondar.za>; from Mark Murray on Sun, Mar 22, 1998 at 04:41:24PM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mark Murray: |I have this problem on CURRENT. Only root can watch TV. I use a |HAUPPAUGE/BT848 and I have just rebuilt my kernel. This is the first |time in about a month I have tried to watch TV on my FBSD box. | |> 1) Comment out the "|PROT_WRITE" in: |> 2) Comment out these few lines: | |Will try. ... |This worked in my really current box. Thanks for the report Mark! Now its just a question of ioctl() or default capture start behavior. Then I'll get the fxtv port chg PR in. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 08:43:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18994 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 08:43:31 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from uhf.wireless.net ([209.189.23.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA18989 for ; Sun, 22 Mar 1998 08:43:29 -0800 (PST) (envelope-from bad@shf.wireless.net) Received: from shf.wireless.net (shf.wireless.net [207.137.157.142]) by uhf.wireless.net (8.8.8/8.8.7) with ESMTP id IAA00394; Sun, 22 Mar 1998 08:42:59 -0800 (PST) Received: from localhost (bad@localhost) by shf.wireless.net (8.8.8/8.8.7) with SMTP id IAA00273; Sun, 22 Mar 1998 08:43:13 -0800 (PST) Date: Sun, 22 Mar 1998 08:43:13 -0800 (PST) From: Bernie Doehner To: Bernie Doehner cc: Joao Carlos Mendes Luis , multimedia@FreeBSD.ORG Subject: Re: Signature on New Haupauge Model 400 boards. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks! PHILIPS_FR1236_NTSC did the trick! Bernie > > Date: Sat, 21 Mar 1998 19:05:02 -0300 (EST) > > From: Joao Carlos Mendes Luis > > To: Bernie Doehner > > Cc: multimedia@FreeBSD.ORG > > Subject: Re: Signature on New Haupauge Model 400 boards. > > > > #define quoting(Bernie Doehner) > > // >From the signature, I thought the problem was related to the signature > > // incorrectly making the driver think I had a Temic PLL on the tuner. > > // With the driver set to Temic, I at least get channels 60-78. > > // After recompiling with OVERRIDE_TUNER PHILIPS_NTSC, I can't lock onto any > > // CATV channels. > > > > Try to overrride it with PHILIPS_FR1236_NTSC. > > > > Jonny > > > > -- > > Joao Carlos Mendes Luis jonny@gta.ufrj.br > > +55 21 290-4698 jonny@coppe.ufrj.br > > Universidade Federal do Rio de Janeiro UFRJ/COPPE/CISI > > PGP fingerprint: 29 C0 50 B9 B6 3E 58 F2 83 5F E3 26 BF 0F EA 67 > > > > > 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 Sun Mar 22 09:29:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA26323 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 09:29:26 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA26267 for ; Sun, 22 Mar 1998 09:29:20 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sun, 22 Mar 1998 12:28:47 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA25524; Sun, 22 Mar 98 12:28:45 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id MAA12915; Sun, 22 Mar 1998 12:28:21 -0500 Message-Id: <19980322122821.15635@ct.picker.com> Date: Sun, 22 Mar 1998 12:28:21 -0500 From: Randall Hopper To: John Murray , multimedia@FreeBSD.ORG Subject: Re: fxtv problems Mail-Followup-To: John Murray , multimedia@FreeBSD.ORG References: <199803220247.VAA26333@jmurray.async.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199803220247.VAA26333@jmurray.async.vt.edu>; from John Murray on Sat, Mar 21, 1998 at 09:47:15PM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Murray: |I recently purchased a STB TV PCI card, and installed the driver and |fxtv. I can watch TV in fxtv just fine. But when I attempt to do any |type of capture it doesn't work. If I freeze an image, then try to save |it I get a error message saying that there's no frozen image. Also if Hmm. Interesting. |try to save the video, nothing is captured. This seems to be a problem |transferring images to main memory. What is weird, I downloaded |videocapture.c from the bt848 page, and it will capture images. I know |there is not a lot of information here, but I have no clue as to where to |start fixing this problem. | |This machine is running: FreeBSD 2.2.1-RELEASE Should be fine. I was running this until December. |here is part of the boot messages: | |bktr0 rev 18 int a irq 14 on pci0:7 |STB TV/PCI, Temic NTSC tuner, dbx stereo. | |Any help is appreciated, if you need any more information just ask. Sounds like the driver's never firing off a signal to indicate it's done capturing a frame (no clue why). Ok, well first thing's first. If you haven't already, grab the latest released versions of the bktr driver and Fxtv: ftp://rah.star-gate.com/pub/bt848.tar.gz http://multiverse.com/~rhh/fxtv and see if you see the same result. If not, next thing: In Fxtv, put a printf at the top of the frame completion signal handler (the driver issues this signal): static void TVCAPTUREFrameDoneSigHdlr() { + printf( "TVCAPTUREFrameDoneSigHdlr\n" ); S_frame_done_count++; #ifdef linux When you freeze a frame, run with direct video disabled, or capture movies, you should see one printf per captured frame. My guess is, with your current setup, you won't see this (again, no clue why yet). But this'll help pin down whether it's a driver or an app bug. Thanks, Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 10:44:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06450 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 10:44:54 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06427; Sun, 22 Mar 1998 10:44:48 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id KAA00384; Sun, 22 Mar 1998 10:44:32 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803221844.KAA00384@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Randall Hopper cc: Joao Carlos Mendes Luis , multimedia@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Fxtv vs Stable In-reply-to: Your message of "Sun, 22 Mar 1998 10:22:20 EST." <19980322102220.55088@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 22 Mar 1998 10:44:32 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Now, I am more inclined on the application clearing the buffer. Cheers, Amancio > Amancio Hasty: > |Joao Carlos Mendes Luis: > | |Amancio Hasty: > | | |There is no need to create an ioctl to clear the buffer that can be > | | |handle by the driver by prior to initiating a start capture to clear > | | |the buffer. > | | > | |Isn't it a waste of CPU ? Do you need to clear the buffer everytime ? > | |Why do you ever need to clear the buffer ? > | > |It is not really a waste of cpu cycles to erase the buffer prior to > |start of capture for continuous operations since it is called only > |once. > > Summary: > > I suggest a driver ioctl() to clear the buffer. But I could live with > the driver always doing this on capture start ONLY if it doesn't do this > when FPS == FPS_MAX. > > Detail: > > I suggested an ioctl() for two reasons. First, because IMO this: > > memset( fd, '\0', 1769472 ); /* Worst case */ > > is wasteful when it can be happening many times a second. When you're > dragging your Fxtv window around with temporal decimation off (FPS = > FPS_MAX), this could be happening 10-20 times a second, depending on your > window manager. > > Now this memset is pointless normally (temporal decimation is off), since > the user is going to see a new frame in 1/30th of second (aka 3.3 > "hundredths" of a second); 1/25th sec for the PAL folks. Thus the > conditional I wrap the buffer clear memset() in: > > if ( c->fps != c->fps_max ) > memset( c->drv_buf, '\0', <...frame size...> ); > > However, when it can be up to almost a full second and the app is polling > the buffer, then this gets annoying. Therefore I suggest not making memset > something that's done before every capture start. > > (Second) We could have the driver only memset the buffer when FPS requested > != FPS max (as I'm doing in the app now), but you could have clients that > are only processing frames on driver interrupt and just don't care what's > in the buffer up until the first interrupt. In which case this memset is > an extra delay and load, and useless work. > > So I suggest a driver ioctl() to clear the buffer. But I could live with > the driver always doing this on capture start ONLY if it doesn't do this > when FPS == FPS_MAX. > > Randall > Amancio Hasty: > |Joao Carlos Mendes Luis: > | |Amancio Hasty: > | | |There is no need to create an ioctl to clear the buffer that can be > | | |handle by the driver by prior to initiating a start capture to clear > | | |the buffer. > | | > | |Isn't it a waste of CPU ? Do you need to clear the buffer everytime ? > | |Why do you ever need to clear the buffer ? > | > |It is not really a waste of cpu cycles to erase the buffer prior to > |start of capture for continuous operations since it is called only > |once. > > Summary: > > I suggest a driver ioctl() to clear the buffer. But I could live with > the driver always doing this on capture start ONLY if it doesn't do this > when FPS == FPS_MAX. > > Detail: > > I suggested an ioctl() for two reasons. First, because IMO this: > > memset( fd, '\0', 1769472 ); /* Worst case */ > > is wasteful when it can be happening many times a second. When you're > dragging your Fxtv window around with temporal decimation off (FPS = > FPS_MAX), this could be happening 10-20 times a second, depending on your > window manager. > > Now this memset is pointless normally (temporal decimation is off), since > the user is going to see a new frame in 1/30th of second (aka 3.3 > "hundredths" of a second); 1/25th sec for the PAL folks. Thus the > conditional I wrap the buffer clear memset() in: > > if ( c->fps != c->fps_max ) > memset( c->drv_buf, '\0', <...frame size...> ); > > However, when it can be up to almost a full second and the app is polling > the buffer, then this gets annoying. Therefore I suggest not making memset > something that's done before every capture start. > > (Second) We could have the driver only memset the buffer when FPS requested > != FPS max (as I'm doing in the app now), but you could have clients that > are only processing frames on driver interrupt and just don't care what's > in the buffer up until the first interrupt. In which case this memset is > an extra delay and load, and useless work. > > So I suggest a driver ioctl() to clear the buffer. But I could live with > the driver always doing this on capture start ONLY if it doesn't do this > when FPS == FPS_MAX. > > Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 11:03:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09402 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 11:03:49 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from post.mail.demon.net (post-30.mail.demon.net [194.159.80.130]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA09391 for ; Sun, 22 Mar 1998 11:03:45 -0800 (PST) (envelope-from az@a2z-computing.demon.co.uk) Received: from (a2z-computing.demon.co.uk) [158.152.139.15] by post.mail.demon.net with smtp id 0yGq24-0007iQ-00; Sun, 22 Mar 1998 19:03:45 +0000 Message-ID: Date: Sun, 22 Mar 1998 19:08:46 +0000 To: multimedia@FreeBSD.ORG From: Aasim Ashraf Subject: Updated Pc ver. MIME-Version: 1.0 X-Mailer: Turnpike (32) Version 3.05 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi is there a Updated PC Version, We got the hardware and drivers, and having major prolems using the it. Keeps on giving us "Unrecognised Video Fromat", If we remove everything from Windows 95 Reg, and reinstall its ok for a while and comes back. Az -- Aasim Ashraf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 11:08:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10280 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 11:08:03 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10275 for ; Sun, 22 Mar 1998 11:08:01 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id LAA00511; Sun, 22 Mar 1998 11:07:51 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803221907.LAA00511@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Aasim Ashraf cc: multimedia@FreeBSD.ORG Subject: Re: Updated Pc ver. In-reply-to: Your message of "Sun, 22 Mar 1998 19:08:46 GMT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 22 Mar 1998 11:07:50 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org No, this is a Unix Forum and we don't support Win95 please follow up with the manufacturer of your card. Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 16:32:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06661 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 16:32:37 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06652 for ; Sun, 22 Mar 1998 16:32:33 -0800 (PST) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id LAA28184; Mon, 23 Mar 1998 11:02:13 +1030 (CST) Message-Id: <199803230032.LAA28184@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Alfred Perlstein" cc: multimedia@FreeBSD.ORG Subject: Re: what happend to my quake? :) In-reply-to: Your message of "Fri, 20 Mar 1998 16:12:39 CDT." <010f01bd5444$ea3827e0$0600a8c0@win95.local.sunyit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Mar 1998 11:02:13 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > i used to have the native freebsd quake running on freebsd with the voxware > drivers, well i changed to the pcm0 driver and now quake says something > along the lines of "sorry, your sound card doesn't support this" > > it still runs but no sound... any idea? what info from running it would be > relevant to this? Quake mmap()s the sound card DMA buffers, and the pcm driver doesn't support it.. It actually wouldn't be very hard to add.. Have a look at the voxware code to see how to do it.. :) --------------------------------------------------------------------- |Daniel O'Connor software and network engineer for Genesis Software | |http://www.gsoft.com.au | |The nice thing about standards is that there are so many of them to| |choose from. -- Andrew Tanenbaum | --------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 16:53:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10335 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 16:53:48 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10329 for ; Sun, 22 Mar 1998 16:53:44 -0800 (PST) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id LAA28372; Mon, 23 Mar 1998 11:23:33 +1030 (CST) Message-Id: <199803230053.LAA28372@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: alk@pobox.com cc: multimedia@FreeBSD.ORG Subject: Re: synth applications, anyone? In-reply-to: Your message of "Sat, 21 Mar 1998 00:18:58 MDT." <199803210618.AAA08754@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Mar 1998 11:23:33 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > What is the condition of the fm synth driver? Works for me. > Here is my understanding (please correct as I err): > 1. There is none in pcm Correct. > 2. There is vestigial synth (opl3 support only) in the voxware driver Hmm.. you can get AWE support at http://multiverse.com/~rhh/awedrv/\ > 3. That opl3 support is *not* used by any applications I have midi players which use it.. > 4. That opl3 support is in fact *broken* Works for me :) > 5. That opl3 support has such a *dumb* interface that even were it not broken > no one could use it to accomplish anything remotely interesting > anyhow. It follows the Voxware standard which makes it compatible with Linux.. > Also, if you know of *any* existing applications using the synth > driver, please inform me. Hmm, here are two... audio/playmid audio/rosegarden --------------------------------------------------------------------- |Daniel O'Connor software and network engineer for Genesis Software | |http://www.gsoft.com.au | |The nice thing about standards is that there are so many of them to| |choose from. -- Andrew Tanenbaum | --------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 22:13:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03417 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 22:13:12 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03397; Sun, 22 Mar 1998 22:12:57 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (5wXaPTfBfZ5UilvRQ4gFcAWHEUPK6vNc@greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.8.8/8.8.8) with ESMTP id IAA17389; Mon, 23 Mar 1998 08:12:47 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (sRHF/+SP5jpcvlSm8kgLLrWHjGMS9xbV@localhost [127.0.0.1]) by greenpeace.grondar.za (8.8.8/8.8.8) with ESMTP id IAA03716; Mon, 23 Mar 1998 08:12:46 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199803230612.IAA03716@greenpeace.grondar.za> X-Mailer: exmh version 2.0.2 2/24/98 To: Randall Hopper cc: Joao Carlos Mendes Luis , Amancio Hasty , multimedia@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Fxtv vs Stable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Mar 1998 08:12:45 +0200 From: Mark Murray Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randall Hopper wrote: > Thanks for the report Mark! Now its just a question of ioctl() or default > capture start behavior. Then I'll get the fxtv port chg PR in. I already have it in my local tree looking like a ports patch. Get the word from Satoshi, and I'll commit it in no time :-). M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Mar 22 22:58:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA10666 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 22:58:55 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA10654; Sun, 22 Mar 1998 22:58:49 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (27QbAq0MEh+CZ7v6XY3oA06FlvQ7vWH3@greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.8.8/8.8.8) with ESMTP id IAA17492; Mon, 23 Mar 1998 08:58:48 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (DtGdWtfb6YP364KB//HLsoL1gJaVOx+0@localhost [127.0.0.1]) by greenpeace.grondar.za (8.8.8/8.8.8) with ESMTP id IAA04057; Mon, 23 Mar 1998 08:58:40 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199803230658.IAA04057@greenpeace.grondar.za> X-Mailer: exmh version 2.0.2 2/24/98 To: asami@FreeBSD.ORG cc: multimedia@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Port graphics/fxtv is broken Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_5349475880" Date: Mon, 23 Mar 1998 08:58:39 +0200 From: Mark Murray Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multipart MIME message. --==_Exmh_5349475880 Content-Type: text/plain; charset=us-ascii Hi Please may I add the following patch to graphics/fxtv. Without it, fxtv is useless. Thanks! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org --==_Exmh_5349475880 Content-Type: text/plain ; name="patch-ab"; charset=us-ascii Content-Description: patch-ab Content-Disposition: attachment; filename="patch-ab" --- ../fxtv-0.46.ORIG/tvcapture.c Tue Oct 28 01:59:41 1997 +++ tvcapture.c Sun Mar 22 16:43:45 1998 @@ -1126,7 +1126,7 @@ /* Just mmap the biggest buffer we'll need and be done with it. */ /* (Buffer used for non-directvideo captures) */ c->drv_buf = (TV_UINT8 *) mmap( (caddr_t)0, MAX_MMAP_BUF_SIZE, - PROT_READ|PROT_WRITE, 0, c->fd, (off_t)0 ); + PROT_READ, MAP_SHARED, c->fd, (off_t)0 ); if ( c->drv_buf == (TV_UINT8 *) -1 ) { fprintf( stderr, "mmap of driver buffer failed: %s\n", strerror(errno) ); @@ -1537,9 +1537,9 @@ video.ramsize = 0; /* If TDEC is on, may be a while before old trash gets written on */ - if ( c->fps != c->fps_max ) +/* if ( c->fps != c->fps_max ) memset( c->drv_buf, '\0', - g.w * g.h * c->pix_geom_list[ c->pix_geom_idx ].Bpp ); + g.w * g.h * c->pix_geom_list[ c->pix_geom_idx ].Bpp ); */ } memcpy( &pix_geom, &c->pix_geom_list[ c->pix_geom_idx ], sizeof( pix_geom ) ); --==_Exmh_5349475880-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 03:18:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA24985 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 03:18:01 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id DAA24916; Mon, 23 Mar 1998 03:17:41 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 23 Mar 1998 6:17:07 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA13222; Mon, 23 Mar 98 06:17:05 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id GAA14397; Mon, 23 Mar 1998 06:16:37 -0500 Message-Id: <19980323061637.00745@ct.picker.com> Date: Mon, 23 Mar 1998 06:16:37 -0500 From: Randall Hopper To: Amancio Hasty , Mark Murray , asami@FreeBSD.ORG Cc: Joao Carlos Mendes Luis , multimedia@FreeBSD.ORG, stable@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: Fxtv vs Stable Mail-Followup-To: Amancio Hasty , Mark Murray , asami@FreeBSD.ORG, Joao Carlos Mendes Luis , multimedia@FreeBSD.ORG, stable@FreeBSD.ORG, committers@FreeBSD.ORG References: <199803230612.IAA03716@greenpeace.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199803230612.IAA03716@greenpeace.grondar.za>; from Mark Murray on Mon, Mar 23, 1998 at 08:12:45AM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mark Murray: |Randall Hopper wrote: |> Thanks for the report Mark! Now its just a question of ioctl() or default |> capture start behavior. Then I'll get the fxtv port chg PR in. | |I already have it in my local tree looking like a ports patch. Get the |word from Satoshi, and I'll commit it in no time :-). Mark Murray: |Please may I add the following patch to graphics/fxtv. Without it, fxtv |is useless. If you don't mind doing 2 commits intead of just 1, sure. We still haven't yet resolved who's going to clear that buffer and under what circumstances. Amancio, what do you think about a BT848_CLEAR_ON_START ioctl(). When set to False (the default), behavior is as before -- no clear. When True, the portion of the buffer to be used for captured frames gets cleared before the start is issued. This would avoid having to make fxtv set-uid root or to request signals 1-29 times/sec just to use only the first one for bookkeeping. Thanks, Randall Content-Description: patch-ab |--- ../fxtv-0.46.ORIG/tvcapture.c Tue Oct 28 01:59:41 1997 |+++ tvcapture.c Sun Mar 22 16:43:45 1998 |@@ -1126,7 +1126,7 @@ | /* Just mmap the biggest buffer we'll need and be done with it. */ | /* (Buffer used for non-directvideo captures) */ | c->drv_buf = (TV_UINT8 *) mmap( (caddr_t)0, MAX_MMAP_BUF_SIZE, |- PROT_READ|PROT_WRITE, 0, c->fd, (off_t)0 ); |+ PROT_READ, MAP_SHARED, c->fd, (off_t)0 ); | if ( c->drv_buf == (TV_UINT8 *) -1 ) { | fprintf( stderr, "mmap of driver buffer failed: %s\n", | strerror(errno) ); |@@ -1537,9 +1537,9 @@ | video.ramsize = 0; | | /* If TDEC is on, may be a while before old trash gets written on */ |- if ( c->fps != c->fps_max ) |+/* if ( c->fps != c->fps_max ) | memset( c->drv_buf, '\0', |- g.w * g.h * c->pix_geom_list[ c->pix_geom_idx ].Bpp ); |+ g.w * g.h * c->pix_geom_list[ c->pix_geom_idx ].Bpp ); */ | } | memcpy( &pix_geom, &c->pix_geom_list[ c->pix_geom_idx ], | sizeof( pix_geom ) ); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 03:26:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA26159 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 03:26:35 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA26081; Mon, 23 Mar 1998 03:26:27 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id DAA12818; Mon, 23 Mar 1998 03:26:12 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803231126.DAA12818@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Randall Hopper cc: Mark Murray , asami@FreeBSD.ORG, Joao Carlos Mendes Luis , multimedia@FreeBSD.ORG, stable@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: Fxtv vs Stable In-reply-to: Your message of "Mon, 23 Mar 1998 06:16:37 EST." <19980323061637.00745@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Mar 1998 03:26:12 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Fine, Feel free to implement BT848_CBUF , must BT848 ioctl commands are of the form BT848_[S|G]FUNCTION for example BT848_SHUE sets the hue and BT848_GHUE gets the hue value. Tnks, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 03:34:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA27397 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 03:34:12 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA27366; Mon, 23 Mar 1998 03:33:54 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (dWPvW9QqZOVeHx10TzCLjzBPIvis/cq0@greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.8.8/8.8.8) with ESMTP id NAA17900; Mon, 23 Mar 1998 13:33:40 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (HELNJAfs0L8OYCdv7ywwf+qJWQQN/rqc@localhost [127.0.0.1]) by greenpeace.grondar.za (8.8.8/8.8.8) with ESMTP id NAA04848; Mon, 23 Mar 1998 13:33:29 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199803231133.NAA04848@greenpeace.grondar.za> To: Randall Hopper cc: Amancio Hasty , asami@FreeBSD.ORG, Joao Carlos Mendes Luis , multimedia@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: Fxtv vs Stable Date: Mon, 23 Mar 1998 13:33:29 +0200 From: Mark Murray Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randall Hopper wrote: > Mark Murray: > |Please may I add the following patch to graphics/fxtv. Without it, fxtv > |is useless. > > If you don't mind doing 2 commits intead of just 1, sure. We still haven't > yet resolved who's going to clear that buffer and under what circumstances. Sure - 2.2.6 is going to be released RSN, and it would be a shame if it was sent out without a functioning FXTV. We may not have the opportunity to commit a prettier fix later. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 03:55:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA29367 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 03:55:53 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from jmurray.async.vt.edu (root@207-172-52-217.s217.tnt1.brd.erols.com [207.172.52.217]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA29359 for ; Mon, 23 Mar 1998 03:55:49 -0800 (PST) (envelope-from jmurray@jmurray.async.vt.edu) Received: from jmurray.async.vt.edu (jmurray@localhost [127.0.0.1]) by jmurray.async.vt.edu (8.8.5/8.7.3) with ESMTP id GAA23442; Mon, 23 Mar 1998 06:55:47 -0500 (EST) Message-Id: <199803231155.GAA23442@jmurray.async.vt.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Randall Hopper cc: John Murray , multimedia@FreeBSD.ORG Subject: Re: fxtv problems In-reply-to: Your message of "Sun, 22 Mar 1998 12:28:21 EST." <19980322122821.15635@ct.picker.com> From: John Murray Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Mar 1998 06:55:42 -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Sounds like the driver's never firing off a signal to indicate it's done > capturing a frame (no clue why). > > Ok, well first thing's first. If you haven't already, grab the latest > released versions of the bktr driver and Fxtv: > > ftp://rah.star-gate.com/pub/bt848.tar.gz > http://multiverse.com/~rhh/fxtv > > and see if you see the same result. Well I had the most recent drivers and fxtv so that wasn't a cause. > > If not, next thing: In Fxtv, put a printf at the top of the frame > completion signal handler (the driver issues this signal): > > static void TVCAPTUREFrameDoneSigHdlr() > { > + printf( "TVCAPTUREFrameDoneSigHdlr\n" ); > S_frame_done_count++; > #ifdef linux > > When you freeze a frame, run with direct video disabled, or capture movies, > you should see one printf per captured frame. My guess is, with your > current setup, you won't see this (again, no clue why yet). But this'll > help pin down whether it's a driver or an app bug. Well as you predictied that didn't do any thing. I didn't mention befare but running with direct video disabled dosn't work, but that seems fit with the other problems. -- John Murray - jmurray@vt.edu johns@tmbg.org - http://www.acm.vt.edu/~jmurray Unofficial Pritchard Hall Page->http://www.cslab.vt.edu/~jmurray/pritchard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 03:58:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA00569 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 03:58:54 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id DAA00437; Mon, 23 Mar 1998 03:58:39 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 23 Mar 1998 6:56:53 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA13852; Mon, 23 Mar 98 06:56:51 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id GAA14767; Mon, 23 Mar 1998 06:56:24 -0500 Message-Id: <19980323065624.22389@ct.picker.com> Date: Mon, 23 Mar 1998 06:56:24 -0500 From: Randall Hopper To: Amancio Hasty , Mark Murray Cc: asami@FreeBSD.ORG, Joao Carlos Mendes Luis , multimedia@FreeBSD.ORG, stable@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: Fxtv vs Stable Mail-Followup-To: Amancio Hasty , Mark Murray , asami@FreeBSD.ORG, Joao Carlos Mendes Luis , multimedia@FreeBSD.ORG, stable@FreeBSD.ORG, committers@FreeBSD.ORG References: <19980323061637.00745@ct.picker.com> <199803231126.DAA12818@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199803231126.DAA12818@rah.star-gate.com>; from Amancio Hasty on Mon, Mar 23, 1998 at 03:26:12AM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Amancio Hasty: |Feel free to implement BT848_CBUF , must BT848 ioctl commands |are of the form BT848_[S|G]FUNCTION for example BT848_SHUE sets the hue and |BT848_GHUE gets the hue value. Mark Murray: |Sure - 2.2.6 is going to be released RSN, and it would be a shame |if it was sent out without a functioning FXTV. We may not have the |opportunity to commit a prettier fix later. Ok. Didn't realize it was coming up that quick. I'll implement the clear buf ioctl later this evening and cook driver and fxtv 0.46 patches. If 2.2.6 can't wait that long (I don't know the time constraints), then feel free to commit your fxtv patch Mark. Thanks, Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 04:02:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA02066 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 04:02:37 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA02061 for ; Mon, 23 Mar 1998 04:02:35 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 23 Mar 1998 7:01:18 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA13962; Mon, 23 Mar 98 07:01:17 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id HAA14792; Mon, 23 Mar 1998 07:00:52 -0500 Message-Id: <19980323070051.15733@ct.picker.com> Date: Mon, 23 Mar 1998 07:00:51 -0500 From: Randall Hopper To: John Murray Cc: multimedia@FreeBSD.ORG, Amancio Hasty Subject: Re: fxtv problems Mail-Followup-To: John Murray , multimedia@FreeBSD.ORG, Amancio Hasty References: <19980322122821.15635@ct.picker.com> <199803231155.GAA23442@jmurray.async.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199803231155.GAA23442@jmurray.async.vt.edu>; from John Murray on Mon, Mar 23, 1998 at 06:55:42AM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Murray: |> If not, next thing: In Fxtv, put a printf at the top of the frame |> completion signal handler (the driver issues this signal): |> |> static void TVCAPTUREFrameDoneSigHdlr() |> { |> + printf( "TVCAPTUREFrameDoneSigHdlr\n" ); |> S_frame_done_count++; |> #ifdef linux |> |> When you freeze a frame, run with direct video disabled, or capture movies, |> you should see one printf per captured frame. My guess is, with your |> current setup, you won't see this (again, no clue why yet). But this'll |> help pin down whether it's a driver or an app bug. | |Well as you predictied that didn't do any thing. I didn't mention befare |but running with direct video disabled dosn't work, but that seems fit |with the other problems. Ok. So the issue is, for your STB card, the driver isn't firing off a "frame-done" signal to the client application when signals are requested by the client. Sounds like this one is a driver issue (Ccing Amancio). Odd, since we have a few STB folks out there I know. Wonder if they've changed something about their board design. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 04:52:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA08786 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 04:52:52 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA08741; Mon, 23 Mar 1998 04:52:48 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from bubble.didi.com (tfx-us2-02.ix.netcom.com [204.30.67.66]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id EAA06395; Mon, 23 Mar 1998 04:52:46 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.8.7/8.8.8) id HAA02342; Mon, 23 Mar 1998 07:52:36 -0500 (EST) (envelope-from asami) Date: Mon, 23 Mar 1998 07:52:36 -0500 (EST) Message-Id: <199803231252.HAA02342@bubble.didi.com> To: mark@grondar.za CC: multimedia@FreeBSD.ORG, committers@FreeBSD.ORG In-reply-to: <199803230658.IAA04057@greenpeace.grondar.za> (message from Mark Murray on Mon, 23 Mar 1998 08:58:39 +0200) Subject: Re: Port graphics/fxtv is broken From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Please may I add the following patch to graphics/fxtv. Without it, fxtv * is useless. Ok. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 08:59:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18748 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 08:59:18 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from sensi.pu.ru (sensi.pu.ru [194.58.105.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA18705 for ; Mon, 23 Mar 1998 08:59:14 -0800 (PST) (envelope-from vadik@sensi.pu.ru) Received: (from vadik@localhost) by sensi.pu.ru (8.8.8/8.7.3) id TAA26828; Mon, 23 Mar 1998 19:58:53 +0300 (MSK) Message-ID: <19980323195852.30064@sensi.org> Date: Mon, 23 Mar 1998 19:58:52 +0300 From: vadik likholetov To: multimedia@FreeBSD.ORG Subject: AGAIN: [CDDA Luigi's patches for IDE CD] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e X-NCC-RegID: ru.hqlgu Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can anyone give me *working* patches for 3.0-CURRENT enabling ATAPI-generic command? Thanks in advance. -- vadik likholetov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 09:03:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20151 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 09:03:45 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from hub.org (hub.org [209.47.148.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20136 for ; Mon, 23 Mar 1998 09:03:42 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by hub.org (8.8.8/8.7.5) with SMTP id MAA17036; Mon, 23 Mar 1998 12:03:47 -0500 (EST) Date: Mon, 23 Mar 1998 12:03:46 -0500 (EST) From: The Hermit Hacker To: vadik likholetov cc: multimedia@FreeBSD.ORG Subject: Re: AGAIN: [CDDA Luigi's patches for IDE CD] In-Reply-To: <19980323195852.30064@sensi.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 Mon, 23 Mar 1998, vadik likholetov wrote: > Can anyone give me *working* patches for 3.0-CURRENT enabling > ATAPI-generic command? I have yet to see any...for the $100, I just went out and picked up a SCSI CD for this, and use my IDE CD for other purposes... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 10:27:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03079 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 10:27:40 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03059 for ; Mon, 23 Mar 1998 10:27:29 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.7/8.8.7) id TAA05960 for multimedia@freebsd.org; Mon, 23 Mar 1998 19:28:40 +0100 (MET) (envelope-from kuku) Date: Mon, 23 Mar 1998 19:28:40 +0100 (MET) From: Christoph Kukulies Message-Id: <199803231828.TAA05960@gilberto.physik.RWTH-Aachen.DE> To: multimedia@FreeBSD.ORG Subject: Photo CD and ImageMagick Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Doesn anyone know how to view a Photo CD (Kodak) using ImageMagick. Somehow I have stored in my grey cells that ImageMagick was capable doing so. The CD doesn't seem to be mountable and FreeBSD doesn't support the photo FS either ;-) -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 13:01:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07055 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 13:01:13 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from limbo.rtfm.net (nathan@rtfm.net [204.141.125.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07044 for ; Mon, 23 Mar 1998 13:00:44 -0800 (PST) (envelope-from nathan@limbo.rtfm.net) Received: (from nathan@localhost) by limbo.rtfm.net (8.8.8/8.8.8) id QAA18714; Mon, 23 Mar 1998 16:00:20 -0500 (EST) Message-ID: <19980323160019.31328@rtfm.net> Date: Mon, 23 Mar 1998 16:00:19 -0500 From: Nathan Dorfman To: freebsd-multimedia@FreeBSD.ORG Subject: x11amp-libc5 and setup() not implemented? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just downloaded x11amp-libc5 from the x11amp web page, in hopes of something better than xterm -e mpg123 for my mp3's :-) here it is: Type Id Off Loadaddr Size Info Rev Module Name EXEC 2 5 f317b000 0020 f3182010 1 linux_mod That's the relevant modstat. linux_lib-2.4 is in /compat/linux. However, here are the kernel messages given: Linux-emul(18411): setup() not supported And no sound comes out. Is there a fix? Is x11amp source available anywhere? Gads, this sucks :P -- ________________ _______________________________ / Nathan Dorfman V PGP: finger nathan@rtfm.net / / nathan@rtfm.net | http://www.rtfm.net / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 13:33:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14347 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 13:33:16 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from www.giovannelli.it (www.giovannelli.it [194.184.65.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA14188 for ; Mon, 23 Mar 1998 13:32:51 -0800 (PST) (envelope-from gmarco@giovannelli.it) Received: from giovannelli.it (modem00.masternet.it [194.184.65.254]) by www.giovannelli.it (8.8.8/8.8.5) with ESMTP id WAA00861; Mon, 23 Mar 1998 22:33:52 +0100 (MET) Message-ID: <3516E2D5.CD1269B2@giovannelli.it> Date: Mon, 23 Mar 1998 22:31:49 +0000 From: Gianmarco Giovannelli X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: Nathan Dorfman CC: freebsd-multimedia@FreeBSD.ORG Subject: Re: x11amp-libc5 and setup() not implemented? References: <19980323160019.31328@rtfm.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nathan Dorfman wrote: > > I just downloaded x11amp-libc5 from the x11amp web page, in hopes > of something better than xterm -e mpg123 for my mp3's :-) here it is: > > Type Id Off Loadaddr Size Info Rev Module Name > EXEC 2 5 f317b000 0020 f3182010 1 linux_mod > > That's the relevant modstat. > > linux_lib-2.4 is in /compat/linux. However, here are the kernel > messages given: > > Linux-emul(18411): setup() not supported > > And no sound comes out. Is there a fix? Is x11amp source available > anywhere? Gads, this sucks :P It works very nice here with x11amp-0.65r2-libc5.tgz , 3.0-current, Luigi Rizzo's pcm drivers... It doesn't work with stock drivers or oss ones... -- Regards... Gianmarco "Unix expert since yesterday" http://www.giovannelli.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 13:50:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19529 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 13:50:35 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from limbo.rtfm.net (nathan@rtfm.net [204.141.125.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19495 for ; Mon, 23 Mar 1998 13:50:28 -0800 (PST) (envelope-from nathan@limbo.rtfm.net) Received: (from nathan@localhost) by limbo.rtfm.net (8.8.8/8.8.8) id QAA21958; Mon, 23 Mar 1998 16:49:46 -0500 (EST) Message-ID: <19980323164945.31329@rtfm.net> Date: Mon, 23 Mar 1998 16:49:45 -0500 From: Nathan Dorfman To: Gianmarco Giovannelli Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: x11amp-libc5 and setup() not implemented? References: <19980323160019.31328@rtfm.net> <3516E2D5.CD1269B2@giovannelli.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <3516E2D5.CD1269B2@giovannelli.it>; from Gianmarco Giovannelli on Mon, Mar 23, 1998 at 10:31:49PM +0000 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Mar 23, 1998 at 10:31:49PM +0000, Gianmarco Giovannelli wrote: > Nathan Dorfman wrote: > > > > I just downloaded x11amp-libc5 from the x11amp web page, in hopes > > of something better than xterm -e mpg123 for my mp3's :-) here it is: > > > > Type Id Off Loadaddr Size Info Rev Module Name > > EXEC 2 5 f317b000 0020 f3182010 1 linux_mod > > > > That's the relevant modstat. > > > > linux_lib-2.4 is in /compat/linux. However, here are the kernel > > messages given: > > > > Linux-emul(18411): setup() not supported > > > > And no sound comes out. Is there a fix? Is x11amp source available > > anywhere? Gads, this sucks :P > > It works very nice here with x11amp-0.65r2-libc5.tgz , 3.0-current, > Luigi Rizzo's pcm drivers... > > It doesn't work with stock drivers or oss ones... These are stock drivers (VoxWare?). I have an SB16, non-PnP. Can I still get it to work? Is source available? I'd hate to buy a good sound card and OSS and still not be able to play mp3s (other than the old way). > -- > > Regards... > > Gianmarco > "Unix expert since yesterday" > > http://www.giovannelli.it -- ________________ _______________________________ / Nathan Dorfman V PGP: finger nathan@rtfm.net / / nathan@rtfm.net | http://www.rtfm.net / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 13:51:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19819 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 13:51:24 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA19780 for ; Mon, 23 Mar 1998 13:51:13 -0800 (PST) (envelope-from Mailer-Daemon@East.Sun.COM) Received: from East.Sun.COM ([129.148.1.241]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id NAA16481; Mon, 23 Mar 1998 13:50:06 -0800 Received: from suneast.East.Sun.COM by East.Sun.COM (SMI-8.6/SMI-5.3) id QAA17307; Mon, 23 Mar 1998 16:50:03 -0500 Received: from compound.east.sun.com by suneast.East.Sun.COM (SMI-8.6/SMI-SVR4) id QAA15929; Mon, 23 Mar 1998 16:50:01 -0500 Received: (from alk@localhost) by compound.east.sun.com (8.8.8/8.7.3) id PAA10414; Mon, 23 Mar 1998 15:50:44 -0600 (CST) Date: Mon, 23 Mar 1998 15:50:44 -0600 (CST) Message-Id: <199803232150.PAA10414@compound.east.sun.com> From: Tony Kimball MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Face: O9M"E%K;(f-Go/XDxL+pCxI5*gr[=FN@Y`cl1.Tn Reply-To: alk@pobox.com To: gmarco@giovannelli.it Cc: nathan@rtfm.net, freebsd-multimedia@FreeBSD.ORG Subject: Re: x11amp-libc5 and setup() not implemented? References: <19980323160019.31328@rtfm.net> <3516E2D5.CD1269B2@giovannelli.it> X-Mailer: VM 6.34 under 20.3 "Vatican City" XEmacs Lucid Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoth Gianmarco Giovannelli on Mon, 23 March: : : It works very nice here with x11amp-0.65r2-libc5.tgz , 3.0-current, : Luigi Rizzo's pcm drivers... : : It doesn't work with stock drivers or oss ones... My question is: what is the pivotal difference between the two classes of driver? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 14:29:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26901 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 14:29:03 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26881 for ; Mon, 23 Mar 1998 14:28:59 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id OAA15342; Mon, 23 Mar 1998 14:28:08 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803232228.OAA15342@rah.star-gate.com> To: alk@pobox.com cc: gmarco@giovannelli.it, nathan@rtfm.net, freebsd-multimedia@FreeBSD.ORG, hasty@rah.star-gate.com Subject: Re: x11amp-libc5 and setup() not implemented? In-reply-to: Your message of "Mon, 23 Mar 1998 15:50:44 CST." <199803232150.PAA10414@compound.east.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <15339.890692088.1@rah> Date: Mon, 23 Mar 1998 14:28:08 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >My question is: what is the pivotal difference between the two classes >of driver? There is no difference from respect of the application . For instance, I don't have a problem with x11amp . We do have a problem with people not writing apps and althought the linux emulation layer makes us stronger it is a pain in the butt. Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 14:50:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01706 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 14:50:17 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01696; Mon, 23 Mar 1998 14:50:08 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (dQjp4A6mWh6AHjPnfPGuwA13CZ08UDdv@greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.8.8/8.8.8) with ESMTP id AAA19307; Tue, 24 Mar 1998 00:50:06 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (Gf4uJ4DrnIp7Ad+4Y2slEYInJJh6mKfy@localhost [127.0.0.1]) by greenpeace.grondar.za (8.8.8/8.8.8) with ESMTP id AAA01988; Tue, 24 Mar 1998 00:50:05 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199803232250.AAA01988@greenpeace.grondar.za> X-Mailer: exmh version 2.0.2 2/24/98 To: asami@FreeBSD.ORG (Satoshi Asami) cc: multimedia@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: Port graphics/fxtv is broken Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 24 Mar 1998 00:50:05 +0200 From: Mark Murray Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org wrote: > * Please may I add the following patch to graphics/fxtv. Without it, fxtv > * is useless. > > Ok. Domo Arrigato! Done. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 18:48:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17538 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 18:48:30 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA17443; Mon, 23 Mar 1998 18:48:15 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 23 Mar 1998 21:46:33 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA14262; Mon, 23 Mar 98 21:46:31 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id VAA20458; Mon, 23 Mar 1998 21:46:04 -0500 Message-Id: <19980323214603.15285@ct.picker.com> Date: Mon, 23 Mar 1998 21:46:03 -0500 From: Randall Hopper To: Amancio Hasty , Mark Murray Cc: asami@FreeBSD.ORG, multimedia@FreeBSD.ORG, committers@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Fxtv vs Stable Mail-Followup-To: Amancio Hasty , Mark Murray , asami@FreeBSD.ORG, multimedia@freebsd.org, committers@FreeBSD.ORG, stable@FreeBSD.ORG References: <19980323065624.22389@ct.picker.com> <199803231847.KAA14308@rah.star-gate.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="TB36FDmn/VVEgNH/" X-Mailer: Mutt 0.89.1i In-Reply-To: <199803231847.KAA14308@rah.star-gate.com>; from Amancio Hasty on Mon, Mar 23, 1998 at 10:47:57AM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii ... ... Ok. Here are the patches for the discussed method of dealing with the mmap() PROT_WRITE root-only changes recently in -current and -stable as pertains to Fxtv and the bktr driver. As 2.2.6 is the hot topic, these are against stable. Attached is a bktr driver patch (bktr-stable.patch) which adds the trivial BT848[SG]CBUF ioctls, and a replacement "patch-ab" for the Fxtv port. As I don't have 2.2.6-beta installed here, I'd be grateful Mark if you could double-check these, and barring any unexpected problems, commit the changes to -current and -stable. Thanks, Randall --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="bktr-stable.patch" --- sys/i386/include/ioctl_bt848.h-2.2.6-ORIG Mon Mar 23 19:01:02 1998 +++ sys/i386/include/ioctl_bt848.h Mon Mar 23 20:49:52 1998 @@ -193,6 +193,10 @@ #define BT848SFMT _IOW('x', 67, unsigned long ) #define BT848GFMT _IOR('x', 67, unsigned long ) +/* set clear-buffer-on-start */ +#define BT848SCBUF _IOW('x', 68, int) +#define BT848GCBUF _IOR('x', 68, int) + /* Read/Write the BT848's I2C bus directly * b7-b0: data (read/write) * b15-b8: internal peripheral register (write) --- sys/pci/brktree_reg.h-2.2.6-ORIG Mon Mar 23 19:01:02 1998 +++ sys/pci/brktree_reg.h Mon Mar 23 19:42:37 1998 @@ -369,6 +369,7 @@ int alloc_pages; /* number of pages in bigbuf */ struct proc *proc; /* process to receive raised signal */ int signal; /* signal to send to process */ + int clr_on_start; /* clear cap buf on capture start? */ #define METEOR_SIG_MODE_MASK 0xffff0000 #define METEOR_SIG_FIELD_MODE 0x00010000 #define METEOR_SIG_FRAME_MODE 0x00000000 --- sys/pci/brooktree848.c-2.2.6-ORIG Mon Mar 23 19:01:02 1998 +++ sys/pci/brooktree848.c Mon Mar 23 21:25:26 1998 @@ -879,6 +879,7 @@ bt848->int_mask = ALL_INTS_DISABLED; bt848->gpio_dma_ctl = FIFO_RISC_DISABLED; } + bktr->clr_on_start = FALSE; /* defaults for the tuner section of the card */ bktr->tflags = TUNER_INITALIZED; @@ -1731,6 +1732,14 @@ *(u_char *)arg = (u_char)((temp >> 1) & 0xff); break; + case BT848SCBUF: /* set Clear-Buffer-on-start flag */ + bktr->clr_on_start = (*(int *)arg != 0); + break; + + case BT848GCBUF: /* get Clear-Buffer-on-start flag */ + *(int *)arg = (int) bktr->clr_on_start; + break; + case METEORSSIGNAL: if(*(int *)arg == 0 || *(int *)arg >= NSIG) { return( EINVAL ); @@ -3343,6 +3352,13 @@ struct format_params *fp; fp = &format_params[bktr->format_params]; + + /* If requested, clear out capture buf first */ + if (bktr->clr_on_start && (bktr->video.addr == 0)) { + bzero((caddr_t)bktr->bigbuf, + (size_t)bktr->rows * bktr->cols * bktr->frames * + pixfmt_table[ bktr->pixfmt ].public.Bpp); + } bt848 = bktr->base; --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-ab.fxtv" --- ORIG/tvcapture.c Mon Oct 27 23:59:41 1997 +++ tvcapture.c Mon Mar 23 21:29:10 1998 @@ -1126,7 +1126,7 @@ /* Just mmap the biggest buffer we'll need and be done with it. */ /* (Buffer used for non-directvideo captures) */ c->drv_buf = (TV_UINT8 *) mmap( (caddr_t)0, MAX_MMAP_BUF_SIZE, - PROT_READ|PROT_WRITE, 0, c->fd, (off_t)0 ); + PROT_READ, MAP_SHARED, c->fd, (off_t)0 ); if ( c->drv_buf == (TV_UINT8 *) -1 ) { fprintf( stderr, "mmap of driver buffer failed: %s\n", strerror(errno) ); @@ -1474,7 +1474,8 @@ TV_INT32 Bpp, idx; char *cfg_fail_msg; - TV_BOOL audio_mute; + TV_BOOL audio_mute, + flush_buf; DRVPRINTF(( "\tCAPTURE Start %s\n", c->cap_mode == TV_CAPTURE_CONTINUOUS ? "Continuous":"Single")); @@ -1499,6 +1500,7 @@ geom.columns = g.w; geom.rows = g.h; geom.frames = 1; + flush_buf = FALSE; if ( c->xfer_mode == TV_TRANSFER_DIRECT ) { TV_BOOL swap_b, @@ -1536,10 +1538,11 @@ video.banksize = 0, video.ramsize = 0; - /* If TDEC is on, may be a while before old trash gets written on */ + /* If TDEC is on, may be a while before old trash gets written on. */ + /* So tell the driver to flush the frame buffer before starting */ + /* capture. */ if ( c->fps != c->fps_max ) - memset( c->drv_buf, '\0', - g.w * g.h * c->pix_geom_list[ c->pix_geom_idx ].Bpp ); + flush_buf = TRUE; } memcpy( &pix_geom, &c->pix_geom_list[ c->pix_geom_idx ], sizeof( pix_geom ) ); @@ -1564,6 +1567,12 @@ } if ( ioctl( c->fd, METEORSACTPIXFMT, &pix_geom.index ) < 0 ) { DO_IOCTL_SERR( "METEORSACTPIXFMT", &geom ); + return; + } + + larg = flush_buf; + if ( ioctl( c->fd, BT848SCBUF, &larg ) < 0 ) { + DO_IOCTL_SERR( "BT848SCBUF", larg ); return; } --TB36FDmn/VVEgNH/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 20:53:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10764 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 20:53:42 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10719 for ; Mon, 23 Mar 1998 20:53:34 -0800 (PST) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id PAA10573; Tue, 24 Mar 1998 15:22:43 +1030 (CST) Message-Id: <199803240452.PAA10573@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Gianmarco Giovannelli cc: Nathan Dorfman , freebsd-multimedia@FreeBSD.ORG Subject: Re: x11amp-libc5 and setup() not implemented? In-reply-to: Your message of "Mon, 23 Mar 1998 22:31:49 -0000." <3516E2D5.CD1269B2@giovannelli.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 24 Mar 1998 15:22:43 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > And no sound comes out. Is there a fix? Is x11amp source available > > anywhere? Gads, this sucks :P > > It works very nice here with x11amp-0.65r2-libc5.tgz , 3.0-current, > Luigi Rizzo's pcm drivers... > > It doesn't work with stock drivers or oss ones... It worked for me.. I have an AWE-64 and I used the AWE patches (they only enable the EMU-8000 tho) --------------------------------------------------------------------- |Daniel O'Connor software and network engineer for Genesis Software | |http://www.gsoft.com.au | |The nice thing about standards is that there are so many of them to| |choose from. -- Andrew Tanenbaum | --------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 22:20:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26081 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 22:20:11 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26009; Mon, 23 Mar 1998 22:19:55 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (tiMFBJHmB+chHm1Qo9UpYtK/CgnjWFBG@greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.8.8/8.8.8) with ESMTP id IAA20305; Tue, 24 Mar 1998 08:19:27 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (+K5lPAwY2PzOOdd/+8EFcVXCWOXYeWef@localhost [127.0.0.1]) by greenpeace.grondar.za (8.8.8/8.8.8) with ESMTP id IAA03871; Tue, 24 Mar 1998 08:19:11 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199803240619.IAA03871@greenpeace.grondar.za> X-Mailer: exmh version 2.0.2 2/24/98 To: Randall Hopper cc: Amancio Hasty , asami@FreeBSD.ORG, multimedia@FreeBSD.ORG, committers@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Fxtv vs Stable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 24 Mar 1998 08:18:40 +0200 From: Mark Murray Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randall Hopper wrote: > As I don't have 2.2.6-beta installed here, I'd be grateful Mark if you > could double-check these, and barring any unexpected problems, commit the > changes to -current and -stable. They look good, but we missed the window :-(. I'll commit it all once the various freezes are lifted. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 22:26:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA27715 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 22:26:22 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA27505; Mon, 23 Mar 1998 22:25:47 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id WAA27693; Mon, 23 Mar 1998 22:25:31 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803240625.WAA27693@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Mark Murray cc: Randall Hopper , asami@FreeBSD.ORG, multimedia@FreeBSD.ORG, committers@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Fxtv vs Stable In-reply-to: Your message of "Tue, 24 Mar 1998 08:18:40 +0200." <199803240619.IAA03871@greenpeace.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Mar 1998 22:25:31 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just talk to Jordan and Asami in private. Cheers, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 22:30:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29086 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 22:30:05 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from www.giovannelli.it (www.giovannelli.it [194.184.65.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29011 for ; Mon, 23 Mar 1998 22:29:55 -0800 (PST) (envelope-from gmarco@giovannelli.it) Received: from giovannelli.it (modem00.masternet.it [194.184.65.254]) by www.giovannelli.it (8.8.8/8.8.5) with ESMTP id HAA00233; Tue, 24 Mar 1998 07:35:02 +0100 (MET) Message-ID: <351761A3.2FAF94E1@giovannelli.it> Date: Tue, 24 Mar 1998 07:32:51 +0000 From: Gianmarco Giovannelli X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: alk@pobox.com CC: nathan@rtfm.net, freebsd-multimedia@FreeBSD.ORG Subject: Re: x11amp-libc5 and setup() not implemented? References: <19980323160019.31328@rtfm.net> <3516E2D5.CD1269B2@giovannelli.it> <199803232150.PAA10414@compound.east.sun.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Tony Kimball wrote: > : It works very nice here with x11amp-0.65r2-libc5.tgz , 3.0-current, > : Luigi Rizzo's pcm drivers... > : > : It doesn't work with stock drivers or oss ones... > > My question is: what is the pivotal difference between the two classes > of driver? I really don't know, I am a registred user of oss drivers too, and I often use the stock drivers too, but there are something that works with ones and something with the others... Quake wants the plain stock drivers and it doesn't work with luigi or oss ones, x11 amp only works (for me) only with Luigi's and so on... It could be a very good thing if we can have only one drivers which is able to sounds with everything ... :-) -- Regards... Gianmarco "Unix expert since yesterday" http://www.giovannelli.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Mar 23 22:39:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00370 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 22:39:20 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA00360 for ; Mon, 23 Mar 1998 22:39:16 -0800 (PST) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id RAA11422; Tue, 24 Mar 1998 17:07:54 +1030 (CST) Message-Id: <199803240637.RAA11422@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Gianmarco Giovannelli cc: alk@pobox.com, nathan@rtfm.net, freebsd-multimedia@FreeBSD.ORG Subject: Re: x11amp-libc5 and setup() not implemented? In-reply-to: Your message of "Tue, 24 Mar 1998 07:32:51 -0000." <351761A3.2FAF94E1@giovannelli.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 24 Mar 1998 17:07:53 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > My question is: what is the pivotal difference between the two classes > > of driver? > I really don't know, I am a registred user of oss drivers too, and I > often use the stock drivers too, but there are something that works with > ones and something with the others... Well, 2 differences are that Luigi's drivers don't support mmap()ing DMA buffers, and don't support MIDI, whereas Voxware does both. OSS does midi, and I think it now does mmap()ing DMA buffers. > Quake wants the plain stock drivers and it doesn't work with luigi or > oss ones, x11 amp only works (for me) only with Luigi's and so on... It > could be a very good thing if we can have only one drivers which is able > to sounds with everything ... :-) Yeah, IMHO 2 seperate sound drivers in the source tree is a little silly. Although I can see the point to cross migrate.. This is of course providing that people start coding for Luigi's driver to make it work with their cards :) (Hmm, which include me, since I use voxware =) --------------------------------------------------------------------- |Daniel O'Connor software and network engineer for Genesis Software | |http://www.gsoft.com.au | |The nice thing about standards is that there are so many of them to| |choose from. -- Andrew Tanenbaum | --------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Mar 24 01:45:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00247 for freebsd-multimedia-outgoing; Tue, 24 Mar 1998 01:45:02 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA29041 for ; Tue, 24 Mar 1998 01:36:30 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id IAA11102; Tue, 24 Mar 1998 08:11:53 +0100 From: Luigi Rizzo Message-Id: <199803240711.IAA11102@labinfo.iet.unipi.it> Subject: Re: x11amp-libc5 and setup() not implemented? To: doconnor@gsoft.com.au (Daniel O'Connor) Date: Tue, 24 Mar 1998 08:11:53 +0100 (MET) Cc: gmarco@giovannelli.it, alk@pobox.com, nathan@rtfm.net, freebsd-multimedia@FreeBSD.ORG In-Reply-To: <199803240637.RAA11422@cain.gsoft.com.au> from "Daniel O'Connor" at Mar 24, 98 05:07:34 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Quake wants the plain stock drivers and it doesn't work with luigi or > > oss ones, x11 amp only works (for me) only with Luigi's and so on... It > > could be a very good thing if we can have only one drivers which is able > > to sounds with everything ... :-) > > Yeah, IMHO 2 seperate sound drivers in the source tree is a little silly. it is probably silly, but it was the only way for me to write a working driver for the cards i could find on the market. As usual in volunteers projects, one is bound to the decisions and preferences -- however wrong they might be -- of whoever decides to work and support a given project. I tried for a couple of months to work and fix the voxware driver but eventually had to give up and rewrite one from scratch. > that people start coding for Luigi's driver to make it work with their cards :) right... there are tons of users out there who have ESS boards and complain that their card is so nice because it can do 16-bit stereo and perhaps full duplex, and why my driver only uses it in SB emulation. I wish one of them had the time to add support for the ESS in my driver :( cheers luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Mar 24 10:38:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA08992 for freebsd-multimedia-outgoing; Tue, 24 Mar 1998 10:38:16 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from miller.cs.uwm.edu (miller.cs.uwm.edu [129.89.139.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA08873 for ; Tue, 24 Mar 1998 10:37:57 -0800 (PST) (envelope-from james@miller.cs.uwm.edu) Received: (from james@localhost) by miller.cs.uwm.edu (8.8.5/8.8.5) id MAA05132; Tue, 24 Mar 1998 12:37:10 -0600 (CST) Date: Tue, 24 Mar 1998 12:37:10 -0600 (CST) From: Jim Lowe Message-Id: <199803241837.MAA05132@miller.cs.uwm.edu> To: hasty@rah.star-gate.com, luigi@labinfo.iet.unipi.it, rhh@ct.picker.com Subject: Re: Video ioctl interface Cc: multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [...LONG...] > From: Randall Hopper > > 1) Are we sure it's really worth the effort at this point? I am sorry I haven't gotten back to you sooner on this. I think what we need is to have a generic multimedia interface for both audio and video. The interface must have the ability to change and have functionality added. Today, we have separate audio, video capture, and mpeg encoders/decoders. It would be nice to be able to present all different types of mm hardware with a single interface. ...plug on: Luigi and I are scheduled to talk about the current audio and video interfaces for the Freenix track of Usenix, Thursday morning, June 18th, in New Orleans, http://www.usenix.org/events/no98. It would be great if a group could get together during this event to discuss multimedia issues. Is there any interest in this? :plug off... > From: Randall Hopper > > 2) I'd like us convert to this model: > > Applications -> Capture Library -> Capture Devices > Applications -> Tuner Library -> Tuner Devices >> From: Luigi Rizzo >> >> this is a question of personal preference of course, but i am generally >> against libraries unless they provide some significant functionality >> (i.e. they do more than shuffling parameters), and function names are >> reasonably short... I agree with Luigi here. I don't think we really need a library at this time. I think libraries have their uses, but we need a generic extensible interface to the hardware. Fopen() is nice, but there are applications which still want to use open(). The library, with all its frills, can come once we have a reasonable interface defined. Actually, I suspect a library will be a natural fall out once the interface is defined. The model I would prefer: +--> Devices <--> Device helper daemon(s), configuration. | [...move kernel bloat here...] Applications <--+--> Libraries <--> Library helper routines, daemon(s). | +--> Documentation <--> Doc helper routines, daemon(s). > > 3) Generic, extensible interface. I agree. > > No interfaces to explicitly open specific devices or set/get specific > parameters (e.g. contrast, brightness, hue, etc.) on a device. > > Have a generic interface to query which capture/tuner devices are > available, which parameters for each device are supported, and for each, > what their valid value ranges are. E.g.: > > TUNERLIB_DEV *TunerLib_GetInstalledTunerDevByIndex( i ); > TUNERLIB_DEV *TunerLib_OpenTunerDev( dev, i ); > > TUNERLIB_PARAM *TunerLib_GetParamByIndex( dev, i ); > TUNERLIB_PARAM *TunerLib_GetParamByName( dev, "CONTRAST" ); > TUNERLIB_PRANGE *TunerLib_GetParamRange( dev, param ); > TUNERLIB_PRANGE *TunerLib_SetParam( param, double value ); > ... Forgive me here, I am not trying to create a flame war, but it looks like we might be trying to create something similar to what X does to a graphics display, or what MVS did to IBM 360 architecture. There must be a better way to create an interface other than 1000 library calls, each with 1000 different options, each with really_long_names_that_I_cannot_remember_without_looking_at_the_include_files. Maybe this can't be avoided in the long run, but there must be a better way. Does anyone have any ideas in this area? Creating an interface which resembles X is rather distasteful to me. At a min, I think we should be able to have a multimedia set up program which will initialize the multimedia devices for PAL, NTSC, MU_LAW, tuner frequencies, etc... This program could also run as a daemon connected to a master multimedia device which would do software emulation of functions which are not supported directly in hardware. The alternative to this approach would be to have support libraries which the applications call as Randall suggests. Maybe the best approach would be to have both. > > So all this stuff: > > #define BT848_SBRIG _IOW('x', 38, int) /* set brightness */ > #define BT848_GBRIG _IOR('x', 38, int) /* get brightness */ [...can go away...] I agree that this stuff should be at a different level and somehow have a mapping from a generic interface level to whatever the particular card(s) can handle. Here are some thoughts from a previous message that was bouncing around between a few of us last October. This ioctl definition doesn't address the issue I brought up above. ------------------------------------------------------------------- ... .../* ... * Multi-media ioctl interface definition (not to be confused with the ... * candy (m&m's). ... */ ...#define MM_MAJOR_VERSION 1 ...#define MM_MINOR_VESRION 0 ...#define MM_VERSION ((MM_MAJOR_VERSION << 16) | (MM_MINOR_VERSION)) ...enum v0100_functions { ... MMGHCAPS, /* Get hardware capabilities */ ... MMGSCAPS, /* Get software (emulation) capabilities */ ... MMSTART, /* Start processing (go) */ ... MMGFORMAT, /* Get format */ ... MMSFORMAT, /* Set format */ ... MMGMICROCODE, /* Retrieve microcode */ ... MMSMICROCODE, /* Download microcode */ ... ... ...}; ...typedef v0100_functions functions; ... ...struct _mm_info { ... unsigned int version; ... functions function; ... unsigned size; ... caddr_t buffer; ...}; ...typedef struct _mm_info mm_info; ... ...#define MM_W _IOW('M', 1, mm_info) ...#define MM_R _IOR('M', 1, mm_info) ...#define MM_WR _IOWR('M', 1, mm_info) ...#define MM _IO('M', 1) ... ... mm_info mm; ... ... mm.version = MM_VERSION; ... ... ... mm.function = MMGCAPS; ... ioctl(f, MM_R, &mm); ... ... parse capabilities... [should be a library function] ... ... audio.format = MU_LAW; ... mm.buffer = &audio.format; ... mm.size = sizeof(audio.format); ... mm.function = MMSFORMAT; ... ioctl(f, MM_W, &mm); ... ... ... mm.function = MMSMICROCODE; ... mm.size = sizeof(dsp_microcode); ... mm.buffer = dsp_microcode; ... ioctl(f, MM_W, &mm); ... ... ... mm.function = MMSTART; ... ioctl(f, MM, &mm); ... ...Wouldn't the above work and give us the flexibility we need and still ...maintain the standard Unix ioctl type calls? Of course, things would ...look better with a suitable library/API type interface to the ioctl ...calls. Functions like: ... ... mm_api *mm; ... ... mm = mm_open(device); ... if(mm_get_format(mm) != MU_LAW) ... (void)mm_set_format(mm, MU_LAW); ... (void)mm_set_microcode(mm, buffer); ... (void)mm_go(mm); ... (void)mm_close(mm); ... ...Certainly a standard library could ``hide'' many of the backward ...compatibility issues and void kernel bloat in this area. -------------------------------------------------------- I could go on about these issues, but this message is long enough and overdue. I am really interested in starting some sort of discourse on this subject. The Usenix conference would be one way for many of us to sit around a table and hash this out. We could also try and schedule something on the Mbone. Is everyone fairly well connected on the Mbone? -Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Mar 24 14:16:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09640 for freebsd-multimedia-outgoing; Tue, 24 Mar 1998 14:16:05 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from taliesin.cs.ucla.edu (Taliesin.CS.UCLA.EDU [131.179.96.166]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA09634 for ; Tue, 24 Mar 1998 14:16:04 -0800 (PST) (envelope-from scottm@mordred.cs.ucla.edu) Received: (qmail 3699 invoked from network); 24 Mar 1998 22:15:24 -0000 Received: from mordred.cs.ucla.edu (131.179.48.34) by taliesin.cs.ucla.edu with SMTP; 24 Mar 1998 22:15:24 -0000 Received: (from scottm@localhost) by mordred.cs.ucla.edu (8.8.8/8.8.8) id OAA00506 for freebsd-multimedia@freebsd.org; Tue, 24 Mar 1998 14:15:58 -0800 (PST) (envelope-from scottm) Date: Tue, 24 Mar 1998 14:15:58 -0800 (PST) From: Scott Michel Message-Id: <199803242215.OAA00506@mordred.cs.ucla.edu> To: freebsd-multimedia@FreeBSD.ORG Subject: NEC 276 CDrom drive Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I brought this up on this list a few months ago, and now with a minor lull in my courses, I did some debugging. I'd been getting "unknown phase" errors and was told that this was due to latency in the controller. It's not. It's due to a strong predicate in atapi.c. I changed #define PHASE_COMPLETED (ARI_IN | ARI_CMD) to #define PHASE_COMPLETED (ARI_CMD) and the unknown phase (the more common problem for me) goes away. Apparently, the controller doesn't assert ARI_IN when the ATAPI_MODE_SENSE command is done. Question: Is this change to PHASE_COMPLETED, albeit a weaker predicate, safe? And can someone commit this change to -current? -scooter -- Scott Michel | In life, there are sheep and there are UCLA Computer Science | wolves. PhD Graduate Student | ... And I don't bleed ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Mar 24 15:31:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19801 for freebsd-multimedia-outgoing; Tue, 24 Mar 1998 15:31:10 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from iservern.teligent.se (iservern.teligent.se [194.17.198.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA19770 for ; Tue, 24 Mar 1998 15:31:03 -0800 (PST) (envelope-from jakob@teligent.se) Received: from datorn.teligent.se (datorn.teligent.se [192.168.2.31]) by iservern.teligent.se (8.8.7/8.8.7) with SMTP id AAA24024 for ; Wed, 25 Mar 1998 00:30:59 +0100 (CET) (envelope-from jakob@teligent.se) Date: Wed, 25 Mar 1998 00:30:59 +0100 (CET) From: Jakob Alvermark To: freebsd-multimedia@FreeBSD.ORG Subject: Yamaha OPL-3 PnP? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id PAA19785 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello. Is this card a good buy? Am I right thinking this works with Luigi's drivers? If it does, does it work with full duplex? The card itself should do full duplex. If yes to all questions, I will buy it. Maybe I'll buy two of them, because it's dead cheap over here. Thanks, Jakob Alvermark ------------------------------------------------------- Teligent AB, P.O. Box 213, S-149 23 Nynäshamn, Sweden Telephone +46-(0)8 520 660 00 * Fax +46-(0)8 520 193 36 Direct +46-(0)8 520 660 32 * GSM +46-(0)70 792 16 57 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Mar 24 16:07:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA25088 for freebsd-multimedia-outgoing; Tue, 24 Mar 1998 16:07:14 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from icicle.winternet.com (adm@icicle.winternet.com [198.174.169.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA25080 for ; Tue, 24 Mar 1998 16:07:08 -0800 (PST) (envelope-from mestery@mail.winternet.com) Received: (from adm@localhost) by icicle.winternet.com (8.8.8/8.8.8) id SAA01222 for ; Tue, 24 Mar 1998 18:07:04 -0600 (CST) Received: from tundra.winternet.com(198.174.169.11) by icicle.winternet.com via smap (V2.0) id xma001166; Tue, 24 Mar 98 18:06:52 -0600 Received: from localhost (mestery@localhost) by tundra.winternet.com (8.8.7/8.8.4) with SMTP id SAA08636 for ; Tue, 24 Mar 1998 18:06:51 -0600 (CST) X-Authentication-Warning: tundra.winternet.com: mestery owned process doing -bs Date: Tue, 24 Mar 1998 18:06:51 -0600 (CST) From: Kyle Mestery To: freebsd-multimedia@FreeBSD.ORG Subject: Fxtv no longer works for me. 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 have a Wincast/TV card, as indicated by the dmesg output below: bktr0: rev 0x11 int a irq 19 on pci0.17.0 Hauppauge WinCast/TV, Philips NTSC tuner. I am running a kernel from March 13, and fxtv no longer works from me. My previous kernel was from Feb. 18, and fxtv worked fine. Here is the message I get when I try to run fxtv: hope.winternet.com$ fxtv Warning: locale not supported by C library, locale unchanged open("/dev/bktr0") failed: Device not configured Did I miss something recently? I apologize if this has already been brought up. I just miss having my fxtv!:( Does anyone have any suggestions? -- Kyle Mestery StorageTek's Network Systems Group "Keep honking, I'm reloading." "Lottery: A tax on people who are bad at math." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Mar 24 16:27:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27760 for freebsd-multimedia-outgoing; Tue, 24 Mar 1998 16:27:40 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27751 for ; Tue, 24 Mar 1998 16:27:38 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id QAA21713; Tue, 24 Mar 1998 16:27:30 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803250027.QAA21713@rah.star-gate.com> To: Kyle Mestery cc: freebsd-multimedia@FreeBSD.ORG, hasty@rah.star-gate.com Subject: Re: Fxtv no longer works for me. In-reply-to: Your message of "Tue, 24 Mar 1998 18:06:51 CST." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <21710.890785649.1@rah.star-gate.com> Date: Tue, 24 Mar 1998 16:27:29 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sure check your major device for bktr0 it was changed from 79 to 92. rah - ~ > ls -ald /dev/bktr0 cr--r--r-- 1 root wheel 92, 0 Feb 20 01:57 /dev/bktr0 Have Fun, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Mar 24 16:37:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28925 for freebsd-multimedia-outgoing; Tue, 24 Mar 1998 16:37:08 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28916 for ; Tue, 24 Mar 1998 16:37:03 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id AAA02856; Wed, 25 Mar 1998 00:20:41 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id BAA02084; Wed, 25 Mar 1998 01:20:40 +0100 (MET) Message-ID: <19980325012040.52549@follo.net> Date: Wed, 25 Mar 1998 01:20:40 +0100 From: Eivind Eklund To: Kyle Mestery , freebsd-multimedia@FreeBSD.ORG Subject: Re: Fxtv no longer works for me. References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Kyle Mestery on Tue, Mar 24, 1998 at 06:06:51PM -0600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Mar 24, 1998 at 06:06:51PM -0600, Kyle Mestery wrote: > > I have a Wincast/TV card, as indicated by the dmesg output below: > > bktr0: rev 0x11 int a irq 19 on pci0.17.0 > Hauppauge WinCast/TV, Philips NTSC tuner. > > I am running a kernel from March 13, and fxtv no longer works from me. My > previous kernel was from Feb. 18, and fxtv worked fine. Here is the > message I get when I try to run fxtv: > > hope.winternet.com$ fxtv > Warning: locale not supported by C library, locale unchanged > open("/dev/bktr0") failed: Device not configured The bktr device has changed it's major number. It is now major number 92. eivind(bitbox)/tmp% ls -l /dev/bktr0 /dev/tuner0 crw-r--r-- 1 root wheel 92, 0 Mar 2 18:38 /dev/bktr0 crw-r--r-- 1 root wheel 92, 16 Mar 2 18:38 /dev/tuner0 eivind(bitbox)/tmp% % rm /dev/bktr0 && mknod /dev/bktr0 c 92 0 % rm /dev/tuner0 && mknod /dev/tuner0 c 92 16 should set you up fine if this is the problem. Also be aware that old versions of fxtv now must run as root. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Mar 24 17:55:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09319 for freebsd-multimedia-outgoing; Tue, 24 Mar 1998 17:55:16 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from icicle.winternet.com (adm@icicle.winternet.com [198.174.169.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09310 for ; Tue, 24 Mar 1998 17:55:11 -0800 (PST) (envelope-from mestery@mail.winternet.com) Received: (from adm@localhost) by icicle.winternet.com (8.8.8/8.8.8) id TAA16287; Tue, 24 Mar 1998 19:54:59 -0600 (CST) Received: from tundra.winternet.com(198.174.169.11) by icicle.winternet.com via smap (V2.0) id xma016228; Tue, 24 Mar 98 19:54:24 -0600 Received: from localhost (mestery@localhost) by tundra.winternet.com (8.8.7/8.8.4) with SMTP id TAA11066; Tue, 24 Mar 1998 19:54:23 -0600 (CST) X-Authentication-Warning: tundra.winternet.com: mestery owned process doing -bs Date: Tue, 24 Mar 1998 19:54:23 -0600 (CST) From: Kyle Mestery To: Amancio Hasty cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Fxtv no longer works for me. In-Reply-To: <199803250027.QAA21713@rah.star-gate.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 Thanks, that did it! -- Kyle Mestery StorageTek's Network Systems Group "Keep honking, I'm reloading." "Lottery: A tax on people who are bad at math." On Tue, 24 Mar 1998, Amancio Hasty wrote: > Sure check your major device for bktr0 it was changed from 79 to 92. > > > rah - ~ > ls -ald /dev/bktr0 > cr--r--r-- 1 root wheel 92, 0 Feb 20 01:57 /dev/bktr0 > > Have Fun, > Amancio > > 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 Mar 24 19:51:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA25762 for freebsd-multimedia-outgoing; Tue, 24 Mar 1998 19:51:17 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA25757 for ; Tue, 24 Mar 1998 19:51:14 -0800 (PST) (envelope-from luoqi@watermarkgroup.com) Received: by watermarkgroup.com (4.1/SMI-4.1) id AA28812; Tue, 24 Mar 98 22:48:12 EST Date: Tue, 24 Mar 98 22:48:12 EST From: luoqi@watermarkgroup.com (Luoqi Chen) Message-Id: <9803250348.AA28812@watermarkgroup.com> To: freebsd-multimedia@FreeBSD.ORG, scottm@cs.ucla.edu Subject: Re: NEC 276 CDrom drive Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I brought this up on this list a few months ago, and now with a minor > lull in my courses, I did some debugging. I'd been getting "unknown > phase" errors and was told that this was due to latency in the controller. > > It's not. It's due to a strong predicate in atapi.c. I changed > > #define PHASE_COMPLETED (ARI_IN | ARI_CMD) > > to > > #define PHASE_COMPLETED (ARI_CMD) > > and the unknown phase (the more common problem for me) goes away. > Apparently, the controller doesn't assert ARI_IN when the ATAPI_MODE_SENSE > command is done. > > Question: Is this change to PHASE_COMPLETED, albeit a weaker predicate, > safe? And can someone commit this change to -current? You can't do this. According to spec, ARI_IN and ARI_CMD both have to be asserted when data transfer is done. I have a NEC 273/4.21 drive, and I saw the same message during bootup. Signal timing for these NEC drives doesn't exactly follow the spec: when data transfer is done, the drive should assert IO/CMD first, then deassert ARQ and BSY, then assert INTRQ. Try the following patch: Index: atapi.c =================================================================== RCS file: /fun/cvs/src/sys/i386/isa/atapi.c,v retrieving revision 1.24 diff -u -r1.24 atapi.c --- atapi.c 1998/03/01 18:57:27 1.24 +++ atapi.c 1998/03/24 07:48:05 @@ -711,7 +711,9 @@ { u_char ireason; u_short len, i; + int retry = 100; +again: if (atapi_wait (ata->port, 0) < 0) { ac->result.status = inb (ata->port + AR_STATUS); ac->result.error = inb (ata->port + AR_ERROR); @@ -734,8 +736,13 @@ ac->result.status, ARS_BITS, ac->result.error, AER_BITS); } - switch ((ireason & (ARI_CMD | ARI_IN)) | (ac->result.status & ARS_DRQ)) { + switch ((ireason & (ARI_CMD|ARI_IN)) | (ac->result.status & ARS_DRQ)) { default: + /* we could be between phases for immediate requests */ + if (!ac->callback && retry--) { + DELAY(10); + goto again; + } printf ("atapi%d.%d: unknown phase\n", ata->ctrlr, ac->unit); ac->result.code = RES_ERR; break; @@ -948,20 +955,13 @@ /* Send packet command. */ atapi_send_cmd (ata, ac); - /* Wait for data i/o phase. */ - for (cnt=20000; cnt>0; --cnt) - if (((inb (ata->port + AR_IREASON) & (ARI_CMD | ARI_IN)) | - (inb (ata->port + AR_STATUS) & ARS_DRQ)) != PHASE_CMDOUT) - break; - - /* Do all needed i/o. */ - while (atapi_io (ata, ac)) - /* Wait for DRQ deassert. */ + do { for (cnt=2000; cnt>0; --cnt) { - if (! (inb (ata->port + AR_STATUS) & ARS_DRQ)) + u_char s = inb(ata->port + AR_STATUS); + if ((s & (ARS_DRQ | ARS_BSY)) == ARS_BSY) break; - DELAY(10); } + } while (atapi_io(ata, ac)); } return (ac->result); } > > -scooter > -- > Scott Michel | In life, there are sheep and there are > UCLA Computer Science | wolves. > PhD Graduate Student | ... And I don't bleed ... > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Mar 24 22:17:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA14910 for freebsd-multimedia-outgoing; Tue, 24 Mar 1998 22:17:16 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA14903 for ; Tue, 24 Mar 1998 22:17:12 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id FAA12697; Wed, 25 Mar 1998 05:41:20 +0100 From: Luigi Rizzo Message-Id: <199803250441.FAA12697@labinfo.iet.unipi.it> Subject: Re: Yamaha OPL-3 PnP? To: jakob@teligent.se (Jakob Alvermark) Date: Wed, 25 Mar 1998 05:41:20 +0100 (MET) Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: from "Jakob Alvermark" at Mar 25, 98 00:30:40 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hello. > > Is this card a good buy? Am I right thinking this works with Luigi's > drivers? If it does, does it work with full duplex? The card itself should > do full duplex. If yes to all questions, I will buy it. Maybe I'll buy two yes to all questions. Although I couldn not get one myself, i only heard positive reports about this card and at least two of its incarnations (i.e. PnP vendor_id's) are already known to my driver. I have report of a third different vendor_id that the driver still does not know but the fix is trivial. email me with pnpinfo output if you have problems. cheers luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 25 08:01:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28994 for freebsd-multimedia-outgoing; Wed, 25 Mar 1998 08:01:08 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA28989 for ; Wed, 25 Mar 1998 08:01:04 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id PAA13426; Wed, 25 Mar 1998 15:24:54 +0100 From: Luigi Rizzo Message-Id: <199803251424.PAA13426@labinfo.iet.unipi.it> Subject: The FreeBSD lounge... To: multimedia@FreeBSD.ORG Date: Wed, 25 Mar 1998 15:24:54 +0100 (MET) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Not too long ago, sd/sdr showed the announce of the "FreeBSD lounge". It was the time of the hard-to-get matrox meteor, and "there is only one soundcard, and it's named GUS". No wonder that there was not much traffic on that group and this is probably why it is not announced anymore. Now that we have much better multimedia support, I think it would be a nice thing to re-start announcing the group on the MBone. I discussed this with Jim and he's probably volunteering to do that. Of course it would be great if there was also some content being transmitted... even background music from some radio station if necessary... One thing i suggest, if possible, is to default formats etc to something that can be carried on modem lines, i.e. GSM audio and low-bandwidth, low resolution video. cheers luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 25 09:00:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA12515 for freebsd-multimedia-outgoing; Wed, 25 Mar 1998 09:00:02 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from miller.cs.uwm.edu (miller.cs.uwm.edu [129.89.139.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA12449 for ; Wed, 25 Mar 1998 08:59:53 -0800 (PST) (envelope-from james@miller.cs.uwm.edu) Received: (from james@localhost) by miller.cs.uwm.edu (8.8.5/8.8.5) id KAA32353; Wed, 25 Mar 1998 10:59:47 -0600 (CST) Date: Wed, 25 Mar 1998 10:59:47 -0600 (CST) From: Jim Lowe Message-Id: <199803251659.KAA32353@miller.cs.uwm.edu> To: luigi@labinfo.iet.unipi.it, multimedia@FreeBSD.ORG Subject: Re: The FreeBSD lounge... Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >From: Luigi Rizzo >Subject: The FreeBSD lounge... > >Of course it would be great if there was also some content being >transmitted... even background music from some radio station if >necessary... One thing i suggest, if possible, is to default formats >etc to something that can be carried on modem lines, i.e. GSM audio and >low-bandwidth, low resolution video. > Actually, this content is already available on the Mbone. ``Places all over the world'' usually has low bandwidth video and there are about 10 radio stations who transmit stuff. I think the Lounge could be used as a place to meet, chat, and exchange ideas -- the problem is we really need some people to just hang out on a regular basis. If there is interest in this, I can start up the announcement for the Lounge again. -Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 25 09:13:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15420 for freebsd-multimedia-outgoing; Wed, 25 Mar 1998 09:13:49 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA15407 for ; Wed, 25 Mar 1998 09:13:43 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id QAA13603; Wed, 25 Mar 1998 16:37:50 +0100 From: Luigi Rizzo Message-Id: <199803251537.QAA13603@labinfo.iet.unipi.it> Subject: Re: The FreeBSD lounge... To: james@miller.cs.uwm.edu (Jim Lowe) Date: Wed, 25 Mar 1998 16:37:50 +0100 (MET) Cc: multimedia@FreeBSD.ORG In-Reply-To: <199803251659.KAA32353@miller.cs.uwm.edu> from "Jim Lowe" at Mar 25, 98 10:59:28 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >Of course it would be great if there was also some content being > >transmitted... even background music from some radio station if > >necessary... One thing i suggest, if possible, is to default formats > >etc to something that can be carried on modem lines, i.e. GSM audio and > >low-bandwidth, low resolution video. > > > Actually, this content is already available on the Mbone. ``Places > all over the world'' usually has low bandwidth video and there are > about 10 radio stations who transmit stuff. > > I think the Lounge could be used as a place to meet, chat, and > exchange ideas -- the problem is we really need some people to > just hang out on a regular basis. If there is interest in this, that's why i was not asking for generic MBone content, but for something hopefully interesting to be transmitted on that channel: to attract people to hang out on it. > I can start up the announcement for the Lounge again. why not :) cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 25 09:54:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24380 for freebsd-multimedia-outgoing; Wed, 25 Mar 1998 09:54:40 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from crh.cl.msu.edu (crh.cl.msu.edu [35.8.1.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA24373 for ; Wed, 25 Mar 1998 09:54:37 -0800 (PST) (envelope-from henrich@crh.cl.msu.edu) Received: (from henrich@localhost) by crh.cl.msu.edu (8.8.7/8.8.7) id MAA08811; Wed, 25 Mar 1998 12:54:37 -0500 (EST) (envelope-from henrich) Date: Wed, 25 Mar 1998 12:54:37 -0500 (EST) From: Charles Henrich Message-Id: <199803251754.MAA08811@crh.cl.msu.edu> To: luigi@labinfo.iet.unipi.it, freebsd-multimedia@FreeBSD.ORG Subject: Re: The FreeBSD lounge... Newsgroups: lists.freebsd.multimedia References: <6fbe43$4qb$1@msunews.cl.msu.edu> X-Newsreader: NN version 6.5.0 CURRENT #1 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In lists.freebsd.multimedia you write: >that's why i was not asking for generic MBone content, but for >something hopefully interesting to be transmitted on that channel: to >attract people to hang out on it. We could have Luigi do 5 half hour shows (22 minutes, we'd fill the other 8 with commercial time :) on writing drivers for FreeBSD, via the sound driver as an example! Whacha think Luigi? :) -Crh -- Charles Henrich Michigan State University henrich@msu.edu http://pilot.msu.edu/~henrich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 25 10:52:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA08161 for freebsd-multimedia-outgoing; Wed, 25 Mar 1998 10:52:51 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from plains.NoDak.edu (tinguely@plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA08156 for ; Wed, 25 Mar 1998 10:52:49 -0800 (PST) (envelope-from tinguely@plains.NoDak.edu) Received: (from tinguely@localhost) by plains.NoDak.edu (8.8.8/8.8.8) id MAA04964; Wed, 25 Mar 1998 12:52:44 -0600 (CST) Date: Wed, 25 Mar 1998 12:52:44 -0600 (CST) From: Mark Tinguely Message-Id: <199803251852.MAA04964@plains.NoDak.edu> To: freebsd-multimedia@FreeBSD.ORG, henrich@crh.cl.msu.edu, luigi@labinfo.iet.unipi.it Subject: Re: The FreeBSD lounge... Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > We could have Luigi do 5 half hour shows (22 minutes, we'd fill the other 8 > with commercial time :) on writing drivers for FreeBSD, via the sound driver > as an example! Whacha think Luigi? :) or have Jim/Luigi's Freenix talk recorded and play it back on demand like they do on the IMJ channels. Of course we don't have supplimental cartoons like IMJ, so we will have to use Jim's old NASA launch MPEGs to fill the gaps. --mark. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 25 14:58:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA25784 for freebsd-multimedia-outgoing; Wed, 25 Mar 1998 14:58:10 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA25778 for ; Wed, 25 Mar 1998 14:58:08 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id OAA29149; Wed, 25 Mar 1998 14:57:54 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803252257.OAA29149@rah.star-gate.com> To: Luigi Rizzo cc: multimedia@FreeBSD.ORG, hasty@rah.star-gate.com Subject: Re: The FreeBSD lounge... In-reply-to: Your message of "Wed, 25 Mar 1998 15:24:54 +0100." <199803251424.PAA13426@labinfo.iet.unipi.it> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <29146.890866674.1@rah.star-gate.com> Date: Wed, 25 Mar 1998 14:57:54 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The reason for FreeBSD Lounge to have gone away is that Jim lost interest in advertising it . We need someone or an organization to sponsor the FreeBSD Lounge. Actually, JKH , is not a bad guy to bug about this because I think his site now has MBone connectivity. As for compelling or interesting content is up to you guys. One possible useful scenario is the multimedia guys just hang out in the Lounge and chat sort of like our version of a chat session. Oh, and I really would like to see a FreeBSD box advertising the FreeBSD Mbone channel. Have Fun, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 25 17:09:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA16285 for freebsd-multimedia-outgoing; Wed, 25 Mar 1998 17:09:56 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from subcellar.mwci.net (subcellar.mwci.net [205.254.160.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA16256 for ; Wed, 25 Mar 1998 17:09:50 -0800 (PST) (envelope-from jwalt@mwci.net) Received: from firewall.mwci.net (firewall.mwci.net [205.254.160.134]) by subcellar.mwci.net (8.8.8/8.8.5) with SMTP id TAA03889 for ; Wed, 25 Mar 1998 19:08:47 -0600 (CST) Date: Wed, 25 Mar 1998 19:09:55 -0600 (CST) From: Jesse Walters To: multimedia@FreeBSD.ORG Subject: mp3 player 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 Anyone know of any decent mp3 player for x. I am currently using the command line version of amp but I would like a nice x one too. I noticed x11amp (a take off of winamp) is out for linux, any word on when the port will come out?? thanks --jess To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 25 18:28:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27834 for freebsd-multimedia-outgoing; Wed, 25 Mar 1998 18:28:29 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from thelab.hub.org (tc-3.acadiau.ca [131.162.2.103]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27801 for ; Wed, 25 Mar 1998 18:28:26 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.8.8/8.8.2) with SMTP id WAA06984; Wed, 25 Mar 1998 22:28:00 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 25 Mar 1998 22:28:00 -0400 (AST) From: The Hermit Hacker To: Jesse Walters cc: multimedia@FreeBSD.ORG Subject: Re: mp3 player In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 25 Mar 1998, Jesse Walters wrote: > Anyone know of any decent mp3 player for x. I am currently using > the command line version of amp but I would like a nice x one too. I > noticed x11amp (a take off of winamp) is out for linux, any word on when > the port will come out?? thanks The binary does work under FreeBSD 3.0-current... Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 25 19:39:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05987 for freebsd-multimedia-outgoing; Wed, 25 Mar 1998 19:39:52 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from taliesin.cs.ucla.edu (Taliesin.CS.UCLA.EDU [131.179.96.166]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA05965 for ; Wed, 25 Mar 1998 19:39:50 -0800 (PST) (envelope-from scottm@mordred.cs.ucla.edu) Received: (qmail 5305 invoked from network); 26 Mar 1998 03:39:12 -0000 Received: from mordred.cs.ucla.edu (131.179.48.34) by taliesin.cs.ucla.edu with SMTP; 26 Mar 1998 03:39:12 -0000 Received: from mordred.cs.ucla.edu (localhost [127.0.0.1]) by mordred.cs.ucla.edu (8.8.8/8.8.8) with ESMTP id TAA00308; Wed, 25 Mar 1998 19:39:44 -0800 (PST) (envelope-from scottm@mordred.cs.ucla.edu) Message-Id: <199803260339.TAA00308@mordred.cs.ucla.edu> X-Mailer: exmh version 2.0.1 12/23/97 To: luoqi@watermarkgroup.com (Luoqi Chen) cc: freebsd-multimedia@FreeBSD.ORG, scottm@CS.UCLA.EDU Subject: Re: NEC 276 CDrom drive In-reply-to: Your message of "Tue, 24 Mar 1998 22:48:12 EST." <9803250348.AA28812@watermarkgroup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Mar 1998 19:39:43 -0800 From: Scott Michel Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I say that this patch should be committed. I can vouch that it works. Probably needs more testing to make sure that everyone else's drive still works, but at least mine is... -scooter > I have a NEC 273/4.21 drive, and I saw the same message during bootup. > Signal timing for these NEC drives doesn't exactly follow the spec: > when data transfer is done, the drive should assert IO/CMD first, then > deassert ARQ and BSY, then assert INTRQ. > > Try the following patch: > > Index: atapi.c > =================================================================== > RCS file: /fun/cvs/src/sys/i386/isa/atapi.c,v > retrieving revision 1.24 > diff -u -r1.24 atapi.c > --- atapi.c 1998/03/01 18:57:27 1.24 > +++ atapi.c 1998/03/24 07:48:05 > @@ -711,7 +711,9 @@ > { > u_char ireason; > u_short len, i; > + int retry = 100; > > +again: > if (atapi_wait (ata->port, 0) < 0) { > ac->result.status = inb (ata->port + AR_STATUS); > ac->result.error = inb (ata->port + AR_ERROR); > @@ -734,8 +736,13 @@ > ac->result.status, ARS_BITS, > ac->result.error, AER_BITS); > } > - switch ((ireason & (ARI_CMD | ARI_IN)) | (ac->result.status & ARS_DRQ)) { > + switch ((ireason & (ARI_CMD|ARI_IN)) | (ac->result.status & ARS_DRQ)) { > default: > + /* we could be between phases for immediate requests */ > + if (!ac->callback && retry--) { > + DELAY(10); > + goto again; > + } > printf ("atapi%d.%d: unknown phase\n", ata->ctrlr, ac->unit); > ac->result.code = RES_ERR; > break; > @@ -948,20 +955,13 @@ > /* Send packet command. */ > atapi_send_cmd (ata, ac); > > - /* Wait for data i/o phase. */ > - for (cnt=20000; cnt>0; --cnt) > - if (((inb (ata->port + AR_IREASON) & (ARI_CMD | ARI_IN)) | > - (inb (ata->port + AR_STATUS) & ARS_DRQ)) != PHASE_CMDOUT) > - break; > - > - /* Do all needed i/o. */ > - while (atapi_io (ata, ac)) > - /* Wait for DRQ deassert. */ > + do { > for (cnt=2000; cnt>0; --cnt) { > - if (! (inb (ata->port + AR_STATUS) & ARS_DRQ)) > + u_char s = inb(ata->port + AR_STATUS); > + if ((s & (ARS_DRQ | ARS_BSY)) == ARS_BSY) > break; > - DELAY(10); > } > + } while (atapi_io(ata, ac)); > } > return (ac->result); > } > > > > > -scooter > > -- > > Scott Michel | In life, there are sheep and there are > > UCLA Computer Science | wolves. > > PhD Graduate Student | ... And I don't bleed ... > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-multimedia" in the body of the message > > > > -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 25 20:32:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10263 for freebsd-multimedia-outgoing; Wed, 25 Mar 1998 20:32:03 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from penguin.wise.edt.ericsson.se (penguin-ext.wise.edt.ericsson.se [194.237.142.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10186 for ; Wed, 25 Mar 1998 20:31:56 -0800 (PST) (envelope-from greg@camelot.eno.ericsson.se) Received: from camelot.eno.ericsson.se (camelot.eno.ericsson.se [150.236.172.92]) by penguin.wise.edt.ericsson.se (8.7.5/8.7.3/glacier-1.12) with ESMTP id FAA21082; Thu, 26 Mar 1998 05:31:55 +0100 (MET) Received: from london.eno.ericsson.se (london [150.236.172.23]) by camelot.eno.ericsson.se with SMTP (8.7.1/8.7.1) id MAA01095; Thu, 26 Mar 1998 12:31:49 +0800 (SST) Message-ID: X-Mailer: XFMail 1.2-alpha [p0] on HPUX Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 26 Mar 1998 12:32:40 +0730 (SST) Organization: Ericsson, Pte Ltd From: Gregory Hosler To: Jesse Walters Subject: RE: mp3 player Cc: multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org give xaudio a try. www.xaudio.com I use the linux and windows versions. some bugs in the saving of a playlist but other than that it's fully functional. -Greg On 26-Mar-98 Jesse Walters wrote: > Anyone know of any decent mp3 player for x. I am currently using >the command line version of amp but I would like a nice x one too. I >noticed x11amp (a take off of winamp) is out for linux, any word on when >the port will come out?? thanks > > >--jess > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-multimedia" in the body of the message ---------------------------------- E-Mail: Gregory Hosler Date: 26-Mar-98 Time: 12:31:398 "And where were you at 00:00:00 GMT, January 1, 1970?" -- As far as the laws of mathematics refer to reality, they are not certain, and as far as they are certain, they do not refer to reality. -- Albert Einstein ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 25 23:09:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA26281 for freebsd-multimedia-outgoing; Wed, 25 Mar 1998 23:09:32 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA26272 for ; Wed, 25 Mar 1998 23:09:30 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id GAA14732; Thu, 26 Mar 1998 06:33:52 +0100 From: Luigi Rizzo Message-Id: <199803260533.GAA14732@labinfo.iet.unipi.it> Subject: Re: The FreeBSD lounge... To: hasty@rah.star-gate.com (Amancio Hasty) Date: Thu, 26 Mar 1998 06:33:52 +0100 (MET) Cc: multimedia@FreeBSD.ORG In-Reply-To: <199803252257.OAA29149@rah.star-gate.com> from "Amancio Hasty" at Mar 25, 98 02:57:35 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > in advertising it . We need someone or an organization to sponsor > the FreeBSD Lounge. Actually, JKH , is not a bad guy to bug about > this because I think his site now has MBone connectivity. As for these days i suspect he's quite busy with the release... i'll try again some time next week. > compelling or interesting content is up to you guys. why do you put yourself out of the group ? > Oh, and I really would like to see a FreeBSD box advertising the > FreeBSD Mbone channel. so do i. In fact i could advertise it myself but my mbone connection is not the most stable in the world and from time to time i have long outages. cheers luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 25 23:20:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA27614 for freebsd-multimedia-outgoing; Wed, 25 Mar 1998 23:20:52 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA27609 for ; Wed, 25 Mar 1998 23:20:51 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id XAA02093; Wed, 25 Mar 1998 23:20:36 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803260720.XAA02093@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Luigi Rizzo cc: multimedia@FreeBSD.ORG Subject: Re: The FreeBSD lounge... In-reply-to: Your message of "Thu, 26 Mar 1998 06:33:52 +0100." <199803260533.GAA14732@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Mar 1998 23:20:36 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > in advertising it . We need someone or an organization to sponsor > > the FreeBSD Lounge. Actually, JKH , is not a bad guy to bug about > > this because I think his site now has MBone connectivity. As for > > these days i suspect he's quite busy with the release... i'll try again > some time next week. > > > compelling or interesting content is up to you guys. > > why do you put yourself out of the group ? I am not putting myself out side the group and I always thought of FreeBSD Lounge as a group thing . Cheers, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 25 23:26:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA28257 for freebsd-multimedia-outgoing; Wed, 25 Mar 1998 23:26:01 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA28238 for ; Wed, 25 Mar 1998 23:25:59 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id XAA02175; Wed, 25 Mar 1998 23:25:44 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803260725.XAA02175@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 to: julian@whistle.com cc: multimedia@FreeBSD.ORG Subject: Re: The FreeBSD lounge... In-reply-to: Your message of "Thu, 26 Mar 1998 06:33:52 +0100." <199803260533.GAA14732@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Mar 1998 23:25:44 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Care to sponsor the FreeBSD Lounge if your company still has an mbone connection? All it is required is to send out the sdr announcement. Cheers, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 26 02:20:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA14757 for freebsd-multimedia-outgoing; Thu, 26 Mar 1998 02:20:32 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from d182-89.uoregon.edu (d182-89.uoregon.edu [128.223.182.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA14752 for ; Thu, 26 Mar 1998 02:20:30 -0800 (PST) (envelope-from gurney_j@efn.org) Received: (from jmg@localhost) by d182-89.uoregon.edu (8.8.7/8.8.7) id CAA25333; Thu, 26 Mar 1998 02:20:22 -0800 (PST) Message-ID: <19980326022022.24676@hydrogen.nike.efn.org> Date: Thu, 26 Mar 1998 02:20:22 -0800 From: John-Mark Gurney To: Amancio Hasty Cc: Luigi Rizzo , multimedia@FreeBSD.ORG Subject: Re: The FreeBSD lounge... References: <199803251424.PAA13426@labinfo.iet.unipi.it> <199803252257.OAA29149@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <199803252257.OAA29149@rah.star-gate.com>; from Amancio Hasty on Wed, Mar 25, 1998 at 02:57:54PM -0800 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 2.2.1-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Amancio Hasty scribbled this message on Mar 25: > The reason for FreeBSD Lounge to have gone away is that Jim lost interest > in advertising it . We need someone or an organization to sponsor > the FreeBSD Lounge. Actually, JKH , is not a bad guy to bug about > this because I think his site now has MBone connectivity. As for > compelling or interesting content is up to you guys. > > One possible useful scenario is the multimedia guys just hang out > in the Lounge and chat sort of like our version of a chat session. > > Oh, and I really would like to see a FreeBSD box advertising the > FreeBSD Mbone channel. well, now that I'm well net connected, I could advertise it for the next three months... and I'd probably even hang out there quite a bit too... (I would have to start an Xserver on my box though :) ) but I do agree with Luigi on using GSM for audio... it's really great on modem links (Luigi and I have used it between us, and each time one of us was behind a modem)... and you can still use your modem for other stuff... (gsm is encodes 160 16-bit samples into 33bytes)... -- John-Mark Gurney Modem Rev/FAX: +1 541 346 9237 Cu Networking P.O. Box 5693, 97405 Live in Peace, destroy Micro$oft, support free software, run FreeBSD Don't trust anyone you don't have the source for To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 26 05:59:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA08195 for freebsd-multimedia-outgoing; Thu, 26 Mar 1998 05:59:00 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gatekeeper.itribe.net (gatekeeper.itribe.net [209.49.144.254]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA08190 for ; Thu, 26 Mar 1998 05:58:58 -0800 (PST) (envelope-from jamie@itribe.net) Message-Id: <199803261318.IAA11530@gatekeeper.itribe.net> Received: forwarded by SMTP 1.5.2. Date: Thu, 26 Mar 1998 08:17:39 -0500 (EST) From: Jamie Bowden To: Jesse Walters cc: multimedia@FreeBSD.ORG Subject: Re: mp3 player In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 25 Mar 1998, Jesse Walters wrote: > Anyone know of any decent mp3 player for x. I am currently using > the command line version of amp but I would like a nice x one too. I > noticed x11amp (a take off of winamp) is out for linux, any word on when > the port will come out?? thanks Check out http://www.xaudio.com/ -- Jamie Bowden Systems Administrator, iTRiBE.net If we've got to fight over grep, sign me up. But boggle can go. -Ted Faber (on Hasbro's request for removal of /usr/games/boggle) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 26 06:18:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA11649 for freebsd-multimedia-outgoing; Thu, 26 Mar 1998 06:18:16 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from EDISWITCH2.uninet.net.mx (EDISWITCH2.uninet.net.mx [200.33.150.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA11523; Thu, 26 Mar 1998 06:17:52 -0800 (PST) (envelope-from eculp@ver1.telmex.net.mx) Received: from mc.mexcom.net (aca1-15.uninet.net.mx [200.38.135.15] (may be forged)) by EDISWITCH2.uninet.net.mx (8.8.8/8.8.8) with SMTP id IAA10746; Thu, 26 Mar 1998 08:10:44 -0600 (CST) Message-ID: <351A6440.2EE0322B@ver1.telmex.net.mx> Date: Thu, 26 Mar 1998 08:20:48 -0600 From: Edwin Culp Organization: Mexico Communicates, S.A. de C.V. X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.18 i586) MIME-Version: 1.0 To: freebsd-multimedia@FreeBSD.ORG CC: freebsd-scsi@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG Subject: Re: CD-burners compatible with FreeBSD? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Torsten Blum wrote: > > Donald Burr wrote: > > > Can anyone list the SCSI (and IDE/ATAPI, if applicable) CD-burners that are > > compatible with FreeBSD (either -STABLE or -CURRENT)? I'm considering > > purchasing one, but don't want to accidentally buy an unsupported model. > > I got the new Plextor CDR a couple of weeks ago: > scbus1 target 4 lun 0: type 5 removable SCSI 2 > > It uses the MMC Comandset (SCSI3 Multimedia Commandset) and is supported > by cdrecord (in ports). > > -tb Anyone have any experience with Smart and Friendly? http://www.smartandfriendly.com/cdrw426specse.html Thanks ed P.S. Has anyone been able to use an enhanced IDA drive? Thanks again ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 26 08:10:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA05746 for freebsd-multimedia-outgoing; Thu, 26 Mar 1998 08:10:46 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA05678 for ; Thu, 26 Mar 1998 08:10:28 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id IAA08591; Thu, 26 Mar 1998 08:00:59 -0800 (PST) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd008584; Thu Mar 26 16:00:54 1998 Date: Thu, 26 Mar 1998 07:56:10 -0800 (PST) From: Julian Elischer To: Amancio Hasty cc: multimedia@FreeBSD.ORG Subject: Re: The FreeBSD lounge... In-Reply-To: <199803260725.XAA02175@rah.star-gate.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 we still have everything, but uunet cut our link after 5 seconds because we haven't payed the $400 per month (or what ever it is they want) of a mbone connection these days. On Wed, 25 Mar 1998, Amancio Hasty wrote: > Hi, > > Care to sponsor the FreeBSD Lounge if your company still has an mbone > connection? > All it is required is to send out the sdr announcement. > > Cheers, > Amancio > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 26 08:19:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07671 for freebsd-multimedia-outgoing; Thu, 26 Mar 1998 08:19:17 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gaia.coppe.ufrj.br (cisigw.coppe.ufrj.br [146.164.5.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA07663 for ; Thu, 26 Mar 1998 08:19:12 -0800 (PST) (envelope-from jonny@coppe.ufrj.br) Received: (from jonny@localhost) by gaia.coppe.ufrj.br (8.8.8/8.8.8) id NAA03381; Thu, 26 Mar 1998 13:18:55 -0300 (EST) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199803261618.NAA03381@gaia.coppe.ufrj.br> Subject: Re: The FreeBSD lounge... In-Reply-To: from Julian Elischer at "Mar 26, 98 07:56:10 am" To: julian@whistle.com (Julian Elischer) Date: Thu, 26 Mar 1998 13:18:55 -0300 (EST) Cc: hasty@rah.star-gate.com, multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org #define quoting(Julian Elischer) // we still have everything, but uunet cut our link after 5 seconds because // we // haven't payed the $400 per month (or what ever it is they want) // of a mbone connection these days. Don't they already receive for the link bandwidth ? Why should they want more for something that will increase usage of your connection ? And what will keep you from making a tunnel somewhere else ? Nonsense. Jonny -- Joao Carlos Mendes Luis jonny@gta.ufrj.br +55 21 290-4698 jonny@coppe.ufrj.br Universidade Federal do Rio de Janeiro UFRJ/COPPE/CISI PGP fingerprint: 29 C0 50 B9 B6 3E 58 F2 83 5F E3 26 BF 0F EA 67 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 26 09:35:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20668 for freebsd-multimedia-outgoing; Thu, 26 Mar 1998 09:35:39 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gratia.it.hq.nasa.gov (gratia.it.hq.nasa.gov [131.182.119.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20437 for ; Thu, 26 Mar 1998 09:34:56 -0800 (PST) (envelope-from cshenton@gratia.it.hq.nasa.gov) Received: from wirehead.it.hq.nasa.gov (WireHead.it.hq.nasa.gov [131.182.119.88]) by gratia.it.hq.nasa.gov (8.7.5/8.7.3) with ESMTP id MAA13076; Thu, 26 Mar 1998 12:12:20 -0500 (EST) Received: (from cshenton@localhost) by wirehead.it.hq.nasa.gov (8.8.8/8.8.8) id MAA21734; Thu, 26 Mar 1998 12:19:08 -0500 (EST) To: John-Mark Gurney Cc: Amancio Hasty , Luigi Rizzo , multimedia@FreeBSD.ORG Subject: Re: The FreeBSD lounge... References: <199803251424.PAA13426@labinfo.iet.unipi.it> <199803252257.OAA29149@rah.star-gate.com> <19980326022022.24676@hydrogen.nike.efn.org> From: Chris Shenton Date: 26 Mar 1998 12:19:07 -0500 In-Reply-To: John-Mark Gurney's message of Thu, 26 Mar 1998 02:20:22 -0800 Message-ID: Lines: 24 X-Mailer: Gnus v5.5/Emacs 20.2 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John-Mark Gurney writes: > well, now that I'm well net connected, I could advertise it for the > next three months... and I'd probably even hang out there quite a > bit too... (I would have to start an Xserver on my box though :) ) I might be able to do it here, too. I need to finish getting up to 2.2.6 and config the kernel for a quickcam and SB. My lowly P60 is running mrouted for our office LAN here, out to the NASA MBONE fabric. > but I do agree with Luigi on using GSM for audio... it's really great > on modem links (Luigi and I have used it between us, and each time one > of us was behind a modem)... and you can still use your modem for > other stuff... (gsm is encodes 160 16-bit samples into 33bytes)... When I've done this point-to-point it worked fine as you say. When I did it multicast I got flooded with MBONE routing updates and it sucked so much of my modem bandwidth that RIP routes failed to get through and my link died. I used the mrouted.conf "bandwidth" parameter to leave me some room on my line for non-MBONE traffic. After a while, the mrouting stabilized and became a low overhead. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 26 10:07:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26260 for freebsd-multimedia-outgoing; Thu, 26 Mar 1998 10:07:54 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA26186 for ; Thu, 26 Mar 1998 10:07:33 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id RAA15469; Thu, 26 Mar 1998 17:28:03 +0100 From: Luigi Rizzo Message-Id: <199803261628.RAA15469@labinfo.iet.unipi.it> Subject: Re: The FreeBSD lounge... To: cshenton@it.hq.nasa.gov (Chris Shenton) Date: Thu, 26 Mar 1998 17:28:02 +0100 (MET) Cc: gurney_j@resnet.uoregon.edu, hasty@rah.star-gate.com, multimedia@FreeBSD.ORG In-Reply-To: from "Chris Shenton" at Mar 26, 98 12:18:48 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > but I do agree with Luigi on using GSM for audio... it's really great > > on modem links (Luigi and I have used it between us, and each time one > > of us was behind a modem)... and you can still use your modem for > > other stuff... (gsm is encodes 160 16-bit samples into 33bytes)... > > When I've done this point-to-point it worked fine as you say. When I > did it multicast I got flooded with MBONE routing updates and it > sucked so much of my modem bandwidth that RIP routes failed to get > through and my link died. I used the mrouted.conf "bandwidth" > parameter to leave me some room on my line for non-MBONE > traffic. After a while, the mrouting stabilized and became a low > overhead. the way i use it is not to run a tunnel across the modem line (which btw is not easy to set up unless you have an ethernet interface on your machine at home -- mrouted refuses to start when you have a single interface), but rather using a gateway program like my "tcoder" (at http://www.iet.unipi.it/~luigi/FreeBSD.html ). In fact, since tcoder does audio conversion to GSM or LPC, the source format is not really a problem... cheers luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 26 12:22:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16282 for freebsd-multimedia-outgoing; Thu, 26 Mar 1998 12:22:43 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16277 for ; Thu, 26 Mar 1998 12:22:41 -0800 (PST) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id VAA09949 for ; Thu, 26 Mar 1998 21:22:37 +0100 (MET) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Thu, 26 Mar 1998 21:22:36 +0100 (MET) Mime-Version: 1.0 To: freebsd-multimedia@FreeBSD.ORG Subject: Audio drivers Organization: Gutteklubben Terrasse / KRST / PUMS / YASMW X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-Stop-Spam: http://www.cauce.org From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 26 Mar 1998 21:22:36 +0100 Message-ID: Lines: 6 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Luigi, I see from my cvsup logs that you made some changes to the sound code since your last "please test" announcement. Is it anything significant? -- fprintf(stderr, "I have a closed mind. It helps keeping the rain out.\n"); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 26 13:38:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27690 for freebsd-multimedia-outgoing; Thu, 26 Mar 1998 13:38:15 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA27672 for ; Thu, 26 Mar 1998 13:38:06 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id VAA15720; Thu, 26 Mar 1998 21:02:41 +0100 From: Luigi Rizzo Message-Id: <199803262002.VAA15720@labinfo.iet.unipi.it> Subject: Re: Audio drivers To: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?=) Date: Thu, 26 Mar 1998 21:02:41 +0100 (MET) Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: from "Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?=" at Mar 26, 98 09:22:17 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Luigi, I see from my cvsup logs that you made some changes to the > sound code since your last "please test" announcement. Is it anything > significant? i am not aware of any changes to the audio driver! in the source tree. in any case i don't have commit privs so in case it has been someone else... cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 26 13:56:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28919 for freebsd-multimedia-outgoing; Thu, 26 Mar 1998 13:56:08 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from maulwurf.franken.de (root@maulwurf.franken.de [193.141.110.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28914 for ; Thu, 26 Mar 1998 13:56:07 -0800 (PST) (envelope-from gaspode.franken.de!tanis@maulwurf.franken.de) Received: by maulwurf.franken.de via rmail with stdio id for freebsd-multimedia@freebsd.org; Thu, 26 Mar 1998 22:56:03 +0100 (MET) (Smail-3.2 1996-Jul-4 #1 built DST-May-30) Received: (from tanis@localhost) by gaspode.franken.de (8.8.8/8.8.8) id WAA01964; Thu, 26 Mar 1998 22:56:31 +0100 (CET) (envelope-from tanis) Message-ID: <19980326225630.31495@gaspode.franken.de> Date: Thu, 26 Mar 1998 22:56:30 +0100 From: German Tischler To: freebsd-multimedia@FreeBSD.ORG Subject: ad1816 patches Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. I'm (still) searching for PnP IDs of audio cards using the ad1816 chip. Just curious: Did anyone test my patches against Luigi's code ? -- German Tischler tanis@gaspode.franken.de tanis@cip.informatik.uni-wuerzburg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 26 22:26:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA04806 for freebsd-multimedia-outgoing; Thu, 26 Mar 1998 22:26:59 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA04801 for ; Thu, 26 Mar 1998 22:26:57 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id WAA09056 for ; Thu, 26 Mar 1998 22:26:36 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803270626.WAA09056@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: multimedia@FreeBSD.ORG Subject: Looking for Voice Mail Man!! Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 26 Mar 1998 22:26:36 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Mgetty + Vgetty can be used as a voice answering message . What I am looking for is for some one to tackle the task of creating a package or system. The system should have a GUI for configuration and management. For example , mgetty + vgetty has to be configured by editing mgetty.config and vgetty.conf . Possibly, Java with the hordes of IDE and GUI builders easily available on Win95 can be a way to tackle the task and almost as no brainer the same java program could serve as an applet for a web interface. For the last few years, I have been using mgetty+vgetty as my voice answering with messages forwarded to my "voicemail" folder . My mail reader is exmh and it is pretty easy to tie a mime object to a message. In my case, I use NCD's Network Audio System for playing back my messages. There is also a cool Java applet , JaWavedit, for playing audio streams -- actually by now there are probably several such applets. The Revolution for turning FreeBSD boxes into house appliances continues!! Have Fun, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Mar 26 23:23:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13585 for freebsd-multimedia-outgoing; Thu, 26 Mar 1998 23:23:12 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13580 for ; Thu, 26 Mar 1998 23:23:10 -0800 (PST) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id IAA29771; Fri, 27 Mar 1998 08:23:09 +0100 (MET) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Fri, 27 Mar 1998 08:23:08 +0100 (MET) Mime-Version: 1.0 To: Luigi Rizzo Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Audio drivers References: <199803262002.VAA15720@labinfo.iet.unipi.it> Organization: Gutteklubben Terrasse / KRST / PUMS / YASMW X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-Stop-Spam: http://www.cauce.org From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 27 Mar 1998 08:23:07 +0100 In-Reply-To: Luigi Rizzo's message of "Thu, 26 Mar 1998 21:02:41 +0100 (MET)" Message-ID: Lines: 19 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Luigi Rizzo writes: > > Luigi, I see from my cvsup logs that you made some changes to the > > sound code since your last "please test" announcement. Is it anything > > significant? > i am not aware of any changes to the audio driver! in the source tree. > in any case i don't have commit privs so in case it has been someone > else... Hmmm... I cvsupped once after you sent the "please test" announcement (and you got my feedback). I cvsupped again yesterday to get the new version number (2.2.6-STABLE rather than -BETA) and got sb_dsp.c, sound.h and a third file (don't remember which) thrown at me. I can understand sb_dsp.c because I had changed it to add my card's PnP Vendor ID to it, but I hadn't modify the other two so I was surprised to see them get updated without hearing about it on -stable or -multimedia. -- fprintf(stderr, "I have a closed mind. It helps keeping the rain out.\n"); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 27 01:41:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25066 for freebsd-multimedia-outgoing; Fri, 27 Mar 1998 01:41:06 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25060 for ; Fri, 27 Mar 1998 01:41:04 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id BAA09861 for ; Fri, 27 Mar 1998 01:40:48 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803270940.BAA09861@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: multimedia@FreeBSD.ORG Subject: http://www.activision.com/hexenII/technology.html Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 27 Mar 1998 01:40:48 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hexen II anyone? Direct quote from one of the Hexen II developers: 9. Is H2 supported by the GLQuake executable? Yes...it should work! ---- Cheers, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 27 07:01:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09720 for freebsd-multimedia-outgoing; Fri, 27 Mar 1998 07:01:55 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from plains.NoDak.edu (tinguely@plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09715 for ; Fri, 27 Mar 1998 07:01:52 -0800 (PST) (envelope-from tinguely@plains.NoDak.edu) Received: (from tinguely@localhost) by plains.NoDak.edu (8.8.8/8.8.8) id JAA27174; Fri, 27 Mar 1998 09:01:39 -0600 (CST) Date: Fri, 27 Mar 1998 09:01:39 -0600 (CST) From: Mark Tinguely Message-Id: <199803271501.JAA27174@plains.NoDak.edu> To: cshenton@it.hq.nasa.gov Subject: mrouted (was FreeBSD lounge Cc: multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chris Shenton writes: [delete] > When I've done this point-to-point it worked fine as you say. When I > did it multicast I got flooded with MBONE routing updates and it > sucked so much of my modem bandwidth that RIP routes failed to get > through and my link died. I used the mrouted.conf "bandwidth" > parameter to leave me some room on my line for non-MBONE > traffic. After a while, the mrouting stabilized and became a low > overhead. the initial tidal-wave of data on the tunnel may acually be the session flooding. To quickly get sessions running when the MBONE tunnel restarts the MBONE router floods data packets to all the groups and then as enough time has expired that the IGMP resposives should have been recieved, the un-used sessions are pruned back. People with slow links may benefit from using mrouted version 3.9-beta3 from: ftp://parcftp.xerox.com/ pub/net-research/ipmulti/beta-test/mrouted3.9-beta3-i386-freebsd22.tar.Z to stop the flood-fill of session data, all you do is add "nofill" in the /etc/mrouted.conf. I also appreciate the "passive" option, so there is no overhead on neighbors that only occasionally have their tunnels connected. --mark. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 27 13:01:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10711 for freebsd-multimedia-outgoing; Fri, 27 Mar 1998 13:01:32 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from bebop.aa.ans.net (bebop.aa.ans.net [147.225.20.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10693 for ; Fri, 27 Mar 1998 13:01:24 -0800 (PST) (envelope-from dwm@bebop.aa.ans.net) Received: from localhost (dwm@localhost) by bebop.aa.ans.net (8.8.5/8.8.3) with ESMTP id QAA01034 for ; Fri, 27 Mar 1998 16:01:10 -0500 (EST) Message-Id: <199803272101.QAA01034@bebop.aa.ans.net> Position: Advisory Engineer Company: ANS Location: ANS Network Services, Ann Arbor, MI To: multimedia@FreeBSD.ORG Subject: video capture and camera recommendations Date: Fri, 27 Mar 1998 16:01:10 -0500 From: Daniel W McRobb Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anyone have suggestions? I'm looking to set up an MBONE machine, but not break the bank. It looks like the Wincast/TV card is a reasonable cheap option for video capture, but does Hauppauge make one with S-video input? What about camera recommendations? On a similar note... anyone successfully using a Turtle Beach Fiji or Pinnacle with any of the audio drivers? Daniel ~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 27 23:47:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA16887 for freebsd-multimedia-outgoing; Fri, 27 Mar 1998 23:47:52 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from d182-89.uoregon.edu (d182-89.uoregon.edu [128.223.182.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16881 for ; Fri, 27 Mar 1998 23:47:51 -0800 (PST) (envelope-from gurney_j@efn.org) Received: (from jmg@localhost) by d182-89.uoregon.edu (8.8.7/8.8.7) id XAA02331; Fri, 27 Mar 1998 23:47:52 -0800 (PST) Message-ID: <19980327234752.60180@hydrogen.nike.efn.org> Date: Fri, 27 Mar 1998 23:47:52 -0800 From: John-Mark Gurney To: multimedia@FreeBSD.ORG Subject: freebsd lounge... Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 2.2.1-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have started announcing the FreeBSD lounge... I have used GSM so that those over a modem can join us too... If anyone has any suggestions, just email me... -- John-Mark Gurney Modem Rev/FAX: +1 541 346 9237 Cu Networking P.O. Box 5693, 97405 Live in Peace, destroy Micro$oft, support free software, run FreeBSD Don't trust anyone you don't have the source for To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 28 03:14:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03676 for freebsd-multimedia-outgoing; Sat, 28 Mar 1998 03:14:25 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id DAA03671 for ; Sat, 28 Mar 1998 03:14:23 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id KAA17873; Sat, 28 Mar 1998 10:39:19 +0100 From: Luigi Rizzo Message-Id: <199803280939.KAA17873@labinfo.iet.unipi.it> Subject: Re: freebsd lounge... To: gurney_j@resnet.uoregon.edu Date: Sat, 28 Mar 1998 10:39:19 +0100 (MET) Cc: multimedia@FreeBSD.ORG In-Reply-To: <19980327234752.60180@hydrogen.nike.efn.org> from "John-Mark Gurney" at Mar 27, 98 11:47:33 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I have started announcing the FreeBSD lounge... I have used GSM so > that those over a modem can join us too... > > If anyone has any suggestions, just email me... yes... you should announce video, whiteboard and possibly nt sessions as well. cheers luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 28 04:28:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA12614 for freebsd-multimedia-outgoing; Sat, 28 Mar 1998 04:28:38 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from smtp03.primenet.com (smtp03.primenet.com [206.165.6.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA12609; Sat, 28 Mar 1998 04:28:36 -0800 (PST) (envelope-from bkogawa@primenet.com) Received: (from daemon@localhost) by smtp03.primenet.com (8.8.8/8.8.8) id FAA22819; Sat, 28 Mar 1998 05:28:31 -0700 (MST) Received: from ip199.sjc.primenet.com(206.165.96.199), claiming to be "foo.primenet.com" via SMTP by smtp03.primenet.com, id smtpd022803; Sat Mar 28 05:28:22 1998 Received: (from bkogawa@localhost) by foo.primenet.com (8.8.8/8.8.6) id EAA28772; Sat, 28 Mar 1998 04:28:36 -0800 (PST) Date: Sat, 28 Mar 1998 04:28:36 -0800 (PST) Message-Id: <199803281228.EAA28772@foo.primenet.com> To: eivind@yes.no Subject: Re: My new BT-848 card?? Newsgroups: localhost.freebsd.questions References: <351AB3D1.56E6@mssl.uswest.net> <19980327141122.55997@follo.net> From: "Bryan K. Ogawa" Cc: bbbacres@mssl.uswest.net, freebsd-questions@FreeBSD.ORG, multimedia@FreeBSD.ORG X-Newsreader: NN version 6.5.0 #1 (NOV) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In localhost.freebsd.questions you write: [bt848 woes deleted] >(e) If you get problems capturing audio, you probably have a card which we > don't detect quite right. There are ways to fix this; contact the > multimedia list for details. (You run an id-probe you get from Amancio > and a patch to find MUX values you get from me :-) Okey dokey... I'm not Bruce, but I got a spiffy TurboTV (the $75 Fry's special). Works fine, but audio is confused (it plays tuner audio when video is coming from SVideo/RCA, and is quiet when playing tuner video). All in all, very cool, although it's annoying to have to run XFree just for the card (particularly when XFree hangs my system more than XAccel). So... where are the patches for changing the probe code for my tuner? Here's my dmesg output: bktr0 rev 18 int a irq 14 on pci0:18 Miro TV, Temic NTSC tuner. I think it is a Temic NTSC, but apparently not quite the right one. -- bryan k ogawa http://www.primenet.com/~bkogawa/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 28 05:54:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA18009 for freebsd-multimedia-outgoing; Sat, 28 Mar 1998 05:54:11 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from limbo.rtfm.net (nathan@rtfm.net [204.141.125.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17991 for ; Sat, 28 Mar 1998 05:53:57 -0800 (PST) (envelope-from nathan@limbo.rtfm.net) Received: (from nathan@localhost) by limbo.rtfm.net (8.8.8/8.8.8) id IAA01990; Sat, 28 Mar 1998 08:53:01 -0500 (EST) Message-ID: <19980328085258.22430@rtfm.net> Date: Sat, 28 Mar 1998 08:52:58 -0500 From: Nathan Dorfman To: multimedia@FreeBSD.ORG Subject: x11amp, again (with more info) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In (perhaps vain) hopes of hunting down and killing the x11amp bug, here's some more info. Perhaps someone can make something of this. Everything will work fine for a while. An hour of playing maybe? A couple of runs? Then, the player (not the GUI) will die with a SIGBUS and dump core. The GUI will still be there but be useless. After (of course) killing the GUI process, and trying to start x11amp again, the playing process will die with SIGSEGV (not SIGBUS) and leave a GUI carcass. The developer has suggested that I try removing the FIFO that is used to communicate between the GUI and the player. It's not there (both processes are gone now). What sucks here is that gdb will read the core file, but not understand the binary, since it's a Leenax binary. /compat/linux/usr/bin/gdb will understand the binary, but won't understand the corefile :-\ What I could do is ktrace x11amp, and use linux_kdump to look at the last few calls of the program. Here they are. I hope someone is able to deduce something, because the author is still unwilling to release the source: 3353 x11amp CALL getpid 3353 x11amp RET getpid 3353/0xd19 3353 x11amp CALL linux_ipc(0x17,0,0x2001c,0x780,0) 3353 x11amp RET linux_ipc -1 errno -28 Unknown error: -28 3353 x11amp CALL linux_ipc(0x15,0xffffffff,0,0xefbfd390,0) 3353 x11amp RET linux_ipc -1 errno -22 Unknown error: -22 3353 x11amp CALL linux_ipc(0x18,0xffffffff,0,0,0) 3353 x11amp RET linux_ipc -1 errno -14 Unknown error: -14 3353 x11amp PSIG SIGSEGV SIG_DFL 3353 x11amp NAMI "x11amp.core" -- ________________ _______________________________ / Nathan Dorfman V PGP: finger nathan@rtfm.net / / nathan@rtfm.net | http://www.rtfm.net / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 28 09:51:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13865 for freebsd-multimedia-outgoing; Sat, 28 Mar 1998 09:51:55 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from VMS.UCI.KUN.NL (vms.uci.kun.nl [131.174.64.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13849 for ; Sat, 28 Mar 1998 09:51:45 -0800 (PST) (envelope-from H.vanReenen@UCI.KUN.NL) Received: from baserv.uci.kun.nl by VMS.UCI.KUN.NL (PMDF V5.0-8 #8798) id <01IV7KQOEEV400AUQZ@VMS.UCI.KUN.NL> for multimedia@freebsd.org; Sat, 28 Mar 1998 18:51:39 +0100 (MET) Date: Sat, 28 Mar 1998 18:51:38 +0100 (MET) From: Hans van Reenen Subject: configuring sound blaster 16 value pnp To: multimedia@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, How do I configure the soundblaster 16 value pnp in FreeBSD ? I did everything according the FreeBSD handbook. But after boot the sound devices will not recognized. Many thanks in advance, \\\|/// \\ ~ ~ // ( @ @ ) -------------oOOo-(_)-oOOo------------- Hans van Reenen * * * E-mail: h.vanreenen@uci.kun.nl ------------------------Oooo.---------- .oooO ( ) ( ) ( ) \ ) (_/ - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 28 09:59:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14667 for freebsd-multimedia-outgoing; Sat, 28 Mar 1998 09:59:47 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA14656 for ; Sat, 28 Mar 1998 09:59:44 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id RAA18245; Sat, 28 Mar 1998 17:24:57 +0100 From: Luigi Rizzo Message-Id: <199803281624.RAA18245@labinfo.iet.unipi.it> Subject: Re: configuring sound blaster 16 value pnp To: H.vanReenen@UCI.KUN.NL (Hans van Reenen) Date: Sat, 28 Mar 1998 17:24:57 +0100 (MET) Cc: multimedia@FreeBSD.ORG In-Reply-To: from "Hans van Reenen" at Mar 28, 98 06:51:19 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hello, > > How do I configure the soundblaster 16 value pnp in FreeBSD ? 1) cross fingers 2) look at "controller pnp0" and "device pcm0" in LINT (if you are running 2.2.6) or fetch the pnp and audio drivers from my page http://www.iet.unipi.it/~luigi/FreeBSD.html Step 1) can be useful because there are are some new SB16 cards (called Vibra16X) which are not fully compatible with the old ones. If you have one of those you are partly out of luck (i posted a patch on the multimedia list but got mixed feedback so i am not sure how the patch works). cheers luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 28 13:10:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05884 for freebsd-multimedia-outgoing; Sat, 28 Mar 1998 13:10:41 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05875; Sat, 28 Mar 1998 13:10:39 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id NAA25595; Sat, 28 Mar 1998 13:10:15 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803282110.NAA25595@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Bryan K. Ogawa" cc: eivind@yes.no, bbbacres@mssl.uswest.net, freebsd-questions@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: My new BT-848 card?? In-reply-to: Your message of "Sat, 28 Mar 1998 04:28:36 PST." <199803281228.EAA28772@foo.primenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 28 Mar 1998 13:10:15 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Bryan, You need to run the following programs and post their output: eeprom sign The sources are readily available on : http://www.freebsd.org/~ahasty/Bt848.html Tnks, Amancio > In localhost.freebsd.questions you write: > > [bt848 woes deleted] > > >(e) If you get problems capturing audio, you probably have a card which we > > don't detect quite right. There are ways to fix this; contact the > > multimedia list for details. (You run an id-probe you get from Amancio > > and a patch to find MUX values you get from me :-) > > Okey dokey... I'm not Bruce, but I got a spiffy TurboTV (the $75 Fry's > special). Works fine, but audio is confused (it plays tuner audio > when video is coming from SVideo/RCA, and is quiet when playing tuner > video). All in all, very cool, although it's annoying to have to run > XFree just for the card (particularly when XFree hangs my system more > than XAccel). > > So... where are the patches for changing the probe code for my tuner? > > Here's my dmesg output: > > bktr0 rev 18 int a irq 14 on pci0:18 > Miro TV, Temic NTSC tuner. > > I think it is a Temic NTSC, but apparently not quite the right one. > > -- > bryan k ogawa http://www.primenet.com/~bkogawa/ > > 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 Sat Mar 28 13:18:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08173 for freebsd-multimedia-outgoing; Sat, 28 Mar 1998 13:18:42 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08150; Sat, 28 Mar 1998 13:18:40 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id NAA25670; Sat, 28 Mar 1998 13:18:20 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803282118.NAA25670@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Bryan K. Ogawa" cc: eivind@yes.no, bbbacres@mssl.uswest.net, freebsd-questions@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: My new BT-848 card?? In-reply-to: Your message of "Sat, 28 Mar 1998 04:28:36 PST." <199803281228.EAA28772@foo.primenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 28 Mar 1998 13:18:19 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You need to bug the author of your X server to provide an interface for PCI to PCI data transfer and switching resolutions. Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 28 17:27:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10333 for freebsd-multimedia-outgoing; Sat, 28 Mar 1998 17:27:52 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from d182-89.uoregon.edu (d182-89.uoregon.edu [128.223.182.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA10319 for ; Sat, 28 Mar 1998 17:27:48 -0800 (PST) (envelope-from gurney_j@efn.org) Received: (from jmg@localhost) by d182-89.uoregon.edu (8.8.7/8.8.7) id RAA07146; Sat, 28 Mar 1998 17:27:45 -0800 (PST) Message-ID: <19980328172745.52024@hydrogen.nike.efn.org> Date: Sat, 28 Mar 1998 17:27:45 -0800 From: John-Mark Gurney To: Luigi Rizzo Cc: multimedia@FreeBSD.ORG Subject: Re: freebsd lounge... References: <19980327234752.60180@hydrogen.nike.efn.org> <199803280939.KAA17873@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <199803280939.KAA17873@labinfo.iet.unipi.it>; from Luigi Rizzo on Sat, Mar 28, 1998 at 10:39:19AM +0100 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 2.2.1-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Luigi Rizzo scribbled this message on Mar 28: > > I have started announcing the FreeBSD lounge... I have used GSM so > > that those over a modem can join us too... > > > > If anyone has any suggestions, just email me... > > yes... you should announce video, whiteboard and possibly nt sessions > as well. ok, done... I've also removed The from the begining of the name so it's easier to find... :) -- John-Mark Gurney Modem Rev/FAX: +1 541 346 9237 Cu Networking P.O. Box 5693, 97405 Live in Peace, destroy Micro$oft, support free software, run FreeBSD Don't trust anyone you don't have the source for To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message