-------Original Message-------<br>
   &gt; From: Richard Mace &lt;richardm@mhsoftware.co.uk&gt;<br>
   &gt; Subject: [mythtv-users] Setting a PVR-250 card to PAL.<br>
   &gt; Sent: 10 May 2004 19:50:18<br>
   &gt;<br>
   &gt;  Hi,<br>
   &gt;  <br>
   &gt;  I have a PVR-250 card, and am expericaning a &quot;flicker&quot;  as if it is<br>
   &gt;  slighlty out of sync.<br>
   &gt;  <br>
   &gt;  I &quot;think&quot; this is down to the fact that when by MythTV box boots up<br>
   &gt;  (KnoppMyth4.2R2) the info I get looks like the card is being set up for<br>
   &gt;  NTSC.<br>
   &gt;  <br>
   &gt;  My questin is, how can I set it up for PAL? and do you think that the<br>
   &gt;  flicker will go?<br>
   &gt;  <br>
   &gt;  Thanks<br>
   &gt;  <br>
   &gt;  Richard<br>
   &gt;  <br>
   &gt;  <br>
   &gt;  _______________________________________________<br>
   &gt;  mythtv-users mailing list<br>
   &gt;  mythtv-users@mythtv.org<br>
   &gt;  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=&lt;t&gt;,freq=&lt;f&gt;  -- 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>