<br><br><div class="gmail_quote">On Fri, Feb 4, 2011 at 5:39 PM, Ramin K <span dir="ltr">&lt;<a href="mailto:ramin-list@badapple.net">ramin-list@badapple.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On 2/4/2011 4:04 PM, Mark Dryden wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
I followed the instructions found at <a href="http://www.mythtv.org/wiki/HDPVR" target="_blank">http://www.mythtv.org/wiki/HDPVR</a><br>
and everything goes well until I get to the part where you run the<br>
command &quot;cat /dev/video1 &gt; test.ts&quot;.  I get the error message &quot;cat:<br>
write error: Bad address&quot;.  I&#39;m not exactly sure why and I have been<br>
trying to figure it out for the past 2 days.  I also can&#39;t view live tv,<br>
it shows up as a black screen.  Any suggestions?<br>
</blockquote>
<br></div></div>
        Are you sure your device is on /dev/video1 instead of /dev/video0 which is usually the default? Do an ls /dev and see which /dev/videoXX you have, then follow the wiki based on that.<br>
<br>
Ramin<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br><br>My device is on /dev/video0 for sure.  Using Roberts suggestion I ran &quot;v4l2-ctl --device=/dev/video0 --set-input=2&quot; to set the video input to be composite.  Now I can use the cat command to create a video file that actually works.  I have a new problem though.  When I open the mythtv front end, the video input is set to 0 which is component.  I think that&#39;s why I&#39;m getting a black screen when I try to watch live tv from the front end.  I have the back end capture card setup to use the composite inputs but that doesn&#39;t seem to work.  Also I now know that my channel change script doesn&#39;t work.  Why would the front end switch the video input on me?<br>