<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Dec 16, 2013 at 3:27 PM, Bob <span dir="ltr">&lt;<a href="mailto:mythtv@cox.net" target="_blank">mythtv@cox.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
I have been hoping to use this technique for a while:<br>
<br>
<a href="http://www.mythtv.org/wiki/Captions_With_HD_PVR" target="_blank">http://www.mythtv.org/wiki/<u></u>Captions_With_HD_PVR</a><br>
<br>
I recently upgraded my system to use a 3.6.7 kernel, but it appears my hardware/driver combination does not support VBI. I&#39;ve tried my HVR-1250, HVR-2250, and HVR-950Q. I do not any any spare PCI slots to use a PVR-500 or PVR-150.<br>

<br>
Has anyone on the list been able to get this to work with aa HVR-1250, HVR-2250, or HVR-950Q?<br></blockquote><div><br></div><div>I have not had the time to prefect it, but yes, I have it generally working with a HVR-2250.  The trick is to use zvbi2raw with ccextractor:</div>
<div><br></div><div><a href="https://github.com/codeman38/zvbi2raw">https://github.com/codeman38/zvbi2raw</a><br></div><div><a href="http://sourceforge.net/projects/ccextractor/">http://sourceforge.net/projects/ccextractor/</a><br>
</div><div><br></div><div>I will attach the scripts I am using to make it work.  I use udev rules such that my  hvr-2250 gets mapped something like:</div><div><br></div><div>/dev/hvr2250_1 -&gt; video3<br></div><div>/dev/hvr2250_2 -&gt; video2<br>
</div><div><div>/dev/hvr2250_vbi_1 -&gt; vbi1</div></div><div>/dev/hvr2250_vbi_2 -&gt; vbi0<br></div><div><br></div><div>The attached scripts assume that the first HD-PVR will use /dev/hvr2250_vbi_1 and the second will use /dev/hvr2250_vbi_2.</div>
<div><br></div><div>One issue that I have not had time to solve, is &#39;special&#39; characters, like music symbols.  They just show up as a &#39;?&#39;.  So, your task is to solve that part of the equation ;-)</div><div>
<br></div><div><br></div><div>John</div><div><br></div><div><br></div><div><br></div></div></div></div>