I have tried specifying a tuner type in modeprob.d/options and this has given me limited success (options cx88xx tuner=64). I have been able to get the channel scan to work doing this, but so far no video capture. I am not sure what the correct tuner is or how I can now capture video to see if it is working. I have tried the watch tv option and catpure video on mythtv tv, but the live TV times out and the recorded video is just snow, so something is still not quite right with the setup.
Is there a simple way to dump the digitial video from a specified channnel to a file and play it with mplayer or something?
Hope someone can help fix this tunner issue. (see my previous post for more details).
Greg
On Wed, Dec 31, 2008 at 7:32 PM, Andy Walls <awalls@xxxxxxxxx> wrote:
The TAPE-Hxxx series tuners are an LG rebrand of the equivalent PhillipsOn Tue, 2008-12-30 at 17:28 -0600, Greg wrote:
> I have been trying to get my PCHD-5500 card to work with FC10. So far
> I am able to get the analog tuner portion of the card to work but not
> the digital. Devinheitmueller was pointing me in the direction to
> look. I am getting a crash in one of the modules, which looks like it
> is coming from the line:
>
> div = ((frequency + t_params->iffreq) * 62500 + offset +
> tun->stepsize/2) / tun->stepsize;
>
>
> The crash is apparently being cased by a zero stepsize. This crash
> occured when I was scanning for channels either from mythtvset or
> Kaffeine, or a command line program that came with the card. I also
> have Hauppague 250 card in the system which seems to work.
>
> If I select the digital tuner from mythtv the application just hangs
> and I get a blank screen.
>
> I tried hacking the tuner-types.mod.c file and adding the following
> lines to it that I coppied from one of the other cards (though I
> suspect these values are not right for this card)
>
> [TUNER_LG_NTSC_TAPE] = { /* LGINNOTEK NTSC */
> .name = "LG NTSC (TAPE series)",
> .params = tuner_fm1236_mk3_params,
> .count = ARRAY_SIZE(tuner_fm1236_mk3_params),
> //adding these lines copied from above so that we have
> no-zero values
> .min = 16 * 53.00,
> .max = 16 * 803.00,
> .stepsize = 62500,
>
tuner. The TAPE-H091F-MK3 and TAPE-Hxxx data sheets I have say this
about the analog ranges:
Low : 55.25 - 157.25 MHz
Mid : 163.25 - 439.25 MHz
High: 445.25 - 801.25 MHz
FM: 88.00 - 108.00 MHz
The step size is programmable: 31.25 kHz, 50.00 kHz, 62.50 kHz, ...
With a control byte of 0x8e (as in the tuner_fm1236_mk3_params), you're
programming a step size of 62.50 kHz.
Of course this is an analog M/N system tuner with FM radio. I suspect
this isn't the tuner you're looking for, for Digital TV.
Regards,
Andy
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb