-------Original Message-------<br>
> From: Richard Mace <richardm@mhsoftware.co.uk><br>
> Subject: [mythtv-users] Setting a PVR-250 card to PAL.<br>
> Sent: 10 May 2004 19:50:18<br>
><br>
> Hi,<br>
> <br>
> I have a PVR-250 card, and am expericaning a "flicker" as if it is<br>
> slighlty out of sync.<br>
> <br>
> I "think" this is down to the fact that when by MythTV box boots up<br>
> (KnoppMyth4.2R2) the info I get looks like the card is being set up for<br>
> NTSC.<br>
> <br>
> My questin is, how can I set it up for PAL? and do you think that the<br>
> flicker will go?<br>
> <br>
> Thanks<br>
> <br>
> Richard<br>
> <br>
> <br>
> _______________________________________________<br>
> mythtv-users mailing list<br>
> mythtv-users@mythtv.org<br>
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users<br>
-------Original Message-------<br>
<br>
test_ioctl -u 0xff<br>
<br>
other useful commands:<br>
<br>
test_ioctl --set-freq=tuner=<t>,freq=<f> -- sets frequency to f/16 Mhz using tuner type t <br>
<br>
test_ioctl -p 4 -- sets tuner to RF input<br>
test_ioctl -p 5 -- on my card, sets input to Composite Video<br>
<br>
test_ioctl -a -- prints a buch of info about the card settings<br>
<br>
insmod tveeprom; dmesg | tail -- get some info about your card's tuner chip<br>
<br>
Question: What model number is your card (the 5 dicit number on the label), aso returned by above command?<br>
<br>
Cheers,<br>
JohnO<br>