From owner-freebsd-multimedia@FreeBSD.ORG Mon May 17 22:37:08 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6040316A4CE for ; Mon, 17 May 2004 22:37:08 -0700 (PDT) Received: from hotmail.com (sea1-f46.sea1.hotmail.com [207.68.163.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAEFD43D39 for ; Mon, 17 May 2004 22:37:07 -0700 (PDT) (envelope-from arnold_rzwd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 17 May 2004 22:37:07 -0700 Received: from 221.7.7.1 by sea1fd.sea1.hotmail.msn.com with HTTP; Tue, 18 May 2004 05:37:07 GMT X-Originating-IP: [221.7.7.1] X-Originating-Email: [arnold_rzwd@hotmail.com] X-Sender: arnold_rzwd@hotmail.com From: =?gb2312?B?wO4gx78=?= To: freebsd-multimedia@freebsd.org Date: Tue, 18 May 2004 13:37:07 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 18 May 2004 05:37:07.0445 (UTC) FILETIME=[2872AA50:01C43C9A] X-Mailman-Approved-At: Tue, 18 May 2004 05:10:36 -0700 Subject: Problems about installing sound card X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 05:37:08 -0000 Hi,everyone! I'm using vmware 4.0.5 on Win2k, guest system is Freebsd 4.9. When I add "device pcm" "device sbc" in my GENERIC, and "config--make depend--make--make install", I was told " channel_if.h is missing ". I searched it in all my directoried ,but didnot find it. Someone told me that this file was generated automatically from channel_if.m, but how? What shall I do? Please reply to me,thx. _________________________________________________________________ 享用世界上最大的电子邮件系统— MSN Hotmail。 http://www.hotmail.com From owner-freebsd-multimedia@FreeBSD.ORG Tue May 18 05:32:05 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B77E16A4CE for ; Tue, 18 May 2004 05:32:05 -0700 (PDT) Received: from postman.ripe.net (postman.ripe.net [193.0.0.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 747C843D5C for ; Tue, 18 May 2004 05:31:51 -0700 (PDT) (envelope-from bc-fbsd-mm@vicious.dropbear.id.au) Received: by postman.ripe.net (Postfix, from userid 8) id 55D5C55D32; Tue, 18 May 2004 14:31:51 +0200 (CEST) Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by postman.ripe.net (Postfix) with ESMTP id F1CD44FC18 for ; Tue, 18 May 2004 14:31:50 +0200 (CEST) Received: from x53.ripe.net (x53.ripe.net [193.0.1.53]) by birch.ripe.net (8.12.10/8.11.6) with ESMTP id i4ICVolU005249 for ; Tue, 18 May 2004 14:31:50 +0200 Date: Tue, 18 May 2004 14:31:50 +0200 (CEST) From: Bruce Campbell X-X-Sender: bc@x53.ripe.net To: freebsd-multimedia@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-RIPE-Spam-Level: X-RIPE-Spam-Status: N 0.000026 / 0.0 / 0.0 / disabled X-RIPE-Signature: 5fc8e09ba1246a1f3b15c0b42fd17de0 Subject: Getting the hauppage pvr250 card working under 5.2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 12:32:05 -0000 For better or for worse, I have a Hauppage PVR250 Wintv card, and I'm trying to get it working under FreeBSD 5.2 . What I have tried so far is: John Wehle's cxm code of March 20, 2004 as posted to this list. hcwpvrp2.sys 1.7? (MD5 f9de6571f8a7afdffb13ffb31adeeada) cxm0: encoder firmware version 0x2040002 cxm0: decoder firmware version 0x2020001 hcwpvrp2.sys 1.8 (MD5 d157f8ad1dc71ced812307b7cd5ee263) ( Both retrieved from http://www.hauppauge.com/pages/support_pvr250-350.html ) cxm0: encoder firmware version 0x2040011 cxm0: decoder firmware version 0x2020023 The card in various PCI slots (in some slots the module refuses to load at all) both with and without other PCI cards in place. The working solution appears to be the slot next to a vga card in place, and not the extra ethernet card (3com). The end result with the basic code is the expected: $ cat /dev/cxm0 > /var/tmp/foo.mpg cat: /dev/cxm0: Device not configured After making minor changes to the code for more specific information and increasing the loop in cxm_saa7115_wait_for_lock from 10 to 20, then further changing the code such that, yes, its ok to ignore the locks in the various wait_for_lock routines (all now return 1) and finally overriding the frames per second in cxm_saa7115_detected_fps (to 25 in my case, 30 in others), I can see static by doing 'mplayer -vo x11 -ao null /dev/cxm0': Default: static. setchannel -c (known video signal plugged in): black setchannel -s (no cable): black setchannel -t 0, 2 to 89: all static ( known signal on channel 6 ) ( Cannot change to channels above 89, nor channel 1 ) Is there something else that I'm missing in order to see video via the TV card? -- Bruce Campbell Random hacker. From owner-freebsd-multimedia@FreeBSD.ORG Tue May 18 09:31:41 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFB9B16A4CE for ; Tue, 18 May 2004 09:31:41 -0700 (PDT) Received: from mail.cableone.net (scanmail1.cableone.net [24.116.0.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0859043D1F for ; Tue, 18 May 2004 09:31:41 -0700 (PDT) (envelope-from kitbsdlist2@HotPOP.com) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.191]) by smail1.cableone.net (SurgeMail 1.5d2) with ESMTP id 977703 for multiple; Tue, 18 May 2004 09:23:59 -0700 Date: Tue, 18 May 2004 09:29:02 -0500 From: Vulpes Velox To: =?ISO-8859-1?Q?=C0=EE_=C7=BF?= Message-Id: <20040518092902.57939d73@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: References: X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Server: High Performance Mail Server - http://surgemail.com cc: freebsd-multimedia@freebsd.org Subject: Re: Problems about installing sound card X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 16:31:41 -0000 On Tue, 18 May 2004 13:37:07 +0800 =C0=EE =C7=BF wrote: > Hi,everyone! > I'm using vmware 4.0.5 on Win2k, guest system is Freebsd 4.9. When I > add "device pcm" > "device sbc" in my GENERIC, > and "config--make depend--make--make install", I was told=20 > " channel_if.h is missing ". I searched it in all my directoried > ,but didnot find it. > Someone told me that this file was generated automatically from=20 > channel_if.m, but how? > What shall I do? What version of freebsd and it could possibly be useful for a attached dmesg or what card you are trying to get working. From owner-freebsd-multimedia@FreeBSD.ORG Wed May 19 13:26:20 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 660F516A4CE for ; Wed, 19 May 2004 13:26:20 -0700 (PDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1925543D39 for ; Wed, 19 May 2004 13:26:20 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc12) with ESMTP id <2004051920260501200kcau0e>; Wed, 19 May 2004 20:26:16 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id NAA58974; Wed, 19 May 2004 13:26:04 -0700 (PDT) Date: Wed, 19 May 2004 13:26:02 -0700 (PDT) From: Julian Elischer To: Bruce Campbell In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-multimedia@freebsd.org Subject: Re: Getting the hauppage pvr250 card working under 5.2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 20:26:20 -0000 On Tue, 18 May 2004, Bruce Campbell wrote: > > For better or for worse, I have a Hauppage PVR250 Wintv card, and I'm > trying to get it working under FreeBSD 5.2 . > > What I have tried so far is: > > John Wehle's cxm code of March 20, 2004 as posted to this list. > > hcwpvrp2.sys 1.7? (MD5 f9de6571f8a7afdffb13ffb31adeeada) > cxm0: encoder firmware version 0x2040002 > cxm0: decoder firmware version 0x2020001 > > hcwpvrp2.sys 1.8 (MD5 d157f8ad1dc71ced812307b7cd5ee263) > ( Both retrieved from http://www.hauppauge.com/pages/support_pvr250-350.html ) > cxm0: encoder firmware version 0x2040011 > cxm0: decoder firmware version 0x2020023 > > The card in various PCI slots (in some slots the module refuses to > load at all) both with and without other PCI cards in place. The > working solution appears to be the slot next to a vga card in > place, and not the extra ethernet card (3com). > > The end result with the basic code is the expected: > > $ cat /dev/cxm0 > /var/tmp/foo.mpg > cat: /dev/cxm0: Device not configured > > After making minor changes to the code for more specific information and > increasing the loop in cxm_saa7115_wait_for_lock from 10 to 20, then > further changing the code such that, yes, its ok to ignore the locks in > the various wait_for_lock routines (all now return 1) and finally > overriding the frames per second in cxm_saa7115_detected_fps (to 25 in my > case, 30 in others), I can see static by doing 'mplayer -vo x11 -ao null > /dev/cxm0': > > Default: static. > setchannel -c (known video signal plugged in): black > setchannel -s (no cable): black > setchannel -t 0, 2 to 89: all static > ( known signal on channel 6 ) > ( Cannot change to channels above 89, nor channel 1 ) > > Is there something else that I'm missing in order to see video via the TV > card? no, but keep working on it.. that way I can swoop in when you've fixed it all and just buy one and expect it to work :-) :-) > > -- > Bruce Campbell > Random hacker. > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" > From owner-freebsd-multimedia@FreeBSD.ORG Wed May 19 13:43:18 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADC1E16A4CE for ; Wed, 19 May 2004 13:43:18 -0700 (PDT) Received: from smtp.housing.ufl.edu (smtp.housing.ufl.edu [128.227.47.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A6A443D55 for ; Wed, 19 May 2004 13:43:18 -0700 (PDT) (envelope-from WillS@housing.ufl.edu) Received: (qmail 5772 invoked by uid 98); 19 May 2004 16:43:17 -0400 Received: from WillS@housing.ufl.edu by smtp.housing.ufl.edu by uid 1003 with qmail-scanner-1.20 (spamassassin: 2.63. Clear:RC:1(128.227.47.18):. Processed in 0.015929 secs); 19 May 2004 20:43:17 -0000 X-Qmail-Scanner-Mail-From: WillS@housing.ufl.edu via smtp.housing.ufl.edu X-Qmail-Scanner: 1.20 (Clear:RC:1(128.227.47.18):. Processed in 0.015929 secs) Received: from bragi.housing.ufl.edu (128.227.47.18) by smtp.housing.ufl.edu with (RC4-MD5 encrypted) SMTP; 19 May 2004 16:43:17 -0400 Received: bragi.housing.ufl.edu 128.227.47.18 from 128.227.47.234 128.227.47.234 via HTTP with MS-WebStorage 6.0.6249 Received: from tyr by bragi.housing.ufl.edu; 19 May 2004 16:47:38 -0400 From: Will Saxon To: freebsd-multimedia@freebsd.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: University of Florida Department of Housing and Residence Education Message-Id: <1084999658.25289.5.camel@tyr.housing.ufl.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 19 May 2004 16:47:38 -0400 Subject: Re: Getting the hauppage pvr250 card working under 5.2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 20:43:18 -0000 On Wed, 2004-05-19 at 16:26, Julian Elischer wrote: > no, but keep working on it.. that way I can swoop in when you've fixed > it all and just buy one and expect it to work :-) :-) Has anyone gotten theirs to work reliably at all? I have a PVR350 and have not been able to get it to do anything useful consistently in FreeBSD, linux or Windows 2000. Overall I'd have to say I am disappointed with the purchase. -Will -- Will Saxon Systems Programmer - Network Services University of Florida Department of Housing From owner-freebsd-multimedia@FreeBSD.ORG Wed May 19 13:48:39 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7B6516A4CE for ; Wed, 19 May 2004 13:48:39 -0700 (PDT) Received: from mailbox.univie.ac.at (mailbox.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D14D43D39 for ; Wed, 19 May 2004 13:48:39 -0700 (PDT) (envelope-from le@FreeBSD.org) Received: from wireless (adslle.cc.univie.ac.at [131.130.102.11]) i4JKmSmj1294714; Wed, 19 May 2004 22:48:31 +0200 Date: Wed, 19 May 2004 22:48:26 +0200 (CEST) From: Lukas Ertl To: Will Saxon In-Reply-To: <1084999658.25289.5.camel@tyr.housing.ufl.edu> Message-ID: <20040519224652.E653@korben> References: <1084999658.25289.5.camel@tyr.housing.ufl.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-DCC-ZID-Univie-Metrics: mailbox 4247; Body=2 Fuz1=2 Fuz2=2 cc: freebsd-multimedia@FreeBSD.org Subject: Re: Getting the hauppage pvr250 card working under 5.2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 20:48:40 -0000 On Wed, 19 May 2004, Will Saxon wrote: > On Wed, 2004-05-19 at 16:26, Julian Elischer wrote: > > no, but keep working on it.. that way I can swoop in when you've fixed > > it all and just buy one and expect it to work :-) :-) > > Has anyone gotten theirs to work reliably at all? I have a PVR350 and > have not been able to get it to do anything useful consistently in > FreeBSD, linux or Windows 2000. Overall I'd have to say I am > disappointed with the purchase. I'm using one in my VDR box, together with MythTV. I'm more or less forced to use Linux, but it works rather fine for watching TV, timeshifting and recording. cheers, le -- Lukas Ertl http://mailbox.univie.ac.at/~le/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-freebsd-multimedia@FreeBSD.ORG Wed May 19 15:05:17 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1468B16A4CE for ; Wed, 19 May 2004 15:05:17 -0700 (PDT) Received: from gw.visp.com.au (gw.visp.com.au [202.6.158.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6015543D2F for ; Wed, 19 May 2004 15:05:16 -0700 (PDT) (envelope-from tim@spyderweb.com.au) Received: from bofh.spyderweb.com.au (202-6-150-37.ip.visp.com.au [202.6.150.37] (may be forged)) by gw.visp.com.au (8.12.8p2/8.12.8) with ESMTP id i4JM3xkH063148 for ; Thu, 20 May 2004 07:33:59 +0930 (CST) (envelope-from tim@spyderweb.com.au) Received: from spyderweb.com.au (localhost [127.0.0.1])i4JM3vYR044363 for ; Thu, 20 May 2004 07:33:58 +0930 (CST) (envelope-from tim@spyderweb.com.au) Date: Thu, 20 May 2004 07:33:57 +0930 From: Tim Aslat To: freebsd-multimedia@freebsd.org Message-Id: <20040520073357.3e892c7b@bofh.spyderweb.com.au> In-Reply-To: <1084999658.25289.5.camel@tyr.housing.ufl.edu> References: <1084999658.25289.5.camel@tyr.housing.ufl.edu> Organization: Spyderweb Consulting X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Getting the hauppage pvr250 card working under 5.2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 22:05:17 -0000 In the immortal words of Will Saxon ... > Has anyone gotten theirs to work reliably at all? I have a PVR350 and > have not been able to get it to do anything useful consistently in > FreeBSD, linux or Windows 2000. Overall I'd have to say I am > disappointed with the purchase. I have, thanks to John Wehle's efforts. I'm using it to capture Hi res PAL video for a security project I've been working on. Works beautifully. Maybe you need to check which chipset it's using. Mine has the LG Innotek chipset which Took John a couple of days of much appreciated effort to get working, but it's been pretty much flawless since he finished. What software have you been using to try and get it to work? Cheers Tim -- Tim Aslat Spyderweb Consulting http://www.spyderweb.com.au Phone: +61 0401088479 From owner-freebsd-multimedia@FreeBSD.ORG Wed May 19 15:27:26 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0A3316A4CE for ; Wed, 19 May 2004 15:27:26 -0700 (PDT) Received: from smtp.housing.ufl.edu (smtp.housing.ufl.edu [128.227.47.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6070F43D1F for ; Wed, 19 May 2004 15:27:26 -0700 (PDT) (envelope-from WillS@housing.ufl.edu) Received: (qmail 11490 invoked by uid 98); 19 May 2004 18:27:14 -0400 Received: from WillS@housing.ufl.edu by smtp.housing.ufl.edu by uid 1003 with qmail-scanner-1.20 (spamassassin: 2.63. Clear:RC:1(128.227.47.18):. Processed in 0.012963 secs); 19 May 2004 22:27:14 -0000 X-Qmail-Scanner-Mail-From: WillS@housing.ufl.edu via smtp.housing.ufl.edu X-Qmail-Scanner: 1.20 (Clear:RC:1(128.227.47.18):. Processed in 0.012963 secs) Received: from bragi.housing.ufl.edu (128.227.47.18) by smtp.housing.ufl.edu with (RC4-MD5 encrypted) SMTP; 19 May 2004 18:27:14 -0400 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 Date: Wed, 19 May 2004 18:27:14 -0400 Message-ID: <0E972CEE334BFE4291CD07E056C76ED802E86BFD@bragi.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Getting the hauppage pvr250 card working under 5.2 Thread-Index: AcQ97WdZuKJgJ1oGSbaY8sfjFGhKrQAArrGw From: "Will Saxon" To: "Tim Aslat" , Subject: RE: Getting the hauppage pvr250 card working under 5.2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 22:27:26 -0000 > -----Original Message----- > From: owner-freebsd-multimedia@freebsd.org > [mailto:owner-freebsd-multimedia@freebsd.org]On Behalf Of Tim Aslat > Sent: Wednesday, May 19, 2004 6:04 PM > To: freebsd-multimedia@freebsd.org > Subject: Re: Getting the hauppage pvr250 card working under 5.2 >=20 >=20 > In the immortal words of Will Saxon ... > > Has anyone gotten theirs to work reliably at all? I have a=20 > PVR350 and > > have not been able to get it to do anything useful consistently in > > FreeBSD, linux or Windows 2000. Overall I'd have to say I am > > disappointed with the purchase. >=20 > I have, thanks to John Wehle's efforts. I'm using it to=20 > capture Hi res > PAL video for a security project I've been working on. Works > beautifully. Maybe you need to check which chipset it's using. Mine > has the LG Innotek chipset which Took John a couple of days of much > appreciated effort to get working, but it's been pretty much flawless > since he finished. >=20 > What software have you been using to try and get it to work? I tried an early version of John's driver, which worked well. I had initially bought the card with an eye towards a MythTV box, but never got MythTV to work with it. This has been awhile ago. Currently I am using it in a security project also, but with the included Win2k = software. I am able to record for usually between 1 and 2 hours before the machine will bluescreen with various errors (probably attributable to Windows). >=20 > Cheers >=20 > Tim >=20 > --=20 > Tim Aslat > Spyderweb Consulting > http://www.spyderweb.com.au > Phone: +61 0401088479 > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to=20 > "freebsd-multimedia-unsubscribe@freebsd.org" >=20 From owner-freebsd-multimedia@FreeBSD.ORG Wed May 19 19:09:55 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 714D716A4CE for ; Wed, 19 May 2004 19:09:55 -0700 (PDT) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CD3443D1F for ; Wed, 19 May 2004 19:09:55 -0700 (PDT) (envelope-from tuc@tucs-beachin-obx-house.com) Received: from himinbjorg.tucs-beachin-obx-house.com (ool-44c09852.dyn.optonline.net [68.192.152.82]) (authenticated bits=128)i4K29TPO049015 for ; Wed, 19 May 2004 22:09:34 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1])id i4K29SK8029962 for ; Wed, 19 May 2004 22:09:29 -0400 (EDT) (envelope-from tuc@tucs-beachin-obx-house.com) Received: (from tucobx@localhost)i4K29S8L029961 for freebsd-multimedia@freebsd.org; Wed, 19 May 2004 22:09:28 -0400 (EDT) (envelope-from tucobx) From: Tuc at Beach House Message-Id: <200405200209.i4K29S8L029961@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-multimedia@freebsd.org Date: Wed, 19 May 2004 22:09:28 -0400 (EDT) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Play/Edit MIDI X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 02:09:55 -0000 Hi, ALL I want to do is take this MIDI I have, cut the first few seconds off it, and raise the volume on it as far as I can. I loaded midimountain, and it can't find any MIDI inputs. I loaded rosegarden, and I can't figure out how to get it to play the results.... I can't figure out csound, I can't find xplaymidi... I do have a sound device : pcm0: port 0xdc80-0xdcbf,0xd800-0xd8ff irq 11 at device 3 1.5 on pci0 pcm0: I can play other stuff via xmms using the eSound or OSS Drivers... Any pointers? Thanks, Tuc From owner-freebsd-multimedia@FreeBSD.ORG Wed May 19 19:56:08 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 062E916A4CE for ; Wed, 19 May 2004 19:56:08 -0700 (PDT) Received: from lakermmtao04.cox.net (lakermmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8643743D46 for ; Wed, 19 May 2004 19:56:07 -0700 (PDT) (envelope-from conrads@cox.net) Received: from ip68-11-70-23.no.no.cox.net ([68.11.70.23]) by lakermmtao04.cox.netESMTP <20040520025551.RKTJ11794.lakermmtao04.cox.net@ip68-11-70-23.no.no.cox.net>; Wed, 19 May 2004 22:55:51 -0400 Received: from ip68-11-70-23.no.no.cox.net (localhost [127.0.0.1]) i4K2tooM084280; Wed, 19 May 2004 21:55:50 -0500 (CDT) (envelope-from conrads@ip68-11-70-23.no.no.cox.net) Received: (from conrads@localhost)i4K2tjT1084279; Wed, 19 May 2004 21:55:45 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200405200209.i4K29S8L029961@himinbjorg.tucs-beachin-obx-house.com> Date: Wed, 19 May 2004 21:55:45 -0500 (CDT) From: Conrad Sabatier To: Tuc at Beach House cc: freebsd-multimedia@freebsd.org Subject: Re: Play/Edit MIDI X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: conrads@cox.net List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 02:56:08 -0000 On 20-May-2004 Tuc at Beach House wrote: > Hi, > > ALL I want to do is take this MIDI I have, cut the first few > seconds off it, and raise the volume on it as far as I can. > > I loaded midimountain, and it can't find any MIDI inputs. > > I loaded rosegarden, and I can't figure out how to get it to > play the results.... I can't figure out csound, I can't find xplaymidi... You have to install timidity(++) and tell rosegarden to use it as its external player. Kinda sucks, but I don't know of a better alternative at the moment. Oh, for the good old days of Voxware with real MIDI! -- Conrad Sabatier - "In Unix veritas" From owner-freebsd-multimedia@FreeBSD.ORG Wed May 19 21:26:13 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9093E16A4CE for ; Wed, 19 May 2004 21:26:13 -0700 (PDT) Received: from gw.visp.com.au (gw.visp.com.au [202.6.158.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A08D43D3F for ; Wed, 19 May 2004 21:26:12 -0700 (PDT) (envelope-from tim@spyderweb.com.au) Received: from bofh.spyderweb.com.au (202-6-150-37.ip.visp.com.au [202.6.150.37] (may be forged)) by gw.visp.com.au (8.12.8p2/8.12.8) with ESMTP id i4K4QFkH078495 for ; Thu, 20 May 2004 13:56:15 +0930 (CST) (envelope-from tim@spyderweb.com.au) Received: from spyderweb.com.au (localhost [127.0.0.1])i4K4QCYR062306 for ; Thu, 20 May 2004 13:56:13 +0930 (CST) (envelope-from tim@spyderweb.com.au) Date: Thu, 20 May 2004 13:56:12 +0930 From: Tim Aslat To: FreeBSD Multimedia Message-Id: <20040520135612.44504edc@bofh.spyderweb.com.au> Organization: Spyderweb Consulting X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Hauppauge card capture + preview X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 04:26:13 -0000 Hi All, I don't know how feasible this is, but I have a project I'm working on using a Hauppauge PVR350 card which works like a charm, however I can't capture and view the stream at the same time. Is there some way I can do the following run mplayer -rootwin /dev/cxm0 & then run my capture progogram, without having to kill off mplayer first I guess it would mean messing with pipes or something, but any ideas would help a lot Cheers Tim -- Tim Aslat Spyderweb Consulting http://www.spyderweb.com.au Phone: +61 0401088479 From owner-freebsd-multimedia@FreeBSD.ORG Thu May 20 03:14:35 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08CDF16A4CE for ; Thu, 20 May 2004 03:14:34 -0700 (PDT) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6406843D39 for ; Thu, 20 May 2004 03:14:34 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd05.aul.t-online.de by mailout03.sul.t-online.com with smtp id 1BQkZ7-0007wj-03; Thu, 20 May 2004 12:14:17 +0200 Received: from Andro-Beta.Leidinger.net (EXJrvmZJQeXpUfsbtyANAPj94OLoJFBx-27GBlUepqKMatU2jjINoz@[84.128.195.99]) by fmrl05.sul.t-online.com with esmtp id 1BQkZ3-0SZz9s0; Thu, 20 May 2004 12:14:13 +0200 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) i4KAEPSL025521 for ; Thu, 20 May 2004 12:14:25 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Thu, 20 May 2004 12:15:28 +0200 From: Alexander Leidinger To: freebsd-multimedia@freebsd.org Message-Id: <20040520121528.6f2c30f3@Magellan.Leidinger.net> In-Reply-To: <20040520135612.44504edc@bofh.spyderweb.com.au> References: <20040520135612.44504edc@bofh.spyderweb.com.au> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: EXJrvmZJQeXpUfsbtyANAPj94OLoJFBx-27GBlUepqKMatU2jjINoz@t-dialin.net Subject: Re: Hauppauge card capture + preview X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 10:14:35 -0000 On Thu, 20 May 2004 13:56:12 +0930 Tim Aslat wrote: > Hi All, > > I don't know how feasible this is, but I have a project I'm working on > using a Hauppauge PVR350 card which works like a charm, however I can't > capture and view the stream at the same time. I don't have one, but shouldn't it be enough to use tee? tee Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A327F16A4CF for ; Thu, 20 May 2004 09:12:23 -0700 (PDT) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B7EA43D45 for ; Thu, 20 May 2004 09:12:23 -0700 (PDT) (envelope-from tuc@tucs-beachin-obx-house.com) Received: from himinbjorg.tucs-beachin-obx-house.com (himinbjorg.ttsg.com [216.231.111.17]) (authenticated bits=128)i4KGCCHZ081865; Thu, 20 May 2004 12:12:12 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1])id i4KGCBdf019494; Thu, 20 May 2004 12:12:11 -0400 (EDT) (envelope-from tuc@tucs-beachin-obx-house.com) Received: (from tucobx@localhost)i4KGCB0p019489; Thu, 20 May 2004 12:12:11 -0400 (EDT) (envelope-from tucobx) From: Tuc at Beach House Message-Id: <200405201612.i4KGCB0p019489@himinbjorg.tucs-beachin-obx-house.com> To: conrads@cox.net Date: Thu, 20 May 2004 12:12:11 -0400 (EDT) In-Reply-To: from "Conrad Sabatier" at May 19, 2004 09:55:45 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@freebsd.org cc: Tuc at Beach House Subject: Re: Play/Edit MIDI X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 16:12:23 -0000 > > You have to install timidity(++) and tell rosegarden to use it as its external > player. Kinda sucks, but I don't know of a better alternative at the moment. > :-/ Ok. > > Oh, for the good old days of Voxware with real MIDI! > I did.... And it didn't have a .cfg ... So I just touched one (I can't seem to get to the site it mentions in : ======================================================================== You need "Gravis Ultra Sound" compatible patch files to play MIDI files. See http://www.goice.co.jp/member/mo/timidity/link.html ======================================================================== So now I can't get anywhere. Is there any sort of mirror site for it? Thanks, Tuc/TTSG Internet Services, Inc. From owner-freebsd-multimedia@FreeBSD.ORG Thu May 20 10:41:08 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B82216A4CE for ; Thu, 20 May 2004 10:41:08 -0700 (PDT) Received: from mail.univie.ac.at (mail.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 084B943D45 for ; Thu, 20 May 2004 10:41:08 -0700 (PDT) (envelope-from le@FreeBSD.org) Received: from leelou (adslle.cc.univie.ac.at [131.130.102.11]) by mail.univie.ac.at (8.12.10/8.12.10) with ESMTP id i4KHesGA1105322; Thu, 20 May 2004 19:41:01 +0200 Date: Thu, 20 May 2004 19:40:54 +0200 (CEST) From: Lukas Ertl To: Tim Aslat In-Reply-To: <20040520135612.44504edc@bofh.spyderweb.com.au> Message-ID: <20040520171631.V813@korben> References: <20040520135612.44504edc@bofh.spyderweb.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-DCC-ZID-Univie-Metrics: mx7.univie.ac.at 4248; Body=2 Fuz1=2 Fuz2=2 cc: FreeBSD Multimedia Subject: Re: Hauppauge card capture + preview X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 17:41:08 -0000 On Thu, 20 May 2004, Tim Aslat wrote: > I don't know how feasible this is, but I have a project I'm working on > using a Hauppauge PVR350 card which works like a charm, however I can't > capture and view the stream at the same time. Is there some way I can > do the following > > run mplayer -rootwin /dev/cxm0 & > then run my capture progogram, without > having to kill off mplayer first You will have to capture the stream to disk and then play the file while it's being written. I'm not sure if the FreeBSD driver supports the TV-out of the card, but if I'm no mistaken then there's a 'passthrough' option in the card hardware, where the stream is sent directly from the decoder to the TV-out again. Again, I'm not sure if the FreeBSD driver supports that, but I think to remember that one of the latest Linux drivers is able to activate it. cheers, le -- Lukas Ertl http://mailbox.univie.ac.at/~le/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-freebsd-multimedia@FreeBSD.ORG Fri May 21 12:56:04 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98C7416A4CE for ; Fri, 21 May 2004 12:56:04 -0700 (PDT) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48EFF43D39 for ; Fri, 21 May 2004 12:56:04 -0700 (PDT) (envelope-from tuc@tucs-beachin-obx-house.com) Received: from himinbjorg.tucs-beachin-obx-house.com (ool-44c09852.dyn.optonline.net [68.192.152.82]) (authenticated bits=128)i4LJstqU052410; Fri, 21 May 2004 15:54:55 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1])id i4LJstqb053231; Fri, 21 May 2004 15:54:55 -0400 (EDT) (envelope-from tuc@tucs-beachin-obx-house.com) Received: (from tucobx@localhost)i4LJstuv053230; Fri, 21 May 2004 15:54:55 -0400 (EDT) (envelope-from tucobx) From: Tuc at Beach House Message-Id: <200405211954.i4LJstuv053230@himinbjorg.tucs-beachin-obx-house.com> To: conrads@cox.net Date: Fri, 21 May 2004 15:54:55 -0400 (EDT) In-Reply-To: from "Conrad Sabatier" at May 20, 2004 11:37:29 AM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@freebsd.org cc: Tuc at Beach House Subject: Re: Play/Edit MIDI X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 19:56:04 -0000 > > So now I can't get anywhere. Is there any sort of mirror site for > > it? > > Yeah, I meant to send in a problem report on that. Forgot about it. > > Do a Google search for "eawpats". There are a number of sites carrying the > needed instrument patches. > Can't I just do : (cd /usr/ports/audio/eawpats;make;make install) It seems to have worked pretty well. The lyrics don't match whats playing, but atleast I get sound. :) Thanks, Tuc From owner-freebsd-multimedia@FreeBSD.ORG Fri May 21 15:33:45 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3389C16A4CE for ; Fri, 21 May 2004 15:33:45 -0700 (PDT) Received: from lakermmtao05.cox.net (lakermmtao05.cox.net [68.230.240.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE6C143D39 for ; Fri, 21 May 2004 15:33:44 -0700 (PDT) (envelope-from conrads@cox.net) Received: from ip68-11-70-23.no.no.cox.net ([68.11.70.23]) by lakermmtao05.cox.netESMTP <20040521223332.MBGD28046.lakermmtao05.cox.net@ip68-11-70-23.no.no.cox.net>; Fri, 21 May 2004 18:33:32 -0400 Received: from ip68-11-70-23.no.no.cox.net (localhost [127.0.0.1]) i4LMXXd7004379; Fri, 21 May 2004 17:33:33 -0500 (CDT) (envelope-from conrads@ip68-11-70-23.no.no.cox.net) Received: (from conrads@localhost)i4LMXRJk004378; Fri, 21 May 2004 17:33:27 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200405211954.i4LJstuv053230@himinbjorg.tucs-beachin-obx-house.com> Date: Fri, 21 May 2004 17:33:27 -0500 (CDT) From: Conrad Sabatier To: Tuc at Beach House cc: freebsd-multimedia@freebsd.org cc: " \(Tuc at Beach House\)" Subject: Re: Play/Edit MIDI X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: conrads@cox.net List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 22:33:45 -0000 On 21-May-2004 Tuc at Beach House wrote: >> > So now I can't get anywhere. Is there any sort of mirror site for >> > it? >> >> Yeah, I meant to send in a problem report on that. Forgot about it. >> >> Do a Google search for "eawpats". There are a number of sites carrying the >> needed instrument patches. >> > Can't I just do : > > (cd /usr/ports/audio/eawpats;make;make install) > > It seems to have worked pretty well. The lyrics don't match whats > playing, but atleast I get sound. :) Ah, yes. I forgot there was a port for that. :-) I do hope someday we'll see the return of real, full, true MIDI support. I miss it. :-( By the way, does anyone know anything about the status of MIDI support in any of the other BSDs? -- Conrad Sabatier - "In Unix veritas" From owner-freebsd-multimedia@FreeBSD.ORG Fri May 21 16:44:19 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC75916A4CE for ; Fri, 21 May 2004 16:44:19 -0700 (PDT) Received: from hak.cnd.mcgill.ca (hak.cnd.mcgill.ca [132.216.11.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F93D43D2D for ; Fri, 21 May 2004 16:44:19 -0700 (PDT) (envelope-from mat@hak.cnd.mcgill.ca) Received: from hak.cnd.mcgill.ca (localhost [127.0.0.1]) by hak.cnd.mcgill.ca (8.12.9/8.12.8) with ESMTP id i4LNjPK0006765; Fri, 21 May 2004 19:45:25 -0400 (EDT) (envelope-from mat@hak.cnd.mcgill.ca) Received: (from mat@localhost) by hak.cnd.mcgill.ca (8.12.9/8.12.8/Submit) id i4LNjPBs006764; Fri, 21 May 2004 19:45:25 -0400 (EDT) Date: Fri, 21 May 2004 19:45:25 -0400 From: Mathew Kanner To: Conrad Sabatier Message-ID: <20040521234525.GA6731@cnd.mcgill.ca> References: <200405211954.i4LJstuv053230@himinbjorg.tucs-beachin-obx-house.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Organization: I speak for myself, operating in Montreal, CANADA X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.62 X-Spam-Checker-Version: SpamAssassin 2.62 (2004-01-11) on hak.cnd.mcgill.ca cc: freebsd-multimedia@freebsd.org cc: " \(Tuc at Beach House\)" Subject: Re: Play/Edit MIDI X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 23:44:20 -0000 On May 21, Conrad Sabatier wrote: > > On 21-May-2004 Tuc at Beach House wrote: > >> > So now I can't get anywhere. Is there any sort of mirror site for > >> > it? > >> > >> Yeah, I meant to send in a problem report on that. Forgot about it. > >> > >> Do a Google search for "eawpats". There are a number of sites carrying the > >> needed instrument patches. > >> > > Can't I just do : > > > > (cd /usr/ports/audio/eawpats;make;make install) > > > > It seems to have worked pretty well. The lyrics don't match whats > > playing, but atleast I get sound. :) > > Ah, yes. I forgot there was a port for that. :-) > > I do hope someday we'll see the return of real, full, true MIDI support. I > miss it. :-( > > By the way, does anyone know anything about the status of MIDI support in any > of the other BSDs? I'm getting closer and closer to import my midi work to FreeBSD (thanks to lots of positive response at BSDCan). I do know that I reference the NetBSD midi work, and that it appears to work. --Mat -- Having your book made into a movie is like having your ox made into a bouillon cube. - Bill Neely From owner-freebsd-multimedia@FreeBSD.ORG Fri May 21 19:14:50 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F10F16A4CF for ; Fri, 21 May 2004 19:14:50 -0700 (PDT) Received: from lakermmtao02.cox.net (lakermmtao02.cox.net [68.230.240.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC40243D31 for ; Fri, 21 May 2004 19:14:49 -0700 (PDT) (envelope-from conrads@cox.net) Received: from ip68-11-70-23.no.no.cox.net ([68.11.70.23]) by lakermmtao02.cox.netESMTP <20040522021426.OPWX29667.lakermmtao02.cox.net@ip68-11-70-23.no.no.cox.net>; Fri, 21 May 2004 22:14:26 -0400 Received: from ip68-11-70-23.no.no.cox.net (localhost [127.0.0.1]) i4M2ERZq085927; Fri, 21 May 2004 21:14:27 -0500 (CDT) (envelope-from conrads@ip68-11-70-23.no.no.cox.net) Received: (from conrads@localhost)i4M2EMb2085926; Fri, 21 May 2004 21:14:22 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20040521234525.GA6731@cnd.mcgill.ca> Date: Fri, 21 May 2004 21:14:22 -0500 (CDT) From: Conrad Sabatier To: Mathew Kanner cc: freebsd-multimedia@freebsd.org cc: "\(Tuc at Beach House\)" Subject: Re: Play/Edit MIDI X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: conrads@cox.net List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2004 02:14:50 -0000 On 21-May-2004 Mathew Kanner wrote: > On May 21, Conrad Sabatier wrote: >> >> On 21-May-2004 Tuc at Beach House wrote: >> >> > So now I can't get anywhere. Is there any sort of mirror site for >> >> > it? >> >> >> >> Yeah, I meant to send in a problem report on that. Forgot about it. >> >> >> >> Do a Google search for "eawpats". There are a number of sites carrying >> >> the >> >> needed instrument patches. >> >> >> > Can't I just do : >> > >> > (cd /usr/ports/audio/eawpats;make;make install) >> > >> > It seems to have worked pretty well. The lyrics don't match whats >> > playing, but atleast I get sound. :) >> >> Ah, yes. I forgot there was a port for that. :-) >> >> I do hope someday we'll see the return of real, full, true MIDI support. I >> miss it. :-( >> >> By the way, does anyone know anything about the status of MIDI support in >> any >> of the other BSDs? > > I'm getting closer and closer to import my midi work to > FreeBSD (thanks to lots of positive response at BSDCan). I do know > that I reference the NetBSD midi work, and that it appears to work. Cool. One thing I'm curious about: are we talking about support for external MIDI synths only, or the capability of using a soundcard's built-in MIDI synth? It's been *ages* since we've had support for either, but I especially miss the latter. -- Conrad Sabatier - "In Unix veritas" From owner-freebsd-multimedia@FreeBSD.ORG Sat May 22 18:48:57 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0AA116A4CE for ; Sat, 22 May 2004 18:48:57 -0700 (PDT) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16D9F43D1D for ; Sat, 22 May 2004 18:48:57 -0700 (PDT) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (blackwater.lemis.com [192.109.197.80]) by ozlabs.org (Postfix) with ESMTP id 22D2A2BD3D for ; Sun, 23 May 2004 11:47:53 +1000 (EST) Received: by blackwater.lemis.com (Postfix, from userid 1004) id A3A6D51737; Sun, 23 May 2004 11:17:50 +0930 (CST) Date: Sun, 23 May 2004 11:17:50 +0930 From: Greg 'groggy' Lehey To: Tim Aslat Message-ID: <20040523014750.GK91588@wantadilla.lemis.com> References: <1084999658.25289.5.camel@tyr.housing.ufl.edu> <20040520073357.3e892c7b@bofh.spyderweb.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZG5hGh9V5E9QzVHS" Content-Disposition: inline In-Reply-To: <20040520073357.3e892c7b@bofh.spyderweb.com.au> User-Agent: Mutt/1.4.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: freebsd-multimedia@freebsd.org Subject: Re: Getting the hauppage pvr250 card working under 5.2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2004 01:48:57 -0000 --ZG5hGh9V5E9QzVHS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thursday, 20 May 2004 at 7:33:57 +0930, Tim Aslat wrote: > In the immortal words of Will Saxon ... >> Has anyone gotten theirs to work reliably at all? I have a PVR350 and >> have not been able to get it to do anything useful consistently in >> FreeBSD, linux or Windows 2000. Overall I'd have to say I am >> disappointed with the purchase. > > I have, thanks to John Wehle's efforts. On what platform? Also, since you're local, where did you get it from? The prices I've seen here have been pretty terrible. Greg -- Note: I discard all HTML mail unseen. Finger grog@FreeBSD.org for PGP public key. See complete headers for address and phone numbers. --ZG5hGh9V5E9QzVHS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQFAsALGIubykFB6QiMRArJjAJwPMP7A+yZrbK0cM+AS8LuxcC6SLACgnEqu DGe/du9IEKul+z+9fi6hijE= =ToiR -----END PGP SIGNATURE----- --ZG5hGh9V5E9QzVHS--