From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 27 04:10:06 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 29CFA16A4CE for ; Mon, 27 Dec 2004 04:10:06 +0000 (GMT) Received: from web13522.mail.yahoo.com (web13522.mail.yahoo.com [216.136.174.125]) by mx1.FreeBSD.org (Postfix) with SMTP id E80A943D39 for ; Mon, 27 Dec 2004 04:10:05 +0000 (GMT) (envelope-from dyeske@yahoo.com) Received: (qmail 4699 invoked by uid 60001); 27 Dec 2004 04:10:05 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=S6gpdAq1ApXpedHu+2Z+6ApL9seSRqqk8KitNU/B0ZOwaPBqZLyxq/Aa94kUa8plqyIHSm7lX7tTFrT1UzDYGhv02gTMh+bda9AT9/W4+E8sqQRMoQfBGeO1uhVEnUE9GJlPVHD0VdcyK6gFvFY/qucxzQYr6DEWqwsk+VaDPr4= ; Message-ID: <20041227041005.4697.qmail@web13522.mail.yahoo.com> Received: from [24.197.165.156] by web13522.mail.yahoo.com via HTTP; Sun, 26 Dec 2004 20:10:05 PST Date: Sun, 26 Dec 2004 20:10:05 -0800 (PST) From: David Yeske To: usb@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: multimedia@freebsd.org Subject: external sound blaster 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: Mon, 27 Dec 2004 04:10:06 -0000 I would really like to get my external sound blaster working in FreeBSD HEAD. It is a Model SB0270 Here is a what it looks like when I attach with all the usb debug knobs turned on. ohci_rhsc: sc=0xc1ef8000 xfer=0xc1e6db00 hstatus=0x00000000 ohci_rhsc: change=0x08 uhub_explore: status change hub=1 port=3 ohci_rhsc: sc=0xc1ef8000 xfer=0xc1e6db00 hstatus=0x00000000 ohci_rhsc: change=0x08 usbd_new_device bus=0xc1ef8000 port=3 depth=1 speed=2 usbd_new_device: adding unit addr=2, rev=110, class=0, subclass=0, protocol=0, maxpacket=64, len=18, speed=2 usbd_new_device: new dev (addr 2), dev=0xc65fa280, parent=0xc1eef080 usbd_probe_and_attach: trying device specific drivers usbd_probe_and_attach: no device specific driver found usbd_probe_and_attach: looping over 1 configurations usbd_set_config_index: (addr 1) cno=2 attr=0x80, selfpowered=0, power=500 usbd_set_config_index: set config 1 uaudio0: Creative USB Audio, rev 1.10/1.00, addr 2 uaudio_add_selector: NOT IMPLEMENTED uaudio0: audio rev 1.00 uaudio0: 12 mixer controls pcm0: on uaudio0 pcm0: chn_init(pcm0:play:0) failed: err = 19 pcm0: pcm_chn_create(ua_chan, 1, 0xc65f6500) failed Here is the usbdevs ouput port 3 addr 2: full speed, power 500 mA, config 1, USB Audio(0x3010), Creative(0x041e), rev 1.00 uaudio0 Here is the usb_dump output. DEVICE descriptor: bLength=18 bDescriptorType=1 bcdUSB=1.10 bDeviceClass=0 bDeviceSubClass=0 bDeviceProtocol=0 bMaxPacketSize=64 idVendor=0x041e idProduct=0x3010 bcdDevice=100 iManufacturer=0 iProduct=1 iSerialNumber=0 bNumConfigurations=1 Current configuration is number 1 CONFIGURATION descriptor index 0: bLength=9 bDescriptorType=2 wTotalLength=294 bNumInterface=3 bConfigurationValue=1 iConfiguration=0 bmAttributes=80 bMaxPower=500 mA INTERFACE descriptor index 0, alt index 0: bLength=9 bDescriptorType=4 bInterfaceNumber=0 bAlternateSetting=0 bNumEndpoints=0 bInterfaceClass=1 bInterfaceSubClass=1 bInterfaceProtocol=0 iInterface=0 INTERFACE descriptor index 1, alt index 0: bLength=9 bDescriptorType=4 bInterfaceNumber=1 bAlternateSetting=0 bNumEndpoints=0 bInterfaceClass=1 bInterfaceSubClass=2 bInterfaceProtocol=0 iInterface=0 INTERFACE descriptor index 1, alt index 1: bLength=9 bDescriptorType=4 bInterfaceNumber=1 bAlternateSetting=1 bNumEndpoints=1 bInterfaceClass=1 bInterfaceSubClass=2 bInterfaceProtocol=0 iInterface=0 ENDPOINT descriptor index 0: bLength=9 bDescriptorType=5 bEndpointAddress=1-out bmAttributes=9 wMaxPacketSize=200 bInterval=1 INTERFACE descriptor index 2, alt index 0: bLength=9 bDescriptorType=4 bInterfaceNumber=2 bAlternateSetting=0 bNumEndpoints=0 bInterfaceClass=1 bInterfaceSubClass=2 bInterfaceProtocol=0 iInterface=0 INTERFACE descriptor index 2, alt index 1: bLength=9 bDescriptorType=4 bInterfaceNumber=2 bAlternateSetting=1 bNumEndpoints=1 bInterfaceClass=1 bInterfaceSubClass=2 bInterfaceProtocol=0 iInterface=0 ENDPOINT descriptor index 0: bLength=9 bDescriptorType=5 bEndpointAddress=2-in bmAttributes=5 wMaxPacketSize=200 bInterval=1 This works just fine in NetBSD HEAD uaudio0 at uhub1 port 2 configuration 1 interface 0: Creative Labs USB Audio, rev 1.10/1.00, addr 2 uaudio0: audio rev 1.00 audio1 at uaudio0: full duplex, independent Anyone have any ideas? Regards, David Yeske __________________________________ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 27 08:17:42 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 B4E2616A4CF; Mon, 27 Dec 2004 08:17:42 +0000 (GMT) Received: from dastardly.newsbastards.org.72.27.172.IN-addr.ARPA.NOSPAM.dyndns.dk (84-72-30-72.dclient.hispeed.ch [84.72.30.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD40543D41; Mon, 27 Dec 2004 08:17:38 +0000 (GMT) (envelope-from bounce@NOSPAM.dyndns.dk) Received: from Mail.NOSPAM.DynDNS.dK (ipv6.NOSPAM.dyndns.dk [2002:5448:1e48:0:210:60ff:fe25:f1e5]) (8.11.6/8.11.6-SPAMMERS-DeLiGHt) with ESMTP id iBR8HWh01910 verified NO); Mon, 27 Dec 2004 09:17:37 +0100 (CET) (envelope-from bounce@NOSPAM.dyndns.dk) Received: (from beer@localhost) by Mail.NOSPAM.DynDNS.dK (8.11.6/FNORD) id iBR8HW201908; Mon, 27 Dec 2004 09:17:32 +0100 (CET) (envelope-from bounce@NOSPAM.dyndns.dk) Date: Mon, 27 Dec 2004 09:17:32 +0100 (CET) Message-Id: <200412270817.iBR8HW201908@Mail.NOSPAM.DynDNS.dK> X-Authentication-Warning: localhost.newsbastards.org.72.27.172.IN-addr.A: beer set sender to bounce@NOSPAM.dyndns.dk using -f X-Authentication-Warning: localhost.newsbastards.org.72.27.172.IN-addr.A: Processed from queue /tmp X-Authentication-Warning: localhost.newsbastards.org.72.27.172.IN-addr.A: Processed by beer with -C /etc/mail/sendmail.cf-LOCAL From: Barry Bouwsma References: <20041227041005.4697.qmail@web13522.mail.yahoo.com> To: usb@freebsd.org Mail-Followup-To: usb@freebsd.org, multimedia@freebsd.org cc: multimedia@freebsd.org Subject: Re: external sound blaster X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barry Bouwsma List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 08:17:42 -0000 On Sun, 26 Dec 2004 20:10:05 -0800 (PST), David Yeske wrote: > I would really like to get my external sound blaster working in FreeBSD HEAD. > Here is a what it looks like when I attach with all the usb debug knobs turned Can you also turn up uaudio debug a few levels? That should give more info... I'm not positive, but it looks like there are a few useful things wrapped with a USB_DEBUG alone (just reading source), are you using a module or is uaudio in the kernel? > uaudio_add_selector: NOT IMPLEMENTED Hmmm, this line is missing from the latest NetBSD, must work there... > Here is the usb_dump output. Thanks; it's slightly different from mine... Those alt settings have me interested. > This works just fine in NetBSD HEAD Good to know. Have you tried it in less-than-HEAD with FreeBSD, such as -stable or 4.x, to see if the latest commits a few days ago have broken it? thanks barry bouwsma From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 27 19:37:56 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 E648D16A4CE for ; Mon, 27 Dec 2004 19:37:56 +0000 (GMT) Received: from yoda.dccnet.com (yoda.dccnet.com [24.207.1.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4E8643D54 for ; Mon, 27 Dec 2004 19:37:56 +0000 (GMT) (envelope-from f7@dccnet.com) Received: from [192.168.1.10] (unverified [24.207.34.194]) by dccnet.com for ; Mon, 27 Dec 2004 11:37:56 -0800 Message-ID: <41D06506.6020606@dccnet.com> Date: Mon, 27 Dec 2004 11:39:50 -0800 From: Brolin User-Agent: Mozilla Thunderbird 1.0 (X11/20041223) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: MIDI programming 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: Mon, 27 Dec 2004 19:37:57 -0000 Hello, I want to write C programs that (send MIDI messages to) play notes for playback on a software synthesizer. On Windows I can do this by using the midiOutShortMsg API, using for playback the software synthesizer included with Win98 and Win2k. How can I do this on FreeBSD (5.3)? Thanks, Brolin From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 27 22:45:25 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 D88F216A4CE for ; Mon, 27 Dec 2004 22:45:25 +0000 (GMT) Received: from bgo1smout1.broadpark.no (bgo1smout1.broadpark.no [217.13.4.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF2943D1D for ; Mon, 27 Dec 2004 22:45:25 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from bgo1sminn1.broadpark.no ([217.13.4.93]) by bgo1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0I9E003E3KBODHC0@bgo1smout1.broadpark.no> for freebsd-multimedia@freebsd.org; Mon, 27 Dec 2004 23:40:36 +0100 (CET) Received: from kg-work.kg4.no ([80.202.72.152]) by bgo1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0I9E001THKP3P7A0@bgo1sminn1.broadpark.no> for freebsd-multimedia@freebsd.org; Mon, 27 Dec 2004 23:48:40 +0100 (CET) Date: Mon, 27 Dec 2004 23:45:13 +0100 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq;m"_0v;~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH In-reply-to: <20041217021611.GC8164@unixpages.org> To: freebsd-multimedia@freebsd.org Message-id: <20041227234513.303f4f25.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 1.0.0beta3 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <20041217021611.GC8164@unixpages.org> Subject: Re: Call to bktr(4) users 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: Mon, 27 Dec 2004 22:45:26 -0000 On Fri, 17 Dec 2004 03:16:12 +0100 Christian Brueffer wrote: > If you have bktr(4) running on a card, please send me the full name of > the card (preferrebly the corresponding pciconf -lv entry) so it can > be added to the manpage. You didn't say anything about OS version, so here goes: Card: Pinnacle PCTV pro (it contains TV + Stereo FM radio) OS version: user@kg-htpc$ uname -a FreeBSD kg-htpc.kg4.no 4.9-STABLE FreeBSD 4.9-STABLE #4: Sat Apr 3 16:54:21 CEST 2004 root@kg-htpc.kg4.no:/usr/obj/usr/src/sys/HERMES i386 pciconf -lv entries: bktr0@pci1:2:0: class=0x040000 card=0x001211bd chip=0x036e109e rev=0x11 hdr=0x00 vendor = 'Brooktree Corporation' device = 'Bt878 MediaStream Controller' class = multimedia subclass = video none2@pci1:2:1: class=0x048000 card=0x001211bd chip=0x0878109e rev=0x11 hdr=0x00 vendor = 'Brooktree Corporation' device = 'Bt878/Fusion878A Video Capture (Audio Section)' class = multimedia The tuner isn't automatically detected correctly, so I put the following entries into /etc/sysctl.conf to make the card work: hw.bt848.tuner=10 hw.bt848.format=0 # PAL -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 28 23:17: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 DBB1C16A4CE for ; Tue, 28 Dec 2004 23:17:13 +0000 (GMT) Received: from feith1.FEITH.COM (feith1.FEITH.COM [192.251.93.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 763F543D1F for ; Tue, 28 Dec 2004 23:17:13 +0000 (GMT) (envelope-from john@feith.com) Received: from jwlab.FEITH.COM (jwlab.FEITH.COM [192.251.93.16]) by feith1.FEITH.COM (8.12.10+Sun/8.12.9) with ESMTP id iBSNHBrt007918 for ; Tue, 28 Dec 2004 18:17:12 -0500 (EST) Received: from jwlab.FEITH.COM (localhost [127.0.0.1]) by jwlab.FEITH.COM (8.12.10+Sun/8.12.10) with ESMTP id iBSNHBLW002196 for ; Tue, 28 Dec 2004 18:17:11 -0500 (EST) Received: (from john@localhost) by jwlab.FEITH.COM (8.12.10+Sun/8.12.10/Submit) id iBSNHBqE002195 for multimedia@freebsd.org; Tue, 28 Dec 2004 18:17:11 -0500 (EST) Date: Tue, 28 Dec 2004 18:17:11 -0500 (EST) From: John Wehle Message-Id: <200412282317.iBSNHBqE002195@jwlab.FEITH.COM> To: multimedia@freebsd.org Content-Type: text X-Scanned-By: MIMEDefang 2.48 on 192.251.93.1 X-Archived: cashew.FEITH.COM Subject: Integrating the Hauppauge WinTV PVR 250 driver into the source tree 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, 28 Dec 2004 23:17:14 -0000 Currently it exists as a port that Edwin Groothuis created from my driver: http://www.freshports.org/multimedia/pvr250 Ken Plotkin of Hauppauge has supplied an agreement which when executed allows the firmware to be distributed with my driver. Is there interest in including my driver in the source tree? Is there a FreeBSD officer who can execute the agreement supplied by Ken? -- John ------------------------------------------------------------------------- | Feith Systems | Voice: 1-215-646-8000 | Email: john@feith.com | | John Wehle | Fax: 1-215-540-5495 | | ------------------------------------------------------------------------- From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 28 23:21:43 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 4331916A4CE for ; Tue, 28 Dec 2004 23:21:43 +0000 (GMT) Received: from blackwater.lemis.com (wantadilla.lemis.com [192.109.197.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4FBD43D3F for ; Tue, 28 Dec 2004 23:21:41 +0000 (GMT) (envelope-from grog@lemis.com) Received: by blackwater.lemis.com (Postfix, from userid 1004) id EDCBB8566D; Wed, 29 Dec 2004 09:51:39 +1030 (CST) Date: Wed, 29 Dec 2004 09:51:39 +1030 From: Greg 'groggy' Lehey To: John Wehle Message-ID: <20041228232139.GR19771@wantadilla.lemis.com> References: <200412282317.iBSNHBqE002195@jwlab.FEITH.COM> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="A7FgPGrDEcSmmdo/" Content-Disposition: inline In-Reply-To: <200412282317.iBSNHBqE002195@jwlab.FEITH.COM> User-Agent: Mutt/1.4.2.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: multimedia@freebsd.org Subject: Re: Integrating the Hauppauge WinTV PVR 250 driver into the source tree 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, 28 Dec 2004 23:21:43 -0000 --A7FgPGrDEcSmmdo/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tuesday, 28 December 2004 at 18:17:11 -0500, John Wehle wrote: > Currently it exists as a port that Edwin Groothuis created from my driver: > > http://www.freshports.org/multimedia/pvr250 > > Ken Plotkin of Hauppauge has supplied an agreement which when executed > allows the firmware to be distributed with my driver. Excellent! > Is there interest in including my driver in the source tree? Definitely. > Is there a FreeBSD officer who can execute the agreement supplied by > Ken? You should send this one to the core team (core@FreeBSD.org). Greg -- See complete headers for address and phone numbers. --A7FgPGrDEcSmmdo/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB0eqDIubykFB6QiMRAqYQAJ9Qymf1I1c4ZXmij/lPsjMzCIWs3QCfa7NM ZjSNG3gsTjqwf7bK0Xq/k9s= =Fu9P -----END PGP SIGNATURE----- --A7FgPGrDEcSmmdo/-- From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 29 00:03:27 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 1892516A4CE for ; Wed, 29 Dec 2004 00:03:27 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE0743D1D for ; Wed, 29 Dec 2004 00:03:26 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 555D77A403; Tue, 28 Dec 2004 16:03:26 -0800 (PST) Message-ID: <41D1F44E.1080902@elischer.org> Date: Tue, 28 Dec 2004 16:03:26 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: John Wehle References: <200412282317.iBSNHBqE002195@jwlab.FEITH.COM> In-Reply-To: <200412282317.iBSNHBqE002195@jwlab.FEITH.COM> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: multimedia@freebsd.org Subject: Re: Integrating the Hauppauge WinTV PVR 250 driver into the source tree 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, 29 Dec 2004 00:03:27 -0000 John Wehle wrote: >Currently it exists as a port that Edwin Groothuis created from my driver: > > http://www.freshports.org/multimedia/pvr250 > >Ken Plotkin of Hauppauge has supplied an agreement which when executed >allows the firmware to be distributed with my driver. Is there interest >in including my driver in the source tree? Is there a FreeBSD officer >who can execute the agreement supplied by Ken? > YES.. though.. who would sign the agreement? What does Ken suggest? > >-- John >------------------------------------------------------------------------- >| Feith Systems | Voice: 1-215-646-8000 | Email: john@feith.com | >| John Wehle | Fax: 1-215-540-5495 | | >------------------------------------------------------------------------- > > > >------------------------------------------------------------------------ > >_______________________________________________ >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 Dec 29 00:05:16 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 550FE16A4CE; Wed, 29 Dec 2004 00:05:16 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 376F243D2D; Wed, 29 Dec 2004 00:05:16 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 18C937A44F; Tue, 28 Dec 2004 16:05:16 -0800 (PST) Message-ID: <41D1F4BB.8050001@elischer.org> Date: Tue, 28 Dec 2004 16:05:15 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: Greg 'groggy' Lehey References: <200412282317.iBSNHBqE002195@jwlab.FEITH.COM> <20041228232139.GR19771@wantadilla.lemis.com> In-Reply-To: <20041228232139.GR19771@wantadilla.lemis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: John Wehle cc: multimedia@freebsd.org Subject: Re: Integrating the Hauppauge WinTV PVR 250 driver into the source tree 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, 29 Dec 2004 00:05:16 -0000 Greg 'groggy' Lehey wrote: >On Tuesday, 28 December 2004 at 18:17:11 -0500, John Wehle wrote: > > >>Currently it exists as a port that Edwin Groothuis created from my driver: >> >> http://www.freshports.org/multimedia/pvr250 >> >>Ken Plotkin of Hauppauge has supplied an agreement which when executed >>allows the firmware to be distributed with my driver. >> BTW, is there any mention of an ongoing plan by which updated firmware may be substituted? (e.g. for bugfixes or to support new versions of the hardware) >> >> > >Excellent! > > > >>Is there interest in including my driver in the source tree? >> >> > >Definitely. > > > >>Is there a FreeBSD officer who can execute the agreement supplied by >>Ken? >> >> > >You should send this one to the core team (core@FreeBSD.org). > >Greg >-- >See complete headers for address and phone numbers. > > From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 29 00:32:12 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 C6B5516A4CE for ; Wed, 29 Dec 2004 00:32:12 +0000 (GMT) Received: from feith1.FEITH.COM (feith1.FEITH.COM [192.251.93.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C6BE43D55 for ; Wed, 29 Dec 2004 00:32:12 +0000 (GMT) (envelope-from john@feith.com) Received: from jwlab.FEITH.COM (jwlab.FEITH.COM [192.251.93.16]) by feith1.FEITH.COM (8.12.10+Sun/8.12.9) with ESMTP id iBT0W1rt009119; Tue, 28 Dec 2004 19:32:01 -0500 (EST) Received: from jwlab.FEITH.COM (localhost [127.0.0.1]) by jwlab.FEITH.COM (8.12.10+Sun/8.12.10) with ESMTP id iBT0W1LW002518; Tue, 28 Dec 2004 19:32:01 -0500 (EST) Received: (from john@localhost) by jwlab.FEITH.COM (8.12.10+Sun/8.12.10/Submit) id iBT0W1Si002517; Tue, 28 Dec 2004 19:32:01 -0500 (EST) Date: Tue, 28 Dec 2004 19:32:01 -0500 (EST) From: John Wehle Message-Id: <200412290032.iBT0W1Si002517@jwlab.FEITH.COM> To: julian@elischer.org Content-Type: text X-Scanned-By: MIMEDefang 2.48 on 192.251.93.1 X-Archived: cashew.FEITH.COM cc: multimedia@freebsd.org Subject: Re: Integrating the Hauppauge WinTV PVR 250 driver into the source tree 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, 29 Dec 2004 00:32:12 -0000 > YES.. though.. who would sign the agreement? > What does Ken suggest? Ken put my name in the agreement since I was the person who contacted him. I don't believe he has a strong preference other than it be someone who is in an appropriate position and will act in good faith. If the driver is being integrated in the FreeBSD source tree, then I'd feel more comfortable with the agreement being signed by a FreeBSD officer. > BTW, is there any mention of an ongoing plan by which updated firmware > may be substituted? (e.g. for bugfixes or to support new versions of > the hardware) Here's the guts of the agreement: Permission is granted to LICENSEE to extract the two firmware images (encoding and decoding) from the file HCW98GP2.SYS as distributed in the WinTV-PVR-250350 driver version 1.7 or later. The extracted firmware images may only be used for the purpose of being loaded into the WinTV-PVR-250 or WinTV-PVR-350 during FreeBSD driver installation by suitable kernel drivers. No disassembly or any form of reverse engineering will be allowed under this license agreement. Furthermore, packaging these firmware images in installation files for FreeBSD and deploying these files under the same license as the WinTV-PVR-250350 drivers is granted. Notice the phrase "version 1.7 or later" which should cover firmware updates. BTW: I've see problems using a later firmware release ... currently I recommend using: encoder firmware version 0x2040011 decoder firmware version 0x2020023 -- John ------------------------------------------------------------------------- | Feith Systems | Voice: 1-215-646-8000 | Email: john@feith.com | | John Wehle | Fax: 1-215-540-5495 | | ------------------------------------------------------------------------- From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 29 19:40:10 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 1708116A4CE for ; Wed, 29 Dec 2004 19:40:10 +0000 (GMT) Received: from home2.com (COX-24-248-35-40.coxinet.net [24.248.35.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9969843D54 for ; Wed, 29 Dec 2004 19:40:09 +0000 (GMT) (envelope-from web1@sbc-global.net) Received: from home8 ([24.248.34.16]) by home2.com with MailEnable ESMTP; Wed, 29 Dec 2004 13:15:32 -0600 To: freebsd-multimedia@freebsd.org From: web1@sbc-global.net Date: Wed, 29 Dec 2004 13:15:45 -0600 Message-ID: <552F1E88A0DB4426912C68A3BF572A.MAI@home2.com> Subject: Travel Partnership - Mex/Can 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, 29 Dec 2004 19:40:10 -0000 Hello, I was browsing through the results from a search engine when I came across your site. It has a lot of good information and I was hoping that we could exchange links. Doing so would not only help our regular visitors find other useful pages, but it would also make our sites rank higher in search engines like Google, AOL, MSN, and Yahoo. Exchanging links would be free and beneficial for both of our sites. My web page is over 4 years old and receives more than 2,000 visitors a day. I try to offer the best information available on any topic I think my visitors would appreciate, but concentrate mostly on Travel and Destination related information and services. If you’d like to exchange links for our mutual benefit, please respond to this email. I’d be happy to discuss it with you. Sincerely, Jeremy Mexico Cruises 2215 West Lindsey 73071 4053212922 http://www.cheap-discount-mexico-cruises.com/ From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 29 23:24:23 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 70D4A16A4CE for ; Wed, 29 Dec 2004 23:24:23 +0000 (GMT) Received: from feith1.FEITH.COM (feith1.FEITH.COM [192.251.93.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0404843D31 for ; Wed, 29 Dec 2004 23:24:23 +0000 (GMT) (envelope-from john@feith.com) Received: from jwlab.FEITH.COM (jwlab.FEITH.COM [192.251.93.16]) by feith1.FEITH.COM (8.12.10+Sun/8.12.9) with ESMTP id iBTNOGrt002606; Wed, 29 Dec 2004 18:24:16 -0500 (EST) Received: from jwlab.FEITH.COM (localhost [127.0.0.1]) by jwlab.FEITH.COM (8.12.10+Sun/8.12.10) with ESMTP id iBTNOGLW003771; Wed, 29 Dec 2004 18:24:16 -0500 (EST) Received: (from john@localhost) by jwlab.FEITH.COM (8.12.10+Sun/8.12.10/Submit) id iBTNNoTY003770; Wed, 29 Dec 2004 18:23:50 -0500 (EST) Date: Wed, 29 Dec 2004 18:23:50 -0500 (EST) From: John Wehle Message-Id: <200412292323.iBTNNoTY003770@jwlab.FEITH.COM> To: paul+fbsd@it.ca Content-Type: text X-Scanned-By: MIMEDefang 2.48 on 192.251.93.1 X-Archived: cashew.FEITH.COM cc: multimedia@freebsd.org Subject: Re: more cxm troubles in 5.3... 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, 29 Dec 2004 23:24:23 -0000 > Is it me, or is cxm just not happy in 5.3-RELEASE? Runs fine on my 5.3 box. > cxm0: mem 0xe8000000-0xebffffff irq 22 at device 11.0 on pci1 > cxm_iic0: on cxm0 > cxm_iic0: could not attach iicbb > device_attach: cxm_iic0 attach returned 6 > cxm0: could not attach cxm_iic > device_attach: cxm0 attach returned 6 > I have iicbus and iicbb in my kernel, By this do you mean that you rebuilt your kernel with: device iicbus device iicbb as part of the configuration and you installed the new kernel * after * installing the port (which should have patched dev/iicbus/iicbb.c)? cxm_iic will fail when it attempts to attach iicbb if the patch hasn't been applied. Keep in mind that running cvsup will result in the patch being removed. Also (if you haven't already), try rebooting and then kldload cxm_iic followed by cxm. -- John ------------------------------------------------------------------------- | Feith Systems | Voice: 1-215-646-8000 | Email: john@feith.com | | John Wehle | Fax: 1-215-540-5495 | | ------------------------------------------------------------------------- From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 29 23:29:34 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 B18CD16A4CE for ; Wed, 29 Dec 2004 23:29:34 +0000 (GMT) Received: from feith1.FEITH.COM (feith1.FEITH.COM [192.251.93.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 573ED43D41 for ; Wed, 29 Dec 2004 23:29:34 +0000 (GMT) (envelope-from john@feith.com) Received: from jwlab.FEITH.COM (jwlab.FEITH.COM [192.251.93.16]) by feith1.FEITH.COM (8.12.10+Sun/8.12.9) with ESMTP id iBTNTVrt002622; Wed, 29 Dec 2004 18:29:31 -0500 (EST) Received: from jwlab.FEITH.COM (localhost [127.0.0.1]) by jwlab.FEITH.COM (8.12.10+Sun/8.12.10) with ESMTP id iBTNTVLW003787; Wed, 29 Dec 2004 18:29:31 -0500 (EST) Received: (from john@localhost) by jwlab.FEITH.COM (8.12.10+Sun/8.12.10/Submit) id iBTNTUk0003786; Wed, 29 Dec 2004 18:29:30 -0500 (EST) Date: Wed, 29 Dec 2004 18:29:30 -0500 (EST) From: John Wehle Message-Id: <200412292329.iBTNTUk0003786@jwlab.FEITH.COM> To: pascal@black-ink.net Content-Type: text X-Scanned-By: MIMEDefang 2.48 on 192.251.93.1 X-Archived: cashew.FEITH.COM cc: multimedia@freebsd.org Subject: Re: again with port pvr250 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, 29 Dec 2004 23:29:34 -0000 > I then have a good result but with theses (lot of) messages in dmesg : > > cxm0: encoder dma not enough buffer space free The driver uses a ring buffer consisting of 50 buffers each roughly 64k in size to buffer data from the card which is arriving in real time. The error message occurs when an application (i.e. mplayer) fails to consume the data in a timely fashion. Some possible solutions: 1) Better video card. Personally I like the ATI Radeon cards. 2) Better Xserver (i.e. XFree86 4.4) which supports using the video card hardware for things like colorspace conversion and MPEG motion compensation. This is of course assuming your video card has hardware for those sorts of things. 3) Faster processor. 4) More memory (only if your machine is actually swapping). 5) Modify mplayer to implement application real time buffering using METEORSSIGNAL (basically copy libmpdemux/tvi_bsdbt848.c to libmpdemux/tvi_bsdcxm.c and start hacking) or try increasing CXM_SG_BUFFERS. This only helps if the problem is due to large bursts of data ... it will not help if your machine is simply not fast enough to keep up with the average data rate. 6) Enable MPlayer's frame drop option (more of a workaround than a solution). -- John ------------------------------------------------------------------------- | Feith Systems | Voice: 1-215-646-8000 | Email: john@feith.com | | John Wehle | Fax: 1-215-540-5495 | | ------------------------------------------------------------------------- From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 29 23:40:58 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 5A7D916A4CE for ; Wed, 29 Dec 2004 23:40:58 +0000 (GMT) Received: from feith1.FEITH.COM (feith1.FEITH.COM [192.251.93.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E03C843D54 for ; Wed, 29 Dec 2004 23:40:57 +0000 (GMT) (envelope-from john@feith.com) Received: from jwlab.FEITH.COM (jwlab.FEITH.COM [192.251.93.16]) by feith1.FEITH.COM (8.12.10+Sun/8.12.9) with ESMTP id iBTNeurt002913; Wed, 29 Dec 2004 18:40:56 -0500 (EST) Received: from jwlab.FEITH.COM (localhost [127.0.0.1]) by jwlab.FEITH.COM (8.12.10+Sun/8.12.10) with ESMTP id iBTNetLW003834; Wed, 29 Dec 2004 18:40:55 -0500 (EST) Received: (from john@localhost) by jwlab.FEITH.COM (8.12.10+Sun/8.12.10/Submit) id iBTNeoLd003833; Wed, 29 Dec 2004 18:40:50 -0500 (EST) Date: Wed, 29 Dec 2004 18:40:50 -0500 (EST) From: John Wehle Message-Id: <200412292340.iBTNeoLd003833@jwlab.FEITH.COM> To: steven@403forbidden.net Content-Type: text X-Scanned-By: MIMEDefang 2.48 on 192.251.93.1 X-Archived: cashew.FEITH.COM cc: edwin@mavetju.org cc: multimedia@freebsd.org Subject: Re: PVR-250 w/ unknown tuner 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, 29 Dec 2004 23:40:58 -0000 > when loading the cxm module I get unknown tuner code 0x55 > ... > Anyone know if this is going to be supported? Support for it is in my current source tree. I'll see about sending you and Edwin Groothuis (the port maintainer) a copy later tonight. -- John ------------------------------------------------------------------------- | Feith Systems | Voice: 1-215-646-8000 | Email: john@feith.com | | John Wehle | Fax: 1-215-540-5495 | | ------------------------------------------------------------------------- From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 29 23:54: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 C3C0116A4CE for ; Wed, 29 Dec 2004 23:54:04 +0000 (GMT) Received: from feith1.FEITH.COM (feith1.FEITH.COM [192.251.93.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DC6143D53 for ; Wed, 29 Dec 2004 23:54:04 +0000 (GMT) (envelope-from john@feith.com) Received: from jwlab.FEITH.COM (jwlab.FEITH.COM [192.251.93.16]) by feith1.FEITH.COM (8.12.10+Sun/8.12.9) with ESMTP id iBTNs1rt003083; Wed, 29 Dec 2004 18:54:02 -0500 (EST) Received: from jwlab.FEITH.COM (localhost [127.0.0.1]) by jwlab.FEITH.COM (8.12.10+Sun/8.12.10) with ESMTP id iBTNs1LW003866; Wed, 29 Dec 2004 18:54:01 -0500 (EST) Received: (from john@localhost) by jwlab.FEITH.COM (8.12.10+Sun/8.12.10/Submit) id iBTNs1IH003865; Wed, 29 Dec 2004 18:54:01 -0500 (EST) Date: Wed, 29 Dec 2004 18:54:01 -0500 (EST) From: John Wehle Message-Id: <200412292354.iBTNs1IH003865@jwlab.FEITH.COM> To: beyssac@enst.fr Content-Type: text X-Scanned-By: MIMEDefang 2.48 on 192.251.93.1 X-Archived: cashew.FEITH.COM cc: edwin@mavetju.org cc: multimedia@freebsd.org Subject: Re: cxm0: unknown tuner code 0x39 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, 29 Dec 2004 23:54:04 -0000 > I've ported the driver to -current (see the private mail I sent you > and John the patches). Hmmm ... I'm not sure what happened to that mail message ... I don't seem to have it. > My card is a PVR 350, french version. Its tuner (Philips FM1216ME, > PAL/SECAM) is unsupported at the moment. I'll see about getting a manual and adding support. It'll probably take a couple of weeks. -- John ------------------------------------------------------------------------- | Feith Systems | Voice: 1-215-646-8000 | Email: john@feith.com | | John Wehle | Fax: 1-215-540-5495 | | ------------------------------------------------------------------------- From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 30 00:02:37 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 7277316A4CE for ; Thu, 30 Dec 2004 00:02:37 +0000 (GMT) Received: from mxsf20.cluster1.charter.net (mxsf20.cluster1.charter.net [209.225.28.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 152C143D55 for ; Thu, 30 Dec 2004 00:02:36 +0000 (GMT) (envelope-from steven@403forbidden.net) Received: from mxip10.cluster1.charter.net (mxip10a.cluster1.charter.net [209.225.28.140])iBU02YDb003354 for ; Wed, 29 Dec 2004 19:02:35 -0500 Received: from 24-197-165-70.cpe.ga.charter.com (HELO services.403forbidden.net) (24.197.165.70) by mxip10.cluster1.charter.net with ESMTP; 29 Dec 2004 19:02:34 -0500 X-Ironport-AV: i="3.88,91,1102309200"; d="scan'208"; a="512587254:sNHT26796828" Received: from atlantis.403forbidden.net (atlantis.403forbidden.net [10.0.0.10])iBTNoaLi015672; Wed, 29 Dec 2004 18:50:36 -0500 (EST) (envelope-from steven@403forbidden.net) Date: Wed, 29 Dec 2004 18:50:42 -0500 (EST) From: "Steven S." To: John Wehle In-Reply-To: <200412292340.iBTNeoLd003833@jwlab.FEITH.COM> Message-ID: <20041229184942.U661@atlantis.403forbidden.net> References: <200412292340.iBTNeoLd003833@jwlab.FEITH.COM> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: edwin@mavetju.org cc: multimedia@freebsd.org Subject: Re: PVR-250 w/ unknown tuner 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, 30 Dec 2004 00:02:37 -0000 I hacked up the driver for this tuner also. Works for me (tm) but i've not sent in a patch yet. Still awaiting feedback from another user with same card. On Wed, 29 Dec 2004, John Wehle wrote: >> when loading the cxm module I get unknown tuner code 0x55 >> ... >> Anyone know if this is going to be supported? > > Support for it is in my current source tree. I'll see about > sending you and Edwin Groothuis (the port maintainer) a copy > later tonight. > > -- John > ------------------------------------------------------------------------- > | Feith Systems | Voice: 1-215-646-8000 | Email: john@feith.com | > | John Wehle | Fax: 1-215-540-5495 | | > ------------------------------------------------------------------------- > > From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 30 00:03:44 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 4774816A4CE for ; Thu, 30 Dec 2004 00:03:44 +0000 (GMT) Received: from mxsf32.cluster1.charter.net (mxsf32.cluster1.charter.net [209.225.28.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id E77EA43D55 for ; Thu, 30 Dec 2004 00:03:43 +0000 (GMT) (envelope-from steven@403forbidden.net) Received: from mxip10.cluster1.charter.net (mxip10a.cluster1.charter.net [209.225.28.140])iBU03gtt026432 for ; Wed, 29 Dec 2004 19:03:42 -0500 Received: from 24-197-165-70.cpe.ga.charter.com (HELO services.403forbidden.net) (24.197.165.70) by mxip10.cluster1.charter.net with ESMTP; 29 Dec 2004 19:03:42 -0500 X-Ironport-AV: i="3.88,91,1102309200"; d="scan'208"; a="512588399:sNHT28473204" Received: from atlantis.403forbidden.net (atlantis.403forbidden.net [10.0.0.10])iBU05A34015867 for ; Wed, 29 Dec 2004 19:05:10 -0500 (EST) (envelope-from steven@403forbidden.net) Date: Wed, 29 Dec 2004 19:05:16 -0500 (EST) From: "Steven S." To: multimedia@freebsd.org Message-ID: <20041229190443.U661@atlantis.403forbidden.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: PVR-250 w/ unknown tuner 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, 30 Dec 2004 00:03:44 -0000 I hacked up the driver for this tuner also. Works for me (tm) but i've not sent in a patch yet. Still awaiting feedback from another user with same card. On Wed, 29 Dec 2004, John Wehle wrote: >> when loading the cxm module I get unknown tuner code 0x55 >> ... >> Anyone know if this is going to be supported? > > Support for it is in my current source tree. I'll see about > sending you and Edwin Groothuis (the port maintainer) a copy > later tonight. > > -- John > ------------------------------------------------------------------------- > | Feith Systems | Voice: 1-215-646-8000 | Email: john@feith.com | > | John Wehle | Fax: 1-215-540-5495 | | > ------------------------------------------------------------------------- > > From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 30 02:47:48 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 D397916A4CE for ; Thu, 30 Dec 2004 02:47:48 +0000 (GMT) Received: from lakermmtao03.cox.net (lakermmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4198143D5E for ; Thu, 30 Dec 2004 02:47:48 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.30.50]) by lakermmtao03.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20041230024745.SUJE2250.lakermmtao03.cox.net@dolphin.local.net>; Wed, 29 Dec 2004 21:47:45 -0500 Received: from dolphin.local.net (localhost.local.net [127.0.0.1]) by dolphin.local.net (8.13.1/8.13.1) with ESMTP id iBU2lkgE092067; Wed, 29 Dec 2004 20:47:47 -0600 (CST) (envelope-from conrads@cox.net) Date: Wed, 29 Dec 2004 20:47:41 -0600 From: "Conrad J. Sabatier" To: Brolin Message-ID: <20041229204741.12891233@dolphin.local.net> In-Reply-To: <41D06506.6020606@dccnet.com> References: <41D06506.6020606@dccnet.com> X-Mailer: Sylpheed-Claws 0.9.13 (GTK+ 1.2.10; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@freebsd.org Subject: Re: MIDI programming 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, 30 Dec 2004 02:47:49 -0000 On Mon, 27 Dec 2004 11:39:50 -0800, Brolin wrote: > Hello, > > I want to write C programs that (send MIDI messages to) play notes for > > playback on a software synthesizer. On Windows I can do this by using > the midiOutShortMsg API, using for playback the software synthesizer > included with Win98 and Win2k. How can I do this on FreeBSD (5.3)? > > Thanks, > Brolin Unfortunately, there is currently no way to do this under FreeBSD. MIDI support was removed several years ago, when the entire sound sub-system was replaced. There's a MIDI sub-system currently in the works, but it's not yet officially committed, and no clear date in sight as to when that will happen. Sorry to be the bearer of bad news. You're not the only one who would like to see MIDI capability returned to FreeBSD. It's been a *long* time. -- Conrad J. Sabatier -- "In Unix veritas" From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 30 20:42:33 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 E24DB16A4CE for ; Thu, 30 Dec 2004 20:42:33 +0000 (GMT) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DE8243D48 for ; Thu, 30 Dec 2004 20:42:33 +0000 (GMT) (envelope-from wc_fbsd@xxiii.com) Received: from PC02.xxiii.com (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.12.10/8.12.10) with ESMTP id iBUKgVf0026146 for ; Thu, 30 Dec 2004 15:42:31 -0500 (EST) (envelope-from wc_fbsd@xxiii.com) Message-Id: <6.0.1.1.2.20041230153428.03096e70@mailsvr.xxiii.com> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Thu, 30 Dec 2004 15:41:38 -0500 To: freebsd-multimedia@freebsd.org From: WMC Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Music on Hold via FreeBSD Server 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, 30 Dec 2004 20:42:34 -0000 Greetings, I have an existing FreeBSD 5.x server I'm trying to use to feed music or announcements on-hold into our phone system (yeah - I know the legalities of using copyrighted stuff.) I installed a sound card, wired it up, and hacked together a simple little script to run the mpg123 package to continuously playback a few mp3 files. Couple questions: * What command-line program would you suggest for playing uncompressed audio files in this scenario? There are hundreds of entries in Ports, and I'd rather not spend a month trying them all. * Has anyone else done something similar to this, and would you care to share a script to keep it running continuously? -Thanks, Wayne From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 30 20:49:16 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 AE0E816A4CE for ; Thu, 30 Dec 2004 20:49:16 +0000 (GMT) Received: from kumr.lns.com (kumr.lns.com [63.198.122.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71EF343D41 for ; Thu, 30 Dec 2004 20:49:14 +0000 (GMT) (envelope-from pozar@lns.com) Received: from [127.0.0.1] (newkumr.lns.com [192.168.100.20]) by kumr.lns.com (8.12.11/8.12.11) with ESMTP id iBUKnCHf048031; Thu, 30 Dec 2004 12:49:12 -0800 (PST) (envelope-from pozar@lns.com) Message-ID: <41D46A2E.9000802@lns.com> Date: Thu, 30 Dec 2004 12:50:54 -0800 From: Tim Pozar User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: WMC References: <6.0.1.1.2.20041230153428.03096e70@mailsvr.xxiii.com> In-Reply-To: <6.0.1.1.2.20041230153428.03096e70@mailsvr.xxiii.com> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/mixed; boundary="------------070300010400080807000202" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-multimedia@freebsd.org Subject: Re: Music on Hold via FreeBSD Server 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, 30 Dec 2004 20:49:16 -0000 This is a multi-part message in MIME format. --------------070300010400080807000202 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit WMC wrote: > Greetings, > > I have an existing FreeBSD 5.x server I'm trying to use to feed music or > announcements on-hold into our phone system (yeah - I know the > legalities of using copyrighted stuff.) > > I installed a sound card, wired it up, and hacked together a simple > little script to run the mpg123 package to continuously playback a few > mp3 files. > > Couple questions: > * What command-line program would you suggest for playing uncompressed > audio files in this scenario? There are hundreds of entries in Ports, > and I'd rather not spend a month trying them all. > > * Has anyone else done something similar to this, and would you care to > share a script to keep it running continuously? > > -Thanks, > Wayne I have one that I use for my 10mW FM station that I pipe around the house. It does back announcments, news, timechecks and is a bit smart on what it plays. You can see it at: http://www.lns.com/papers/playmp3s/ Tim -- 1978 45th Ave / San Francisco CA 94116 / USA // POTS: +1 415 665 3790 GPG Fingerprint: 4821 CFDA 06E7 49F3 BF05 3F02 11E3 390F 8338 5B04 "Be who you are and say what you feel because the people who mind don't matter and the people who matter don't mind." - Dr. Seuss --------------070300010400080807000202-- From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 30 20:51: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 A105316A4CE for ; Thu, 30 Dec 2004 20:51:05 +0000 (GMT) Received: from smtpauth08.mail.atl.earthlink.net (smtpauth08.mail.atl.earthlink.net [209.86.89.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7022C43D39 for ; Thu, 30 Dec 2004 20:51:05 +0000 (GMT) (envelope-from martes.wigglesworth@earthlink.net) Received: from [83.170.20.46] (helo=[192.168.3.50]) (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Ck7GA-0001Um-K4; Thu, 30 Dec 2004 15:51:04 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=test1; d=earthlink.net; h=Subject:From:Reply-To:To:Cc:In-Reply-To:References:Content-Type:Organization:Message-Id:Mime-Version:X-Mailer:Date:Content-Transfer-Encoding; b=Bmv+MKS2mBMjp5tzNJwKJOpyAqvjFIRvgEW0Jmg2nNcqOHQgxRa4MU/lPjfauW2/; From: Martes Wigglesworth To: WMC In-Reply-To: <6.0.1.1.2.20041230153428.03096e70@mailsvr.xxiii.com> References: <6.0.1.1.2.20041230153428.03096e70@mailsvr.xxiii.com> Content-Type: text/plain Organization: Wiggtekmicro Corporation Message-Id: <1104439888.672.31.camel@Mobile1.276NET> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 30 Dec 2004 23:51:28 +0300 Content-Transfer-Encoding: 7bit X-ELNK-Trace: 532caf459ba90ce6996df0496707a79d9bea09fe345ed53d9ef193a6bfc3dd4804c6974c3691928114e29b652d3c3e5e93caf27dac41a8fd350badd9bab72f9c X-Originating-IP: 83.170.20.46 cc: multimedia-bsd-list Subject: Re: Music on Hold via FreeBSD Server X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: martes.wigglesworth@earthlink.net List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 20:51:05 -0000 I would use xmms from the command-line, since it plays very well, and can play either uncompressed or mpX data streams. I have not gotten into PBX type operations setups yet, however, I plan to in the future, so I am glad to see such an inquiry on the mailing list. Have you considered Asterisk as the PBX backend? What are you using? Sorry for the questions, however, I am just curious, how you have applied FreeBSD to a production telephony solution. -- Respectfully, M.G.W. System: PCChips K7SOM MB AMD K7 Pro 1800 256MB RAM 40GB HD 10/100 NIC FreeBSD-5.2.1-RELEASE From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 30 21:15: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 4FC0A16A4CE for ; Thu, 30 Dec 2004 21:15:50 +0000 (GMT) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1FAC43D41 for ; Thu, 30 Dec 2004 21:15:49 +0000 (GMT) (envelope-from wc_fbsd@xxiii.com) Received: from PC02.xxiii.com (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.12.10/8.12.10) with ESMTP id iBULFmf0026247 for ; Thu, 30 Dec 2004 16:15:48 -0500 (EST) (envelope-from wc_fbsd@xxiii.com) Message-Id: <6.0.1.1.2.20041230160605.0278a280@mailsvr.xxiii.com> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Thu, 30 Dec 2004 16:15:03 -0500 To: multimedia-bsd-list From: WMC In-Reply-To: <1104439888.672.31.camel@Mobile1.276NET> References: <6.0.1.1.2.20041230153428.03096e70@mailsvr.xxiii.com> <1104439888.672.31.camel@Mobile1.276NET> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: Music on Hold via FreeBSD Server 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, 30 Dec 2004 21:15:50 -0000 At 03:51 PM 12/30/2004, Martes Wigglesworth wrote: >Have you considered Asterisk as the PBX backend? What are you >using? Sorry for the questions, however, I am just curious, how you have >applied FreeBSD to a production telephony solution. We're just a little five person shop with a Panasonic KXTD-816 mini-pbx (with more & better features than big Rolm, Lucent, Mitel, etc systems, but that's for another list...) The MOH is just analog mono cabled from the sound card to the Panasonic. FreeBSD is only acting as a not-so-portable IPod in this case. I've looked at the Asterisk web site, but haven't used the software at all. VOIP looks like the only way to go for new installations, and being able to do it open-source is very attractive too. Might put one in the home someday. -Wayne From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 30 22:01:27 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 AD85816A4CE for ; Thu, 30 Dec 2004 22:01:27 +0000 (GMT) Received: from smtp2.dnainternet.net (smtp2.dnainternet.net [62.240.72.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2AC43D2D for ; Thu, 30 Dec 2004 22:01:27 +0000 (GMT) (envelope-from erik.u@dnainternet.net) Received: from b-216-194.cable.kpy.customers.dnainternet.fi ([212.149.216.194]:54726smtp2.dnainternet.net with ESMTP id S1228820AbUL3WB0 (ORCPT ); Fri, 31 Dec 2004 00:01:26 +0200 Message-ID: <41D47AB6.8050804@dnainternet.net> Date: Fri, 31 Dec 2004 00:01:26 +0200 From: Erik Udo User-Agent: Mozilla Thunderbird 1.0 (X11/20041209) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Audio problems. 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, 30 Dec 2004 22:01:27 -0000 I have the latest FreeBSD 5.3-STABLE on Asus a7v880. It has integrated AD1888 AC97. I almost got it working using snd_via8233, but no sound came out. I got the audio working with the following patch: --- sys/dev/sound/pcm/ac97.c.orig Tue Nov 11 23:15:17 2003 +++ sys/dev/sound/pcm/ac97.c Tue Aug 10 23:58:11 2004 @@ -124,6 +124,7 @@ { 0x41445360, 0x00, 0, "AD1885", 0 }, { 0x41445361, 0x00, 0, "AD1886", ad1886_patch }, { 0x41445362, 0x00, 0, "AD1887", 0 }, + { 0x41445368, 0x00, 0, "AD1888", ad198x_patch }, { 0x41445363, 0x00, 0, "AD1886A", 0 }, { 0x41445370, 0x00, 0, "AD1980", ad198x_patch }, { 0x41445372, 0x00, 0, "AD1981A", 0 }, The patch made my sound working but it goes too fast. I once had that kind of problems but i solved it by changing the hw,snd.pcm0.vchans and ac97rate. Now i dont have sysctl hw.snd.pcm0.ac97rate! So if only i could get the sound going at the normal speed i'd be very happy :) Here is some info: pcm0: port 0xe400-0xe4ff irq 22 at device 17.5 on pci0 pcm0: [GIANT-LOCKED] pcm0: pcm0: port 0xe400-0xe4ff irq 22 at device 17.5 on pci0 pcm0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xe400 pcm0: [GIANT-LOCKED] pcm0: pcm0: Codec features headphone, 20 bit DAC, 5 bit master volume, no 3D Stereo Enhancement pcm0: Primary codec extended features variable rate PCM, double rate PCM, reserved 1, center DAC, surround DAC, LFE DAC, AMAP pcm0: sndbuf_setmap 2bb000, 1000; 0xc16a7000 -> 2bb000 pcm0: sndbuf_setmap 2d2000, 1000; 0xc16be000 -> 2d2000 pcm0: sndbuf_setmap 2f0000, 1000; 0xc16bc000 -> 2f0000 pcm0: sndbuf_setmap 2ce000, 1000; 0xc16ba000 -> 2ce000 pcm0: sndbuf_setmap 2ec000, 1000; 0xc16b8000 -> 2ec000 pcm0: sndbuf_setmap 2ea000, 1000; 0xc16b6000 -> 2ea000 FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xe400 irq 22 (5p/1r/6v channels duplex default) [pcm0:play:0]: spd 44100/48000, fmt 0x10000010, flags 0x00001000, 0x00000010 interrupts 0, underruns 0, ready 0 {userland} -> feeder_vchan_s16(0x10000010) -> feeder_rate(44100 -> 48000) -> {hardware} [pcm0:play:1]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} [pcm0:play:2]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} [pcm0:play:3]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} [pcm0:play:4]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} [pcm0:record:0]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, overruns 0, hfree 4096, sfree 0 {hardware} -> feeder_root(0x00000000) -> {userland} pcm0:play:0[pcm0:virtual:0]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} pcm0:play:0[pcm0:virtual:1]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} pcm0:play:0[pcm0:virtual:2]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} pcm0:play:0[pcm0:virtual:3]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} pcm0:play:0[pcm0:virtual:4]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} pcm0:play:0[pcm0:virtual:5]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x00000000) -> {hardware} From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 30 23:27:59 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 2D14C16A4CE for ; Thu, 30 Dec 2004 23:27:59 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE1E543D39 for ; Thu, 30 Dec 2004 23:27:58 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from [192.168.1.10] (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20041230232757i92002b0kpe>; Thu, 30 Dec 2004 23:27:58 +0000 Message-ID: <41D48EF8.8040503@nbritton.org> Date: Thu, 30 Dec 2004 17:27:52 -0600 From: Nikolas Britton User-Agent: Mozilla Thunderbird 1.0 (X11/20041219) X-Accept-Language: en-us, en MIME-Version: 1.0 To: WMC References: <6.0.1.1.2.20041230153428.03096e70@mailsvr.xxiii.com> <1104439888.672.31.camel@Mobile1.276NET> <6.0.1.1.2.20041230160605.0278a280@mailsvr.xxiii.com> In-Reply-To: <6.0.1.1.2.20041230160605.0278a280@mailsvr.xxiii.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: multimedia-bsd-list Subject: Re: Music on Hold via FreeBSD Server 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, 30 Dec 2004 23:27:59 -0000 WMC wrote: > At 03:51 PM 12/30/2004, Martes Wigglesworth wrote: > >> Have you considered Asterisk as the PBX backend? What are you >> using? Sorry for the questions, however, I am just curious, how you >> have applied FreeBSD to a production telephony solution. > > > We're just a little five person shop with a Panasonic KXTD-816 > mini-pbx (with more & better features than big Rolm, Lucent, Mitel, > etc systems, Yes, the digital Panasonic key systems are nice... all you want is a simple frontend to play the audio/music and voice overs so check out cplay, its a very light weight curses front end that you can use just about any player with it (i use splay with it). It's in ports under audio/cplay and should only take about 10 miniutes to learn the commands.... start cplay move to the directory with the audio and add the audio to the playlist using "a" then hit "tab" to get into playlist mode then hit "r" for repeat and "R" Random then hit enter and walk away. below is default cplay rc edit...just copy and paste it, the main website is here: http://www.tf.hut.fi/~flu/cplay/ > more ~/.cplayrc PLAYERS = [ FrameOffsetPlayer("ogg123 -q -v -k %d %s", "\.ogg$"), FrameOffsetPlayer("splay -f -k %d %s", "(^http://|\.mp[123]$)", 38.28), FrameOffsetPlayer("mpg123 -q -v -k %d %s", "(^http://|\.mp[123]$)", 38.28), FrameOffsetPlayer("mpg321 -q -v -k %d %s", "(^http://|\.mp[123]$)", 38.28), TimeOffsetPlayer("madplay -v --no-tty-control --display-time=remaining -s %d %s", "\.mp[123]$"), NoOffsetPlayer("mikmod -q -p0 %s", "\.(mod|xm|fm|s3m|med|col|669|it|mtm)$"), NoOffsetPlayer("xmp -q %s", "\.(mod|xm|fm|s3m|med|col|669|it|mtm|stm)$"), NoOffsetPlayer("play %s", "\.(aiff|au|cdr|mp3|ogg|wav)$"), NoOffsetPlayer("speexdec %s", "\.spx$") ] > From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 31 02:19:42 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 DD2B016A4CE; Fri, 31 Dec 2004 02:19:42 +0000 (GMT) Received: from mail.math.berkeley.edu (mail.math.Berkeley.EDU [169.229.58.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9307A43D39; Fri, 31 Dec 2004 02:19:42 +0000 (GMT) (envelope-from steve@Math.Berkeley.EDU) Received: from blue.math.berkeley.edu (blue.Math.Berkeley.EDU [169.229.140.52])iBV2JgTs075181 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 30 Dec 2004 18:19:42 -0800 (PST) (envelope-from steve@Math.Berkeley.EDU) Received: from blue.math.berkeley.edu (localhost [127.0.0.1]) iBV2JcOv028122; Thu, 30 Dec 2004 18:19:38 -0800 (PST) (envelope-from steve@blue.math.berkeley.edu) Received: (from steve@localhost) by blue.math.berkeley.edu (8.13.1/8.13.1/Submit) id iBV2JcuW028121; Thu, 30 Dec 2004 18:19:38 -0800 (PST) (envelope-from steve) Date: Thu, 30 Dec 2004 18:19:38 -0800 From: Steve Sizemore To: multimedia@freebsd.org Message-ID: <20041231021938.GC27979@Math.Berkeley.EDU> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline Organization: LSCR X-PGP-Key: http://math.berkeley.edu/~steve/pubkey.asc User-Agent: Mutt/1.5.6i X-Scanned-By: MIMEDefang 2.49 on 169.229.58.57 cc: roger@freebsd.org Subject: Hauppauge WinTV support in bktr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Steve Sizemore List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 02:19:43 -0000 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I just purchased and installed a new Hauppauge WinTV PCI card in my Dell desktop, running FreeBSD 5.3. After manually loading bktr_mem and bktr kernel modules, I was able to build and run fxtv from the port. However, I don't get any picture. I think this is because the tuner on the card is not recognized. =46rom dmesg: bktr_mem: memory holder loaded bktr0: mem 0xfc001000-0xfc001fff irq 11 at device 7.0 o= n pci2 bktr0: [GIANT-LOCKED] bktr0: Hauppauge Model 29440 @ % bktr0: Warning - Unknown Hauppauge Tuner 0x9d bktr0: Hauppauge WinCast/TV, Philips NTSC tuner. bktr0: Warning - Unknown Hauppauge Tuner 0x9d Is there hope that this card might be supported? Anything I can do to help the process? Thanks. Steve --=20 Steve Sizemore , (510) 642-8570 Unix System Manager Dept. of Mathematics and College of Letters and Science University of California, Berkeley --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB1Lc05rVsxhH4VE0RAiL1AKDhKE/ghoLR9Nsf214iJB6Gj7/WwQCgluZ0 e3POL7Gw9aPHRWRl1ft05gk= =iDH6 -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7-- From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 31 02:43:10 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 DDB9616A4CE for ; Fri, 31 Dec 2004 02:43:10 +0000 (GMT) Received: from S1.cableone.net (smtp1.cableone.net [24.116.0.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8147B43D46 for ; Fri, 31 Dec 2004 02:43:10 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from fennec.24-119-122-191.cpe.cableone.net (unverified [24.119.123.89]) by S1.cableone.net (CableOne SMTP Service S1) with ESMTP id 5899872 for multiple; Thu, 30 Dec 2004 19:45:25 -0700 Date: Thu, 30 Dec 2004 18:43:14 -0600 From: Vulpes Velox To: WMC Message-ID: <20041230184314.6bd90341@fennec.24-119-122-191.cpe.cableone.net> In-Reply-To: <6.0.1.1.2.20041230153428.03096e70@mailsvr.xxiii.com> References: <6.0.1.1.2.20041230153428.03096e70@mailsvr.xxiii.com> X-Mailer: Sylpheed-Claws 0.9.13 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IP-stats: Incoming Last 1, First 23, in=33, out=0, spam=0 X-External-IP: 24.119.123.89 X-Abuse-Info: Send abuse complaints to abuse@cableone.net cc: freebsd-multimedia@freebsd.org Subject: Re: Music on Hold via FreeBSD Server 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, 31 Dec 2004 02:43:11 -0000 On Thu, 30 Dec 2004 15:41:38 -0500 WMC wrote: > Greetings, > > I have an existing FreeBSD 5.x server I'm trying to use to feed > music or announcements on-hold into our phone system (yeah - I know > the legalities of using copyrighted stuff.) > > I installed a sound card, wired it up, and hacked together a simple > little script to run the mpg123 package to continuously playback a > few mp3 files. > > Couple questions: > * What command-line program would you suggest for playing > uncompressed audio files in this scenario? There are hundreds of > entries in Ports, and I'd rather not spend a month trying them all. For uncompressed stuff, I've found snd to be nice. Another posibility is mplayer. For looping them, I would just use find to make a list of files dumped to a file, and then randomly select one to be played. To randomly select something, just use rand, ports/textproc/rand. > * Has anyone else done something similar to this, and would you care > to share a script to keep it running continuously? Not something exactly like this, but I have something similar used for randomly setting my background. From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 31 03:12:44 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 9610316A4CE; Fri, 31 Dec 2004 03:12:44 +0000 (GMT) Received: from www.eugeneglass.com (64-42-83-115.atgi.net [64.42.83.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2917D43D53; Fri, 31 Dec 2004 03:12:44 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: from funk.gsky.dom (64-42-83-114.atgi.net [64.42.83.114]) by www.eugeneglass.com (8.13.0/8.13.0) with ESMTP id iBV3LH2w025524; Thu, 30 Dec 2004 19:20:55 -0801 (PST) Received: from funk.gsky.dom (jakemsr@localhost.gsky.dom [127.0.0.1]) by funk.gsky.dom (8.13.1/8.13.0) with ESMTP id iBV3F1HL011655; Thu, 30 Dec 2004 19:15:01 -0800 (PST) Received: (from jakemsr@localhost) by funk.gsky.dom (8.13.1/8.13.0/Submit) id iBV3F1i2022778; Thu, 30 Dec 2004 19:15:01 -0800 (PST) Date: Thu, 30 Dec 2004 19:15:01 -0800 From: Jacob Meuser To: Steve Sizemore Message-ID: <20041231031501.GA28540@funk.gsky.dom> References: <20041231021938.GC27979@Math.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041231021938.GC27979@Math.Berkeley.EDU> User-Agent: Mutt/1.4.2i cc: roger@freebsd.org cc: multimedia@freebsd.org Subject: Re: Hauppauge WinTV support in bktr 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, 31 Dec 2004 03:12:44 -0000 On Thu, Dec 30, 2004 at 06:19:38PM -0800, Steve Sizemore wrote: > I just purchased and installed a new Hauppauge WinTV PCI card > in my Dell desktop, running FreeBSD 5.3. > > After manually loading bktr_mem and bktr kernel modules, I was able to > build and run fxtv from the port. However, I don't get any picture. > I think this is because the tuner on the card is not recognized. > > From dmesg: > > bktr_mem: memory holder loaded > bktr0: mem 0xfc001000-0xfc001fff irq 11 at device 7.0 on pci2 > bktr0: [GIANT-LOCKED] > bktr0: Hauppauge Model 29440 @ % > bktr0: Warning - Unknown Hauppauge Tuner 0x9d > bktr0: Hauppauge WinCast/TV, Philips NTSC tuner. > bktr0: Warning - Unknown Hauppauge Tuner 0x9d > > Is there hope that this card might be supported? it has a bt878 compatible chip, which is good. > Anything I can do to help the process? find out what kind of tuner it has. this information is usually on the tuner (the "box" on the card where the cables attach), but you may have to peel back some stickers ;) some model numbers are listed in sys/dev/bktr/bktr_card.c. by looking at the tuner on my two different cards, I was able to determine what tuners they had. looks like the driver read the tuner id from the eeprom but did not recognize it. --