Hans,

I tried the fix and it seems to work well.  I do not typically watch the 
higher numbered channels but from what I saw up to 100 they looked 
good.  Ch18 was a bit jumpy, but that is a public access/ Gov't channel, 
so it may be the broadcast.  100-125 are not working.  I think that the 
specs for the card indicate 125 channels.  (There is one channel that I 
like to watch in that range DIY)  Is there anything do to try to get those?

Thanks for all your work.

Nathan.

Hans Verkuil wrote:
> I finally had time to look at the reported Samsung tuner problems and I 
> discovered that I had forgotten to take a NTSC offset into account. The 
> attached patch is for tuner.c from ivtv-0.4.2 and should correct all 
> problems. Please test!
>
> I've also committed the change to ivtv-0.4 in subversion, so you can 
> also you that for testing.
>
> Please let me know any test results asap as I also have to fix this 
> before the 2.6.16 kernel is released.
>
>       Hans
>
>   
> ------------------------------------------------------------------------
>
> Index: tuner.c
> ===================================================================
> --- tuner.c   (revision 3143)
> +++ tuner.c   (working copy)
> @@ -333,7 +333,7 @@
>          { "Philips TD1316 Hybrid Tuner", Philips, PAL,
>            16*160.00,16*442.00,0xa1,0xa2,0xa4,0xc8,623 },
>       { "Samsung TCPN 2121P30A", Samsung, NTSC,
> -       16 * 175.75, 16 * 410.25, 0x01, 0x02, 0x08, 0xce, 732},
> +       16 * 130.00, 16 * 364.5, 0x01, 0x02, 0x08, 0xce, 732},
>  };
>  
>  #define TUNERS ARRAY_SIZE(tuners)
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> ivtv-users mailing list
> [email protected]
> http://ivtvdriver.org/mailman/listinfo/ivtv-users


_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to