From owner-freebsd-multimedia@FreeBSD.ORG Sat Mar 27 11:43: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 032E516A4CF for ; Sat, 27 Mar 2004 11:43:56 -0800 (PST) Received: from teena.dahlen.ws (h96n2fls33o990.telia.com [213.67.6.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1508743D39 for ; Sat, 27 Mar 2004 11:43:55 -0800 (PST) (envelope-from andreas@dahlen.ws) Received: from mikaela (mikaela.dahlen.ws [10.0.1.100]) by teena.dahlen.ws (8.12.9p2/8.12.8) with ESMTP id i2RJhuKL045816; Sat, 27 Mar 2004 20:43:56 +0100 (CET) (envelope-from andreas@dahlen.ws) From: =?iso-8859-1?Q?Andreas_Dahl=E9n?= To: "'John Wehle'" Date: Sat, 27 Mar 2004 20:43:59 +0100 Message-ID: <000001c41433$d9a58ed0$6401000a@mikaela> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 In-Reply-To: <200403271933.i2RJXVU06337@jwlab.FEITH.COM> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.24.0.7; VDF 6.24.0.73 cc: multimedia@freebsd.org Subject: RE: Hauppauge WinTV PVR 250 for FreeBSD 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: Sat, 27 Mar 2004 19:43:56 -0000 Hi! Tank you, that worked perfect. Soon I've got my PVR-solution with a Mediaserver and Pinnacle Showcenter working as a charm. /Andreas -----Original Message----- From: John Wehle [mailto:john@feith.com] Sent: den 27 mars 2004 20:34 To: andreas@dahlen.ws Cc: multimedia@freebsd.org Subject: Re: Hauppauge WinTV PVR 250 for FreeBSD 5.2 > I got sound on some channels but not all, the one that I don't get sound > from are using Nicam stereo. Do I need to do any special configuration > to get Nicam to work? Nope, no special configuration required. However you do need to apply the enclosed patch. Let me know if that doesn't do it for you. -- John -----------------8<-----------------------8<---------------------------- -- *** sys/dev/cxm/cxm.h.ORIGINAL Sat Mar 27 14:16:57 2004 --- sys/dev/cxm/cxm.h Sat Mar 27 14:13:39 2004 *************** struct cxm_msp_setting { *** 470,476 **** struct cxm_msp_command { unsigned int nsettings; ! struct cxm_msp_setting settings[4]; }; int cxm_msp_init( struct cxm_softc *sc ); --- 470,476 ---- struct cxm_msp_command { unsigned int nsettings; ! struct cxm_msp_setting settings[5]; }; int cxm_msp_init( struct cxm_softc *sc ); *** sys/dev/cxm/cxm_audio.c.ORIGINAL Thu Mar 18 01:57:25 2004 --- sys/dev/cxm/cxm_audio.c Sat Mar 27 14:12:06 2004 *************** *** 69,75 **** static const struct cxm_msp_command msp343xG_init = { ! 4, { /* Enable Automatic Sound Select */ { CXM_MSP3400C_DEM, 0x0030, { 0x20, 0x03 } }, --- 69,75 ---- static const struct cxm_msp_command msp343xG_init = { ! 5, { /* Enable Automatic Sound Select */ { CXM_MSP3400C_DEM, 0x0030, { 0x20, 0x03 } }, *************** msp343xG_init = { *** 77,82 **** --- 77,84 ---- { CXM_MSP3400C_DFP, 0x000d, { 0x19, 0x00 } }, /* FM / AM Prescale = 100 Khz and FM Matrix = Sound A Mono */ { CXM_MSP3400C_DFP, 0x000e, { 0x24, 0x03 } }, + /* NICAM Prescale = 9 dB */ + { CXM_MSP3400C_DFP, 0x0010, { 0x5a, 0x00 } }, /* Enable Automatic Standard Select */ { CXM_MSP3400C_DEM, 0x0020, { 0x00, 0x01 } }, } ------------------------------------------------------------------------ - | Feith Systems | Voice: 1-215-646-8000 | Email: john@feith.com | | John Wehle | Fax: 1-215-540-5495 | | ------------------------------------------------------------------------ -