From owner-freebsd-multimedia Sun Feb 22 18:09:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25904 for freebsd-multimedia-outgoing; Sun, 22 Feb 1998 18:09:38 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from thelab.hub.org (dyna2-155.acadiau.ca [131.162.2.155]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25025 for ; Sun, 22 Feb 1998 18:06:12 -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 WAA02178; Sun, 22 Feb 1998 22:05:09 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sun, 22 Feb 1998 22:05:09 -0400 (AST) From: The Hermit Hacker To: Luigi Rizzo cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Creating MP3's under FreeBSD... In-Reply-To: <199802211609.RAA03033@labinfo.iet.unipi.it> 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 Sat, 21 Feb 1998, Luigi Rizzo wrote: > the more sophisticated way is to use programs like cdda or tosha to > grab the raw tracks from the CD. Some SCSI drives are reported to do > this, and I have some patches on my web page to do this with (some) > ATAPI disk as well. BEWARE though, this might freeze your IDE bus since > our atapi code does not have timeouts. > > see http://www.iet.unipi.it/~luigi/cdda980108.diffs What are these patches against? I just looked at the wcd.c file in -current and they don't apply...I was going to go at it manually, but am not sure how "safe" that is, since, for starters: /usr/src/sys/i386/isa/wcd.c: struct wcd *cdp; struct atapires result; struct changer *chp; int i; if (wcdnlun >= NUNIT) { printf ("wcd: too many units\n"); return (0); } =================================================== the patch: --- wcd.c.orig Sun Sep 8 12:28:23 1996 +++ wcd.c Thu Jan 8 11:21:37 1998 @@ -272,6 +272,7 @@ struct wcd *t; struct atapires result; int lun; + int loops = 0 ; if (wcdnlun >= NUNIT) { printf ("wcd: too many units\n"); I'm going to try and manually apply, but if there are newer patches for current? > using them, you still need to patch tosha, or better cdda, to grab the > pcm files and compensate the sync problems which many drives have > (don't ask for more comments on this, i am not very clear on what is > the problem and how to fix it) got cdda compiled and tried to run it, and got: # ./cdda 3 track 3 of 1-12: sector 41325 - 58499 .CDIOATAPIREQ: Inappropriate ioctl for device Not sure if this is related to the patch not being applied or not, which is why I mention it... 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 Sun Feb 22 18:51:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA02680 for freebsd-multimedia-outgoing; Sun, 22 Feb 1998 18:51:55 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from thelab.hub.org (dyna2-155.acadiau.ca [131.162.2.155]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA02671 for ; Sun, 22 Feb 1998 18:51:52 -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 WAA13784 for ; Sun, 22 Feb 1998 22:51:37 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sun, 22 Feb 1998 22:51:37 -0400 (AST) From: The Hermit Hacker To: freebsd-multimedia@FreeBSD.ORG Subject: Luigi's CDDA patches... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The patch, when manually applied, doesn't compile due to: cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -g -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h ../../i386/isa/wcd.c ../../i386/isa/wcd.c: In function `arstrategy': ../../i386/isa/wcd.c:808: structure has no member named `b_un' *** Error code 1 In 2.2-STABLE, in sys/buf.h: struct { caddr_t b_addr; /* Memory, superblocks, indirect etc. */ } b_un; But there doesn't appear to be an equivalent in 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 Sun Feb 22 19:29:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06273 for freebsd-multimedia-outgoing; Sun, 22 Feb 1998 19:29:18 -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 TAA06264 for ; Sun, 22 Feb 1998 19:29:14 -0800 (PST) (envelope-from scottm@mordred.cs.ucla.edu) Received: (qmail 1338 invoked from network); 23 Feb 1998 03:29:11 -0000 Received: from mordred.cs.ucla.edu (131.179.48.34) by taliesin.cs.ucla.edu with SMTP; 23 Feb 1998 03:29:11 -0000 Received: (from scottm@localhost) by mordred.cs.ucla.edu (8.8.8/8.8.8) id TAA00473; Sun, 22 Feb 1998 19:29:11 -0800 (PST) (envelope-from scottm) Date: Sun, 22 Feb 1998 19:29:11 -0800 (PST) From: Scott Michel Message-Id: <199802230329.TAA00473@mordred.cs.ucla.edu> To: freebsd-multimedia@FreeBSD.ORG Subject: kernel scheduler issues Cc: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has there been/Is there any discussion about changing the kernel scheduler to support audio (generally multimedia) needs, where you'd like to temporarily increase a process's priority close to the end of a audio block playout to decrease the jumps/gaps? I know, I haven't done any coding for the kernel and I probably should sound like I'm bitching about this, but I'm just a little curious. -scooter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Feb 22 19:43:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08368 for freebsd-multimedia-outgoing; Sun, 22 Feb 1998 19:43:17 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08353; Sun, 22 Feb 1998 19:43:14 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id TAA09645; Sun, 22 Feb 1998 19:41:58 -0800 (PST) Message-Id: <199802230341.TAA09645@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Scott Michel cc: freebsd-multimedia@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: kernel scheduler issues In-reply-to: Your message of "Sun, 22 Feb 1998 19:29:11 PST." <199802230329.TAA00473@mordred.cs.ucla.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 22 Feb 1998 19:41:57 -0800 From: Mike Smith Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Has there been/Is there any discussion about changing the kernel > scheduler to support audio (generally multimedia) needs, where > you'd like to temporarily increase a process's priority close to > the end of a audio block playout to decrease the jumps/gaps? > > I know, I haven't done any coding for the kernel and I probably > should sound like I'm bitching about this, but I'm just a little > curious. You probably *should* sound like you're bitching? 8) A carefully-crafted audio system will probably try to use the features documented in rtprio(2) in order to guarantee CPU availability for time-critical activities. In the crudest case, if your issue is a simple audio player application, you can use rtprio(1) to execute the entire application at realtime priority. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Feb 22 19:49:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA09759 for freebsd-multimedia-outgoing; Sun, 22 Feb 1998 19:49:20 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from thelab.hub.org (slip-33.acadiau.ca [131.162.2.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA09658 for ; Sun, 22 Feb 1998 19:49:14 -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 XAA00320 for ; Sun, 22 Feb 1998 23:49:05 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sun, 22 Feb 1998 23:49:00 -0400 (AST) From: The Hermit Hacker To: freebsd-multimedia@FreeBSD.ORG Subject: Luigi's 'cdda' patches for 3.0-CURRENT... 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 After "experimenting", I got it to compile under 3.0-CURRENT, as well as now have cdda reading tracks (don't know if they are working tracks yet, that's the next stage)... Included is a patch for 3.0-CURRENT for Luigi's CDDA patch...should this be included in the standard source tree? I can't see where it will break anything, it just adds functionality...comments? Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org *** isa/wcd.c Mon Feb 9 02:08:43 1998 --- isa.n/wcd.c Sun Feb 22 23:33:18 1998 *************** *** 346,351 **** --- 346,352 ---- struct atapires result; struct changer *chp; int i; + int loops = 0; if (wcdnlun >= NUNIT) { printf ("wcd: too many units\n"); *************** *** 369,385 **** } /* Get drive capabilities. */ result = atapi_request_immediate (ata, unit, ATAPI_MODE_SENSE, 0, CAP_PAGE, 0, 0, 0, 0, sizeof (cdp->cap) >> 8, sizeof (cdp->cap), 0, 0, 0, 0, 0, 0, 0, (char*) &cdp->cap, sizeof (cdp->cap)); ! /* Do it twice to avoid the stale media changed state. */ ! if (result.code == RES_ERR && ! (result.error & AER_SKEY) == AER_SK_UNIT_ATTENTION) ! result = atapi_request_immediate (ata, unit, ATAPI_MODE_SENSE, ! 0, CAP_PAGE, 0, 0, 0, 0, sizeof (cdp->cap) >> 8, ! sizeof (cdp->cap), 0, 0, 0, 0, 0, 0, 0, ! (char*) &cdp->cap, sizeof (cdp->cap)); /* Some drives have shorter capabilities page. */ if (result.code == RES_UNDERRUN) --- 370,384 ---- } /* Get drive capabilities. */ + for (loops = 0 ; loops < 10 ; loops++) { + /* some drives are slow to respond at boot time... */ result = atapi_request_immediate (ata, unit, ATAPI_MODE_SENSE, 0, CAP_PAGE, 0, 0, 0, 0, sizeof (cdp->cap) >> 8, sizeof (cdp->cap), 0, 0, 0, 0, 0, 0, 0, (char*) &cdp->cap, sizeof (cdp->cap)); ! if (result.code == 0 || result.code == RES_UNDERRUN) ! break; ! } /* Some drives have shorter capabilities page. */ if (result.code == RES_UNDERRUN) *************** *** 511,516 **** --- 510,544 ---- if (t->cap.prevent) printf (", lock protected"); printf ("\n"); + + printf ("wcd%d: ", t->lun); + if (t->cap.composite) + printf(" comp. A/V,"); + if (t->cap.dport1 || t->cap.dport2) + printf(" dig.audio %s%s,", + t->cap.dport1 ? "1 ":"", t->cap.dport2 ? "2":""); + if (t->cap.mode2_form1 || t->cap.mode2_form2) + printf(" mode 2 form %s%s,", + t->cap.mode2_form1 ? "1(XA) ":"", + t->cap.mode2_form2 ? "2":""); + if (t->cap.multisession) + printf(" multisession,"); + if (t->cap.cd_da || t->cap.cd_da_stream) + printf(" CD-DA %s%s,", + t->cap.cd_da ? "read ":"", + t->cap.cd_da_stream ? "stream":""); + if (t->cap.rw) + printf(" combined rw,"); + if (t->cap.rw_corr) + printf(" rw correct.,"); + if (t->cap.c2) + printf(" C2,"); + if (t->cap.isrc) + printf(" ISRC,"); + if (t->cap.upc) + printf(" UPC"); + printf("\n"); + } static int *************** *** 738,743 **** --- 766,827 ---- *f = lba % 75; } + #if 1 + #define CDIOCATAPIREQ _IOWR('c',100,struct atapireq) + + struct atapireq { + u_char cmd[16]; + caddr_t databuf; + int datalen; + struct atapires result; + }; + + static void arstrategy(struct buf *); + static void ar_done(struct wcd *, struct buf *, int, struct atapires); + + static void + arstrategy(struct buf *bp) + { + struct wcd *t = bp->b_driver1; + struct atapireq *ar = bp->b_driver2; + + if (t == NULL || ar == NULL) { + bp->b_error = EINVAL; + bp->b_flags |= B_ERROR; + biodone(bp); + return; + } + + /* Can't ever write to a CD. */ + if (!(bp->b_flags & B_READ)) { + bp->b_error = EROFS; + bp->b_flags |= B_ERROR; + biodone(bp); + return; + } + + atapi_request_callback(t->ata, t->unit, + ar->cmd[0], ar->cmd[1], ar->cmd[2], ar->cmd[3], + ar->cmd[4], ar->cmd[5], ar->cmd[6], ar->cmd[7], + ar->cmd[8], ar->cmd[9], ar->cmd[10], ar->cmd[11], + ar->cmd[12], ar->cmd[13], ar->cmd[14], ar->cmd[15], + (u_char*) bp->b_data, bp->b_bcount, ar_done, t, bp); + } + + static void + ar_done(struct wcd *t, struct buf *bp, int resid, struct atapires result) + { + struct atapireq *ar = bp->b_driver2; + + if (result.code) + wcd_error(t, result); + bp->b_resid = 0; + ar->datalen -= resid; + ar->result = result; + biodone(bp); + } + #endif + /* * Perform special action on behalf of the user. * Knows about the internals of this device *************** *** 834,839 **** --- 918,973 ---- return (EIO); bcopy (&t->toc.hdr, addr, sizeof t->toc.hdr); break; + + #ifdef CDIOCATAPIREQ + case CDIOCATAPIREQ: { + struct atapireq *ar, *oar = (struct atapireq *)addr; + struct buf *bp; + + MALLOC(ar, struct atapireq *, sizeof *ar, M_TEMP, M_WAITOK); + MALLOC(bp, struct buf *, sizeof *bp, M_TEMP, M_WAITOK); + + bcopy(oar, ar, sizeof *ar); + bzero(bp, sizeof *bp); + + bp->b_proc = p; + bp->b_dev = dev; + bp->b_driver1 = t; + bp->b_driver2 = ar; + + if (ar->datalen) { + struct uio auio; + struct iovec aiov; + + if (ar->datalen < 0) + return (EINVAL); + + aiov.iov_base = ar->databuf; + aiov.iov_len = ar->datalen; + auio.uio_iov = &aiov; + auio.uio_iovcnt = 1; + + auio.uio_offset = 0; + auio.uio_resid = ar->datalen; + + auio.uio_rw = UIO_READ; /* CD is readonly */ + auio.uio_segflg = UIO_USERSPACE; + auio.uio_procp = p; + + bp->b_bcount = ar->datalen; + error = physio(arstrategy, bp, dev, 1, minphys, &auio); + } else { + bp->b_flags = B_READ | B_BUSY; + arstrategy(bp); + error = bp->b_error; + } + + bcopy(ar, oar, sizeof *ar); + FREE(ar, M_TEMP); + FREE(bp, M_TEMP); + break; + } + #endif case CDIOREADTOCENTRYS: { struct ioc_read_toc_entry *te = *** isa/atapi.c Mon Feb 9 02:08:24 1998 --- isa.n/atapi.c Sun Feb 22 22:44:16 1998 *************** *** 214,220 **** /* DRQ type */ switch (ap->drqtype) { ! case AT_DRQT_MPROC: ata->slow = 1; break; case AT_DRQT_INTR: printf (", intr"); ata->intrcmd = 1; break; case AT_DRQT_ACCEL: printf (", accel"); break; default: printf (", drq%d", ap->drqtype); --- 214,220 ---- /* DRQ type */ switch (ap->drqtype) { ! case AT_DRQT_MPROC: printf (", slow"); ata->slow = 1; break; case AT_DRQT_INTR: printf (", intr"); ata->intrcmd = 1; break; case AT_DRQT_ACCEL: printf (", accel"); break; default: printf (", drq%d", ap->drqtype); *************** *** 338,343 **** --- 338,344 ---- case 0x4b: return ("PAUSE"); case 0x48: return ("PLAY_TRACK"); case 0xa5: return ("PLAY_BIG"); + case 0xbe: return ("READ_CD"); /* XXX */ } sprintf (buf, "[0x%x]", cmd); return (buf); *************** *** 778,796 **** --- 779,841 ---- print (("atapi%d.%d: recv data overrun, %d bytes left\n", ata->ctrlr, ac->unit, ac->count)); ac->result.code = RES_OVERRUN; + if(ac->count != 0) insw (ata->port + AR_DATA, ac->addr, ac->count / sizeof(short)); for (i=ac->count; iport + AR_DATA); + len = ac->count; } else insw (ata->port + AR_DATA, ac->addr, len / sizeof(short)); ac->addr += len; ac->count -= len; + #if 1 + /* + * some drives appear not to assert BSY after a + * CDDA transfer, and then do not generate the intrq + * to complete the transfer. Among these: + * Sony CDU331, Goldstar GCD580 + * Obviate by testing BSY and going on anyways. + */ + for (i = 0 ; i < 2 ; i++) { + int j = inb (ata->port + AR_STATUS); + if ( (j & (ARS_DRQ | ARS_BSY)) == ARS_BSY ) + break; + } + if (i == 2 ) { + if (atapi_wait (ata->port, 0) < 0) { + ac->result.status = inb (ata->port + AR_STATUS); + ac->result.error = inb (ata->port + AR_ERROR); + ac->result.code = RES_NOTRDY; + printf ("atapi%d.%d: controller not ready, status=%b, error= %b\n", + ata->ctrlr, ac->unit, ac->result.status, ARS_BITS, + ac->result.error, AER_BITS); + return (0); + } + + ac->result.status = inb (ata->port + AR_STATUS); + ac->result.error = inb (ata->port + AR_ERROR); + len = inb (ata->port + AR_CNTLO); + len |= inb (ata->port + AR_CNTHI) << 8; + ireason = inb (ata->port + AR_IREASON); + + goto complete; + /* + * unfortunately, my Sony CDU-55E does assert BSY + * but then forgets to generate the intrq at times... + * Maybe I should check that len is a multiple of + * the CDDA size (2352) and return anyways if + * count == 0 ? + */ + } + #endif + return (1); case PHASE_ABORTED: case PHASE_COMPLETED: + complete: if (ac->result.status & (ARS_CHECK | ARS_DF)) ac->result.code = RES_ERR; else if (ac->count < 0) { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Feb 22 20:06:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA12530 for freebsd-multimedia-outgoing; Sun, 22 Feb 1998 20:06:28 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA12523 for ; Sun, 22 Feb 1998 20:06:26 -0800 (PST) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id XAA23595; Sun, 22 Feb 1998 23:06:20 -0500 (EST) (envelope-from toor) Message-Id: <199802230406.XAA23595@dyson.iquest.net> Subject: Re: Luigi's CDDA patches... In-Reply-To: from The Hermit Hacker at "Feb 22, 98 10:51:37 pm" To: scrappy@hub.org (The Hermit Hacker) Date: Sun, 22 Feb 1998 23:06:20 -0500 (EST) Cc: freebsd-multimedia@FreeBSD.ORG From: "John S. Dyson" Reply-To: dyson@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 The Hermit Hacker said: > > The patch, when manually applied, doesn't compile due to: > > cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wuninitialized -g -nostdinc -I- -I. -I../.. -I../../../include > -DKERNEL -include opt_global.h ../../i386/isa/wcd.c > ../../i386/isa/wcd.c: In function `arstrategy': > ../../i386/isa/wcd.c:808: structure has no member named `b_un' > *** Error code 1 > Try b_data. -- John | Never try to teach a pig to sing, dyson@freebsd.org | it just makes you look stupid, jdyson@nc.com | and it irritates the pig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Feb 22 20:07:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA12773 for freebsd-multimedia-outgoing; Sun, 22 Feb 1998 20:07:25 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from thelab.hub.org (slip-33.acadiau.ca [131.162.2.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA12764 for ; Sun, 22 Feb 1998 20:07:21 -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 AAA01152 for ; Mon, 23 Feb 1998 00:07:15 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 23 Feb 1998 00:07:15 -0400 (AST) From: The Hermit Hacker To: multimedia@FreeBSD.ORG Subject: next trick question... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi... Well, I got Luigi's patch rolled into the kernel, and cdda appears to run fine...but, what is its output format? And what should I use to convert from that to a .mp3? I looked at sox, which outputs to a .wav format...but how do I go from .wav to .mp3? 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 Sun Feb 22 20:18:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA14069 for freebsd-multimedia-outgoing; Sun, 22 Feb 1998 20:18:23 -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 UAA14063 for ; Sun, 22 Feb 1998 20:18:18 -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 OAA14011; Mon, 23 Feb 1998 14:47:56 +1030 (CST) Message-Id: <199802230417.OAA14011@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: The Hermit Hacker cc: multimedia@FreeBSD.ORG Subject: Re: next trick question... In-reply-to: Your message of "Mon, 23 Feb 1998 00:07:15 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Feb 1998 14:47:56 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Well, I got Luigi's patch rolled into the kernel, and cdda appears > to run fine...but, what is its output format? And what should I use to > convert from that to a .mp3? AFAIK its raw at 44.1kHz 16 bit audio.. The channels are probably the wrong way around too.. I forget if its signed or not.. Test it and see :) If you convert it to wav and it sounds bad, you probably guessed wrong :) > I looked at sox, which outputs to a .wav format...but how do I go > from .wav to .mp3? You need to get l3enc for Linxu from ftp://ftp.iis.fhg.de/pub/layer3/l3v272.linux.tar.gz Its crippleware, but it will encode CD audio unfettered for a month (I think) and then stop until you get a rego key.. Of course as someone else mentioned Altavista is a wonderful tool.. =) The fee is something like US$250 which, IMHO is a dumb thing to do.. $25 would have been much nicer, and they would have gotten many more sales.. --------------------------------------------------------------------- |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 Feb 22 20:55:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA17470 for freebsd-multimedia-outgoing; Sun, 22 Feb 1998 20:55:27 -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 UAA17437 for ; Sun, 22 Feb 1998 20:55:24 -0800 (PST) (envelope-from scottm@mordred.cs.ucla.edu) Received: (qmail 1407 invoked from network); 23 Feb 1998 04:55:21 -0000 Received: from mordred.cs.ucla.edu (131.179.48.34) by taliesin.cs.ucla.edu with SMTP; 23 Feb 1998 04:55:21 -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 UAA00730; Sun, 22 Feb 1998 20:55:17 -0800 (PST) (envelope-from scottm@mordred.cs.ucla.edu) Message-Id: <199802230455.UAA00730@mordred.cs.ucla.edu> X-Mailer: exmh version 2.0.1 12/23/97 To: Mike Smith cc: Scott Michel , freebsd-multimedia@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: kernel scheduler issues In-reply-to: Your message of "Sun, 22 Feb 1998 19:41:57 PST." <199802230341.TAA09645@dingo.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 22 Feb 1998 20:55:16 -0800 From: Scott Michel Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > You probably *should* sound like you're bitching? 8) Oops. That's about a size-12 foot extraction. :-) -scooter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Feb 22 21:50:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA22897 for freebsd-multimedia-outgoing; Sun, 22 Feb 1998 21:50:35 -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 VAA22889 for ; Sun, 22 Feb 1998 21:50: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 FAA05710; Mon, 23 Feb 1998 05:16:28 +0100 From: Luigi Rizzo Message-Id: <199802230416.FAA05710@labinfo.iet.unipi.it> Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... To: scrappy@hub.org (The Hermit Hacker) Date: Mon, 23 Feb 1998 05:16:28 +0100 (MET) Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: from "The Hermit Hacker" at Feb 22, 98 11:48:41 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Included is a patch for 3.0-CURRENT for Luigi's CDDA patch...should this note that most of this code comes from Luoqi Chen, I just wrote some minor parts and the tosha patch. 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 Sun Feb 22 22:24:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26757 for freebsd-multimedia-outgoing; Sun, 22 Feb 1998 22:24:19 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from thelab.hub.org (dyna2-174.acadiau.ca [131.162.2.174]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26751 for ; Sun, 22 Feb 1998 22:24:15 -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 CAA03636; Mon, 23 Feb 1998 02:24:05 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 23 Feb 1998 02:24:05 -0400 (AST) From: The Hermit Hacker Reply-To: The Hermit Hacker To: Luigi Rizzo cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... In-Reply-To: <199802230416.FAA05710@labinfo.iet.unipi.it> 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 Feb 1998, Luigi Rizzo wrote: > > Included is a patch for 3.0-CURRENT for Luigi's CDDA patch...should this > > note that most of this code comes from Luoqi Chen, I just > wrote some minor parts and the tosha patch. Right now, I'm trying to use cdda for pulling the tracks, which appears to do a nice job of it, but somewhere along the way, I suspect that my files aren't coming out right. I do: cdda > sox -t cdr .aiff mpeg_musicin -b 128 -p 2 -l 3 .aiff .mp3 But the .mp3 doesn't appear to produce any sound other then what appears to be "static"... I'm starting with a 1min 46sec song, cdda produces an 18Meg file, sox produces an AIFF file that is *slightly* larger...the mp3 resulting file is ~1.6Meg, which is what I expect. If I load up the mp3 in x11amp, it reports a song length of 1min, 47sec...but again, nothing more then what sounds like "static"... I'm going to try tosha w/ patches next, but considering that both 'sox' and 'mpeg_musicin' appear to be pretty "standard", my suspicion is that its either the way that cdda is pulling the data, or the drive itself... 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 Sun Feb 22 22:31:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA27621 for freebsd-multimedia-outgoing; Sun, 22 Feb 1998 22:31:10 -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 WAA27616 for ; Sun, 22 Feb 1998 22:31:08 -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 FAA05820; Mon, 23 Feb 1998 05:56:49 +0100 From: Luigi Rizzo Message-Id: <199802230456.FAA05820@labinfo.iet.unipi.it> Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... To: scrappy@hub.org Date: Mon, 23 Feb 1998 05:56:49 +0100 (MET) Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: from "The Hermit Hacker" at Feb 23, 98 02:23:46 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Right now, I'm trying to use cdda for pulling the tracks, which > appears to do a nice job of it, but somewhere along the way, I suspect > that my files aren't coming out right. > I do: > > cdda > At this point pcmio +play,44100,s16,stereo should play the track to the audio device (setting the right speed and mode) so you should know if it works... (pcmio is in the misc/ directory of my audio driver distribution) the second thing is that most ATAPI drives need jitter compensation and i am not sure cdda does it (i mentioned this program erroneously, it is probably cdd which you should look for, and patch to use this atapi code). > sox -t cdr .aiff > mpeg_musicin -b 128 -p 2 -l 3 .aiff .mp3 the only time i tried it, dist10 (from where mpeg_musicin comes from) had endiannes problems... that might explain the "static" you are getting (btw it is loud or low volume ?) > I'm going to try tosha w/ patches next, but considering that both > 'sox' and 'mpeg_musicin' appear to be pretty "standard", my suspicion is modulo the endianness problems to mpeg_musicin... 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 Sun Feb 22 22:49:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29763 for freebsd-multimedia-outgoing; Sun, 22 Feb 1998 22:49:28 -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 WAA29758 for ; Sun, 22 Feb 1998 22:49:25 -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 CAA00305; Mon, 23 Feb 1998 02:49:14 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 23 Feb 1998 02:49:09 -0400 (AST) From: The Hermit Hacker To: Luigi Rizzo cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... 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 Mon, 23 Feb 1998, The Hermit Hacker wrote: > I'm going to try tosha w/ patches next, but considering that both > 'sox' and 'mpeg_musicin' appear to be pretty "standard", my suspicion is > that its either the way that cdda is pulling the data, or the drive > itself... Okay, just tried tosha w/ ATAPI patches, and it totally blows up my machine, so that doesn't appear the route to go... But, tosha has a 'pcmplay' program that comes with, which if I try to play the file that cdda creates, produces just the same 'static' that I'm getting out of the mp3's I'm converting...so I'm not even getting the data off the CD properly... So, any suggestions on where to go next would be greatly appreciated ... :) 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 Sun Feb 22 23:04:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA01512 for freebsd-multimedia-outgoing; Sun, 22 Feb 1998 23:04:09 -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 XAA01504 for ; Sun, 22 Feb 1998 23:04:03 -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 DAA00404; Mon, 23 Feb 1998 03:03:54 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 23 Feb 1998 03:03:53 -0400 (AST) From: The Hermit Hacker To: Luigi Rizzo cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... In-Reply-To: <199802230456.FAA05820@labinfo.iet.unipi.it> 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 Feb 1998, Luigi Rizzo wrote: > > Right now, I'm trying to use cdda for pulling the tracks, which > > appears to do a nice job of it, but somewhere along the way, I suspect > > that my files aren't coming out right. > > > I do: > > > > cdda > > > At this point > > pcmio +play,44100,s16,stereo Nope, all I get is the "static"... > the second thing is that most ATAPI drives need jitter compensation and > i am not sure cdda does it (i mentioned this program erroneously, it is > probably cdd which you should look for, and patch to use this atapi > code). What exactly is 'jitter compensation'? The way it sounds, I should get some sort of 'music' out of the file, but with 'skips'...instead of pure static? Using pcmio on the file that cdda produces is 'staticy'...so I'm not even going to look at sox/mpeg_musicin at this point... 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 Sun Feb 22 23:41:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03968 for freebsd-multimedia-outgoing; Sun, 22 Feb 1998 23:41:13 -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 XAA03950 for ; Sun, 22 Feb 1998 23:41:09 -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 SAA20028 for ; Mon, 23 Feb 1998 18:11:00 +1030 (CST) Message-Id: <199802230741.SAA20028@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: multimedia@FreeBSD.ORG Subject: Help for Quake Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Feb 1998 18:11:00 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have compiled together my experiences of getting Quake to run under FreeBSD on http://www.dons.net.au/~darius/quake/ which may be of interest. I only just finished it, so it probably contains errors, please let me know so I can fix them :) (I'll add the Quake 2 info when I actually get 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 Mon Feb 23 00:04:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08218 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 00:04:10 -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 AAA08102 for ; Mon, 23 Feb 1998 00:04:03 -0800 (PST) (envelope-from vadik@sensi.pu.ru) Received: (from vadik@localhost) by sensi.pu.ru (8.8.8/8.7.3) id LAA13134; Mon, 23 Feb 1998 11:03:27 +0300 (MSK) Message-ID: <19980223110327.59997@sensi.org> Date: Mon, 23 Feb 1998 11:03:27 +0300 From: vadik likholetov To: Luigi Rizzo Cc: multimedia@FreeBSD.ORG Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... References: <199802230416.FAA05710@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199802230416.FAA05710@labinfo.iet.unipi.it>; from Luigi Rizzo on Mon, Feb 23, 1998 at 05:16:28AM +0100 X-NCC-RegID: ru.hqlgu Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 23, 1998 at 05:16:28AM +0100, Luigi Rizzo wrote: > > Included is a patch for 3.0-CURRENT for Luigi's CDDA patch...should this > > note that most of this code comes from Luoqi Chen, I just > wrote some minor parts and the tosha patch. > note that there is a bug in tosha, looks like TOC table shift, causes tracks start from 2 and not allows to read last track because of it. -- 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 Feb 23 00:09:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09114 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 00:09:34 -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 AAA09106 for ; Mon, 23 Feb 1998 00:09:28 -0800 (PST) (envelope-from vadik@sensi.pu.ru) Received: (from vadik@localhost) by sensi.pu.ru (8.8.8/8.7.3) id LAA13549; Mon, 23 Feb 1998 11:09:09 +0300 (MSK) Message-ID: <19980223110908.54543@sensi.org> Date: Mon, 23 Feb 1998 11:09:08 +0300 From: vadik likholetov To: multimedia@FreeBSD.ORG Subject: Re: Creating MP3's under FreeBSD... References: <199802211609.RAA03033@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199802211609.RAA03033@labinfo.iet.unipi.it>; from Luigi Rizzo on Sat, Feb 21, 1998 at 05:09:58PM +0100 X-NCC-RegID: ru.hqlgu Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Feb 21, 1998 at 05:09:58PM +0100, Luigi Rizzo wrote: > > How do you get the audio tracks off the CD? > > the quick&dirty way is to sample them through the soundcard. > > the more sophisticated way is to use programs like cdda or tosha to > grab the raw tracks from the CD. Some SCSI drives are reported to do > this, and I have some patches on my web page to do this with (some) > ATAPI disk as well. BEWARE though, this might freeze your IDE bus since > our atapi code does not have timeouts. > > see http://www.iet.unipi.it/~luigi/cdda980108.diffs > > using them, you still need to patch tosha, or better cdda, to grab the > pcm files and compensate the sync problems which many drives have > (don't ask for more comments on this, i am not very clear on what is > the problem and how to fix it) > here's the script I'm using to create mp3's : #!/bin/sh TRACK=1; MAXTRACK=`tosha -iq -d /dev/wcd0c 2>&1 |wc -l` while [ $TRACK -ne $MAXTRACK ] do echo Encoding Track $TRACK of $MAXTRACK # tosha -t $TRACK -d /dev/wcd0c -o $TRACK.pcm ./l3enc $TRACK.pcm $TRACK.mp3 -br 128000 -sr 44100 rm -rf $TRACK.pcm # TRACK=`expr $TRACK + 1` done -- 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 Feb 23 00:20:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10642 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 00:20:42 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from pendor.McKusick.COM (root@pendor.bayarea.net [205.219.85.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10636 for ; Mon, 23 Feb 1998 00:20:39 -0800 (PST) (envelope-from benco@pendor.McKusick.COM) Received: from localhost (benco@localhost [127.0.0.1]) by pendor.McKusick.COM (8.8.8/8.8.7) with SMTP id AAA11778 for ; Mon, 23 Feb 1998 00:20:31 -0800 (PST) Message-Id: <199802230820.AAA11778@pendor.McKusick.COM> X-Authentication-Warning: pendor.McKusick.COM: benco@localhost [127.0.0.1] didn't use HELO protocol cc: multimedia@FreeBSD.ORG Subject: Re: Creating MP3's under FreeBSD... In-reply-to: Your message of "Mon, 23 Feb 1998 11:09:08 +0300." <19980223110908.54543@sensi.org> Date: Mon, 23 Feb 1998 00:20:29 -0800 From: Ben Cottrell Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 23 Feb 1998 11:09:08 +0300, vadik likholetov wrote: > here's the script I'm using to create mp3's : Vadik, I notice your script stops and waits for each track before proceeding to the next. This is inefficient, as ripping is an I/O bound task and encoding a CPU-bound one. This is a perfect opportunity for multitasking. Here's the script I use :-) ~Ben #!/bin/csh -f set prog="$argv[1]" # program to encode mp3s with set dir="$argv[2]" # dir in which to store mp3s set tracks=(`cdd |& awk '/^ *[0-9][0-9] *CD-AUDIO *[^ ]* *[^ ]* *[^ ]* *[0-9][0-9]:[0-9][0-9]:[0-9][0-9] \/ [0-9][0-9][0-9][0-9][0-9][0-9] *[0-9]+ *$/ {print $1}'`) foreach i ($tracks) if(!(-e ${dir}/track-${i}.mp3)) then if(!(-e ${dir}/track-${i}.cda)) then cdd -a -t $i $dir >& /dev/null endif wait ($prog ${dir}/track-${i}.cda ${dir}/track-${i}.mp3;rm ${dir}/track-${i}.cda) & endif end wait To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 00:31:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11239 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 00:31:05 -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 AAA11234 for ; Mon, 23 Feb 1998 00:31:00 -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 HAA06043; Mon, 23 Feb 1998 07:56:51 +0100 From: Luigi Rizzo Message-Id: <199802230656.HAA06043@labinfo.iet.unipi.it> Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... To: gurney_j@resnet.uoregon.edu Date: Mon, 23 Feb 1998 07:56:51 +0100 (MET) Cc: scrappy@hub.org, freebsd-multimedia@FreeBSD.ORG In-Reply-To: <19980223002911.28316@hydrogen.nike.efn.org> from "John-Mark Gurney" at Feb 23, 98 00:28:52 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > pass the pulled data through dd conv=swab... it will swap all the > bytes and put it in proper endianess... not sure but the CDROM tracks seemed to have the right endiannes (little endian). it was dist10 which somewhat failed to recognise that and assumed FreeBSD was big-endian luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 00:33:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11345 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 00:33:24 -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 AAA11340 for ; Mon, 23 Feb 1998 00:33:21 -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 HAA06056; Mon, 23 Feb 1998 07:59:14 +0100 From: Luigi Rizzo Message-Id: <199802230659.HAA06056@labinfo.iet.unipi.it> Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... To: scrappy@hub.org (The Hermit Hacker) Date: Mon, 23 Feb 1998 07:59:14 +0100 (MET) Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: from "The Hermit Hacker" at Feb 23, 98 03:03:34 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > What exactly is 'jitter compensation'? The way it sounds, I > should get some sort of 'music' out of the file, but with > 'skips'...instead of pure static? right. although skips (or repetitions) might be frequent and/or be 1/75 s long (short!) so very disturbing and might look like noise. > Using pcmio on the file that cdda produces is 'staticy'...so I'm > not even going to look at sox/mpeg_musicin at this point... so "hd" is your last chance to see what is actually in the track... luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 00:34:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11477 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 00:34:51 -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 AAA11469 for ; Mon, 23 Feb 1998 00:34:45 -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 HAA06025; Mon, 23 Feb 1998 07:55:21 +0100 From: Luigi Rizzo Message-Id: <199802230655.HAA06025@labinfo.iet.unipi.it> Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... To: vadik@sensi.org (vadik likholetov) Date: Mon, 23 Feb 1998 07:55:21 +0100 (MET) Cc: multimedia@FreeBSD.ORG In-Reply-To: <19980223110327.59997@sensi.org> from "vadik likholetov" at Feb 23, 98 11:03:08 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > note that there is a bug in tosha, looks like TOC table shift, > causes tracks start from 2 and not allows to read last track because > of it. i know. did not bother to fix since tosha seems not to have jitter correction and was of no use to me anyways (because all the atapi cdrom i have do have this problem) luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 00:50:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12469 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 00:50:12 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from hydrogen.nike.efn.org (d182-89.uoregon.edu [128.223.182.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA12464 for ; Mon, 23 Feb 1998 00:50:11 -0800 (PST) (envelope-from gurney_j@efn.org) Received: (from jmg@localhost) by hydrogen.nike.efn.org (8.8.7/8.8.7) id AAA03735; Mon, 23 Feb 1998 00:29:11 -0800 (PST) Message-ID: <19980223002911.28316@hydrogen.nike.efn.org> Date: Mon, 23 Feb 1998 00:29:11 -0800 From: John-Mark Gurney To: The Hermit Hacker Cc: Luigi Rizzo , freebsd-multimedia@FreeBSD.ORG Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: ; from The Hermit Hacker on Mon, Feb 23, 1998 at 02:49:09AM -0400 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 The Hermit Hacker scribbled this message on Feb 23: > On Mon, 23 Feb 1998, The Hermit Hacker wrote: > > > I'm going to try tosha w/ patches next, but considering that both > > 'sox' and 'mpeg_musicin' appear to be pretty "standard", my suspicion is > > that its either the way that cdda is pulling the data, or the drive > > itself... > > Okay, just tried tosha w/ ATAPI patches, and it totally blows up > my machine, so that doesn't appear the route to go... > > But, tosha has a 'pcmplay' program that comes with, which if I try > to play the file that cdda creates, produces just the same 'static' that > I'm getting out of the mp3's I'm converting...so I'm not even getting the > data off the CD properly... > > So, any suggestions on where to go next would be greatly > appreciated ... :) pass the pulled data through dd conv=swab... it will swap all the bytes and put it in proper endianess... -- John-Mark Gurney Modem/FAX: +1 541 683 6954 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 Mon Feb 23 05:09:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA05884 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 05:09:21 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from minot.com (db@minot.com [205.218.4.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA05877 for ; Mon, 23 Feb 1998 05:09:11 -0800 (PST) (envelope-from db@minot.com) Received: from localhost (db@localhost) by minot.com (8.8.8/8.8.7) with SMTP id HAA18852 for ; Mon, 23 Feb 1998 07:07:12 -0600 Date: Mon, 23 Feb 1998 07:07:12 -0600 (CST) From: Jeremy Kraft To: multimedia@FreeBSD.ORG Subject: sound card. 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 hello. ive posted on here before, this time my sound card wont work. ive never actually gotten a sound card succesfully working in freebsd, maybe theres something im missing. i have gotten it to WORK before, but its been very fuzzy. now everything i try to do wont work period, it just says (when trying to run mpg123 Hole-Violet.mp3) "No supported audio format found!" but, heres my dmesg: Copyright (c) 1992-1997 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2.5-RELEASE #0: Tue Feb 10 07:41:22 GMT 1998 root@oranges:/usr/src/sys/compile/ORANGES CPU: Pentium (167.05-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping=12 Features=0x1bf real memory = 67108864 (65536K bytes) avail memory = 62451712 (60988K bytes) Probing for devices on PCI bus 0: chip0 rev 3 on pci0:0 chip1 rev 1 on pci0:7:0 chip2 rev 0 on pci0:7:1 vga0 rev 6 int a irq 11 on pci0:11 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 1225MB (2509920 sectors), 2490 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (wd2): wd2: 325MB (666600 sectors), 1010 cyls, 12 heads, 55 S/T, 512 B/S wdc1: unit 1 (atapi): , removable, accel, dma, iordis wcd0: 2734Kb/sec, 128Kb cache, audio play, 255 volume levels, ejectable tray wcd0: no disc inside, unlocked, lock protected aha0 not found at 0x330 1 3C5x9 board(s) on ISA found at 0x300 ep0 at 0x300-0x30f irq 10 on isa ep0: aui/utp[*UTP*] address 00:20:af:d5:68:4b sb0 at 0x220 irq 7 drq 1 on isa sb0: npx0 flags 0x1 on motherboard npx0: INT 16 interface -- as you can see, the sound cards on the bottom there. thanks again guys ;) Jeremy Kraft db@minot.com --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 05:27:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA06942 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 05:27:21 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA06935 for ; Mon, 23 Feb 1998 05:27:15 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id OAA06816 for freebsd-multimedia@FreeBSD.ORG; Mon, 23 Feb 1998 14:27:08 +0100 (CET) (envelope-from olli) Date: Mon, 23 Feb 1998 14:27:08 +0100 (CET) From: Oliver Fromme Message-Id: <199802231327.OAA06816@dorifer.heim3.tu-clausthal.de> To: freebsd-multimedia@FreeBSD.ORG Subject: Re: Creating MP3's under FreeBSD... Newsgroups: list.freebsd-multimedia Organization: Administration Heim 3 Reply-To: freebsd-multimedia@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org vadik likholetov wrote in list.freebsd-multimedia: > here's the script I'm using to create mp3's : > > #!/bin/sh > TRACK=1; > > MAXTRACK=`tosha -iq -d /dev/wcd0c 2>&1 |wc -l` > while [ $TRACK -ne $MAXTRACK ] > do > echo Encoding Track $TRACK of $MAXTRACK > # > tosha -t $TRACK -d /dev/wcd0c -o $TRACK.pcm > ./l3enc $TRACK.pcm $TRACK.mp3 -br 128000 -sr 44100 > rm -rf $TRACK.pcm > # > TRACK=`expr $TRACK + 1` > done I'd recommend to use the -hq option of l3enc. Encoding takes longer, but the resulting mp3 files are of better quality. Regards Oliver -- Oliver Fromme, Leibnizstr. 18-61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 05:35:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA07782 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 05:35:13 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA07776 for ; Mon, 23 Feb 1998 05:35:04 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id OAA06873 for freebsd-multimedia@FreeBSD.ORG; Mon, 23 Feb 1998 14:35:02 +0100 (CET) (envelope-from olli) Date: Mon, 23 Feb 1998 14:35:02 +0100 (CET) From: Oliver Fromme Message-Id: <199802231335.OAA06873@dorifer.heim3.tu-clausthal.de> To: freebsd-multimedia@FreeBSD.ORG Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... Newsgroups: list.freebsd-multimedia Organization: Administration Heim 3 Reply-To: freebsd-multimedia@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org vadik likholetov wrote in list.freebsd-multimedia: > note that there is a bug in tosha, looks like TOC table shift, > causes tracks start from 2 and not allows to read last track because > of it. Can you please provide a bit more details? Which version of tosha, which drive? I can't reproduce that problem here, using version 0.5 of tosha. (Well, I _believe_ it's version 0.5... I wrote it before I started using CVS.) Regards Oliver -- Oliver Fromme, Leibnizstr. 18-61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 05:49:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA09127 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 05:49:13 -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 FAA09122 for ; Mon, 23 Feb 1998 05:49:08 -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 AAA22214; Tue, 24 Feb 1998 00:18:53 +1030 (CST) Message-Id: <199802231348.AAA22214@cain.gsoft.com.au> To: Jeremy Kraft cc: multimedia@FreeBSD.ORG Subject: Re: sound card. In-reply-to: Your message of "Mon, 23 Feb 1998 07:07:12 MDT." Date: Tue, 24 Feb 1998 00:18:53 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > in freebsd, maybe theres something im missing. i have gotten it to > WORK before, but its been very fuzzy. now everything i try to do > wont work period, it just says (when trying to run mpg123 Hole-Violet.mp3) > "No supported audio format found!" > but, heres my dmesg: Thats because mpg123 needs 16 bit audio to work, and by the looks of your dmesg output it appears that you haven't put the sbxvi driver in... > sb0 at 0x220 irq 7 drq 1 on isa > sb0: Yep... You need to add a line like 'device sbxvi0 at isa? drq 5' in your kernel config file. --------------------------------------------------------------------- |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 Feb 23 06:05:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA11063 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 06:05:04 -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 GAA11053 for ; Mon, 23 Feb 1998 06:05:01 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by hub.org (8.8.8/8.7.5) with SMTP id JAA00497; Mon, 23 Feb 1998 09:05:17 -0500 (EST) Date: Mon, 23 Feb 1998 09:05:15 -0500 (EST) From: The Hermit Hacker To: Oliver Fromme cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... In-Reply-To: <199802231335.OAA06873@dorifer.heim3.tu-clausthal.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 23 Feb 1998, Oliver Fromme wrote: > vadik likholetov wrote in list.freebsd-multimedia: > > note that there is a bug in tosha, looks like TOC table shift, > > causes tracks start from 2 and not allows to read last track because > > of it. > > Can you please provide a bit more details? Which version of > tosha, which drive? I can't reproduce that problem here, > using version 0.5 of tosha. (Well, I _believe_ it's version > 0.5... I wrote it before I started using CVS.) I tried 0.5, with Luigi's ATAPI patches, and all it succeeded in doing was rebooting my machine...running under 3.0-CURRENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 06:09:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA11526 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 06:09:46 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from parsons.rh.rit.edu (root@d117-h041.rh.rit.edu [129.21.117.169]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA11515 for ; Mon, 23 Feb 1998 06:09:40 -0800 (PST) (envelope-from maf8113@osfmail.rit.edu) Received: from mfisher by parsons.rh.rit.edu with smtp (Exim 1.82 #1) id 0y6yZZ-0000MV-00; Mon, 23 Feb 1998 09:09:33 -0500 Date: Mon, 23 Feb 1998 09:09:33 -0500 (EST) From: Mike Fisher X-Sender: mfisher@d117-h041.rh.rit.edu Reply-To: Mike Fisher To: freebsd-multimedia@FreeBSD.ORG Subject: Brooktree 848 driver Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I rebuilt world and my kernel last night to learn that there is apparantly some trouble with the Brooktree 848 driver somehow. I get the following error with the fxtv port: open("/dev/bktr0") failed: Device not configured According to the dmesg output, the card is being detected properly: bktr0 rev 18 int a irq 10 on pci0:19 Hauppauge WinCast/TV, Philips NTSC tuner, dbx stereo. The /dev entries for bktr0 and tuner0 do exist (I recreated them in case that was the possibility of error using the instructions from the web page at http://www.freebsd.org/~ahasty/files/README.bt848). I did a brief search through the archives and didn't see any complaints along these lines...so any pointers would be appreciated. Thank you. -- Mike "I swear - by my life and by my love of it - that I will never live for the sake of another man, nor ask another man to live for mine." --Ayn Rand, _Atlas Shrugged_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 06:18:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA12137 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 06:18:23 -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 GAA12099 for ; Mon, 23 Feb 1998 06:17:56 -0800 (PST) (envelope-from vadik@sensi.pu.ru) Received: (from vadik@localhost) by sensi.pu.ru (8.8.8/8.7.3) id RAA01684; Mon, 23 Feb 1998 17:15:31 +0300 (MSK) Message-ID: <19980223171531.59070@sensi.org> Date: Mon, 23 Feb 1998 17:15:31 +0300 From: vadik likholetov To: freebsd-multimedia@FreeBSD.ORG Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... References: <199802231335.OAA06873@dorifer.heim3.tu-clausthal.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199802231335.OAA06873@dorifer.heim3.tu-clausthal.de>; from Oliver Fromme on Mon, Feb 23, 1998 at 02:35:02PM +0100 X-NCC-RegID: ru.hqlgu Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 23, 1998 at 02:35:02PM +0100, Oliver Fromme wrote: > vadik likholetov wrote in list.freebsd-multimedia: > > note that there is a bug in tosha, looks like TOC table shift, > > causes tracks start from 2 and not allows to read last track because > > of it. > > Can you please provide a bit more details? Which version of > tosha, which drive? I can't reproduce that problem here, > using version 0.5 of tosha. (Well, I _believe_ it's version > 0.5... I wrote it before I started using CVS.) yes. with atapi patches from Luigi. May be it is the case :-) -- 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 Feb 23 06:24:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13044 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 06:24:44 -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 GAA12973 for ; Mon, 23 Feb 1998 06:24:40 -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 OAA18977; Mon, 23 Feb 1998 14:24:33 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id PAA10819; Mon, 23 Feb 1998 15:24:31 +0100 (MET) Message-ID: <19980223152403.48340@follo.net> Date: Mon, 23 Feb 1998 15:24:03 +0100 From: Eivind Eklund To: Mike Fisher , freebsd-multimedia@FreeBSD.ORG Subject: Re: Brooktree 848 driver References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Mike Fisher on Mon, Feb 23, 1998 at 09:09:33AM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 23, 1998 at 09:09:33AM -0500, Mike Fisher wrote: > I rebuilt world and my kernel last night to learn that there is apparantly > some trouble with the Brooktree 848 driver somehow. I get the following > error with the fxtv port: > open("/dev/bktr0") failed: Device not configured > > According to the dmesg output, the card is being detected properly: > bktr0 rev 18 int a irq 10 on pci0:19 > Hauppauge WinCast/TV, Philips NTSC tuner, dbx stereo. > > The /dev entries for bktr0 and tuner0 do exist (I recreated them in case > that was the possibility of error using the instructions from the web page > at http://www.freebsd.org/~ahasty/files/README.bt848). > > I did a brief search through the archives and didn't see any complaints > along these lines...so any pointers would be appreciated. The major number for the Brooktree driver was changed a few days ago due to a conflict. Get the new one from /usr/src/sys/i386/conf/majors.i386, and re-create your devices. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 08:27:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26712 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 08:27:08 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from tigaon2.cps.cmich.edu (tigaon2.cps.cmich.edu [141.209.20.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26705 for ; Mon, 23 Feb 1998 08:27:03 -0800 (PST) (envelope-from ishwar@tigaon2.cps.cmich.edu) Received: (from ishwar@localhost) by tigaon2.cps.cmich.edu (8.7.5/8.6.12) id LAA08137 for multimedia@freebsd.org; Mon, 23 Feb 1998 11:26:12 -0500 (EST) Date: Mon, 23 Feb 1998 11:26:12 -0500 (EST) From: Ish Rattan Message-Id: <199802231626.LAA08137@tigaon2.cps.cmich.edu> To: multimedia@FreeBSD.ORG Subject: Mulimedia info request.. Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello I am running FreeBSD-3.0-SNAP. I am interested in taking pictures with a video camera, digitizing them, and then display or put them on a CD. I assume that I need -- 1. A video camera 2. A video capture board (MPEG?). 3. Software for the above (2). 4. Editing software for digitized images. 5. A CD writer. 6. Software for the above (5). Is it possible to this under FreeBSD? If so, suggestions for the software and hardware will be appreciated. Thanks in advance. Ishwar Rattan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 11:18:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA18867 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 11:18:47 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from u1.farm.idt.net (root@u1.farm.idt.net [169.132.8.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA18862 for ; Mon, 23 Feb 1998 11:18:46 -0800 (PST) (envelope-from garycorc@idt.net) Received: from idt.net (ppp-27.ts-1.mlb.idt.net [169.132.71.27]) by u1.farm.idt.net (8.8.8/8.8.5) with ESMTP id NAA29399; Mon, 23 Feb 1998 13:31:24 -0500 (EST) Message-ID: <34F1BFEE.5F1BC750@idt.net> Date: Mon, 23 Feb 1998 13:29:03 -0500 From: "Gary T. Corcoran" X-Mailer: Mozilla 4.03 [en] (Win95; U) MIME-Version: 1.0 To: Jeremy Kraft CC: multimedia@FreeBSD.ORG Subject: Re: sound card. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jeremy Kraft wrote: > > hello. ive posted on here before, this time my sound card wont > work. ive never actually gotten a sound card succesfully working > in freebsd, maybe theres something im missing. i have gotten it to > WORK before, but its been very fuzzy. now everything i try to do > wont work period, it just says (when trying to run mpg123 Hole-Violet.mp3) > "No supported audio format found!" > but, heres my dmesg: ... > lpt0 at 0x378-0x37f irq 7 on isa > lpt0: Interrupt-driven port ... > sb0 at 0x220 irq 7 drq 1 on isa > sb0: Your sound card is using the same IRQ as your parallel port. Suggest changing your sound card to IRQ 5 (or any other unused IRQ in your machine). Gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 11:30:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21621 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 11:30:39 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from mork.nosc.mil (root@mork.nosc.mil [198.253.0.47]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA21596 for ; Mon, 23 Feb 1998 11:30:31 -0800 (PST) (envelope-from feistjf@mork.nosc.mil) Received: from pipeline (feistjf.nosc.mil [198.253.78.149]) by mork.nosc.mil (8.8.7/8.8.7) with SMTP id LAA01744 for ; Mon, 23 Feb 1998 11:31:32 -0800 (PST) Message-Id: <3.0.5.32.19980223113020.0094ddc0@mork.nosc.mil> X-Sender: feistjf@mork.nosc.mil X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 23 Feb 1998 11:30:20 -0800 To: multimedia@FreeBSD.ORG From: John F Feist Subject: listserv help Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org help To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 11:57:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29192 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 11:57:16 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29176; Mon, 23 Feb 1998 11:57:12 -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 LAA01711; Mon, 23 Feb 1998 11:56:53 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802231956.LAA01711@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Mike Smith cc: Scott Michel , freebsd-multimedia@FreeBSD.ORG, freebsd-current@FreeBSD.ORG, Jim Lowe Subject: Re: kernel scheduler issues In-reply-to: Your message of "Sun, 22 Feb 1998 19:41:57 PST." <199802230341.TAA09645@dingo.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Feb 1998 11:56:53 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I would start by ensuring that the clock is well synchronized . man ntpq and ntpq . Jim Lowe , wrote a program , xmixer , which based upon a stable clock source such as ntp attempted to equalize an audio stream when faced with an innacurate audio clock source. 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 Feb 23 13:12:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13880 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 13:12:45 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13873 for ; Mon, 23 Feb 1998 13:12:43 -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 MAA01887; Mon, 23 Feb 1998 12:16:08 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802232016.MAA01887@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Eivind Eklund cc: Mike Fisher , freebsd-multimedia@FreeBSD.ORG Subject: Re: Brooktree 848 driver In-reply-to: Your message of "Mon, 23 Feb 1998 15:24:03 +0100." <19980223152403.48340@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Feb 1998 12:16:08 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I updated the instructions on http://www.freebsd.org/~ahasty/files/README.bt84 8 Will update the driver on the web page and my ftp site tonite . 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 Feb 23 13:41:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18705 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 13:41:22 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from minot.com (db@minot.com [205.218.4.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18692 for ; Mon, 23 Feb 1998 13:41:17 -0800 (PST) (envelope-from db@minot.com) Received: from localhost (db@localhost) by minot.com (8.8.8/8.8.7) with SMTP id PAA27214; Mon, 23 Feb 1998 15:39:08 -0600 Date: Mon, 23 Feb 1998 15:39:08 -0600 (CST) From: Jeremy Kraft To: "Gary T. Corcoran" cc: multimedia@FreeBSD.ORG Subject: Re: sound card. In-Reply-To: <34F1BFEE.5F1BC750@idt.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org can i just change (or take out) support for my lpt0 port? Jeremy Kraft db@minot.com --- On Mon, 23 Feb 1998, Gary T. Corcoran wrote: > Jeremy Kraft wrote: > > > > hello. ive posted on here before, this time my sound card wont > > work. ive never actually gotten a sound card succesfully working > > in freebsd, maybe theres something im missing. i have gotten it to > > WORK before, but its been very fuzzy. now everything i try to do > > wont work period, it just says (when trying to run mpg123 Hole-Violet.mp3) > > "No supported audio format found!" > > but, heres my dmesg: > ... > > lpt0 at 0x378-0x37f irq 7 on isa > > lpt0: Interrupt-driven port > ... > > sb0 at 0x220 irq 7 drq 1 on isa > > sb0: > > Your sound card is using the same IRQ as your parallel port. > Suggest changing your sound card to IRQ 5 (or any other unused IRQ in your machine). > > Gary > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 13:42:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18807 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 13:42:14 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from venice.connection.com (venice.connection.com [204.138.111.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18801 for ; Mon, 23 Feb 1998 13:42:11 -0800 (PST) (envelope-from aidin@connection.com) Received: from connection.com (pm5-252.connection.com [209.20.23.252]) by venice.connection.com (8.8.5/8.8.5) with ESMTP id QAA04746 for ; Mon, 23 Feb 1998 16:47:19 -0500 (EST) Message-ID: <34F216DE.2A9F5B55@connection.com> Date: Mon, 23 Feb 1998 16:39:59 -0800 From: Aidin Iranshahi X-Mailer: Mozilla 4.04 [en] (Win95; U) MIME-Version: 1.0 To: multimedia@FreeBSD.ORG Subject: Miro Remote Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org HI, I bought a miromedia pctv and it did not come with the remote, im I to pay extra for that, if I am may you tell me the price, Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 13:42:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18881 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 13:42:32 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from thelab.hub.org (dyna2-156.acadiau.ca [131.162.2.156]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18796 for ; Mon, 23 Feb 1998 13:42:03 -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 RAA01395; Mon, 23 Feb 1998 17:41:26 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 23 Feb 1998 17:41:26 -0400 (AST) From: The Hermit Hacker To: vadik likholetov cc: multimedia@FreeBSD.ORG Subject: Re: Creating MP3's under FreeBSD... In-Reply-To: <19980223110908.54543@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 Feb 1998, vadik likholetov wrote: > On Sat, Feb 21, 1998 at 05:09:58PM +0100, Luigi Rizzo wrote: > > > How do you get the audio tracks off the CD? > > > > the quick&dirty way is to sample them through the soundcard. > > > > the more sophisticated way is to use programs like cdda or tosha to > > grab the raw tracks from the CD. Some SCSI drives are reported to do > > this, and I have some patches on my web page to do this with (some) > > ATAPI disk as well. BEWARE though, this might freeze your IDE bus since > > our atapi code does not have timeouts. > > > > see http://www.iet.unipi.it/~luigi/cdda980108.diffs > > > > using them, you still need to patch tosha, or better cdda, to grab the > > pcm files and compensate the sync problems which many drives have > > (don't ask for more comments on this, i am not very clear on what is > > the problem and how to fix it) > > > > here's the script I'm using to create mp3's : > > #!/bin/sh > TRACK=1; > > MAXTRACK=`tosha -iq -d /dev/wcd0c 2>&1 |wc -l` > while [ $TRACK -ne $MAXTRACK ] > do > echo Encoding Track $TRACK of $MAXTRACK > # > tosha -t $TRACK -d /dev/wcd0c -o $TRACK.pcm Is this with 2.2-STABLE or 3.0-CURRENT? I get a system reboot when I try to use tosha under -current on /dev/wcd0c... 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 Mon Feb 23 13:42:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18908 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 13:42:36 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from thelab.hub.org (dyna2-156.acadiau.ca [131.162.2.156]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18865 for ; Mon, 23 Feb 1998 13:42:24 -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 RAA01401; Mon, 23 Feb 1998 17:42:04 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 23 Feb 1998 17:42:04 -0400 (AST) From: The Hermit Hacker To: Luigi Rizzo cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... In-Reply-To: <199802230659.HAA06056@labinfo.iet.unipi.it> 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 Feb 1998, Luigi Rizzo wrote: > > Using pcmio on the file that cdda produces is 'staticy'...so I'm > > not even going to look at sox/mpeg_musicin at this point... > > so "hd" is your last chance to see what is actually in the track... hd?? 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 Mon Feb 23 13:44:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19113 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 13:44:45 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19107 for ; Mon, 23 Feb 1998 13:44:44 -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 NAA00367; Mon, 23 Feb 1998 13:44:41 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802232144.NAA00367@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: multimedia@FreeBSD.ORG cc: Tomi Vainio , Flemming Jacobsen Subject: Bt848 Driver Update Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Feb 1998 13:44:41 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ftp://rah.star-gate.com/pub/bt848.tar.gz http://www.freebsd.org/~ahasty/Bt848.html Added PCI ID for Bt849 submitted by Tomi Vainio Further radio support patches from Flemming Jacobsen . Reminder the new major device is 92, if you don't know how to make a device just check out the Bt848.html web page. The driver has not been committed yet please test for I intent to commit the driver tomorrow. Tnks guys! Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 14:03:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA22495 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 14:03:28 -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 OAA22479 for ; Mon, 23 Feb 1998 14:03:20 -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 VAA07194; Mon, 23 Feb 1998 21:29:30 +0100 From: Luigi Rizzo Message-Id: <199802232029.VAA07194@labinfo.iet.unipi.it> Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... To: scrappy@hub.org (The Hermit Hacker) Date: Mon, 23 Feb 1998 21:29:29 +0100 (MET) Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: from "The Hermit Hacker" at Feb 23, 98 05:41:45 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > so "hd" is your last chance to see what is actually in the track... > > hd?? it's just hexdump, to see what is coming out from your track.. luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 15:14:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08292 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 15:14:26 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from echonyc.com (echonyc.com [198.67.15.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA08287 for ; Mon, 23 Feb 1998 15:14:20 -0800 (PST) (envelope-from benedict@echonyc.com) Received: from localhost (benedict@localhost) by echonyc.com (8.8.7/8.8.7) with SMTP id RAA10610; Mon, 23 Feb 1998 17:26:22 -0500 (EST) Date: Mon, 23 Feb 1998 17:26:21 -0500 (EST) From: Snob Art Genre To: Aidin Iranshahi cc: multimedia@FreeBSD.ORG Subject: Re: Miro Remote In-Reply-To: <34F216DE.2A9F5B55@connection.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 don't sell hardware or software here, this is a developers'/users' list for multimedia applications under FreeBSD. You have the wrong mailing list. On Mon, 23 Feb 1998, Aidin Iranshahi wrote: > HI, > > I bought a miromedia pctv and it did not come with the remote, im I to > pay extra for that, if I am may you tell me the price, > Thank you. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > Ben "You have your mind on computers, it seems." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 15:32:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11803 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 15:32:48 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from ns1.img-direct.com ([208.237.127.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11759; Mon, 23 Feb 1998 15:32:28 -0800 (PST) (envelope-from insight@img-direct.com) Received: from localhost (root@localhost) by ns1.img-direct.com (8.8.6/8.8.6) with SMTP id SAA15586; Mon, 23 Feb 1998 18:32:47 -0500 Date: Mon, 23 Feb 1998 18:32:47 -0500 From: Insight Development Corporation Received: by ns1.img-direct.com (bulk_mailer v1.5); Mon, 23 Feb 1998 17:41:26 -0500 To: insight@img-direct.com Reply-to: insight@img-direct.net Subject: Give Your CAD Drawings a Hand Sketched Look! Message-ID: Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Squiggle is an indispensable tool for preparing "viewer friendly" CAD-generated designs and illustrations. For a limited time, we are offering Squiggle for only $49.00 - a savings of over 50% off our regular price. Squiggle enables you to create drawings that are more approachable, allowing your clients to feel more comfortable with your design process. Squiggle works with all the popular CAD programs, allowing you to transform HPGL and HPGL/2 plot files into hand-drawn art in a matter of minutes. Squiggle allows for the customization of variable line combinations, and allows the user to vary the width and color of up to 255 lines with an unlimited number of hand drawn styles to each line. You can choose from a range of seven preset styles that range from "carefully sketched with a drafting pen" to "scribbled on the back of a napkin." Each line is drawn independently, and results are not precisely predictable- just like drawing done by the human hand. Styles can be combined into one image and pen effects can be can be saved into templates to create custom, "in-house" styles. Please visit our web site to see our product: http://www.insightdev.com/squiggle.html Click here! or please call us at 1-800-825-4115. Our special price is available only through March 15, 1998. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 17:59:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13473 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 17:59:12 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from minot.com (root@minot.com [205.218.4.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13454 for ; Mon, 23 Feb 1998 17:58:59 -0800 (PST) (envelope-from db@minot.com) Received: from minot.com (fruit.n.fiber.org [205.218.4.212]) by minot.com (8.8.8/8.8.7) with ESMTP id TAA19926; Mon, 23 Feb 1998 19:56:49 -0600 Message-ID: <34F1D641.5582B19@minot.com> Date: Mon, 23 Feb 1998 20:04:18 +0000 From: Jeremy Kraft X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: "Gary T. Corcoran" CC: multimedia@FreeBSD.ORG Subject: Re: sound card. References: <34F1BFEE.5F1BC750@idt.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ok, look at this. i put that device sbxvi0 stuff in my kernel, exactly how it says in the freebsd.org/handbook config files.. heres what i get now, ugh .. when trying to do a "make" after "make depend" --> loading kernel dev_table.o: Undefined symbol `_attach_sb16midi' referenced from data segment dev_table.o: Undefined symbol `_probe_sb16midi' referenced from data segment sb_dsp.o: Undefined symbol `_sb16midiintr' referenced from text segment *** Erorr code 1 Stop. *shrug* ?? do i need to download/install any drivers? Gary T. Corcoran wrote: > Jeremy Kraft wrote: > > > > hello. ive posted on here before, this time my sound card wont > > work. ive never actually gotten a sound card succesfully working > > in freebsd, maybe theres something im missing. i have gotten it to > > WORK before, but its been very fuzzy. now everything i try to do > > wont work period, it just says (when trying to run mpg123 Hole-Violet.mp3) > > "No supported audio format found!" > > but, heres my dmesg: > ... > > lpt0 at 0x378-0x37f irq 7 on isa > > lpt0: Interrupt-driven port > ... > > sb0 at 0x220 irq 7 drq 1 on isa > > sb0: > > Your sound card is using the same IRQ as your parallel port. > Suggest changing your sound card to IRQ 5 (or any other unused IRQ in your machine). > > Gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 18:12:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15284 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 18:12:08 -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 SAA15279 for ; Mon, 23 Feb 1998 18:12:05 -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 MAA02767; Tue, 24 Feb 1998 12:41:51 +1030 (CST) Message-Id: <199802240211.MAA02767@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Jeremy Kraft cc: multimedia@FreeBSD.ORG Subject: Re: sound card. In-reply-to: Your message of "Mon, 23 Feb 1998 20:04:18 -0000." <34F1D641.5582B19@minot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 24 Feb 1998 12:41:51 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > loading kernel > dev_table.o: Undefined symbol `_attach_sb16midi' referenced from data segment > dev_table.o: Undefined symbol `_probe_sb16midi' referenced from data segment > sb_dsp.o: Undefined symbol `_sb16midiintr' referenced from text segment > *** Erorr code 1 > *shrug* ?? do i need to download/install any drivers? Hmm, looks like the sbxvi driver has a dependancy on the sbmidi driver (dumb or what..?) you should add that too :) A line like : 'device sbmidi0 at isa? port 0x388' should do it.. I get sbmidi0 not found at 0x388 though.. Perhaps you could try 0x380 instead.. I'm not sure, sorry :( --------------------------------------------------------------------- |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 Feb 23 18:46:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA20985 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 18:46:52 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA20960 for ; Mon, 23 Feb 1998 18:46:49 -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 SAA11632; Mon, 23 Feb 1998 18:46:34 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802240246.SAA11632@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: "Daniel O'Connor" cc: multimedia@FreeBSD.ORG Subject: Re: Help for Quake In-reply-to: Your message of "Mon, 23 Feb 1998 18:11:00 +1030." <199802230741.SAA20028@cain.gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Feb 1998 18:46:34 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Tnks for the summary !! Amancio > Hi, > I have compiled together my experiences of getting Quake to run under FreeBSD > on http://www.dons.net.au/~darius/quake/ which may be of interest. > I only just finished it, so it probably contains errors, please let me know so > I can fix them :) > (I'll add the Quake 2 info when I actually get 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 20:55:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03652 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 20:55:30 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from u2.farm.idt.net (root@u2.farm.idt.net [169.132.8.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03646 for ; Mon, 23 Feb 1998 20:55:29 -0800 (PST) (envelope-from garycorc@idt.net) Received: from idt.net (ppp-8.ts-1.mlb.idt.net [169.132.71.8]) by u2.farm.idt.net (8.8.8/8.8.5) with ESMTP id XAA04703; Mon, 23 Feb 1998 23:29:51 -0500 (EST) Message-ID: <34F24C35.2EBD4594@idt.net> Date: Mon, 23 Feb 1998 23:27:33 -0500 From: "Gary T. Corcoran" X-Mailer: Mozilla 4.03 [en] (Win95; U) MIME-Version: 1.0 To: Jeremy Kraft CC: multimedia@FreeBSD.ORG Subject: Re: sound card. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jeremy Kraft wrote: > > can i just change (or take out) support for my lpt0 port? > > > lpt0 at 0x378-0x37f irq 7 on isa > > > lpt0: Interrupt-driven port > > ... > > > sb0 at 0x220 irq 7 drq 1 on isa > > > sb0: > > > > Your sound card is using the same IRQ as your parallel port. > > Suggest changing your sound card to IRQ 5 (or any other unused IRQ in your machine). You can take it out of your kernel, but be sure to disable the lpt0 port in your BIOS so the IRQ7 is really freed up. But why not just change the jumper on your SB16 to use IRQ5? Gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 21:04:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04430 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 21:04:03 -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 VAA04405 for ; Mon, 23 Feb 1998 21:04:00 -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 PAA07200; Tue, 24 Feb 1998 15:33:40 +1030 (CST) Message-Id: <199802240503.PAA07200@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Gary T. Corcoran" cc: Jeremy Kraft , multimedia@FreeBSD.ORG Subject: Re: sound card. In-reply-to: Your message of "Mon, 23 Feb 1998 23:27:33 CDT." <34F24C35.2EBD4594@idt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 24 Feb 1998 15:33:39 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > Your sound card is using the same IRQ as your parallel port. > > > Suggest changing your sound card to IRQ 5 (or any other unused IRQ in you > r machine). > You can take it out of your kernel, but be sure to disable the lpt0 > port in your BIOS so the IRQ7 is really freed up. > But why not just change the jumper on your SB16 to use IRQ5? AFAIK a sound card and lpt port can co-exist happily.. Just make sure the conflicts keyword is in your config file.. --------------------------------------------------------------------- |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 Feb 23 21:07:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04722 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 21:07:08 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from thelab.hub.org (dyna2-162.acadiau.ca [131.162.2.162]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04705 for ; Mon, 23 Feb 1998 21:07:03 -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 BAA11330; Tue, 24 Feb 1998 01:06:51 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Tue, 24 Feb 1998 01:06:51 -0400 (AST) From: The Hermit Hacker To: "James S. Blachly" cc: freebsd-multimedia@FreeBSD.ORG, x11amp@x11amp.ml.org Subject: Re: 0.65 STILL doesn't work. 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 Mon, 23 Feb 1998, James S. Blachly wrote: > Okay I sent a message to you guys (the coders) but never got a reply > *sigh*. 0.65 does STILL not work. I even attatched an strace to my > message about 0.62 not working. what else do you want me to do? I want > it to work -- it did at one point in the distant past. > > The only thing I can think of that I've done since it last worked was > install the Oss/free 3.8 sound driver patches into the 2.0.33 kernel. > Has anyone had any luck with this setup, or running x11amp under linux > 2.1.x ? 2.1.x should have the ossfree/ 3.8 drivers in by default. Well, to put my 2cents worth in... Kudos to the developers...0.65 works *beautifully* under FreeBSD 3.0-CURRENT :) The Spectrum Analyzer even works, which it didn't work in 0.62. The only "oddity"...I seem to have lost my volume control, but that can be worked around... Great work guys... 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 Mon Feb 23 21:17:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA05801 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 21:17:02 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from chaos.winternet.com (jstepka@chaos.winternet.com [204.246.64.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA05794 for ; Mon, 23 Feb 1998 21:16:56 -0800 (PST) (envelope-from jstepka@chaos.winternet.com) Received: from localhost (jstepka@localhost) by chaos.winternet.com (8.8.8/8.8.5) with SMTP id XAA03374; Mon, 23 Feb 1998 23:16:16 -0600 (CST) Date: Mon, 23 Feb 1998 23:16:16 -0600 (CST) From: Justen Stepka To: Joao Carlos Mendes Luis cc: dwhite@resnet.uoregon.edu, multimedia@FreeBSD.ORG Subject: Re: bktr NTSC -> PAL In-Reply-To: <199802200009.WAA02074@gaia.coppe.ufrj.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 19 Feb 1998, Joao Carlos Mendes Luis wrote: > #define quoting(Doug White) > // > bktr0 rev 18 int a irq 11 on pci0:12 > // > Hauppauge WinCast/TV, Temic PAL tuner. Rather off the beat, I've been following this mailing list for some time now and have managed to guy the USR WinCast/TV PCI setup. I'm wondering if there is a site with a FAQ, or a manually page I just can't find on setting this device up. Along with that, am I limited to only conferencing with others that use the same software? Thanks in advance. Justen Stepka To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Feb 23 21:29:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA07807 for freebsd-multimedia-outgoing; Mon, 23 Feb 1998 21:29:15 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA07790 for ; Mon, 23 Feb 1998 21:29:11 -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 VAA18143; Mon, 23 Feb 1998 21:28:27 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802240528.VAA18143@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Justen Stepka cc: Joao Carlos Mendes Luis , dwhite@resnet.uoregon.edu, multimedia@FreeBSD.ORG Subject: Re: bktr NTSC -> PAL In-reply-to: Your message of "Mon, 23 Feb 1998 23:16:16 CST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Feb 1998 21:28:27 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If you are using freebsd, check out http://www.freebsd.org/~ahasty/Bt848.html if not then you have to go elsewhere for info. Cheers, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 24 04:02:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23863 for freebsd-multimedia-outgoing; Tue, 24 Feb 1998 04:02:21 -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 EAA23844 for ; Tue, 24 Feb 1998 04:02:10 -0800 (PST) (envelope-from vadik@sensi.pu.ru) Received: (from vadik@localhost) by sensi.pu.ru (8.8.8/8.7.3) id PAA04332; Tue, 24 Feb 1998 15:01:49 +0300 (MSK) Message-ID: <19980224150149.18904@sensi.org> Date: Tue, 24 Feb 1998 15:01:49 +0300 From: vadik likholetov To: freebsd-multimedia@FreeBSD.ORG Subject: Re: Luigi's 'cdda' patches for 3.0-CURRENT... References: <199802231335.OAA06873@dorifer.heim3.tu-clausthal.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199802231335.OAA06873@dorifer.heim3.tu-clausthal.de>; from Oliver Fromme on Mon, Feb 23, 1998 at 02:35:02PM +0100 X-NCC-RegID: ru.hqlgu Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 23, 1998 at 02:35:02PM +0100, Oliver Fromme wrote: > > note that there is a bug in tosha, looks like TOC table shift, > > causes tracks start from 2 and not allows to read last track because > > of it. > > Can you please provide a bit more details? Which version of > tosha, which drive? I can't reproduce that problem here, > using version 0.5 of tosha. (Well, I _believe_ it's version > 0.5... I wrote it before I started using CVS.) > OK. I's on my Acer notebook with 2.2.5 + PAO+ many other kernel patches, The cdrom is TORSiN x6. -- vadik likholetov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 24 12:37:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02855 for freebsd-multimedia-outgoing; Tue, 24 Feb 1998 12:37:38 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from pe090.persbraten.vgs.no (ti02a04-0031.dialup.online.no [130.67.17.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA02831 for ; Tue, 24 Feb 1998 12:37:26 -0800 (PST) (envelope-from beren@saers.com) Received: from localhost (beren@localhost) by pe090.persbraten.vgs.no (8.8.5/8.8.5) with SMTP id VAA07372 for ; Tue, 24 Feb 1998 21:39:23 +0100 (CET) X-Authentication-Warning: pe090.persbraten.vgs.no: beren owned process doing -bs Date: Tue, 24 Feb 1998 21:39:20 +0100 (CET) From: Niklas Saers X-Sender: beren@pe090.persbraten.vgs.no To: multimedia@FreeBSD.ORG Subject: MiroMEDIA PCTV Pro Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I own this board and as I noticed at your page http://www.freebsd.org/~ahasty/Bt848.html that this was supposed to work in theory, I'm downloading it not. As it wasn't tested, I'd be happy to give you all the information you'd need to have this tested if you only give me the instructions on what to do for your tests. :) Niklas Saers ... and a UNIX user said ... rm -rf * and all was null and void To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 24 15:10:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00622 for freebsd-multimedia-outgoing; Tue, 24 Feb 1998 15:10:15 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from portalcp.chevron.com (firewall-user@portalcp.chevron.com [207.24.17.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00565 for ; Tue, 24 Feb 1998 15:10:06 -0800 (PST) (envelope-from cnse@chevron.com) Received: (from uucp@localhost) by portalcp.chevron.com (8.8.8/8.8.8) id PAA24837 for ; Tue, 24 Feb 1998 15:09:29 -0800 (PST) Received: from cybil.sr.chevron.com(146.27.64.35) by portalcp.chevron.com via smap (4.0a) id xma024620; Tue, 24 Feb 98 15:08:41 -0800 Received: by chvpk-msx04-b.sr.chevron.com with Internet Mail Service (5.0.1460.8) id ; Tue, 24 Feb 1998 15:09:09 -0800 Message-ID: <137FCF8E2C6BD111A42900805F1904D7160014@cal-msx1.calgary.chevron.com> From: "Setchel, Chas (cnse)" To: "'multimedia@freebsd.org'" Subject: Nt 4.0 drivers Date: Tue, 24 Feb 1998 15:08:59 -0800 X-Mailer: Internet Mail Service (5.0.1460.8) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Your site an the bt848 chipset had lots of great info. I have avery TV PHONE and I'm looking for drivers for NT 4.0 for a capture card that has the bt 848 chipset that runs on NT 4.0. I have not found any to even try yet. If you guys have any drivers or sugestions that would be great. Thank's Chas setchelr@telusplanet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 24 15:14:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01898 for freebsd-multimedia-outgoing; Tue, 24 Feb 1998 15:14:37 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from pe090.persbraten.vgs.no (ti02a04-0059.dialup.online.no [130.67.17.59]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01554 for ; Tue, 24 Feb 1998 15:13:35 -0800 (PST) (envelope-from beren@saers.com) Received: from localhost (beren@localhost) by pe090.persbraten.vgs.no (8.8.5/8.8.5) with SMTP id AAA00587 for ; Wed, 25 Feb 1998 00:15:20 +0100 (CET) X-Authentication-Warning: pe090.persbraten.vgs.no: beren owned process doing -bs Date: Wed, 25 Feb 1998 00:15:18 +0100 (CET) From: Niklas Saers X-Sender: beren@pe090.persbraten.vgs.no To: multimedia@FreeBSD.ORG Subject: miroMEDIA PCTV and Matrox Millenium 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 Yepp, the above is my hardware which I thought running frame-capturing under. But I'm a bit confused. Both dtv and fxtv make kind of horizontal, dotted lines across my screen. They disappear when I switch to other applications which update those parts of the screen. I get the message 'Direct Video not supported by visual...using XImages'. Has this something to do with the lot? ... and a UNIX user said ... rm -rf * and all was null and void To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 24 16:04:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11597 for freebsd-multimedia-outgoing; Tue, 24 Feb 1998 16:04:21 -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 QAA11560 for ; Tue, 24 Feb 1998 16:04:08 -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 AAA12417; Wed, 25 Feb 1998 00:04:04 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id BAA16968; Wed, 25 Feb 1998 01:04:04 +0100 (MET) Message-ID: <19980225010403.59434@follo.net> Date: Wed, 25 Feb 1998 01:04:03 +0100 From: Eivind Eklund To: Niklas Saers , multimedia@FreeBSD.ORG Subject: Re: MiroMEDIA PCTV Pro References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Niklas Saers on Tue, Feb 24, 1998 at 09:39:20PM +0100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 24, 1998 at 09:39:20PM +0100, Niklas Saers wrote: > Hi, I own this board and as I noticed at your page > http://www.freebsd.org/~ahasty/Bt848.html that this was supposed to work > in theory, I'm downloading it not. As it wasn't tested, I'd be happy to > give you all the information you'd need to have this tested if you only > give me the instructions on what to do for your tests. :) It works. We don't support the NICAM part of the card yet, but I hope to get around to it soon (I have borrowed the Pro part of a unit). I'm running with a couple of Fxtv patches; I'll let you have them if you have any problem. ... og hvor ligger så Persbraten? Eivind, who notice other norwegians starting to appear on the lists :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 24 16:12:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12993 for freebsd-multimedia-outgoing; Tue, 24 Feb 1998 16:12:45 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from marlin.corp.gulf.net (root@marlin.corp.gulf.net [198.69.72.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12977 for ; Tue, 24 Feb 1998 16:12:42 -0800 (PST) (envelope-from bglenn@corp.gulf.net) Received: from corp.gulf.net (seacucumber.corp.gulf.net [206.105.61.171]) by marlin.corp.gulf.net (8.8.8/8.8.5) with ESMTP id SAA12462 for ; Tue, 24 Feb 1998 18:10:26 -0600 (CST) Message-ID: <34F361A6.98C69534@corp.gulf.net> Date: Tue, 24 Feb 1998 18:11:18 -0600 From: Brian Glenn Organization: Gulf Coast Internet X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: multimedia@FreeBSD.ORG Subject: allinwonder card Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ok here goes I have an AllinWonder and was well curious I see that there is a driver for the bt848 chip but the All in Wonder uses the Bt829KPF chipset is that compatible with the Bt848 driver or is the another driver out for this or will there be . Anyway never hurts to ask. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 24 16:29:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA16614 for freebsd-multimedia-outgoing; Tue, 24 Feb 1998 16:29:16 -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 QAA16598 for ; Tue, 24 Feb 1998 16:29:06 -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 BAA10253 for ; Wed, 25 Feb 1998 01:05:51 +0100 (CET) (envelope-from jakob@teligent.se) Date: Wed, 25 Feb 1998 01:05:51 +0100 (CET) From: Jakob Alvermark To: freebsd-multimedia@FreeBSD.ORG Subject: USB? (Quickcam VC/Quickclip) 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 QAA16610 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello Does FreeBSD support USB? If not, how hard could it be to make it support USB? I´ve been surfing around at Connectix site, looking at the Quickcam VC and Quickclip, pretty cool stuff, I would say.. :-) /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 Feb 24 20:19:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24728 for freebsd-multimedia-outgoing; Tue, 24 Feb 1998 20:19:58 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from inet03.citec.qld.gov.au (firewall-user@inet03.citec.qld.gov.au [203.5.10.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA24663 for ; Tue, 24 Feb 1998 20:19:45 -0800 (PST) (envelope-from sysseh@manila.workcover.qld.gov.au) Received: by inet03.citec.qld.gov.au; id OAA21699; Wed, 25 Feb 1998 14:19:34 +1000 Received: from CCII.workcover.qld.gov.au(h084202.workcover.qld.gov.au 131.242.84.202) by inet03.citec.qld.gov.au via smap (V2.0) id xma021367; Wed, 25 Feb 98 14:19:16 +1000 Received: from bne16unx215.workcover.qld.gov.au (CCI.workcover.qld.gov.au [131.242.84.201]) by CCII.workcover.qld.gov.au (8.8.5/8.8.5) with ESMTP id OAA09467 for ; Wed, 25 Feb 1998 14:16:32 +1000 (EST) Received: from localhost (sysseh@localhost) by bne16unx215.workcover.qld.gov.au (8.8.5/8.8.5) with SMTP id EAA25387 for ; Wed, 25 Feb 1998 04:24:02 GMT Message-Id: <199802250424.EAA25387@bne16unx215.workcover.qld.gov.au> X-Authentication-Warning: bne16unx215.workcover.qld.gov.au: sysseh@localhost didn't use HELO protocol X-Mailer: exmh version 2.0zeta 7/24/97 To: multimedia@FreeBSD.ORG Subject: Woo Hoo!! Got descent up & running! X-Face: 3}heU+2?b->-GSF-G4T4>jEB9~FR(V9lo&o>kAy=Pj&;oVOc<|pr%I/VSG"ZD32J>5gGC0N 7gj]^GI@M:LlqNd]|(2OxOxy@$6@/!,";-!OlucF^=jq8s57$%qXd/ieC8DhWmIy@J1AcnvSGV\|*! >Bvu7+0h4zCY^]{AxXKsDTlgA2m]fX$W@'8ev-Qi+-;%L'CcZ'NBL!@n?}q!M&Em3*eW7,093nOeV8 M)(u+6D;%B7j\XA/9j4!Gj~&jYzflG[#)E9sI&Xe9~y~Gn%fA7>F:YKr"Wx4cZU*6{^2ocZ!YyR Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Feb 1998 14:24:00 +1000 From: Stephen Hocking Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I now have descent 1 up and running under X windows. I'm about to move to the other side of Australia in 2 days time, so if somebody would like a bunch of diffs and extra files, I'd be only too willing to pass them on. I have yet to add joystick, sound and IPX networking support. It's in a very rough state but at least it puts up the splash screen. Stephen -- The views expressed above are not those of WorkCover Queensland, Australia. "We've heard that a million monkeys at a million keyboards could produce the Complete Works of Shakespeare; now, thanks to the Internet, we know this is not true." Robert Wilensky, University of California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 24 20:49:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA29034 for freebsd-multimedia-outgoing; Tue, 24 Feb 1998 20:49:54 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from inet03.citec.qld.gov.au (firewall-user@inet03.citec.qld.gov.au [203.5.10.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA29015 for ; Tue, 24 Feb 1998 20:49:47 -0800 (PST) (envelope-from sysseh@manila.workcover.qld.gov.au) Received: by inet03.citec.qld.gov.au; id OAA19293; Wed, 25 Feb 1998 14:49:44 +1000 Received: from CCII.workcover.qld.gov.au(h084202.workcover.qld.gov.au 131.242.84.202) by inet03.citec.qld.gov.au via smap (V2.0) id xma018645; Wed, 25 Feb 98 14:49:04 +1000 Received: from bne16unx215.workcover.qld.gov.au (CCI.workcover.qld.gov.au [131.242.84.201]) by CCII.workcover.qld.gov.au (8.8.5/8.8.5) with ESMTP id OAA09543 for ; Wed, 25 Feb 1998 14:46:10 +1000 (EST) Received: from localhost (sysseh@localhost) by bne16unx215.workcover.qld.gov.au (8.8.5/8.8.5) with SMTP id EAA25732 for ; Wed, 25 Feb 1998 04:53:41 GMT Message-Id: <199802250453.EAA25732@bne16unx215.workcover.qld.gov.au> X-Authentication-Warning: bne16unx215.workcover.qld.gov.au: sysseh@localhost didn't use HELO protocol X-Mailer: exmh version 2.0zeta 7/24/97 To: multimedia@FreeBSD.ORG Subject: Here they are (Descent diffs) X-Face: 3}heU+2?b->-GSF-G4T4>jEB9~FR(V9lo&o>kAy=Pj&;oVOc<|pr%I/VSG"ZD32J>5gGC0N 7gj]^GI@M:LlqNd]|(2OxOxy@$6@/!,";-!OlucF^=jq8s57$%qXd/ieC8DhWmIy@J1AcnvSGV\|*! >Bvu7+0h4zCY^]{AxXKsDTlgA2m]fX$W@'8ev-Qi+-;%L'CcZ'NBL!@n?}q!M&Em3*eW7,093nOeV8 M)(u+6D;%B7j\XA/9j4!Gj~&jYzflG[#)E9sI&Xe9~y~Gn%fA7>F:YKr"Wx4cZU*6{^2ocZ!YyR Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_617082330" Date: Wed, 25 Feb 1998 14:53:39 +1000 From: Stephen Hocking Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multipart MIME message. --==_Exmh_617082330 Content-Type: text/plain; charset=us-ascii Applied against ftp://ftp.muppetlabs.com/pub/ldescent/ldescent-0.0.14.tgz I note that ldescent-0.0.15.tgz is now out. Sigh. --==_Exmh_617082330 Content-Type: application/x-gzip ; name="fbsd.arch.tar.gz" Content-Description: fbsd.arch.tar.gz Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="fbsd.arch.tar.gz" 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 9/h7/D3+Hn+Pv8ffX/73/wCTtqW0AIACAA== --==_Exmh_617082330 Content-Type: text/plain ; name="descent.diffs"; charset=us-ascii Content-Description: descent.diffs Content-Disposition: attachment; filename="descent.diffs" *** includes/types.h Tue Feb 17 15:49:05 1998 --- ../descent.freebsd/includes/types.h Thu Feb 19 22:36:25 1998 *************** *** 16,21 **** --- 16,22 ---- #include + typedef unsigned long ulong; typedef signed char byte; typedef unsigned char ubyte; typedef int bool; *** configure.in Wed Feb 18 14:27:06 1998 --- ../descent.freebsd/configure.in Tue Feb 24 22:56:45 1998 *************** *** 43,49 **** if test "$x_libraries"; then X_LIBS="-L$x_libraries $X_LIBS" fi ! AC_CHECK_LIB(X11, XOpenDisplay, X_LIBS="-lX11 $X_LIBS", [ AC_MSG_ERROR("X11 library")], $X_LIBS) HAVE_X11="true" AC_DEFINE(HAVE_X11) --- 43,49 ---- if test "$x_libraries"; then X_LIBS="-L$x_libraries $X_LIBS" fi ! AC_CHECK_LIB(X11, XOpenDisplay, X_LIBS="-lXext -lX11 $X_LIBS", [ AC_MSG_ERROR("X11 library")], $X_LIBS) HAVE_X11="true" AC_DEFINE(HAVE_X11) *************** *** 129,134 **** --- 129,138 ---- SICK="$SICK ../arch/linux/libdlinux.a" SUCK="$SUCK linux" ;; + freebsd*) + SICK="$SICK ../arch/freebsd/libdfreebsd.a" + SUCK="$SUCK freebsd" + ;; esac case $host_cpu in *************** *** 152,155 **** dnl Output Makefiles. ! AC_OUTPUT(iff/Makefile 2d/Makefile arch/i386/Makefile arch/x11/Makefile 3d/Makefile pslib/Makefile arch/linux/Makefile arch/Makefile ui/Makefile mem/Makefile vecmat/Makefile cfile/Makefile main/Makefile fix/Makefile misc/Makefile texmap/Makefile Makefile) --- 156,159 ---- dnl Output Makefiles. ! AC_OUTPUT(iff/Makefile 2d/Makefile arch/i386/Makefile arch/x11/Makefile 3d/Makefile pslib/Makefile arch/freebsd/Makefile arch/linux/Makefile arch/Makefile ui/Makefile mem/Makefile vecmat/Makefile cfile/Makefile main/Makefile fix/Makefile misc/Makefile texmap/Makefile Makefile) *** configure Wed Feb 18 14:27:11 1998 --- ../descent.freebsd/configure Tue Feb 24 22:56:58 1998 *************** *** 2161,2167 **** fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 ! X_LIBS="-lX11 $X_LIBS" else echo "$ac_t""no" 1>&6 --- 2161,2167 ---- fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 ! X_LIBS="-lXext -lX11 $X_LIBS" else echo "$ac_t""no" 1>&6 *************** *** 2289,2294 **** --- 2289,2298 ---- SICK="$SICK ../arch/linux/libdlinux.a" SUCK="$SUCK linux" ;; + freebsd*) + SICK="$SICK ../arch/freebsd/libdfreebsd.a" + SUCK="$SUCK freebsd" + ;; esac case $host_cpu in *************** *** 2409,2415 **** ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" ! trap 'rm -fr `echo "iff/Makefile 2d/Makefile arch/i386/Makefile arch/x11/Makefile 3d/Makefile pslib/Makefile arch/linux/Makefile arch/Makefile ui/Makefile mem/Makefile vecmat/Makefile cfile/Makefile main/Makefile fix/Makefile misc/Makefile texmap/Makefile Makefile configure.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then --- 2509,2515 ---- cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then --==_Exmh_617082330 Content-Type: text/plain; charset=us-ascii The views expressed above are not those of WorkCover Queensland, Australia. "We've heard that a million monkeys at a million keyboards could produce the Complete Works of Shakespeare; now, thanks to the Internet, we know this is not true." Robert Wilensky, University of California --==_Exmh_617082330-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 24 21:07:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01594 for freebsd-multimedia-outgoing; Tue, 24 Feb 1998 21:07:55 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from inet03.citec.qld.gov.au (firewall-user@inet03.citec.qld.gov.au [203.5.10.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA01584 for ; Tue, 24 Feb 1998 21:07:51 -0800 (PST) (envelope-from sysseh@manila.workcover.qld.gov.au) Received: by inet03.citec.qld.gov.au; id PAA03014; Wed, 25 Feb 1998 15:07:48 +1000 Received: from CCII.workcover.qld.gov.au(h084202.workcover.qld.gov.au 131.242.84.202) by inet03.citec.qld.gov.au via smap (V2.0) id xma002746; Wed, 25 Feb 98 15:07:30 +1000 Received: from bne16unx215.workcover.qld.gov.au (CCI.workcover.qld.gov.au [131.242.84.201]) by CCII.workcover.qld.gov.au (8.8.5/8.8.5) with ESMTP id PAA09562 for ; Wed, 25 Feb 1998 15:04:30 +1000 (EST) Received: from localhost (sysseh@localhost) by bne16unx215.workcover.qld.gov.au (8.8.5/8.8.5) with SMTP id FAA25923 for ; Wed, 25 Feb 1998 05:12:05 GMT Message-Id: <199802250512.FAA25923@bne16unx215.workcover.qld.gov.au> X-Authentication-Warning: bne16unx215.workcover.qld.gov.au: sysseh@localhost didn't use HELO protocol X-Mailer: exmh version 2.0zeta 7/24/97 To: multimedia@FreeBSD.ORG Subject: Missed this one X-Face: 3}heU+2?b->-GSF-G4T4>jEB9~FR(V9lo&o>kAy=Pj&;oVOc<|pr%I/VSG"ZD32J>5gGC0N 7gj]^GI@M:LlqNd]|(2OxOxy@$6@/!,";-!OlucF^=jq8s57$%qXd/ieC8DhWmIy@J1AcnvSGV\|*! >Bvu7+0h4zCY^]{AxXKsDTlgA2m]fX$W@'8ev-Qi+-;%L'CcZ'NBL!@n?}q!M&Em3*eW7,093nOeV8 M)(u+6D;%B7j\XA/9j4!Gj~&jYzflG[#)E9sI&Xe9~y~Gn%fA7>F:YKr"Wx4cZU*6{^2ocZ!YyR Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_1476725530" Date: Wed, 25 Feb 1998 15:12:03 +1000 From: Stephen Hocking Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multipart MIME message. --==_Exmh_1476725530 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Stick it in includes/dfreebsd.h --==_Exmh_1476725530 Content-Type: text/plain ; name="dfreebsd.h"; charset=iso-8859-1 Content-Description: dfreebsd.h Content-Disposition: attachment; filename="dfreebsd.h" Content-Transfer-Encoding: quoted-printable /* configure.h. Generated automatically by configure. */ /* configure.h.in. Generated automatically from configure.in by autohead= er. */ /* * Defaults for configuration settings * by Falk H=FCffner */ /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ /* #undef WORDS_BIGENDIAN */ /* Define if the X Window System is missing or not being used. */ /* #undef X_DISPLAY_MISSING */ /* Define to the name of the distribution. */ #define PACKAGE "ldescent" /* Define to the version of the distribution. */ #define VERSION "0.0.14" /* Display method. */ #define HAVE_X11 1 /* #undef HAVE_GGI */ /* #undef HAVE_SVGALIB */ /* Joystick support for Linux. */ /* #undef WANT_JOYSTICK */ /* Sound support. Sound code's kinda buggy right now, and debugging's alo= t easier without sound in. */ /* #undef WANT_SOUND */ /* ix86 assembly version of scanline. */ /* #undef ASM_SCANLINE_FLAT */ /* ix86 assembly version of fixpoint math. */ /* #undef ASM_FIXED_POINT */ /* This changes the default Interpolation method. #defined it chooses the= proper method, which is much slower due to division. Without the tiles= shift, but it's significantly faster. */ #define PROPER_INTERPOLATION /* Faster, but less accurate texture mapping. */ /* #undef WANT_QUAD_SCANLINE */ /* Enable Kali compatible network support. */ /* #undef WANT_KALI */ /* The following line makes Descent have the same field of view as the DO= S version. If it is not defined, Descent has a slightly wider field of v= iew, which you will either love or hate. So you choose. Try it both ways. = */ /* #undef DOS_RENDER_ZOOM */ /* Define if you have the ggi library (-lggi). */ /* #undef HAVE_LIBGGI */ /* Define if you have the vga library (-lvga). */ /* #undef HAVE_LIBVGA */ --==_Exmh_1476725530 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable The views expressed above are not those of WorkCover Queensland, Austra= lia. "We've heard that a million monkeys at a million keyboards could prod= uce the Complete Works of Shakespeare; now, thanks to the Internet, we k= now this is not true." Robert Wilensky, University of Califor= nia --==_Exmh_1476725530-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 24 21:40:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA06760 for freebsd-multimedia-outgoing; Tue, 24 Feb 1998 21:40:16 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from inet03.citec.qld.gov.au (firewall-user@inet03.citec.qld.gov.au [203.5.10.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA06752 for ; Tue, 24 Feb 1998 21:40:12 -0800 (PST) (envelope-from sysseh@manila.workcover.qld.gov.au) Received: by inet03.citec.qld.gov.au; id PAA29713; Wed, 25 Feb 1998 15:40:07 +1000 Received: from CCII.workcover.qld.gov.au(h084202.workcover.qld.gov.au 131.242.84.202) by inet03.citec.qld.gov.au via smap (V2.0) id xma029222; Wed, 25 Feb 98 15:39:30 +1000 Received: from bne16unx215.workcover.qld.gov.au (CCI.workcover.qld.gov.au [131.242.84.201]) by CCII.workcover.qld.gov.au (8.8.5/8.8.5) with ESMTP id PAA09615 for ; Wed, 25 Feb 1998 15:36:45 +1000 (EST) Received: from localhost (sysseh@localhost) by bne16unx215.workcover.qld.gov.au (8.8.5/8.8.5) with SMTP id FAA26126 for ; Wed, 25 Feb 1998 05:44:19 GMT Message-Id: <199802250544.FAA26126@bne16unx215.workcover.qld.gov.au> X-Authentication-Warning: bne16unx215.workcover.qld.gov.au: sysseh@localhost didn't use HELO protocol X-Mailer: exmh version 2.0zeta 7/24/97 To: multimedia@FreeBSD.ORG Subject: The final descent hint (promise!) X-Face: 3}heU+2?b->-GSF-G4T4>jEB9~FR(V9lo&o>kAy=Pj&;oVOc<|pr%I/VSG"ZD32J>5gGC0N 7gj]^GI@M:LlqNd]|(2OxOxy@$6@/!,";-!OlucF^=jq8s57$%qXd/ieC8DhWmIy@J1AcnvSGV\|*! >Bvu7+0h4zCY^]{AxXKsDTlgA2m]fX$W@'8ev-Qi+-;%L'CcZ'NBL!@n?}q!M&Em3*eW7,093nOeV8 M)(u+6D;%B7j\XA/9j4!Gj~&jYzflG[#)E9sI&Xe9~y~Gn%fA7>F:YKr"Wx4cZU*6{^2ocZ!YyR Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Feb 1998 15:44:17 +1000 From: Stephen Hocking Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The patches do apply against the 0.0.15 release (with some unimportant rejects) and one needs to put in fpsetmask(0); early on in main which is located in main/inferno.c. Stephen -- The views expressed above are not those of WorkCover Queensland, Australia. "We've heard that a million monkeys at a million keyboards could produce the Complete Works of Shakespeare; now, thanks to the Internet, we know this is not true." Robert Wilensky, University of California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 24 21:44:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA07597 for freebsd-multimedia-outgoing; Tue, 24 Feb 1998 21:44:19 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from bullfrog.winternet.com (jstepka@bullfrog.winternet.com [204.246.64.212]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA07589 for ; Tue, 24 Feb 1998 21:44:14 -0800 (PST) (envelope-from jstepka@bullfrog.winternet.com) Received: from localhost (jstepka@localhost) by bullfrog.winternet.com (8.8.8/8.8.7) with SMTP id XAA00247; Tue, 24 Feb 1998 23:42:24 -0600 (CST) (envelope-from jstepka@bullfrog.winternet.com) Date: Tue, 24 Feb 1998 23:42:24 -0600 (CST) From: Justen Stepka To: Amancio Hasty cc: Justen Stepka , multimedia@FreeBSD.ORG Subject: Re: bktr NTSC -> PAL In-Reply-To: <199802240528.VAA18143@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 On Mon, 23 Feb 1998, Amancio Hasty wrote: > > If you are using freebsd, check out http://www.freebsd.org/~ahasty/Bt848.html > if not then you have to go elsewhere for info. Wonderful, got this up and running. Recently I upgraded my soundcard to a Awe64, last I knew this wasn't working with 2.2.5, is this still true? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 24 21:49:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA09823 for freebsd-multimedia-outgoing; Tue, 24 Feb 1998 21:49:48 -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 VAA09741 for ; Tue, 24 Feb 1998 21:49: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 FAA09856; Wed, 25 Feb 1998 05:15:51 +0100 From: Luigi Rizzo Message-Id: <199802250415.FAA09856@labinfo.iet.unipi.it> Subject: Re: MiroMEDIA PCTV Pro To: eivind@yes.no (Eivind Eklund) Date: Wed, 25 Feb 1998 05:15:51 +0100 (MET) Cc: beren@saers.com, multimedia@FreeBSD.ORG In-Reply-To: <19980225010403.59434@follo.net> from "Eivind Eklund" at Feb 25, 98 01:03:44 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > It works. We don't support the NICAM part of the card yet, but I hope what is "NICAM" ? luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 24 21:53:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11200 for freebsd-multimedia-outgoing; Tue, 24 Feb 1998 21:53:30 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from silver.sms.fi (silver.sms.fi [194.111.122.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA11165 for ; Tue, 24 Feb 1998 21:53:11 -0800 (PST) (envelope-from pete@silver.sms.fi) Received: (from pete@localhost) by silver.sms.fi (8.8.8/8.7.3) id HAA08694; Wed, 25 Feb 1998 07:52:57 +0200 (EET) Date: Wed, 25 Feb 1998 07:52:57 +0200 (EET) Message-Id: <199802250552.HAA08694@silver.sms.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Petri Helenius To: Luigi Rizzo Cc: eivind@yes.no (Eivind Eklund), beren@saers.com, multimedia@FreeBSD.ORG Subject: Re: MiroMEDIA PCTV Pro In-Reply-To: <199802250415.FAA09856@labinfo.iet.unipi.it> References: <19980225010403.59434@follo.net> <199802250415.FAA09856@labinfo.iet.unipi.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 Luigi Rizzo writes: > > It works. We don't support the NICAM part of the card yet, but I hope > > what is "NICAM" ? > NICAM is a digital audio standard for broadcast TV. It usually runs at two channels, 12 bit (or 16?) / 32 kHz. Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 03:05:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA23683 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 03:05:30 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from pe090.persbraten.vgs.no (ti02a03-0047.dialup.online.no [130.67.16.239]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA23676 for ; Wed, 25 Feb 1998 03:05:25 -0800 (PST) (envelope-from beren@saers.com) Received: from localhost (beren@localhost) by pe090.persbraten.vgs.no (8.8.5/8.8.5) with SMTP id MAA00430 for ; Wed, 25 Feb 1998 12:07:32 +0100 (CET) X-Authentication-Warning: pe090.persbraten.vgs.no: beren owned process doing -bs Date: Wed, 25 Feb 1998 12:07:31 +0100 (CET) From: Niklas Saers X-Sender: beren@pe090.persbraten.vgs.no Reply-To: Niklas Saers cc: multimedia@FreeBSD.ORG Subject: Re: MiroMEDIA PCTV Pro In-Reply-To: <19980225010403.59434@follo.net> 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 DAA23678 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > It works. We don't support the NICAM part of the card yet, but I hope > to get around to it soon (I have borrowed the Pro part of a unit). Yes, I've got it up and running, so now my only problem is a bad antenna which isn't to blaim on FreeBSD. Do let me know when the NICAM part works. BTW, is that the Stereo TV part or the radio tuner? (looking for support for the radio still) And another thingy, what's 'Direct Video not supported by visual...using XImages'? The Matrox Millenium does support Direct Video. Is this a problem with the Matrox driver in X11? > I'm running with a couple of Fxtv patches; I'll let you have them if > you have any problem. What exactly do the patches do? > ... og hvor ligger så Persbraten? Persbråten ligger i nærheten av Hovseter i Oslo. :) Niklas Saers ... and a UNIX user said ... rm -rf * and all was null and void To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 03:28:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA25735 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 03:28:01 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from login.dknet.dk (fj@login.dknet.dk [193.88.44.43]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA25729 for ; Wed, 25 Feb 1998 03:27:57 -0800 (PST) (envelope-from fj@login.dknet.dk) Received: (from fj@localhost) by login.dknet.dk (8.7.5/8.6) id MAA05272; Wed, 25 Feb 1998 12:26:53 +0100 (MET) From: Flemming Jacobsen Message-Id: <199802251126.MAA05272@login.dknet.dk> Subject: Re: MiroMEDIA PCTV Pro To: beren@saers.com Date: Wed, 25 Feb 98 12:26:37 MET Cc: multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Niklas Saers wrote: > > It works. We don't support the NICAM part of the card yet, but I hope > > to get around to it soon (I have borrowed the Pro part of a unit). > Yes, I've got it up and running, so now my only problem is a bad antenna > which isn't to blaim on FreeBSD. Do let me know when the NICAM part works. > BTW, is that the Stereo TV part or the radio tuner? NICAM is the european system for stereo TV (at least it's widely used in Scandinavia, Germany uses an old analog system called 'A2'). > (looking for support for the radio still) What tuner does your card use ? Right now Amancio and I are getting the last details fixed regarding my radio patches. The patches add support for the Philips F[RM] series of tuners. Hyg' Flemming -- Flemming Jacobsen It'll probably say something like "Does not compute" or "Inoperative parameters". That's Email: fj@login.dknet.dk what it says when it doesn't know and doesn't Phone: +45 35 43 33 49 want to admit it. -- Terry Pratchett: Wings To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 08:45:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18878 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 08:45: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 IAA18792 for ; Wed, 25 Feb 1998 08:44:24 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Wed, 25 Feb 1998 11:41:48 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA02862; Wed, 25 Feb 98 11:41:46 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id LAA01278; Wed, 25 Feb 1998 11:41:39 -0500 Message-Id: <19980225114138.37137@ct.picker.com> Date: Wed, 25 Feb 1998 11:41:38 -0500 From: Randall Hopper To: Justen Stepka , Amancio Hasty Cc: Justen Stepka , multimedia@FreeBSD.ORG Subject: AWE64 (was Re: bktr NTSC -> PAL) Mail-Followup-To: Justen Stepka , Amancio Hasty , Justen Stepka , multimedia@FreeBSD.ORG References: <199802240528.VAA18143@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Justen Stepka on Tue, Feb 24, 1998 at 11:42:24PM -0600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Justen Stepka: |> If you are using freebsd, check out |> http://www.freebsd.org/~ahasty/Bt848.html if not then you have to go |> elsewhere for info. | |Wonderful, got this up and running. Recently I upgraded my soundcard to a |Awe64, last I knew this wasn't working with 2.2.5, is this still true? You should be able to, though not out-of-the-box. Of course, AWE64s unfortunately are all Plug-n-Pray jobs AFAIK, and there's no checked-in PnP code in 2.2.5 AFAIK (will be in 2.2.6), so you'll need to install Luigi's PnP package to get the card initied so the sounds drivers will use it. See Conrad's PnP tips for the AWE/SB32 on http://multiverse.com/~rhh/awedrv for details. Conrad has a AWE64 BTW. This'll get you the SB, SB16, and OPL parts of the card working with the checked-in drivers. If you then also want to use the EMU-8000 side of the card (wavetable synth) for cool MIDIs, wavetable Doom music, etc., then install the newer AWEDRV sound driver linked off the URL above. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 09:14:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25646 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 09:14:31 -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 JAA25630 for ; Wed, 25 Feb 1998 09:14:26 -0800 (PST) (envelope-from dag-erli@ifi.uio.no) Received: from gnipahellir.ifi.uio.no (2602@gnipahellir.ifi.uio.no [129.240.64.86]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id SAA12540; Wed, 25 Feb 1998 18:10:50 +0100 (MET) Received: (from dag-erli@localhost) by gnipahellir.ifi.uio.no ; Wed, 25 Feb 1998 18:10:50 +0100 (MET) To: Randall Hopper Cc: Justen Stepka , Amancio Hasty , Justen Stepka , multimedia@FreeBSD.ORG Subject: Re: AWE64 (was Re: bktr NTSC -> PAL) References: <199802240528.VAA18143@rah.star-gate.com> <19980225114138.37137@ct.picker.com> Organization: Gutteklubben Terrasse / KRST X-url: http://www.ifi.uio.no/~dag-erli/ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit From: dag-erli@ifi.uio.no (Dag-Erling Coidan Smørgrav) Date: 25 Feb 1998 18:10:49 +0100 In-Reply-To: Randall Hopper's message of "Wed, 25 Feb 1998 11:41:38 -0500" Message-ID: Lines: 16 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randall Hopper writes: > Justen Stepka: > |Wonderful, got this up and running. Recently I upgraded my soundcard to a > |Awe64, last I knew this wasn't working with 2.2.5, is this still true? > > You should be able to, though not out-of-the-box. > > Of course, AWE64s unfortunately are all Plug-n-Pray jobs AFAIK, and there's > no checked-in PnP code in 2.2.5 AFAIK (will be in 2.2.6), so you'll need to 2.2.5-STABLE has *both* PnP support *and* Luigi's audio drivers, which means that it should support the AWE64 just fine (although it will probably be detected as an SB16). -- "I have a closed mind. It helps keeping the rain out." (Michael Press on a.s.r) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 09:30:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00337 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 09:30:40 -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 JAA00230 for ; Wed, 25 Feb 1998 09:30:16 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Wed, 25 Feb 1998 12:29:04 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA04203; Wed, 25 Feb 98 12:29:02 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id MAA01553; Wed, 25 Feb 1998 12:28:59 -0500 Message-Id: <19980225122858.15165@ct.picker.com> Date: Wed, 25 Feb 1998 12:28:58 -0500 From: Randall Hopper To: Niklas Saers , multimedia@FreeBSD.ORG, Eivind Eklund Subject: Re: miroMEDIA PCTV and Matrox Millenium Mail-Followup-To: Niklas Saers , multimedia@FreeBSD.ORG, Eivind Eklund References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Niklas Saers on Wed, Feb 25, 1998 at 12:15:18AM +0100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Eivind Eklund: |I'm running with a couple of Fxtv patches; I'll let you have them if |you have any problem. Is this just for the sound mux (3-bit) issue with the sound driver, or do you have some other ones you needed too. What was the resolution on that sound driver interface issue by the way (or do we have one)? Niklas Saers: | And another thingy, what's 'Direct Video not |supported by visual...using XImages'? The Matrox Millenium does support |Direct Video. Is this a problem with the Matrox driver in X11? It means that that either: 1) you're not running in a direct color mode (e.g. 8bpp), 2) the inferred RGB pixel format of your frame buffer does not match one of the RGB pixel formats supported by the Bt848 & Bt848 driver, or 3) that the XF86_DGA extension isn't supported on your display. Try "fxtv -debug startup". If you don't see something about "...DGA...failed" then XFree86 DGA extension is supported on your server/version/card/mode in some form. Assuming it is supported, you can try upgrading to XFree 3.3.1 (if you're not already running that. Also, try fiddling with the byte swap flags in your Fxtv resource file: Fxtv.bswap2Bpp: true Fxtv.bswap3Bpp: true Fxtv.bswap4Bpp: true Fxtv.wswap4Bpp: true Fxtv.disableDirectV: false Just fiddle with the one or two relevent for your color depth (for bpp15/bpp16, fiddle with 2Bpp; for 24bpp, fiddle with 3Bpp or 4Bpp). Change false to true and vice-version. Also, if firing up 24 or 32bpp, try fiddling with the appropriate one of these. Valid values would be "3" and "4": Fxtv.Bpp24bit: 3 Fxtv.Bpp32bit: 3 There are a few Milleniums out there folks are doing direct video on (Amancio, etc.) Maybe they can give you some tips (right swap,Bpp settings, etc.) |> ... og hvor ligger så Persbraten? | |Persbråten ligger i nærheten av Hovseter i Oslo. :) Es tut mir leid, aber ich hab keine ahnung was Sie gesagt haben. Niklas Saers: |Yepp, the above is my hardware which I thought running frame-capturing |under. But I'm a bit confused. Both dtv and fxtv make kind of horizontal, |dotted lines across my screen. They disappear when I switch to other |applications which update those parts of the screen. I get the message |'Direct Video not supported by visual...using XImages'. Has this something |to do with the lot? If your server supports the DGA extension (but returns the wrong frame buffer geometry), and fxtv decides to use DGA for direct video, you could see what looks like dotted line trash across the screen. However, if this is the case, you "won't" see the "Direct Video not supported..." message, so I'm a bit confused. When you see this message, it means its using XImages for image display, meaning you won't see any trash on the screen unless there are bugs in your X server. What X server/version is this? Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 09:35:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01975 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 09:35:19 -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 JAA01958 for ; Wed, 25 Feb 1998 09:35:13 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Wed, 25 Feb 1998 12:34:00 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA04352; Wed, 25 Feb 98 12:33:59 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id MAA01603; Wed, 25 Feb 1998 12:33:55 -0500 Message-Id: <19980225123355.62703@ct.picker.com> Date: Wed, 25 Feb 1998 12:33:55 -0500 From: Randall Hopper To: Dag-Erling Coidan Smxrgrav Cc: Justen Stepka , Amancio Hasty , Justen Stepka , multimedia@FreeBSD.ORG Subject: Re: AWE64 (was Re: bktr NTSC -> PAL) Mail-Followup-To: Dag-Erling Coidan Smxrgrav , Justen Stepka , Amancio Hasty , Justen Stepka , multimedia@FreeBSD.ORG References: <199802240528.VAA18143@rah.star-gate.com> <19980225114138.37137@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Dag-Erling Coidan Smxrgrav on Wed, Feb 25, 1998 at 06:10:49PM +0100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dag-Erling Coidan Smxrgrav: |Randall Hopper writes: |> Justen Stepka: |> |Wonderful, got this up and running. Recently I upgraded my soundcard to a |> |Awe64, last I knew this wasn't working with 2.2.5, is this still true? |> |> You should be able to, though not out-of-the-box. |> |> Of course, AWE64s unfortunately are all Plug-n-Pray jobs AFAIK, and there's |> no checked-in PnP code in 2.2.5 AFAIK (will be in 2.2.6), so you'll need to | |2.2.5-STABLE has *both* PnP support *and* Luigi's audio drivers, which |means that it should support the AWE64 just fine (although it will |probably be detected as an SB16). Really? Ok. Guess I remembered wrong. I thought sure I'd seen a list post that said PnP wasn't in 2.2.5-RELEASE, but would be introduced in 2.2.6-RELEASE. Glad I put that "AFAIK" qualifier on there -- I knew wrong. Thanks for the correction. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 09:54:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA06002 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 09:54:01 -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 JAA05951 for ; Wed, 25 Feb 1998 09:53:59 -0800 (PST) (envelope-from dag-erli@ifi.uio.no) Received: from gnipahellir.ifi.uio.no (2602@gnipahellir.ifi.uio.no [129.240.64.86]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id SAA17478; Wed, 25 Feb 1998 18:50:30 +0100 (MET) Received: (from dag-erli@localhost) by gnipahellir.ifi.uio.no ; Wed, 25 Feb 1998 18:50:29 +0100 (MET) To: Randall Hopper Cc: Dag-Erling Coidan Smxrgrav , Justen Stepka , Amancio Hasty , Justen Stepka , multimedia@FreeBSD.ORG Subject: Re: AWE64 (was Re: bktr NTSC -> PAL) References: <199802240528.VAA18143@rah.star-gate.com> <19980225114138.37137@ct.picker.com> <19980225123355.62703@ct.picker.com> Organization: Gutteklubben Terrasse / KRST X-url: http://www.ifi.uio.no/~dag-erli/ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit From: dag-erli@ifi.uio.no (Dag-Erling Coidan Smørgrav) Date: 25 Feb 1998 18:50:28 +0100 In-Reply-To: Randall Hopper's message of "Wed, 25 Feb 1998 12:33:55 -0500" Message-ID: Lines: 32 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randall Hopper writes: > Dag-Erling Coidan Smxrgrav: > |Randall Hopper writes: > |> Justen Stepka: > |> |Wonderful, got this up and running. Recently I upgraded my soundcard to a > |> |Awe64, last I knew this wasn't working with 2.2.5, is this still true? > |> Of course, AWE64s unfortunately are all Plug-n-Pray jobs AFAIK, and there's > |> no checked-in PnP code in 2.2.5 AFAIK (will be in 2.2.6), so you'll need to > |2.2.5-STABLE has *both* PnP support *and* Luigi's audio drivers, which > |means that it should support the AWE64 just fine (although it will > |probably be detected as an SB16). > Really? Ok. Guess I remembered wrong. I thought sure I'd seen a list > post that said PnP wasn't in 2.2.5-RELEASE, but would be introduced in > 2.2.6-RELEASE. Glad I put that "AFAIK" qualifier on there -- I knew wrong. You are correct. I am also correct. :) If you re-read my article, you will see that I am speaking of 2.2.5-STABLE, not 2.2.5-RELEASE. The statement "there's no checked-in PnP code in 2.2.5" is ambiguous. I took it to mean that PnP functionality has not been committed to the 2.2.5 tree, which is wrong - but you obviously meant that it wasn't on the 2.2.5 CD-ROM, which is correct. Apologies for not distinguishing between RELEASE and STABLE (not the first time I make this mistake) -- "I have a closed mind. It helps keeping the rain out." (Michael Press on a.s.r) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 12:26:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07828 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 12:26:51 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from ns.cmstat.com (ns.cmstat.com [204.253.172.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07820 for ; Wed, 25 Feb 1998 12:26:47 -0800 (PST) (envelope-from vibrown@sandiego.cmstat.com) Received: from mail.cmstat.com ([206.64.40.2]) by ns.cmstat.com (post.office MTA v2.0 0813 ID# 0-0U10) with ESMTP id AAA131 for ; Wed, 25 Feb 1998 12:33:40 -0800 Received: from sandiego.cmstat.com ([206.64.40.23]) by mail.cmstat.com (post.office MTA v2.0 0813 ID# 0-28540U110) with ESMTP id AAA158 for ; Wed, 25 Feb 1998 12:20:15 -0800 Received: by sandiego.cmstat.com with Internet Mail Service (5.0.1458.49) id ; Wed, 25 Feb 1998 12:27:55 -0800 Message-ID: From: "Inness-Brown, Victoria" To: "'multimedia@freebsd.org'" Date: Wed, 25 Feb 1998 12:27:54 -0800 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm trying to find a supplier of a FreeBSD X-Windows screen capture utility for software documentation purposes. Is there a software utility? Or do I have to purchase a video capture board? Please send a list of suppliers, and if possible, a price list. I would like to have it by this weekend, if possible. In particular, if there are any suppliers in San Diego, California, U.S.A., I'd like to know. Thanks a lot, Victoria To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 12:39:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11229 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 12:39:37 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11198 for ; Wed, 25 Feb 1998 12:39:26 -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 MAA02075; Wed, 25 Feb 1998 12:39:07 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802252039.MAA02075@rah.star-gate.com> To: Randall Hopper cc: Niklas Saers , multimedia@FreeBSD.ORG, Eivind Eklund , hasty@rah.star-gate.com Subject: Re: miroMEDIA PCTV and Matrox Millenium In-reply-to: Your message of "Wed, 25 Feb 1998 12:28:58 EST." <19980225122858.15165@ct.picker.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2072.888439146.1@rah> Date: Wed, 25 Feb 1998 12:39:06 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I don't have any problems over here with the Matrox Millenium , XFree86 3.3.1 and fxtv. Most likely Niklas is not using XFree86. Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 12:40:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11350 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 12:40:07 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from echonyc.com (echonyc.com [198.67.15.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11271 for ; Wed, 25 Feb 1998 12:39:49 -0800 (PST) (envelope-from benedict@echonyc.com) Received: from localhost (benedict@localhost) by echonyc.com (8.8.7/8.8.7) with SMTP id PAA14602; Wed, 25 Feb 1998 15:39:37 -0500 (EST) Date: Wed, 25 Feb 1998 15:39:33 -0500 (EST) From: Snob Art Genre To: "Inness-Brown, Victoria" cc: "'multimedia@freebsd.org'" Subject: Re: your mail 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 Why don't you just use xgrab? It's free and it comes with the distribution, in /usr/ports/x11/xgrab/. On Wed, 25 Feb 1998, Inness-Brown, Victoria wrote: > Hi, > > I'm trying to find a supplier of a FreeBSD X-Windows screen capture > utility for software documentation purposes. Is there a software > utility? Or do I have to purchase a video capture board? Please send a > list of suppliers, and if possible, a price list. I would like to have > it by this weekend, if possible. In particular, if there are any > suppliers in San Diego, California, U.S.A., I'd like to know. > > Thanks a lot, > Victoria > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > Ben "You have your mind on computers, it seems." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 12:51:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13924 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 12:51:14 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from onyx.atipa.com (user18593@ns.atipa.com [208.128.22.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA13903 for ; Wed, 25 Feb 1998 12:51:12 -0800 (PST) (envelope-from kmcc@atipa.com) Received: (qmail-queue invoked by uid 501); 25 Feb 1998 20:59:15 -0000 Date: Wed, 25 Feb 1998 13:59:15 -0700 (MST) From: Kevin McCarthy X-Sender: kmcc@dot.ishiboo.com To: freebsd-multimedia@FreeBSD.ORG Subject: Success!! Re: Blender News Feb 25, 1998 (fwd) 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 ---------- Forwarded message ---------- Date: Wed, 25 Feb 1998 20:35:28 +0100 From: Ton Roosendaal To: kmcc@atipa.com Subject: Blender News Feb 25, 1998 Hi! After an overwhelming amount of mail from the Linux/FreeBSD community: let's set things clear. * The 3D package Blender has been released as a 100% freeware program. * It's available for SGI now, and will be ported to FreeBSD and Linux within 1-2 months (i386 only). * It's not 'crippled' in the usual sense. On the contrary, most users will find it an extremely useful program. The disabled options are merely interesting for professionals and companies, and make up our research and development of the last year. Somehow - and we don't know yet - this project will have a commercial side. The reactions that we received greatly help us in finding a solution. One possible scenario is to first publish the freeware version, set up a wide user base and gather market information. Six months later we can publish a 'Pro' package, with some nice features and extra tools for professionals, including a printed manual. We can do this for a very low price. Finally, as an ultimate step, we can publish the sources too. Other scenarios basically vary in market position, price, and cross-platfom aspects. Yes or no to Microsoft? An SGI NT box? Publish sources immediately? These and other options are currently under consideration. We will keep you informed! For news, examples, screenshots, rendered images and a brief manual check out our website regularly. Don't forget the NeoGeo and Enji sections. http://www.neogeo.nl Cheers, -Ton- | Ton Roosendaal - voice: (+31) 40 212 6588 | | NeoGeo/Enji Games - fax: (+31) 40 212 5776 | | Floraplein 6 5643 JG Eindhoven The Netherlands| | ton@neogeo.nl ton@enji.com http://www.neogeo.nl | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 13:30:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25755 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 13:30:21 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from shell3.ba.best.com (root@shell3.ba.best.com [206.184.139.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25530 for ; Wed, 25 Feb 1998 13:29:47 -0800 (PST) (envelope-from schrade@schrade.com) Received: from localhost (schrade@localhost [127.0.0.1]) by shell3.ba.best.com (8.8.8/8.8.BEST) with SMTP id NAA01303; Wed, 25 Feb 1998 13:28:12 -0800 (PST) Date: Wed, 25 Feb 1998 13:28:11 -0800 (PST) From: Ken Krebs To: Snob Art Genre cc: multimedia@FreeBSD.ORG Subject: Re: your mail 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 Feb 1998, Snob Art Genre wrote: >Why don't you just use xgrab? It's free and it comes with the >distribution, in /usr/ports/x11/xgrab/. This has been something I've been meaning to ask. Whenever I try to do a screen capture with xgrab, I get a bus error and a coredump. Has anoyone actually gotten xgrab to work? ********** NewOrderDepecheModeUltravoxViolentFemmesKillingJoke ************* * Ken * NineInchNailsFront242TangerineDreamTheBreedersTekno * * * Krebs * SkinnyPuppyLaTourBauhausBookOfLoveModernEnglishB52s * * *********** FishBoneBigCountryJoyDivisonSiouxsie&TheBansheesXTC ************* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IRC: Schrade E-Mail: schrade@schrade.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 13:55:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04058 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 13:55:44 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from minot.com (root@minot.com [205.218.4.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA04037 for ; Wed, 25 Feb 1998 13:55:42 -0800 (PST) (envelope-from db@minot.com) Received: from minot.com (fruit.n.fiber.org [205.218.4.212]) by minot.com (8.8.8/8.8.7) with ESMTP id PAA18662 for ; Wed, 25 Feb 1998 15:53:35 -0600 Message-ID: <34F4403A.BF8F2412@minot.com> Date: Wed, 25 Feb 1998 16:00:58 +0000 From: Jeremy Kraft X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: multimedia@FreeBSD.ORG Subject: gif to jpeg. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org anyone know of any command line stuff to convert a gif into a jpg ?? thanks a million guys and gals. jeremy kraft // db@minot.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 14:03:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06340 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 14:03:35 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from echonyc.com (echonyc.com [198.67.15.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA06301 for ; Wed, 25 Feb 1998 14:03:25 -0800 (PST) (envelope-from benedict@echonyc.com) Received: from localhost (benedict@localhost) by echonyc.com (8.8.7/8.8.7) with SMTP id RAA10727; Wed, 25 Feb 1998 17:03:17 -0500 (EST) Date: Wed, 25 Feb 1998 17:03:17 -0500 (EST) From: Snob Art Genre To: Ken Krebs cc: multimedia@FreeBSD.ORG Subject: Re: your mail 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 I just noticed that my window manager, afterstep, does screen dumps. I think all fvwm-derivatives do the same. "Alt-F4" or something. Ben "You have your mind on computers, it seems." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 14:07:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07185 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 14:07:21 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07115 for ; Wed, 25 Feb 1998 14:07:00 -0800 (PST) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.8.8/8.8.5) with SMTP id RAA04260; Wed, 25 Feb 1998 17:05:58 -0500 (EST) Date: Wed, 25 Feb 1998 17:05:58 -0500 (EST) From: Chuck Robey X-Sender: chuckr@localhost To: Jeremy Kraft cc: multimedia@FreeBSD.ORG Subject: Re: gif to jpeg. In-Reply-To: <34F4403A.BF8F2412@minot.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 25 Feb 1998, Jeremy Kraft wrote: > anyone know of any command line stuff to convert a gif into a jpg ?? > thanks a > million guys and gals. There's most likely an involved one using the pbm utils, but xv does all that for me, and screen grabs/colormods/displays besides, without having to grope thru manpages. > > jeremy kraft // db@minot.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 14:07:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07262 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 14:07:46 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from echonyc.com (echonyc.com [198.67.15.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07219 for ; Wed, 25 Feb 1998 14:07:31 -0800 (PST) (envelope-from benedict@echonyc.com) Received: from localhost (benedict@localhost) by echonyc.com (8.8.7/8.8.7) with SMTP id RAA11891; Wed, 25 Feb 1998 17:07:10 -0500 (EST) Date: Wed, 25 Feb 1998 17:07:08 -0500 (EST) From: Snob Art Genre To: Jeremy Kraft cc: multimedia@FreeBSD.ORG Subject: Re: gif to jpeg. In-Reply-To: <34F4403A.BF8F2412@minot.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 Look at /usr/ports/graphics/netpbm. On Wed, 25 Feb 1998, Jeremy Kraft wrote: > anyone know of any command line stuff to convert a gif into a jpg ?? > thanks a > million guys and gals. > > jeremy kraft // db@minot.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > Ben "You have your mind on computers, it seems." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 14:14:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08930 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 14:14:05 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from freebsd.scds.com (jseger.shore.net [204.167.102.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08874 for ; Wed, 25 Feb 1998 14:13:40 -0800 (PST) (envelope-from jseger@freebsd.scds.com) Received: (from jseger@localhost) by freebsd.scds.com (8.8.8/8.8.5) id RAA02684; Wed, 25 Feb 1998 17:19:55 -0500 (EST) Date: Wed, 25 Feb 1998 17:19:55 -0500 (EST) Message-Id: <199802252219.RAA02684@freebsd.scds.com> From: "Justin M. Seger" To: chuckr@glue.umd.edu CC: db@minot.com, multimedia@FreeBSD.ORG In-reply-to: (message from Chuck Robey on Wed, 25 Feb 1998 17:05:58 -0500 (EST)) Subject: Re: gif to jpeg. References: Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > anyone know of any command line stuff to convert a gif into a jpg ?? > thanks a > million guys and gals. There's most likely an involved one using the pbm utils, but xv does all that for me, and screen grabs/colormods/displays besides, without having to grope thru manpages. The easiest thing (that I know of) is to install graphics/ImageMagick. You can then use its convert program to convert any graphics format to any other. -Justin Seger- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 14:15:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09406 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 14:15:46 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from mailbag.jf.intel.com (mailbag.jf.intel.com [134.134.248.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA09317 for ; Wed, 25 Feb 1998 14:15:26 -0800 (PST) (envelope-from batie@aahz.jf.intel.com) Received: from aahz.jf.intel.com (aahz.jf.intel.com [192.198.161.2]) by mailbag.jf.intel.com (8.8.6/8.8.5) with ESMTP id OAA12587; Wed, 25 Feb 1998 14:17:32 -0800 (PST) Received: (from batie@localhost) by aahz.jf.intel.com (8.8.5/8.8.5) id OAA06312; Wed, 25 Feb 1998 14:14:07 -0800 (PST) Message-ID: <19980225141407.52664@aahz.jf.intel.com> Date: Wed, 25 Feb 1998 14:14:07 -0800 From: Alan Batie To: Snob Art Genre Cc: Jeremy Kraft , multimedia@FreeBSD.ORG Subject: Re: gif to jpeg. References: <34F4403A.BF8F2412@minot.com> Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-md5; boundary=7JfCtLOvnd9MIVvH X-Mailer: Mutt 0.85 In-Reply-To: ; from Snob Art Genre on Wed, Feb 25, 1998 at 05:07:08PM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii On Wed, Feb 25, 1998 at 05:07:08PM -0500, Snob Art Genre wrote: > Look at /usr/ports/graphics/netpbm. pbm doesn't do jpeg (at least last time I looked), but [cd]jpeg does (...ports/graphics/jpeg). -- Alan Batie ------ What goes up, must come down. batie@aahz.jf.intel.com \ / Ask any system administrator. +1 503-264-8844 (voice) \ / --unknown D0 D2 39 0E 02 34 D6 B4 \/ 5A 41 21 8F 23 5F 08 9D --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNPSXrxCfrckvDwdpAQHs1wP/RlN5QlpIDsRc+d18Es6RbNSjt/fi1kuw m9xQ9LnLUhbDrD/100yCpufQVO6hK4e/XHoIObtx4mlwVopGw1GARP7NFoNxQiU9 IE++hSUizg9JG+cckJS4FtP0rP7m9xUeo/aer91uS/OlLQQtwtmG9f4IcdDBrXWk BiJwUVpVoL0= =mFIG -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 14:37:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13248 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 14:37:49 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from duey.hs.wolves.k12.mo.us (root@duey.hs.wolves.k12.mo.us [207.160.214.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13243 for ; Wed, 25 Feb 1998 14:37:45 -0800 (PST) (envelope-from cdillon@wolves.k12.mo.us) Received: from duey.hs.wolves.k12.mo.us (cdillon@duey.hs.wolves.k12.mo.us [207.160.214.9]) by duey.hs.wolves.k12.mo.us (8.8.7/8.8.7) with SMTP id QAA02354; Wed, 25 Feb 1998 16:37:31 -0600 (CST) (envelope-from cdillon@wolves.k12.mo.us) Date: Wed, 25 Feb 1998 16:37:31 -0600 (CST) From: Chris Dillon X-Sender: cdillon@duey.hs.wolves.k12.mo.us To: Ken Krebs cc: Snob Art Genre , multimedia@FreeBSD.ORG Subject: Re: your mail 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 Feb 1998, Ken Krebs wrote: > Has anoyone actually gotten xgrab to work? If you can't get xgrab to work, also take a look at xv. It has a screen and region capture utility built in. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 15:43:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28314 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 15:43:35 -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 PAA28304 for ; Wed, 25 Feb 1998 15:43:31 -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 KAA14629; Thu, 26 Feb 1998 10:13:23 +1030 (CST) Message-Id: <199802252343.KAA14629@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Inness-Brown, Victoria" cc: "'multimedia@freebsd.org'" In-reply-to: Your message of "Wed, 25 Feb 1998 12:27:54 -0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 26 Feb 1998 10:13:22 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm trying to find a supplier of a FreeBSD X-Windows screen capture > utility for software documentation purposes. Is there a software Well, if you just want to grab windows from your display use xv, an click on the grab button - you can grab a rectangle, window or screen.. > utility? Or do I have to purchase a video capture board? Please send a > list of suppliers, and if possible, a price list. I would like to have > it by this weekend, if possible. In particular, if there are any > suppliers in San Diego, California, U.S.A., I'd like to know. You need a capture card if you want to grab video from an external source (like a VCR or a video camera) --------------------------------------------------------------------- |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 Wed Feb 25 16:04:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01906 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 16:04:27 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from person.dyn.ml.org (dynip253.efn.org [204.214.97.253]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01745 for ; Wed, 25 Feb 1998 16:03:58 -0800 (PST) (envelope-from cjb@efn.org) Received: from localhost (cjb@localhost) by person.dyn.ml.org (8.8.8/8.8.7) with SMTP id QAA06034; Wed, 25 Feb 1998 16:02:21 -0800 (PST) (envelope-from cjb@efn.org) X-Authentication-Warning: person.dyn.ml.org: cjb owned process doing -bs Date: Wed, 25 Feb 1998 16:02:12 -0800 (PST) From: Chris Brunner X-Sender: cjb@person.dyn.ml.org Reply-To: cjb@efn.org To: Dag-Erling Coidan Smørgrav cc: Randall Hopper , Justen Stepka , Amancio Hasty , Justen Stepka , multimedia@FreeBSD.ORG Subject: Re: AWE64 (was Re: bktr NTSC -> PAL) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id QAA01840 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 25 Feb 1998, Dag-Erling Coidan Smørgrav wrote: > Randall Hopper writes: > > Justen Stepka: > > |Wonderful, got this up and running. Recently I upgraded my soundcard to a > > |Awe64, last I knew this wasn't working with 2.2.5, is this still true? > > You should be able to, though not out-of-the-box. > > Of course, AWE64s unfortunately are all Plug-n-Pray jobs AFAIK, and there's > > no checked-in PnP code in 2.2.5 AFAIK (will be in 2.2.6), so you'll need to > 2.2.5-STABLE has *both* PnP support *and* Luigi's audio drivers, which > means that it should support the AWE64 just fine (although it will > probably be detected as an SB16). 2.2.5-STABLE has the PnP support and Luigi's driver, but for wavetable synth, you still need to go with VOXWARE. As has been mentioned before, Luigi's driver has yet to impliment midi support. So, 2.2.5-STABLE still doesn't support *full* AWE out-of-box, you need to add the awedrv kernel patch and install some other little midi programs like awemidi and awesfx (for playing midis useing the AWE patch, and for loading soundfonts repectively) for the full AWE experience ;-) I found all the info needed to get all this to work on Randal's site and in Conrad's PnP information file (also on Randal's site). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 16:37:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09468 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 16:37:26 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from pe090.persbraten.vgs.no (ti02a02-0060.dialup.online.no [130.67.16.188]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA09413 for ; Wed, 25 Feb 1998 16:37:17 -0800 (PST) (envelope-from beren@saers.com) Received: from localhost (beren@localhost) by pe090.persbraten.vgs.no (8.8.5/8.8.5) with SMTP id BAA00355 for ; Thu, 26 Feb 1998 01:18:12 +0100 (CET) X-Authentication-Warning: pe090.persbraten.vgs.no: beren owned process doing -bs Date: Thu, 26 Feb 1998 01:18:11 +0100 (CET) From: Niklas Saers X-Sender: beren@pe090.persbraten.vgs.no cc: multimedia@FreeBSD.ORG Subject: Re: MiroMEDIA PCTV Pro In-Reply-To: <199802251126.MAA05272@login.dknet.dk> 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 > What tuner does your card use ? Right now Amancio and I are getting the > last details fixed regarding my radio patches. The patches add support > for the Philips F[RM] series of tuners. Actually, I don't know. I scanned all the documentations, but Miros tecnical specifications don't go very far beyond 'stereo radio'. :-I Any way I can check this out? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 16:37:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09512 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 16:37:36 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from pe090.persbraten.vgs.no (ti02a02-0060.dialup.online.no [130.67.16.188]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA09454 for ; Wed, 25 Feb 1998 16:37:23 -0800 (PST) (envelope-from beren@saers.com) Received: from localhost (beren@localhost) by pe090.persbraten.vgs.no (8.8.5/8.8.5) with SMTP id BAA00392 for ; Thu, 26 Feb 1998 01:30:13 +0100 (CET) X-Authentication-Warning: pe090.persbraten.vgs.no: beren owned process doing -bs Date: Thu, 26 Feb 1998 01:30:13 +0100 (CET) From: Niklas Saers X-Sender: beren@pe090.persbraten.vgs.no cc: multimedia@FreeBSD.ORG Subject: Re: miroMEDIA PCTV and Matrox Millenium In-Reply-To: <19980225122858.15165@ct.picker.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 25 Feb 1998, Randall Hopper wrote: > 1) you're not running in a direct color mode (e.g. 8bpp), Right. My mode was not direct video compatible. Any reason why? I mean, it gets mode 4 or something which said no to direct video. It's just a startx -- -bpp 24 which makes 1158x768 or something at 100 Hz, 24 bit colours. > 3) that the XF86_DGA extension isn't supported on your display. > Try "fxtv -debug startup". If you don't see something about "...DGA...failed" Nope, it works good at version 1.0 > Assuming it is supported, you can try upgrading to XFree 3.3.1 (if you're > not already running that. Yepp, that's my XFree86! :) > is the case, you "won't" see the "Direct Video not supported..." message, Nah, this just happens from time to time. Other things happening from time to time is XFree86 all locking up with mouse and all when starting up. Oh, this has happened when selecting an unsupported format like NTSC. > so I'm a bit confused. When you see this message, it means its using > XImages for image display, meaning you won't see any trash on the screen > unless there are bugs in your X server. Well, this ALWAYS happens with the tv app which was on the pages. > What X server/version is this? The regular SVGA which has the Matrox support. Anyways, is there any chance of getting up or making an text-tv app with this? Is there good documentation for programming towards the bt848? (I'd like to try working a bit just for fun and to get used to it. :) ) Niklas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 16:38:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09638 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 16:38:02 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from pe090.persbraten.vgs.no (ti02a02-0060.dialup.online.no [130.67.16.188]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA09575 for ; Wed, 25 Feb 1998 16:37:45 -0800 (PST) (envelope-from beren@saers.com) Received: from localhost (beren@localhost) by pe090.persbraten.vgs.no (8.8.5/8.8.5) with SMTP id AAA00298 for ; Thu, 26 Feb 1998 00:57:26 +0100 (CET) X-Authentication-Warning: pe090.persbraten.vgs.no: beren owned process doing -bs Date: Thu, 26 Feb 1998 00:57:25 +0100 (CET) From: Niklas Saers X-Sender: beren@pe090.persbraten.vgs.no cc: multimedia@FreeBSD.ORG Subject: Re: miroMEDIA PCTV and Matrox Millenium In-Reply-To: <199802252039.MAA02075@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 > I don't have any problems over here with the Matrox Millenium , > XFree86 3.3.1 and fxtv. Most likely Niklas is not using > XFree86. On the contratry, I do. :) Though not in a mode which supports direct video I take it. :-I ... and a UNIX user said ... rm -rf * and all was null and void To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 16:42:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10749 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 16:42:02 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10672 for ; Wed, 25 Feb 1998 16:41:49 -0800 (PST) (envelope-from dmaddox@scsn.net) Received: from rhiannon.scsn.net ([208.133.153.83]) by mail.scsn.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-41950U6000L1100S0) with ESMTP id AAA165; Wed, 25 Feb 1998 19:38:39 -0500 Received: (from root@localhost) by rhiannon.scsn.net (8.8.8/8.8.7) id TAA08485; Wed, 25 Feb 1998 19:42:12 -0500 (EST) (envelope-from root) Message-ID: <19980225194211.05965@scsn.net> Date: Wed, 25 Feb 1998 19:42:11 -0500 From: dmaddox@scsn.net (Donald J. Maddox) To: Ken Krebs Cc: multimedia@FreeBSD.ORG Subject: Re: your mail Reply-To: dmaddox@scsn.net Mail-Followup-To: Ken Krebs , multimedia@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: ; from Ken Krebs on Wed, Feb 25, 1998 at 01:28:11PM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Feb 25, 1998 at 01:28:11PM -0800, Ken Krebs wrote: > On Wed, 25 Feb 1998, Snob Art Genre wrote: > > >Why don't you just use xgrab? It's free and it comes with the > >distribution, in /usr/ports/x11/xgrab/. > > This has been something I've been meaning to ask. Whenever I try to do a > screen capture with xgrab, I get a bus error and a coredump. > > Has anoyone actually gotten xgrab to work? As I recall, xgrab only works on 8-bit displays. If you try to use it on anything deeper than that, it will coredump. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 17:45:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA23466 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 17:45:44 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA23428 for ; Wed, 25 Feb 1998 17:45:39 -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 RAA03339; Wed, 25 Feb 1998 17:45:32 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802260145.RAA03339@rah.star-gate.com> To: Niklas Saers cc: multimedia@FreeBSD.ORG, hasty@rah.star-gate.com Subject: Re: miroMEDIA PCTV and Matrox Millenium In-reply-to: Your message of "Thu, 26 Feb 1998 01:30:13 +0100." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3336.888457532.1@rah> Date: Wed, 25 Feb 1998 17:45:32 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I don't think we support 24bit for the Matrox millenium . Try 32bit or 16bit which is usually what run at every time. Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 18:42:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA05893 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 18:42:08 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA05885 for ; Wed, 25 Feb 1998 18:42:06 -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 SAA03597; Wed, 25 Feb 1998 18:42:00 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802260242.SAA03597@rah.star-gate.com> To: Niklas Saers cc: multimedia@FreeBSD.ORG, hasty@rah.star-gate.com Subject: Re: miroMEDIA PCTV and Matrox Millenium In-reply-to: Your message of "Thu, 26 Feb 1998 01:30:13 +0100." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3594.888460919.1@rah> Date: Wed, 25 Feb 1998 18:41:59 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Try ftp://rah.star-gate.com/pub/tv* ftp://rah.star-gate.com/pub/dtv* Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 20:08:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA27444 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 20:08:55 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA27298 for ; Wed, 25 Feb 1998 20:08:24 -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 UAA04238; Wed, 25 Feb 1998 20:08:16 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802260408.UAA04238@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Ken Krebs cc: Snob Art Genre , multimedia@FreeBSD.ORG Subject: Re: your mail In-reply-to: Your message of "Wed, 25 Feb 1998 13:28:11 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Feb 1998 20:08:16 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Guys, xwd can be used to grab images then used the package pnm to translate the image to your favorite format. 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 Feb 25 20:23:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02937 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 20:23:29 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from pc-21490.bc.rogers.wave.ca (pc-21490.bc.rogers.wave.ca [24.113.51.240]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA02911 for ; Wed, 25 Feb 1998 20:23:18 -0800 (PST) (envelope-from jh@pc-21490.bc.rogers.wave.ca) Received: (from jh@localhost) by pc-21490.bc.rogers.wave.ca (8.8.8/8.8.7) id UAA01494; Wed, 25 Feb 1998 20:21:25 -0800 (PST) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199802260145.RAA03339@rah.star-gate.com> Date: Wed, 25 Feb 1998 20:21:24 -0800 (PST) Reply-To: Jonathan Hanna Organization: Pangolin Systems From: Jonathan Hanna To: Amancio Hasty Subject: Re: miroMEDIA PCTV and Matrox Millenium Cc: multimedia@FreeBSD.ORG, Niklas Saers Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 26-Feb-98 Amancio Hasty wrote: > I don't think we support 24bit for the Matrox millenium . Try 32bit or 16bit > which is usually what run at every time. I am using Fxtv with the Matrox Millenium at 24bit (1280x1024 with 4M), XFree86. Jonathan Hanna To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 20:35:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06363 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 20:35:24 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06258 for ; Wed, 25 Feb 1998 20:34: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 UAA04450; Wed, 25 Feb 1998 20:34:37 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802260434.UAA04450@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Jonathan Hanna cc: multimedia@FreeBSD.ORG, Niklas Saers Subject: Re: miroMEDIA PCTV and Matrox Millenium In-reply-to: Your message of "Wed, 25 Feb 1998 20:21:24 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Feb 1998 20:34:37 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Okay, I just confirmed that fxtv works on 32bit and 24bit with XFree86 3.3.1 . So , Niklas , please post the output of your X server . I use this simple shell script: more /usr/local/bin/sx #!/bin/csh /usr/X11R6/bin/xinit -- /usr/X11R6/bin/X :0 -gamma 1.5 -bpp $* to start x I just type: sx 16 sx 24 etc... 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 Feb 25 21:00:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15081 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 21:00:27 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15063 for ; Wed, 25 Feb 1998 21:00:14 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA28727; Wed, 25 Feb 1998 21:00:11 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 25 Feb 1998 21:00:11 -0800 (PST) From: Doug White Reply-To: Doug White To: Jeremy Kraft cc: multimedia@FreeBSD.ORG Subject: Re: bt848 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 Sat, 21 Feb 1998, Jeremy Kraft wrote: > hello. i had the problems with the bt848 card, everything's working > now just great ;) -- thanks for your help.. now we're looking to have > some fun with it, how might we setup a live video feed? :) On what? I have fulltime access with PLENTY o'bandwidth and an interesting street outside my dorm :) You need a hackfied vic that recognizes the bktr driver; I can supply it if you can't find it on rah.star-gate.com. After that, open up a session and start broadcasting :) Just watch it, I can get 30fps through a PCI ethernet card on a P133 pretty easily broadcasting TV. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 21:33:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21124 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 21:33:29 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21118 for ; Wed, 25 Feb 1998 21:33:26 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id VAA28738; Wed, 25 Feb 1998 21:10:39 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 25 Feb 1998 21:10:39 -0800 (PST) From: Doug White Reply-To: Doug White To: Jakob Alvermark cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: USB? (Quickcam VC/Quickclip) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id VAA21119 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 25 Feb 1998, Jakob Alvermark wrote: > Does FreeBSD support USB? If not, how hard could it be to make it support > USB? I´ve been surfing around at Connectix site, looking at the Quickcam > VC and Quickclip, pretty cool stuff, I would say.. :-) This is in progress. Currently there is a Working Group trying to get together to make a UNIX-wide API. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 25 23:10:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05205 for freebsd-multimedia-outgoing; Wed, 25 Feb 1998 23:10:38 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05194 for ; Wed, 25 Feb 1998 23:10:32 -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 XAA06368; Wed, 25 Feb 1998 23:10:24 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802260710.XAA06368@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Kevin McCarthy cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Success!! Re: Blender News Feb 25, 1998 (fwd) In-reply-to: Your message of "Wed, 25 Feb 1998 13:59:15 MST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Feb 1998 23:10:24 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Fantastic!! Congrats to everyone who participated . Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 00:01:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10706 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 00:01:04 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from nnd.itfs.nsk.su (nnd.itfs.nsk.su [193.124.36.42]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10680 for ; Thu, 26 Feb 1998 00:00:38 -0800 (PST) (envelope-from nnd@nnd.itfs.nsk.su) Received: (from nnd@localhost) by nnd.itfs.nsk.su (8.8.8/8.8.5) id OAA29208; Thu, 26 Feb 1998 14:00:21 +0600 (NS) Date: Thu, 26 Feb 1998 14:00:21 +0600 (NS) Message-Id: <199802260800.OAA29208@nnd.itfs.nsk.su> From: nnd@itfs.nsk.su To: freebsd-multimedia@FreeBSD.ORG Subject: Any (happy ;) users of AIMSLAB's VideoHighway Xtreme ? Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anybody use such a card (AIMSLAB's VideoHighway Xtreme) ? Can it be used with FreeBSD's Bt848 driver and programs (fxtv ?) Is there any users of SECAM DK tuners of any kind of PCI TV cards ? N.Dudorov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 00:23:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14099 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 00:23:30 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA14092 for ; Thu, 26 Feb 1998 00:23: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 AAA07362 for ; Thu, 26 Feb 1998 00:23:25 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802260823.AAA07362@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: multimedia@FreeBSD.ORG Subject: Bt848 driver update has been checked in to 3.0-current Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 26 Feb 1998 00:23:25 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You can also get the driver from: ftp://rah.star-gate.com/pub/bt848.tar.gz http://www.freebsd.org/~ahasty/Bt848.html Enjoy, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 01:33:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22468 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 01:33:11 -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 BAA22459 for ; Thu, 26 Feb 1998 01:33:07 -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 KAA10120; Thu, 26 Feb 1998 10:32:55 +0100 (CET) (envelope-from jakob@teligent.se) Date: Thu, 26 Feb 1998 10:32:55 +0100 (CET) From: Jakob Alvermark To: Doug White cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: USB? (Quickcam VC/Quickclip) In-Reply-To: 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 BAA22464 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 25 Feb 1998, Doug White wrote: > > Does FreeBSD support USB? If not, how hard could it be to make it support > > USB? I´ve been surfing around at Connectix site, looking at the Quickcam > > VC and Quickclip, pretty cool stuff, I would say.. :-) > > This is in progress. Currently there is a Working Group trying to get > together to make a UNIX-wide API. Alright! What is the status? Can I help in some way? /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 Thu Feb 26 01:38:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23109 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 01:38:17 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from pe090.persbraten.vgs.no (ti02a04-0015.dialup.online.no [130.67.17.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23103 for ; Thu, 26 Feb 1998 01:38:11 -0800 (PST) (envelope-from beren@saers.com) Received: from localhost (beren@localhost) by pe090.persbraten.vgs.no (8.8.5/8.8.5) with SMTP id KAA00359 for ; Thu, 26 Feb 1998 10:40:13 +0100 (CET) X-Authentication-Warning: pe090.persbraten.vgs.no: beren owned process doing -bs Date: Thu, 26 Feb 1998 10:40:11 +0100 (CET) From: Niklas Saers X-Sender: beren@pe090.persbraten.vgs.no cc: multimedia@FreeBSD.ORG Subject: Re: miroMEDIA PCTV and Matrox Millenium In-Reply-To: <199802260145.RAA03339@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 > I don't think we support 24bit for the Matrox millenium . Try 32bit or 16bit > which is usually what run at every time. What are the reasons for this? I mean, about everything else works perfectly in 24 bit and XFree86 with my Matrox. :) ... and a UNIX user said ... rm -rf * and all was null and void To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 01:47:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24383 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 01:47:47 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA24373 for ; Thu, 26 Feb 1998 01:47:43 -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 BAA07741; Thu, 26 Feb 1998 01:47:36 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802260947.BAA07741@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Niklas Saers cc: multimedia@FreeBSD.ORG Subject: Re: miroMEDIA PCTV and Matrox Millenium In-reply-to: Your message of "Thu, 26 Feb 1998 10:40:11 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 26 Feb 1998 01:47:36 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I forgot :( Now if you are really curious about the technology go to http://www.freebsd.org/~ahasty/Bt848.html Download the Bt848 data book. Look up the section on the microcode dma and byte, word swapping Figure out the byte ordering which the XFree86 guys have implemented for the Matrox Millenium. Then if you have any questions feel free to post. Best Regards, Amancio > > I don't think we support 24bit for the Matrox millenium . Try 32bit or 16bit > > which is usually what run at every time. > > What are the reasons for this? I mean, about everything else works > perfectly in 24 bit and XFree86 with my Matrox. :) > > > ... and a UNIX user said ... > rm -rf * > and all was null and void > > > > 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 Thu Feb 26 03:58:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA05639 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 03:58:05 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from login.dknet.dk (fj@login.dknet.dk [193.88.44.43]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA05633 for ; Thu, 26 Feb 1998 03:58:03 -0800 (PST) (envelope-from fj@login.dknet.dk) Received: (from fj@localhost) by login.dknet.dk (8.7.5/8.6) id MAA26358; Thu, 26 Feb 1998 12:57:57 +0100 (MET) From: Flemming Jacobsen Message-Id: <199802261157.MAA26358@login.dknet.dk> Subject: Re: MiroMEDIA PCTV Pro To: beren@saers.com Date: Thu, 26 Feb 98 12:57:56 MET Cc: multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Niklas Saers wrote: > > What tuner does your card use ? Right now Amancio and I are getting the > > last details fixed regarding my radio patches. The patches add support > > for the Philips F[RM] series of tuners. > > Actually, I don't know. I scanned all the documentations, but Miros > tecnical specifications don't go very far beyond 'stereo radio'. :-I Any > way I can check this out? You have to look at the sticker on the tuner itself (the metal box on the card), probably beneath a couple of layers of labels from MiroMEDIA. Be carefull you don't destroy the text when you start digging. Hyg' Flemming -- Flemming Jacobsen It'll probably say something like "Does not compute" or "Inoperative parameters". That's Email: fj@login.dknet.dk what it says when it doesn't know and doesn't Phone: +45 35 43 33 49 want to admit it. -- Terry Pratchett: Wings To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 04:05:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA07959 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 04:05:49 -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 EAA07937 for ; Thu, 26 Feb 1998 04:05:46 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 26 Feb 1998 7:05:14 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA27644; Thu, 26 Feb 98 07:05:12 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id HAA05084; Thu, 26 Feb 1998 07:05:07 -0500 Message-Id: <19980226070507.51454@ct.picker.com> Date: Thu, 26 Feb 1998 07:05:07 -0500 From: Randall Hopper To: Anthony.Kimball@East.Sun.COM Cc: multimedia@FreeBSD.ORG Subject: Re: AWE64 (was Re: bktr NTSC -> PAL) Mail-Followup-To: Anthony.Kimball@East.Sun.COM, multimedia@freebsd.org References: <199802260435.WAA04862@compound.east.sun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199802260435.WAA04862@compound.east.sun.com>; from Tony Kimball on Wed, Feb 25, 1998 at 10:35:01PM -0600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Tony Kimball: |So Randall, howcum the awedrv stuff hasn't made it into current? I know I prepped awedrv to go into current around Jan 1 timeframe, and John-Mark Gurney was good enough to review it and volunteer to check it in, but I hadn't actually checked that it made it and I didn't hear back that it'd been completed. Guess I just lost track of it (I'm still running the 3.0-981208 SNAP). Just checked, and sure enough, looks like the driver is in there: .../src/sys/gnu/i386/isa/sound Now the only piece left is submitting the ports. If someone running 3.0-current could verify the ports from http://multiverse.com/~rhh/awedrv still build and run correctly on that version, I'll upload these to ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/ and send-pr to get them added to the collection. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 04:10:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09468 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 04:10:52 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from login.dknet.dk (fj@login.dknet.dk [193.88.44.43]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA09449 for ; Thu, 26 Feb 1998 04:10:45 -0800 (PST) (envelope-from fj@login.dknet.dk) Received: (from fj@localhost) by login.dknet.dk (8.7.5/8.6) id NAA26493 for multimedia@FreeBSD.ORG; Thu, 26 Feb 1998 13:10:38 +0100 (MET) From: Flemming Jacobsen Message-Id: <199802261210.NAA26493@login.dknet.dk> Subject: bt848 radio support To: multimedia@FreeBSD.ORG Date: Thu, 26 Feb 98 13:10:38 MET Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, As Amancio posted earlier, all of my patches to support the radio on Hauppauge cards with Philips tuners are now in. I've put a small radio application up for grabs at: ftp://login.dknet.dk/pub/fj/radio.tgz It's a very simple Tcl/Tk/Tix application, which a decent X programmer could write much better in half a day, it's been working very well for me since December though. Hyg' Flemming Quick docs for the radio ioctl's: In order to support the radio tuner part of the Philips F[MR]1216, I've added 4 new ioctl's. All 4 use integer arguments. RADIO_SETMODE - Sets the mode of the radiotuner. The active bits in this bitfield are: RADIO_AFC - Enable AFC (Automatic Frequency Control). RADIO_MONO - Mono. RADIO_MUTE - Mute the output of the radiotuner. RADIO_GETMODE - Read the currently set modes. RADIO_SETFREQ - Set the frequency of the tuner. The argument is *100, i.e. in order to set the tuner to recieve at station at 103.45MHz, the argument should be 10345. RADIO_GETFREQ - Read the currently set frequency. The modes set with RADIO_SETMODE won't be active until the next time RADIO_SETFREQ is called, thus if you want to switch to mono mode, you have to call RADIO_SETMODE with the RADIO_MONO bit set AND after that call RADIO_SETFREQ (probably with the same argument as last time). The spec. sheet of the Philips FR1216 seem to indicate that it won't support the modes set with RADIO_SETMODE. Since I only have an FM version I've been unable to verify this. The FM1216 is a PAL B/G version. I haven't investigated how the tuners for other TV formats are controlled, but I can't see why Philips would change the interface. -- Flemming Jacobsen It'll probably say something like "Does not compute" or "Inoperative parameters". That's Email: fj@login.dknet.dk what it says when it doesn't know and doesn't Phone: +45 35 43 33 49 want to admit it. -- Terry Pratchett: Wings -- Flemming Jacobsen It'll probably say something like "Does not compute" or "Inoperative parameters". That's Email: fj@login.dknet.dk what it says when it doesn't know and doesn't Phone: +45 35 43 33 49 want to admit it. -- Terry Pratchett: Wings To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 06:10:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA22726 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 06:10:04 -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 GAA22701 for ; Thu, 26 Feb 1998 06:10:01 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 26 Feb 1998 9:08:50 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA07357; Thu, 26 Feb 98 09:08:49 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id JAA06273; Thu, 26 Feb 1998 09:08:44 -0500 Message-Id: <19980226090844.33537@ct.picker.com> Date: Thu, 26 Feb 1998 09:08:44 -0500 From: Randall Hopper To: Dag-Erling Coidan Smxrgrav Cc: multimedia@FreeBSD.ORG Subject: Re: AWE64 (was Re: bktr NTSC -> PAL) Mail-Followup-To: Dag-Erling Coidan Smxrgrav , multimedia@FreeBSD.ORG References: <199802240528.VAA18143@rah.star-gate.com> <19980225114138.37137@ct.picker.com> <19980225123355.62703@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Dag-Erling Coidan Smxrgrav on Wed, Feb 25, 1998 at 06:50:28PM +0100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dag-Erling Coidan Smxrgrav: |Apologies for not distinguishing between RELEASE and STABLE (not the |first time I make this mistake) Not the first time for me either. Thanks for the correction. No surprise that FreeBSD's versioning system is counterintuitive to me. Why we still stay with the same version when adding major new functionality on top of a previous release is a mystery. If it was only bug-fixes, that'd be OK (2.2.5.1, ...). But as we know (and I easily forget), 2.2.6 development (major new features merged in) is effectively called 2.2.5-STABLE. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 06:16:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA23063 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 06:16:07 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA23058 for ; Thu, 26 Feb 1998 06:16:06 -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 GAA10870; Thu, 26 Feb 1998 06:15:57 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802261415.GAA10870@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Randall Hopper cc: Dag-Erling Coidan Smxrgrav , multimedia@FreeBSD.ORG Subject: Re: AWE64 (was Re: bktr NTSC -> PAL) In-reply-to: Your message of "Thu, 26 Feb 1998 09:08:44 EST." <19980226090844.33537@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 26 Feb 1998 06:15:57 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I think the problem that we are having is that 3.0-current development is going, going and going. Not sure when 3.0-current is going to be released if it is going to be this year or next year. Amancio > Dag-Erling Coidan Smxrgrav: > |Apologies for not distinguishing between RELEASE and STABLE (not the > |first time I make this mistake) > > Not the first time for me either. Thanks for the correction. No surprise > that FreeBSD's versioning system is counterintuitive to me. Why we still > stay with the same version when adding major new functionality on top of a > previous release is a mystery. If it was only bug-fixes, that'd be OK > (2.2.5.1, ...). But as we know (and I easily forget), 2.2.6 development > (major new features merged in) is effectively called 2.2.5-STABLE. > > Randall > > > 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 Thu Feb 26 06:26:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA24397 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 06:26:17 -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 GAA24382 for ; Thu, 26 Feb 1998 06:26:14 -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 NAA13646; Thu, 26 Feb 1998 13:52:57 +0100 From: Luigi Rizzo Message-Id: <199802261252.NAA13646@labinfo.iet.unipi.it> Subject: freebsd version (was Re: AWE64 ...) To: hasty@rah.star-gate.com (Amancio Hasty) Date: Thu, 26 Feb 1998 13:52:57 +0100 (MET) Cc: rhh@ct.picker.com, dag-erli@ifi.uio.no, multimedia@FreeBSD.ORG In-Reply-To: <199802261415.GAA10870@rah.star-gate.com> from "Amancio Hasty" at Feb 26, 98 06:15:38 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hi, > > I think the problem that we are having is that 3.0-current development > is going, going and going. Not sure when 3.0-current is going to be ... > > Not the first time for me either. Thanks for the correction. No surprise > > that FreeBSD's versioning system is counterintuitive to me. Why we still the way i understand it is that we (ought to) have one -stable (which is now on the 2.2. branch) and one -current (now the 3.0 branch). Releases or snapshots can be done on either tree, in which case the version number makes the distinction. I hope we will never have a situation with three main branches as it was with 2.1 2.2 and 3.0 about this time last year, since it must have been a nightmare to handle. 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 Feb 26 07:53:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07549 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 07:53:39 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from solaris.matti.ee (root@solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07520 for ; Thu, 26 Feb 1998 07:53:32 -0800 (PST) (envelope-from vallo@matti.ee) Received: from localhost (vallo@localhost [127.0.0.1]) by solaris.matti.ee (8.8.8/8.8.8.s) with SMTP id RAA01746 for ; Thu, 26 Feb 1998 17:53:09 +0200 (EET) Date: Thu, 26 Feb 1998 17:53:08 +0200 (EET) From: Vallo Kallaste X-Sender: vallo@solaris To: multimedia@FreeBSD.ORG Subject: Is this usable Hauppauge card ? 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 Helo ! At this moment I have one Hauppauge card. I can't get information about this card, so I don't know can I use this under FreeBSD. Some details about card: ISA bus On the board are a Philips chip named: SAA5246AGP/E and a Cirrus Logic produced chip named: CL-PX4072-20PC-B Printed label: Win/TV-Spectrum PAL/SECAM 5346 Rev A 123461 Copyright 1995 Hauppauge Computer Works, Inc. This card is found in the Tulip Universa computer and the computer owner is not interested of this card. Thanks Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 08:11:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09556 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 08:11:57 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from login.dknet.dk (fj@login.dknet.dk [193.88.44.43]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09551 for ; Thu, 26 Feb 1998 08:11:55 -0800 (PST) (envelope-from fj@login.dknet.dk) Received: (from fj@localhost) by login.dknet.dk (8.7.5/8.6) id RAA00522; Thu, 26 Feb 1998 17:11:43 +0100 (MET) From: Flemming Jacobsen Message-Id: <199802261611.RAA00522@login.dknet.dk> Subject: Re: Is this usable Hauppauge card ? To: vallo@matti.ee (Vallo Kallaste) Date: Thu, 26 Feb 98 17:11:41 MET Cc: multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Vallo Kallaste wrote: > At this moment I have one Hauppauge card. I can't get information about > this card, so I don't know can I use this under FreeBSD. Some details > about card: > > ISA bus The only Hauppauge cards supported are the ones with a bt848/bt849 chip. Since the bt848 is made for easy PCI interface, the answer is: no. Don't feel bad though. If it's anything like the ISA Hauppauge card that I've seen at a freinds computer you wouldn't like the quality reduction of your screen (these cards sit "between" your graphics card and your monitor). Hyg' Flemming -- Flemming Jacobsen It'll probably say something like "Does not compute" or "Inoperative parameters". That's Email: fj@login.dknet.dk what it says when it doesn't know and doesn't Phone: +45 35 43 33 49 want to admit it. -- Terry Pratchett: Wings To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 10:02:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA25040 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 10:02:29 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gjp.erols.com (alex-va-n008c243.moon.jic.com [206.156.18.253]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA25025 for ; Thu, 26 Feb 1998 10:02:24 -0800 (PST) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.8.8/8.8.7) with ESMTP id NAA00469; Thu, 26 Feb 1998 13:02:14 -0500 (EST) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: Luigi Rizzo cc: multimedia@FreeBSD.ORG From: "Gary Palmer" Subject: Re: MiroMEDIA PCTV Pro In-reply-to: Your message of "Wed, 25 Feb 1998 05:15:51 +0100." <199802250415.FAA09856@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 26 Feb 1998 13:02:13 -0500 Message-ID: <465.888516133@gjp.erols.com> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Luigi Rizzo wrote in message ID <199802250415.FAA09856@labinfo.iet.unipi.it>: > > It works. We don't support the NICAM part of the card yet, but I hope > > what is "NICAM" ? Near Instantaneous Companded Audio Multiplex (You did ask :) ) I believe, from memory, that its similar to the way FM radio does its encoding. Except its done for broadcast TV in the UK and elsewhere. Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 10:17:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27259 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 10:17:45 -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 KAA27254 for ; Thu, 26 Feb 1998 10:17:40 -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 RAA14074; Thu, 26 Feb 1998 17:43:07 +0100 From: Luigi Rizzo Message-Id: <199802261643.RAA14074@labinfo.iet.unipi.it> Subject: Re: Is this usable Hauppauge card ? To: fj@login.dknet.dk (Flemming Jacobsen) Date: Thu, 26 Feb 1998 17:43:07 +0100 (MET) Cc: vallo@matti.ee, multimedia@FreeBSD.ORG In-Reply-To: <199802261611.RAA00522@login.dknet.dk> from "Flemming Jacobsen" at Feb 26, 98 05:11:22 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > The only Hauppauge cards supported are the ones with a bt848/bt849 chip. > Since the bt848 is made for easy PCI interface, the answer is: no. > > Don't feel bad though. If it's anything like the ISA Hauppauge card that > I've seen at a freinds computer you wouldn't like the quality reduction > of your screen (these cards sit "between" your graphics card and your > monitor). the only thing of any use could be the teletext decoder. provided you know how to access the internal i2c bus on your card (and implement the appropriate stub routines), a simple program such as the one i wrote can be used to fetch teletext data. 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 Feb 26 13:29:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28419 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 13:29:20 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28413 for ; Thu, 26 Feb 1998 13:29:16 -0800 (PST) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.8.8/8.8.5) with SMTP id RAA04310; Wed, 25 Feb 1998 17:21:49 -0500 (EST) Date: Wed, 25 Feb 1998 17:21:49 -0500 (EST) From: Chuck Robey X-Sender: chuckr@localhost To: "Justin M. Seger" cc: db@minot.com, multimedia@FreeBSD.ORG Subject: Re: gif to jpeg. In-Reply-To: <199802252219.RAA02684@freebsd.scds.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 25 Feb 1998, Justin M. Seger wrote: > > anyone know of any command line stuff to convert a gif into a jpg ?? > > thanks a > > million guys and gals. > > There's most likely an involved one using the pbm utils, but xv does all > that for me, and screen grabs/colormods/displays besides, without having > to grope thru manpages. > > The easiest thing (that I know of) is to install graphics/ImageMagick. You can > then use its convert program to convert any graphics format to any other. In the function listed, they're nearly equal. Same for gimp. I thought that xv had a simpler command structure, since it's not a general purpose paint program. gimp would stand out as the highest functionality (and the most complicated) with ImageMagick somewhere in between. All a matter of opinion, of course. > > -Justin Seger- > > > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 15:52:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26697 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 15:52:00 -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 PAA26674 for ; Thu, 26 Feb 1998 15:51:50 -0800 (PST) (envelope-from jonny@coppe.ufrj.br) Received: (from jonny@localhost) by gaia.coppe.ufrj.br (8.8.8/8.8.8) id VAA16932; Thu, 26 Feb 1998 21:51:27 -0200 (EDT) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199802262351.VAA16932@gaia.coppe.ufrj.br> Subject: Re: allinwonder card In-Reply-To: <34F361A6.98C69534@corp.gulf.net> from Brian Glenn at "Feb 24, 98 06:11:18 pm" To: bglenn@corp.gulf.net (Brian Glenn) Date: Thu, 26 Feb 1998 21:51:27 -0200 (EDT) Cc: 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(Brian Glenn) // Ok here goes I have an AllinWonder and was well curious I see that // there is a driver for the bt848 chip but the All in Wonder uses the // Bt829KPF chipset is that compatible with the Bt848 driver or is the // another driver out for this or will there be . Anyway never hurts to // ask. I've had the same question some time ago, as I have also a AIW. The great thing about the bt848 chip is that it does all interfacing with PCI bus, including memory transfer. The Bt829 chip in AIW is just a video decoder, and must be driven by the Rage II chip to work. They are not compatible, and thre's no near intention to make a driver for AIW or ATI-TV for FreeBSD (at least, none that I know). But if you have any good clue for AIW, please tell me. I'm stuck with Winblows with that one. :( 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 Feb 26 17:01:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11716 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 17:01:12 -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 RAA11615 for ; Thu, 26 Feb 1998 17:00:24 -0800 (PST) (envelope-from jonny@coppe.ufrj.br) Received: (from jonny@localhost) by gaia.coppe.ufrj.br (8.8.8/8.8.8) id XAA17587 for multimedia@freebsd.org; Thu, 26 Feb 1998 23:00:14 -0200 (EDT) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199802270100.XAA17587@gaia.coppe.ufrj.br> Subject: Haupauge tuner problems continued... To: multimedia@FreeBSD.ORG Date: Thu, 26 Feb 1998 23:00:13 -0200 (EDT) 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 I've set OVERRIDE_TUNER=PHILIPS_NTSC, and now the kernel detects it rightly: bktr0 rev 18 int a irq 10 on pci0:11 mapreg[10] type=0 addr=e7800000 size=1000. reg16: virtual=0xf4ec7000 physical=0xe7800000 size=0x1000 brooktree0: PCI bus latency is 32. bktr0: buffer size 3555328, addr 0x3000000 bktr: GPIO is 0x00fffffb Hauppauge WinCast/TV, Philips NTSC tuner. But fxtv still does not work. Any hint on where I could search for the solution ? I have kernel programming experience, so this should not be a problem if needed. It's not a hardware problem, Win95 application, WinTV works very well, with the same driver and program used with the card that works on FreeBSD. I think that this may not matter, but I noted only two differences between boards: The tuner (although I did not yet dare to take off the protecting Hauppauge seal, and the Bt848 revision: 9713 in the card that works, and 9704 in the one that does not work in FreeBSD. Thanks for any help, 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 Feb 26 17:08:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12730 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 17:08:48 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12725 for ; Thu, 26 Feb 1998 17:08:47 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: (from hasty@localhost) by rah.star-gate.com (8.8.8/8.8.8) id RAA12951; Thu, 26 Feb 1998 17:08:29 -0800 (PST) (envelope-from hasty) Date: Thu, 26 Feb 1998 17:08:29 -0800 (PST) From: Amancio Hasty Message-Id: <199802270108.RAA12951@rah.star-gate.com> To: jonny@coppe.ufrj.br, multimedia@FreeBSD.ORG Subject: Re: Haupauge tuner problems continued... In-Reply-To: <199802270100.XAA17587@gaia.coppe.ufrj.br> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It is not clear not me what is the problem. Can you connect a video source to the card and see if you can display any images? Tnks, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 18:35:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00632 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 18:35:50 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from hydrogen.nike.efn.org (d182-89.uoregon.edu [128.223.182.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA00593 for ; Thu, 26 Feb 1998 18:35:46 -0800 (PST) (envelope-from gurney_j@efn.org) Received: (from jmg@localhost) by hydrogen.nike.efn.org (8.8.7/8.8.7) id SAA22842; Thu, 26 Feb 1998 18:35:44 -0800 (PST) Message-ID: <19980226183544.53672@hydrogen.nike.efn.org> Date: Thu, 26 Feb 1998 18:35:44 -0800 From: John-Mark Gurney To: Randall Hopper Cc: Anthony.Kimball@East.Sun.COM, multimedia@FreeBSD.ORG Subject: Re: AWE64 (was Re: bktr NTSC -> PAL) References: <199802260435.WAA04862@compound.east.sun.com> <19980226070507.51454@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <19980226070507.51454@ct.picker.com>; from Randall Hopper on Thu, Feb 26, 1998 at 07:05:07AM -0500 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 Randall Hopper scribbled this message on Feb 26: > If someone running 3.0-current could verify the ports from > http://multiverse.com/~rhh/awedrv still build and run correctly on that > version, I'll upload these to ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/ > and send-pr to get them added to the collection. well.. hit a problem... the awe_voice.h wasn't being installed... do you mind if we install it in /usr/include/machine? because that would be the best place for it... I'm also going to send mail to Bruce about it as we would need to create gnu/i386/include along with modifing the makefile in src/include... ttyl... -- John-Mark Gurney Modem/FAX: +1 541 683 6954 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 Feb 26 19:03:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04962 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 19:03:35 -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 TAA04949 for ; Thu, 26 Feb 1998 19:03:30 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 26 Feb 1998 22:02:25 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA26117; Thu, 26 Feb 98 22:02:24 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id WAA11270; Thu, 26 Feb 1998 22:02:15 -0500 Message-Id: <19980226220215.61493@ct.picker.com> Date: Thu, 26 Feb 1998 22:02:15 -0500 From: Randall Hopper To: John-Mark Gurney Cc: multimedia@FreeBSD.ORG Subject: Re: AWE64 (was Re: bktr NTSC -> PAL) Mail-Followup-To: John-Mark Gurney , multimedia@FreeBSD.ORG References: <199802260435.WAA04862@compound.east.sun.com> <19980226070507.51454@ct.picker.com> <19980226175841.47296@hydrogen.nike.efn.org> <19980226210930.38753@ct.picker.com> <19980226181426.33223@hydrogen.nike.efn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19980226181426.33223@hydrogen.nike.efn.org>; from John-Mark Gurney on Thu, Feb 26, 1998 at 06:14:26PM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John-Mark Gurney: |well, now that I have it building... I don't get any sound out when |I try and play it... is there a step that you have to load the patches |onto the sound card or something? the docs that come with it don't |say... and the awe32 that I have has 512k ram (going to upgrade it to |2megs soon) | |awe0 at 0x620 on isa |awe0: Right. Use awesfx to load some MIDI patches before using awemidi/playmidi. You'll also have to reload them after running gmod since it loads the patches from the MOD/669/etc. files in place of what's in wavetable mem. For example, I have this in my rc.local: # Load up AWE driver samples if dmesg | grep -q "^awe0:"; then echo "Loading AWE Driver Samples" nice -20 /usr/local/bin/sfxload -i -V 100 /dos/c/sb32/sfbank/guit_gm.sbk & fi and these useful aliases in my csh.cshrc: setenv AWELIB /dos/c/sb32/sfbank alias awe-gm 'sfxload $AWELIB/synthgm.sbk' alias awe-gs 'sfxload $AWELIB/synthgs.sbk' alias awe-guit 'sfxload $AWELIB/guit_gm.sbk' There's more on this on the http://multiverse.com/~rhh/awedrv page at the bottom. |well.. hit a problem... the awe_voice.h wasn't being installed... do |you mind if we install it in /usr/include/machine? because that would be |the best place for it... I'm also going to send mail to Bruce about it |as we would need to create gnu/i386/include along with modifing the |makefile in src/include... Really? It's at sys/gnu/i386/isa/sound. I thought I'd modified the ports to look for it here on FreeBSD, but maybe I missed one. However, to your suggestion, having it deliver/install itself in /usr/include/machine would be better. On Linux, it is delivered in /usr/include/linux along with soundcard.h. This would also remove the dependency on the kernel source tree being installed to build the AWE ports. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 19:25:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07451 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 19:25:54 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from hydrogen.nike.efn.org (d182-89.uoregon.edu [128.223.182.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07446 for ; Thu, 26 Feb 1998 19:25:50 -0800 (PST) (envelope-from gurney_j@efn.org) Received: (from jmg@localhost) by hydrogen.nike.efn.org (8.8.7/8.8.7) id TAA22925; Thu, 26 Feb 1998 19:25:45 -0800 (PST) Message-ID: <19980226192545.03847@hydrogen.nike.efn.org> Date: Thu, 26 Feb 1998 19:25:45 -0800 From: John-Mark Gurney To: Randall Hopper Cc: multimedia@FreeBSD.ORG Subject: Re: AWE64 (was Re: bktr NTSC -> PAL) References: <199802260435.WAA04862@compound.east.sun.com> <19980226070507.51454@ct.picker.com> <19980226175841.47296@hydrogen.nike.efn.org> <19980226210930.38753@ct.picker.com> <19980226181426.33223@hydrogen.nike.efn.org> <19980226220215.61493@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <19980226220215.61493@ct.picker.com>; from Randall Hopper on Thu, Feb 26, 1998 at 10:02:15PM -0500 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 Randall Hopper scribbled this message on Feb 26: > |well.. hit a problem... the awe_voice.h wasn't being installed... do > |you mind if we install it in /usr/include/machine? because that would be > |the best place for it... I'm also going to send mail to Bruce about it > |as we would need to create gnu/i386/include along with modifing the > |makefile in src/include... > > Really? It's at sys/gnu/i386/isa/sound. I thought I'd modified the ports > to look for it here on FreeBSD, but maybe I missed one. I don't have /usr/src on this machine... I do the build on my k6/225 and do the testing on the 486/66dx2... > However, to your suggestion, having it deliver/install itself in > /usr/include/machine would be better. On Linux, it is delivered in > /usr/include/linux along with soundcard.h. This would also remove the > dependency on the kernel source tree being installed to build the AWE > ports. getting it installed in /usr/include/machine isn't hard, it's just the case where /usr/includes is maintained by symnlinks... anybody have any suggestions besides making gnumachine? -- John-Mark Gurney Modem/FAX: +1 541 683 6954 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 Feb 26 20:10:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11922 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 20:10:43 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from top.worldcontrol.com (surf52.cruzers.com [205.215.232.52]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA11915 for ; Thu, 26 Feb 1998 20:10:41 -0800 (PST) (envelope-from brian@worldcontrol.com) From: brian@worldcontrol.com Received: (qmail 3047 invoked by uid 100); 27 Feb 1998 04:12:03 -0000 Message-ID: <19980226201200.A3016@top.worldcontrol.com> Date: Thu, 26 Feb 1998 20:12:00 -0800 To: hasty@star-gate.com Cc: freebsd-multimedia@FreeBSD.ORG Subject: data format for meteor/bt848 METEOR_GEO_YUV_12 mode? Mail-Followup-To: hasty@star-gate.com, freebsd-multimedia@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.90.4i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there a document someplace that describes which bits are where in the meteor/bt848 METEOR_GEO_YUV_12 capture format. I looking for 4:1:1 capture in YUV. I figure that YUV_12 is 4:1:1 with 8 bits Y, 2 bits each U & V. I've reasoned out where Y is kept within the 16 bit words that are coming out. However, its going to be hard to figure out where U and V are by simply guessing. Is there a spec? A document? Do you know? Thanks, -- Brian Litzinger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 20:32:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13565 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 20:32:21 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13556 for ; Thu, 26 Feb 1998 20:32:18 -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 UAA18678; Thu, 26 Feb 1998 20:32:10 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802270432.UAA18678@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: brian@worldcontrol.com cc: hasty@star-gate.com, freebsd-multimedia@FreeBSD.ORG Subject: Re: data format for meteor/bt848 METEOR_GEO_YUV_12 mode? In-reply-to: Your message of "Thu, 26 Feb 1998 20:12:00 PST." <19980226201200.A3016@top.worldcontrol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 26 Feb 1998 20:32:10 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org For the meteor, you can look it up at : ftp://rah.star-gate.com/pub/saa7196.pdf For the bt848 driver : Y = (x * y) U = (x/2 * y/2 ) v = (x/2 * y/2 ) The actual routine which does the dma transfer is yuv12_prog: ... for (i = 0; i < (rows/interlace )/2 ; i++) { *dma_prog++ = inst; *dma_prog++ = cols/2 | (cols/2 << 16); *dma_prog++ = target_buffer; *dma_prog++ = t1 + (cols*rows) + i*cols/2 * interlace; *dma_prog++ = t1 + (cols*rows) + (cols*rows/4) + i*cols/2 * inte rlace; target_buffer += interlace*cols; *dma_prog++ = inst1; *dma_prog++ = cols/2 | (cols/2 << 16); *dma_prog++ = target_buffer; target_buffer += interlace*cols; } .... 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 Feb 26 20:34:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13931 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 20:34:44 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from u1.farm.idt.net (root@u1.farm.idt.net [169.132.8.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13923 for ; Thu, 26 Feb 1998 20:34:40 -0800 (PST) (envelope-from garycorc@idt.net) Received: from idt.net (ppp-35.ts-1.mlb.idt.net [169.132.71.35]) by u1.farm.idt.net (8.8.8/8.8.5) with ESMTP id XAA15448; Thu, 26 Feb 1998 23:34:13 -0500 (EST) Message-ID: <34F641B6.9F9182BC@idt.net> Date: Thu, 26 Feb 1998 23:31:50 -0500 From: "Gary T. Corcoran" X-Mailer: Mozilla 4.03 [en] (Win95; U) MIME-Version: 1.0 To: Joao Carlos Mendes Luis CC: multimedia@FreeBSD.ORG Subject: Re: Haupauge tuner problems continued... References: <199802270100.XAA17587@gaia.coppe.ufrj.br> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Joao Carlos Mendes Luis wrote: > I think that this may not matter, but I noted only two differences > between boards: The tuner (although I did not yet dare to take off > the protecting Hauppauge seal, and the Bt848 revision: 9713 in the > card that works, and 9704 in the one that does not work in FreeBSD. Just FYI: 9704 and 9713 are most likely manufacturing dates for the chips, and not revision numbers. They were manufactured in the 4th and 13th weeks of 1997. Gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 26 21:17:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA20279 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 21:17:28 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA20262 for ; Thu, 26 Feb 1998 21:17:17 -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 UAA18741; Thu, 26 Feb 1998 20:37:12 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802270437.UAA18741@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Joao Carlos Mendes Luis , multimedia@FreeBSD.ORG Subject: Re: Haupauge tuner problems continued... In-reply-to: Your message of "Thu, 26 Feb 1998 23:31:50 EST." <34F641B6.9F9182BC@idt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 26 Feb 1998 20:37:11 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org To hava a chance at getting the tuner going ask Hauppage or take off the stickers till you find out what it is. Cheers, Amancio > Joao Carlos Mendes Luis wrote: > > > I think that this may not matter, but I noted only two differences > > between boards: The tuner (although I did not yet dare to take off > > the protecting Hauppauge seal, and the Bt848 revision: 9713 in the > > card that works, and 9704 in the one that does not work in FreeBSD. > > Just FYI: 9704 and 9713 are most likely manufacturing dates for the chips, > and not revision numbers. They were manufactured in the 4th and 13th weeks > of 1997. > > Gary > > 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 Fri Feb 27 01:00:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21090 for freebsd-multimedia-outgoing; Fri, 27 Feb 1998 01:00:17 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from login.dknet.dk (fj@login.dknet.dk [193.88.44.43]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA21076 for ; Fri, 27 Feb 1998 01:00:12 -0800 (PST) (envelope-from fj@login.dknet.dk) Received: (from fj@localhost) by login.dknet.dk (8.7.5/8.6) id KAA15587; Fri, 27 Feb 1998 10:00:03 +0100 (MET) From: Flemming Jacobsen Message-Id: <199802270900.KAA15587@login.dknet.dk> Subject: Re: Haupauge tuner problems continued... To: jonny@coppe.ufrj.br (Joao Carlos Mendes Luis) Date: Fri, 27 Feb 98 10:00:02 MET Cc: multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Joao Carlos Mendes Luis wrote: > I think that this may not matter, but I noted only two differences > between boards: The tuner (although I did not yet dare to take off > the protecting Hauppauge seal, [ ... ] It's not a seal. It's a "We made this, and these are the features" sticker. I just got my card warranty replaced, and I'd had to take the sticker halfway off to get the model number when playing with radio support. You have to be carefull when you take it off, as the Philips stickers will be torn apart (the upper layer of the sticker will come off, making the text unreadable) if you are too rough. As Amancio said, getting it to work without the modelnumber is not very probable. Hyg' Flemming -- Flemming Jacobsen It'll probably say something like "Does not compute" or "Inoperative parameters". That's Email: fj@login.dknet.dk what it says when it doesn't know and doesn't Phone: +45 35 43 33 49 want to admit it. -- Terry Pratchett: Wings To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Feb 27 03:25:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA06074 for freebsd-multimedia-outgoing; Fri, 27 Feb 1998 03:25:50 -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 DAA06069 for ; Fri, 27 Feb 1998 03:25:43 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 27 Feb 1998 6:24:40 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA29852; Fri, 27 Feb 98 06:24:39 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id GAA12026; Fri, 27 Feb 1998 06:24:31 -0500 Message-Id: <19980227062431.50431@ct.picker.com> Date: Fri, 27 Feb 1998 06:24:31 -0500 From: Randall Hopper To: John-Mark Gurney Cc: multimedia@FreeBSD.ORG Subject: Re: AWE64 (was Re: bktr NTSC -> PAL) Mail-Followup-To: John-Mark Gurney , multimedia@FreeBSD.ORG References: <199802260435.WAA04862@compound.east.sun.com> <19980226070507.51454@ct.picker.com> <19980226175841.47296@hydrogen.nike.efn.org> <19980226210930.38753@ct.picker.com> <19980226181426.33223@hydrogen.nike.efn.org> <19980226220215.61493@ct.picker.com> <19980226192545.03847@hydrogen.nike.efn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19980226192545.03847@hydrogen.nike.efn.org>; from John-Mark Gurney on Thu, Feb 26, 1998 at 07:25:45PM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John-Mark Gurney: |Randall Hopper scribbled this message on Feb 26: |> |well.. hit a problem... the awe_voice.h wasn't being installed... do |> |you mind if we install it in /usr/include/machine? because that would be |> |> Really? It's at sys/gnu/i386/isa/sound. I thought I'd modified the ports |> to look for it here on FreeBSD, but maybe I missed one. | |getting it installed in /usr/include/machine isn't hard, it's just the |case where /usr/includes is maintained by symnlinks... Ok. At the time I was massing the driver, I thought of having it installed in /usr/include/machine, but it being a file under GPL, and those files relegated to their own separate subtree in the kernel, I didn't think that would go down so well. But if there's no problem, would be great to have it there. I guess the main thing is just to make sure that the awe driver (being GPLed) never makes it into the GENERIC kernel. Though I don't see that happening since none of the audio drivers are in it which makes sense. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Feb 27 03:51:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA08621 for freebsd-multimedia-outgoing; Fri, 27 Feb 1998 03:51:40 -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 DAA08609 for ; Fri, 27 Feb 1998 03:51:30 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 27 Feb 1998 6:50:28 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA00394; Fri, 27 Feb 98 06:50:26 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id GAA12120; Fri, 27 Feb 1998 06:50:21 -0500 Message-Id: <19980227065020.03801@ct.picker.com> Date: Fri, 27 Feb 1998 06:50:20 -0500 From: Randall Hopper To: John-Mark Gurney Cc: multimedia@FreeBSD.ORG Subject: Re: AWE64 (was Re: bktr NTSC -> PAL) Mail-Followup-To: John-Mark Gurney , multimedia@freebsd.org References: <199802260435.WAA04862@compound.east.sun.com> <19980226070507.51454@ct.picker.com> <19980226175841.47296@hydrogen.nike.efn.org> <19980226210930.38753@ct.picker.com> <19980226181426.33223@hydrogen.nike.efn.org> <19980226220215.61493@ct.picker.com> <19980226220052.33280@hydrogen.nike.efn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19980226220052.33280@hydrogen.nike.efn.org>; from John-Mark Gurney on Thu, Feb 26, 1998 at 10:00:52PM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John-Mark Gurney: |Randall Hopper scribbled this message on Feb 26: |> nice -20 /usr/local/bin/sfxload -i -V 100 /dos/c/sb32/sfbank/guit_gm.sbk & | |could you send me all your sbk's? Even better, let me point you to the link where I got them, and you can surf and pick the ones you like the best: guit_gm.sbk - A nice 2Meg soundfont replacement; my favorite since I have 2Meg; will be good for you when you upgrade yours to 2Meg also. - http://www.lysator.liu.se/awe/, click on "Soundfont Gallery", then the "Other" category, then "GM Replacement 1.7M" and here are two I don't really use anymore except for comparison when I hear an odd instrument in a MIDI file: synthgm.sbk - From SB32/AWE32/64 install disks (so prob shouldn't upload) synthgs.sbk - " " " These are the 3 that I run with, though I also have the "General Midi 700k" SoundFont lying around (linked off the above page also). Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Feb 27 06:19:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25682 for freebsd-multimedia-outgoing; Fri, 27 Feb 1998 06:19:59 -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 GAA25667 for ; Fri, 27 Feb 1998 06:19:48 -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 NAA15760; Fri, 27 Feb 1998 13:46:55 +0100 From: Luigi Rizzo Message-Id: <199802271246.NAA15760@labinfo.iet.unipi.it> Subject: Vibra16X support To: multimedia@FreeBSD.ORG Date: Fri, 27 Feb 1998 13:46:55 +0100 (MET) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org since it looks like there are going to be more and more SB16/AWExx cards which are really Vibra16X on the market... the ViBRA16X should be a true full duplex card but unfortunately has some differences from the SB16 which make my driver not work with it (i have reports that it works in 8-bit play mode, but not in 16-bit mode and have no reports about capture mode). I don't have (and don't plan to buy) that card, so i cannot try possible fixes to the driver (i don't have docs either). If someone has this card and wants to dedicate a few minutes to testing, here is a guess at possible changes needed (in sb_dsp.c) 1) remove/disable tests that require the secondary dma channel to be >=4 . the vibra16 uses two 8-bit channel (not such a great idea since it doubles bus traffic, plus there are fewer 8-bit than 16-bit channels typically available...) 2) in the code in sb_callback(), in the INIT switch, disable the section which swaps the two dma channels depending on the data format; this code is probably not necessary with the vibra16x (thankfully, since it considerably simplifies the driver) 3) in the interrupt driver, consider one of the flags as the read interrupt, the other one as the write interrupt. probably the write flag is the one labeled "8bit" in the current driver, the read flag is the "16bit" one. can't be more specific at the moment, but the changes should not be so terrible even to those without big knowledge of the driver reports or requests for further suggestions are welcome. 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 Fri Feb 27 08:36:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14808 for freebsd-multimedia-outgoing; Fri, 27 Feb 1998 08:36:03 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from onyx.atipa.com (user17178@ns.atipa.com [208.128.22.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA14769 for ; Fri, 27 Feb 1998 08:36:00 -0800 (PST) (envelope-from freebsd@atipa.com) Received: (qmail-queue invoked by uid 1018); 27 Feb 1998 16:44:07 -0000 Date: Fri, 27 Feb 1998 09:44:06 -0700 (MST) From: Atipa X-Sender: freebsd@dot.ishiboo.com To: Luigi Rizzo cc: multimedia@FreeBSD.ORG Subject: Re: Vibra16X support In-Reply-To: <199802271246.NAA15760@labinfo.iet.unipi.it> 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 one of these that works fine w/ 16-bit playback. I'll get the SNAP version when I get into work, and also check the revision of the card. Using pcm1 (Luigi). Kevin On Fri, 27 Feb 1998, Luigi Rizzo wrote: > since it looks like there are going to be more and more SB16/AWExx > cards which are really Vibra16X on the market... > > the ViBRA16X should be a true full duplex card but unfortunately > has some differences from the SB16 which make my driver not work > with it (i have reports that it works in 8-bit play mode, but not > in 16-bit mode and have no reports about capture mode). > > I don't have (and don't plan to buy) that card, so i cannot try > possible fixes to the driver (i don't have docs either). > > If someone has this card and wants to dedicate a few minutes > to testing, here is a guess at possible changes needed (in sb_dsp.c) > > 1) remove/disable tests that require the secondary > dma channel to be >=4 . the vibra16 uses two 8-bit channel > (not such a great idea since it doubles bus traffic, plus there are > fewer 8-bit than 16-bit channels typically available...) > > 2) in the code in sb_callback(), in the INIT switch, > disable the section which swaps the two dma channels depending > on the data format; this code is probably not necessary with > the vibra16x (thankfully, since it considerably simplifies the > driver) > > 3) in the interrupt driver, consider one of the flags as the read > interrupt, the other one as the write interrupt. > probably the write flag is the one labeled "8bit" in the current > driver, the read flag is the "16bit" one. > > can't be more specific at the moment, but the changes should not be so > terrible even to those without big knowledge of the driver > > reports or requests for further suggestions are welcome. > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Feb 27 15:23:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24421 for freebsd-multimedia-outgoing; Fri, 27 Feb 1998 15:23:19 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24295 for ; Fri, 27 Feb 1998 15:22:55 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id PAA11140; Fri, 27 Feb 1998 15:22:33 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 27 Feb 1998 15:22:33 -0800 (PST) From: Doug White Reply-To: Doug White To: Jakob Alvermark cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: USB? (Quickcam VC/Quickclip) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 26 Feb 1998, Jakob Alvermark wrote: > Alright! What is the status? Can I help in some way? > The status is still in the design stage. They just changed mailing lists so I don't have the address at current; check the mail archives. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Feb 27 19:18:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02689 for freebsd-multimedia-outgoing; Fri, 27 Feb 1998 19:18:53 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from top.worldcontrol.com (surf52.cruzers.com [205.215.232.52]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA02652 for ; Fri, 27 Feb 1998 19:18:42 -0800 (PST) (envelope-from brian@worldcontrol.com) From: brian@worldcontrol.com Received: (qmail 658 invoked by uid 100); 28 Feb 1998 03:19:57 -0000 Message-ID: <19980227191951.A632@top.worldcontrol.com> Date: Fri, 27 Feb 1998 19:19:51 -0800 To: freebsd-multimedia@FreeBSD.ORG Subject: private mbone setup? Mail-Followup-To: freebsd-multimedia@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.90.5i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'd like to setup a private mbone, or basically I would like to do the following: run vic on one computers and record the session on another using mbone_vcr. I think I've got everything setup right however the sessions I create on sdr are not appearing on the sdr running on the other computer. Are they some guidelines on how to set all this up? -- Brian Litzinger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Feb 27 23:08:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03861 for freebsd-multimedia-outgoing; Fri, 27 Feb 1998 23:08:07 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA03855 for ; Fri, 27 Feb 1998 23:08:05 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA11590; Fri, 27 Feb 1998 23:07:59 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 27 Feb 1998 23:07:59 -0800 (PST) From: Doug White Reply-To: Doug White To: brian@worldcontrol.com cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: private mbone setup? In-Reply-To: <19980227191951.A632@top.worldcontrol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 27 Feb 1998 brian@worldcontrol.com wrote: > I'd like to setup a private mbone, or basically I would like to > do the following: > > run vic on one computers and record the session on another using > mbone_vcr. I think I've got everything setup right however > the sessions I create on sdr are not appearing on the sdr > running on the other computer. > > Are they some guidelines on how to set all this up? As long as your adapter supports multicast and you have a multicast route onto your network, you should be ok. To tell if your network adapter supports multicast: run `ifconfig '; if MULTICAST is in the flags it's supported. To tell if you have a multicast route: run netstat -rn and look for a route for 224.0.0.0. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Feb 27 23:25:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05408 for freebsd-multimedia-outgoing; Fri, 27 Feb 1998 23:25:59 -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 XAA05393 for ; Fri, 27 Feb 1998 23:25:48 -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 GAA17253; Sat, 28 Feb 1998 06:52:55 +0100 From: Luigi Rizzo Message-Id: <199802280552.GAA17253@labinfo.iet.unipi.it> Subject: Re: private mbone setup? To: brian@worldcontrol.com Date: Sat, 28 Feb 1998 06:52:54 +0100 (MET) Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: <19980227191951.A632@top.worldcontrol.com> from "brian@worldcontrol.com" at Feb 27, 98 07:19:32 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'd like to setup a private mbone, or basically I would like to > do the following: > > run vic on one computers and record the session on another using > mbone_vcr. I think I've got everything setup right however > the sessions I create on sdr are not appearing on the sdr > running on the other computer. somebody suggested using route add 224.0.0.0 -netmask 0xf0000000 -interface {de0|ed0|lo0|tun0} where you put the right name for the interface to use for multicast traffic. remember that sdr annountcements are sent every so often (not sure about the rate) so it might take some time if you miss one to see the next one. A better way to test things is just to start a vic sender and receiver on known addresses and see if packets get through. another thing to keep in mind is the behaviour of the mbone tools when a send/sendto fails: in some cases (e.g. vic and vat) a permanent error status was retained on the socket preventing further sends. Bill Fenner has both a kernel patch (since the problem is there) and application patches to fix this problem. You should check what happens on other tools such as sdr. 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 Feb 28 11:07:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07763 for freebsd-multimedia-outgoing; Sat, 28 Feb 1998 11:07:58 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from arthur.cs.purdue.edu (0@arthur.cs.purdue.edu [128.10.2.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07746 for ; Sat, 28 Feb 1998 11:07:55 -0800 (PST) (envelope-from williamj@cs.purdue.edu) From: williamj@cs.purdue.edu Received: from lore.cs.purdue.edu (1681@lore.cs.purdue.edu [128.10.2.16]) by arthur.cs.purdue.edu (8.8.7/8.8.7/PURDUE_CS-2.0) with ESMTP id OAA20973 for ; Sat, 28 Feb 1998 14:07:53 -0500 (EST) Received: (from williamj@localhost) by lore.cs.purdue.edu (8.8.7/8.8.7/PURDUE_CS-2.0) id OAA02415; Sat, 28 Feb 1998 14:07:51 -0500 (EST) Message-ID: <19980228140750.28428@lore.cs.purdue.edu> Date: Sat, 28 Feb 1998 14:07:50 -0500 To: freebsd-multimedia@FreeBSD.ORG Subject: Re: kernel scheduler issues References: <199802230329.TAA00473@mordred.cs.ucla.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <199802230329.TAA00473@mordred.cs.ucla.edu>; from Scott Michel on Sun, Feb 22, 1998 at 07:29:11PM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Feb 22, 1998 at 07:29:11PM -0800, Scott Michel wrote: > Has there been/Is there any discussion about changing the kernel > scheduler to support audio (generally multimedia) needs, where > you'd like to temporarily increase a process's priority close to > the end of a audio block playout to decrease the jumps/gaps? I've just started a project implementing the Adaptive Rate-Controlled Scheduling Algorithm for Multimedia Applications put forth in a paper by David Yau and Simon Lam in the IEEE/ACM Transactions on Networking, vol.4, no.4, August 1997. If you email me personally I can provide you with the postscript source and then maybe we can get a discussion going. This has already been implemented in Solaris 2.3 and I'll be trying to implement it for FreeBSD 2.2.5. I dont expect my work to actually be used anywhere, its just a learning experience for me since this is my first venture into FreeBSD kernel programming. -- Josh Williams -- Computer Science & Mathematics -- Purdue University williamj@cs.purdue.edu http://www.cs.purdue.edu/homes/williamj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Feb 28 11:46:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11305 for freebsd-multimedia-outgoing; Sat, 28 Feb 1998 11:46: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 LAA11297 for ; Sat, 28 Feb 1998 11:46: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 LAA07390; Sat, 28 Feb 1998 11:46:47 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802281946.LAA07390@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: brian@worldcontrol.com cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: private mbone setup? In-reply-to: Your message of "Fri, 27 Feb 1998 19:19:51 PST." <19980227191951.A632@top.worldcontrol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 28 Feb 1998 11:46:47 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If the machines are not in the same LAN, make sure that you have in your kernel config file: options MROUTING # Multicast routing Cheers, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Feb 28 11:54:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12365 for freebsd-multimedia-outgoing; Sat, 28 Feb 1998 11:54: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 LAA12360 for ; Sat, 28 Feb 1998 11:54:51 -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 LAA07476; Sat, 28 Feb 1998 11:54:47 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802281954.LAA07476@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: brian@worldcontrol.com cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: private mbone setup? In-reply-to: Your message of "Fri, 27 Feb 1998 19:19:51 PST." <19980227191951.A632@top.worldcontrol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 28 Feb 1998 11:54:47 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You can monitor if you are sending or getting any ip multicast packets with tcpdump. netstat -s -g will also show ip multicast routing statistics Cheers, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Feb 28 12:24:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16065 for freebsd-multimedia-outgoing; Sat, 28 Feb 1998 12:24:56 -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 MAA16044 for ; Sat, 28 Feb 1998 12:24:54 -0800 (PST) (envelope-from jonny@coppe.ufrj.br) Received: (from jonny@localhost) by gaia.coppe.ufrj.br (8.8.8/8.8.8) id SAA09251; Sat, 28 Feb 1998 18:24:40 -0200 (EDT) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199802282024.SAA09251@gaia.coppe.ufrj.br> Subject: Solved (Was: Haupauge tuner problems continued...) In-Reply-To: from Jonathan Hanna at "Feb 26, 98 05:11:47 pm" To: pangolin@rogers.wave.ca Date: Sat, 28 Feb 1998 18:24:40 -0200 (EDT) Cc: multimedia@FreeBSD.ORG, nacao@ravel.ufrj.br, luiz@land.ufrj.br 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(Jonathan Hanna) // It is no longer a matter of detection, as you have overridden it. // This is what I do, but with OVERRIDE_TUNER=PHILIPS_FR1236_NTSC. // Are you sure you picked the right one? I think I found out from // the windows TV app what tuner it had. It works !!!! OVERRIDE_TUNER=PHILIPS_FR1236_NTSC solved my problem. I've just downloaded the specs to see if it's possible to add an automatic detection to this tuner. I've seen from the driver source that you added the patches to this tuner. Have you already tried to do this ? Interesting enough: The windows application detected the tuner as a Philips FI1236 MK2. Maybe its not important for it to know the exact type of the tuner. Thanks everybody for trying to help, 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 Sat Feb 28 13:17:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20576 for freebsd-multimedia-outgoing; Sat, 28 Feb 1998 13:17:21 -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 NAA20569 for ; Sat, 28 Feb 1998 13:17:20 -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 NAA08285; Sat, 28 Feb 1998 13:17:15 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802282117.NAA08285@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Setchel, Chas (cnse)" cc: "'multimedia@freebsd.org'" Subject: Re: Nt 4.0 drivers In-reply-to: Your message of "Tue, 24 Feb 1998 15:08:59 PST." <137FCF8E2C6BD111A42900805F1904D7160014@cal-msx1.calgary.chevron.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 28 Feb 1998 13:17:15 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, We are a unix group . Usually, you can get drivers for Win95 or Win Nt from the manufacturers Web Page. Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Feb 28 14:20:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26281 for freebsd-multimedia-outgoing; Sat, 28 Feb 1998 14:20: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 OAA26274 for ; Sat, 28 Feb 1998 14:20:05 -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 OAA08725 for ; Sat, 28 Feb 1998 14:20:04 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802282220.OAA08725@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: multimedia@FreeBSD.ORG Subject: rah.star-gate.com (209.133.7.234) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 28 Feb 1998 14:20:04 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Guys, My ISP screwed up one of his name servers configuration during a shuffling of banks of IP addresses. Probably by Monday , the rest of the Net will catch up with my new ip address . The last I checked , netcom and freefall now know about my new ip address. Basically, due to name server caches it takes a couple of days for the name server caches to get flushed. Cheers, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Feb 28 14:23:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26497 for freebsd-multimedia-outgoing; Sat, 28 Feb 1998 14:23:10 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from pc-21490.bc.rogers.wave.ca (pc-21490.bc.rogers.wave.ca [24.113.51.240]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26491 for ; Sat, 28 Feb 1998 14:23:08 -0800 (PST) (envelope-from jh@pc-21490.bc.rogers.wave.ca) Received: (from jh@localhost) by pc-21490.bc.rogers.wave.ca (8.8.8/8.8.7) id OAA00453; Sat, 28 Feb 1998 14:20:40 -0800 (PST) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199802282024.SAA09251@gaia.coppe.ufrj.br> Date: Sat, 28 Feb 1998 14:20:40 -0800 (PST) Reply-To: Jonathan Hanna Organization: Pangolin Systems From: Jonathan Hanna To: Joao Carlos Mendes Luis Subject: RE: Solved (Was: Haupauge tuner problems continued...) Cc: luiz@land.ufrj.br, nacao@ravel.ufrj.br, multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 28-Feb-98 Joao Carlos Mendes Luis wrote: > I've just downloaded the specs to see if it's possible to add an automatic > detection to this tuner. I've seen from the driver source that you added > the patches to this tuner. Have you already tried to do this ? Sadly, I was too lazy. There are utilities to read the i2c and perhaps use that as a signature. I think Randall Hopper knows about this. > Interesting enough: The windows application detected the tuner as a > Philips FI1236 MK2. Maybe its not important for it to know the > exact type of the tuner. I had no idea and did not add the MK2. I found data sheets on the FI1236MK2 and the the FR1236, though mine claims to be a FR1236MK2. Perhaps finer distinctions can be made if there is more real information. I will have to try the FM radio support next... Jonathan Hanna To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Feb 28 14:29:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27215 for freebsd-multimedia-outgoing; Sat, 28 Feb 1998 14:29:36 -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 OAA27208 for ; Sat, 28 Feb 1998 14:29:34 -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 OAA08840; Sat, 28 Feb 1998 14:29:11 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802282229.OAA08840@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Jonathan Hanna cc: Joao Carlos Mendes Luis , luiz@land.ufrj.br, nacao@ravel.ufrj.br, multimedia@FreeBSD.ORG Subject: Re: Solved (Was: Haupauge tuner problems continued...) In-reply-to: Your message of "Sat, 28 Feb 1998 14:20:40 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 28 Feb 1998 14:29:11 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I will have to try the FM radio support next... Who said that we are not cost effective against the competition --- TV 8) 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 Sat Feb 28 16:16:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09802 for freebsd-multimedia-outgoing; Sat, 28 Feb 1998 16:16:28 -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 QAA09793 for ; Sat, 28 Feb 1998 16:16:26 -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 QAA10229 for ; Sat, 28 Feb 1998 16:16:25 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803010016.QAA10229@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: multimedia@FreeBSD.ORG Subject: mpeg or video manipulation tools? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 28 Feb 1998 16:16:25 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Howdy, Does anyone know about a cool video tool for manipulating movies: merge video images special effects etc.. Tnks, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message