From owner-freebsd-multimedia@FreeBSD.ORG Wed Mar 7 14:51:51 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F41B016A400 for ; Wed, 7 Mar 2007 14:51:50 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id 848E913C48D for ; Wed, 7 Mar 2007 14:51:50 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so191522nfc for ; Wed, 07 Mar 2007 06:51:49 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WO+ofawVFekPzKCfxMEVdlHoW/Vpxz6nbBGlerIhZuA43gA/3/pSeu1r2WF6vQBpq4cscPI6yJ8hn6KBQI8PgE3JF9oLXuVxGV0bEsa+XlTyu1Eug+0wCqzhOWTkSHUL7N2qrV0ps49SPV/sr8NE0nQnogc1WWWpIr4dpc9iJBc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jBtrcY33fjq0ErZMBZe9kD9AFS97y6HT+/kISOA0usI8kWiyS+10qhu2TX+Y/cmfQNGbarTipi3EnSm94WZEhhZeZ6DxiV1gOA2y8Pi+5VXd9b+/sWiX78UCvfVrvO0Fh5Kocfe6S6qfQliOK6Bw+oK7kPB/fr/t4S9W5p0Z2SY= Received: by 10.82.178.11 with SMTP id a11mr9410345buf.1173279109104; Wed, 07 Mar 2007 06:51:49 -0800 (PST) Received: by 10.82.151.15 with HTTP; Wed, 7 Mar 2007 06:51:49 -0800 (PST) Message-ID: <80f4f2b20703070651u33fcf6el35cd9567afb4719@mail.gmail.com> Date: Wed, 7 Mar 2007 09:51:49 -0500 From: "Jim Stapleton" To: freebsd-multimedia@freebsd.org In-Reply-To: <80f4f2b20703070530m9dcdeb5t8e29e5fac8e55b76@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20703070530m9dcdeb5t8e29e5fac8e55b76@mail.gmail.com> Subject: Re: help with the TCL MFNM05-E tuner - either good dochunters or english/chinese bilinguals needed X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2007 14:51:51 -0000 Addendum, found it. Looking at the driver some more, the tuner code for my card is 0x67, and converting their linuxy base 10 into a more reasonable computer system of base 16, I found that 0x67 is one of the tuners. I also found documentation here. http://dl.ivtvdriver.org/datasheets/tuners/FM1236%20Mk3_Oct_18_01.pdf To verify: Can someone look at the document, page 12, and verify that I want this value: { 87500, { 0x8e, 0x19 } } } For fm_band_code (the 0x19 in particular. I know the 0x8e is good because it matches with another tuner that worked, and the low band/mid band codes worked, which worked on the other tuner model - the high band failed, and they appeared to be different). I won't be able to test this until I get home, so I was hoping someone who had a clue could check for me, who doesn't. the value is being in the cxm_tuners.c file of the pvrxxx port (possibly the pvr250 port as well as several others to the new entry) I am currently adding this to the cxm_tuners.c file, as well as the appropriate lines to the cxm.h and cxm_eeprom.c files (will submit diff -uNs later) { "Philips NTSC MK3", * { CXM_TUNER_TV_SYSTEM_MN, cxm_none_system_code_style }, 55250, 801250, { { 442000, { 0x8e, 0x04 } }, { 160000, { 0x8e, 0x02 } }, { 55250, { 0x8e, 0x01 } } }, 87500, 108000, { 87500, {0x8e, 0x19 }, * &us_cable_channels } I'm still not sure about the first line I have asterixed, if I need to change that (and how to figure out what to do with it), and the last line asterixed (I think that one just sets a default mode and could safely be either us_cable_channels or us_air_channels). Any suggestions? Thank you, -Jim On 3/7/07, Jim Stapleton wrote: > I found out this is the tuner in my new Hauppauge PVR150 card. > > Using the TCL driver available in the pvrxxx port, VHFI and VHFIII > work, I haven't tried VHFII (radio), UHF does not work, nor does > SVideo, I've not gotten a chance to try Composite. > > > I was looking for the documentation, unfortunately the manufacturers > web site is in chinese, and the english language site is down, and > apparantly has been for a while. What I would like if anyone could > help... > > Should I be able to assume that MFNM05-4 documentation is the same for > information regarding adding the tuner to the driver? I've also seen > references to the MFNM05-4-E. Given that the Hauppauge sticker didn't > peel cleanly and took some of the TCL sticker, i can't be certain that > that is not my actual model number. I could read the ripped off > portions by shining light through the hauppauge sticker... The '5' was > cut in half but the right half of the five was definetly discernable > on the ripped off portion, I didn't see a 4 there, but I did see the > E. Yes, I know, I botched that one. > > The MFNM05-4 is reported as being the same as the Philips FM1236 MK3 > in terms of interface, in several places and there is a driver here > with similar enough format to the BSD driver that i think I can add > the entry (once I figure out what everything means): > http://www.gelato.unsw.edu.au/lxr/source/drivers/media/video/tveeprom.c > > > So, could given that information, could anyone help me determine if > the MFNM05-4 and my "MFNM05-E" are the same? Could anyone help me find > the actual documentation (I can't find it on google, the english > language portion of the TCL site is down, and apparantly has been for > quite a while)? > > Thank you, > -Jim Stapleton >