<br>
I see a recent (11/19) release of new IVTV drivers.&nbsp; Anyone try these with a recent PVR 500 card?<br>
<br>
I used a patched older version just to get the PVR 500 working, but the quality was still sketchy.&nbsp; <br>
<br>
People with both Win and Myth systems said the quality was fine with
the updated windows drivers, but still not great on the linux/myth
side.&nbsp; <br>
<br>
I am running Knoppmyth R5D1 with the patch described at
<a href="http://mysettopbox.tv/phpBB2/viewtopic.php?t=11871&amp;highlight=">http://mysettopbox.tv/phpBB2/viewtopic.php?t=11871&amp;highlight=</a>&nbsp;&nbsp;
summarized below:<br>
<br>
<span class="postbody">cd ~
;wget <a href="http://www.madslab.com/pvr500_samsung_patch_2.6.17.diff" target="_blank">http://www.madslab.com/pvr500_samsung_patch_2.6.17.diff</a>&nbsp;
; cd /usr/src/linux/drivers/media/video/
<br>
cp tuner-types.c /root
; patch -p0 &lt; /root/pvr500_samsung_patch_2.6.17.diff
; cd /usr/src/linux
<br>
make ; make modules_install
; rmmod ivtv ; rmmod tuner
; modprobe tuner ; modprobe ivtv
</span><br>