Hi,

The radio is working for me, on 2 different PVR-350's, but both with a
Philips tuner (2 different ones actually).

This of course doesn't help you much, except that it might confirm that it
is most likely a tuner issue, perhaps NTSC related?

Regards,
Stanley.


> Hi,  this is my first post to the list.  Greetings from Costa Rica.
>
> I've tried various ivtv builds, including the latest 0.3.5 and all I can
> get out of my radio is static.  The static does vary from frequency to
> frequency, and it also changes a bit when I move the antennae around, so
> it seems like the tuner is doing something.   But it seems to me like it
> is always tuned to the wrong frequency.  Also, scanning all the
> frequencies does not return a single strong signal.
>
> My tuner type is LG_NTSC_TAPE.  I had strong hopes for the patch from
> Hauppage included in 0.3.4m ( below ), but it doesn't seem to help.
>
> Is FM radio working for anyone else with this tuner?  Anyone have any
> suggestions for things to try / modify?
>
> thanks.
>
> Dan Libby
>
> diff -ruNB ivtv-0.3.4l/driver/tuner.c ivtv-0.3.4m/driver/tuner.c
> --- ivtv-0.3.4l/driver/tuner.c        2005-04-16 11:20:49.000000000 -0500
> +++ ivtv-0.3.4m/driver/tuner.c        2005-05-12 08:04:38.000000000 -0500
> @@ -968,6 +968,11 @@
>       switch (t->type) {
>       case TUNER_PHILIPS_FM1216ME_MK3:
>       case TUNER_PHILIPS_FM1236_MK3:
> +     case TUNER_LG_NTSC_TAPE:
> +             div = ((freq * 62500) + 10700000) / 50000;
> +             buffer[0] = (div >> 8) & 0x7f;
> +             buffer[1] = div & 0xff;
> +             buffer[2] = 0x80;
>               buffer[3] = 0x19;
>               break;
>       default:
>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
> _______________________________________________
> ivtv-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ivtv-devel
>
>




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to