On Sun, Feb 02, 2003 at 06:46:45PM +0530, Tarun Ramakrishna Elankath wrote:
I'll check the CVS Head for this file, and see whether they have incorporated a chip-specific check in the latest bttv.
Let me know if you find that out.
If not, then I guess I am stuck with no TV, until somebody in bytesex notices 'fixme'. :-(
I have temporarily exchanged my Pinnacle PCTV Plus card with one of my friend's PixelView card. He uses Windows and has no problems with PCTV Plus. But the picture quality due PCTV Plus is definitely better than that of PixelView.
try fixing this ? Would commenting this condition-check help in any manner ?
This condition check just prints the error and doesn't change any variables or doesn't output and bytes to any IO port, nor does it return the function prematurely. So commenting this would just avoid logging the error; the problem will still persist. What it needs is some added functionality. This might be as simple as setting a bit in a register in the card, or might involve a number of read-write operations to the card.
I tried to analyze tuner.c and related files. But it will take a couple of days to get the picture if I work consistently.