Logs are in /var/log/mythtv<br><br>you should start without changing script until you have a working configuration. So setting /bin/true.<br><br><br><br><div class="gmail_quote">On Sun, Feb 6, 2011 at 4:08 AM, Mark Dryden <span dir="ltr">&lt;<a href="mailto:renegade8040@gmail.com">renegade8040@gmail.com</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;"><br><br><div class="gmail_quote"><div><div></div><div class="h5">On Sat, Feb 5, 2011 at 5:25 AM, Tom Runner <span dir="ltr">&lt;<a href="mailto:tomj.runner@gmail.com" target="_blank">tomj.runner@gmail.com</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><br><br><div class="gmail_quote">On Sat, Feb 5, 2011 at 9:06 AM, Mark Dryden <span dir="ltr">&lt;<a href="mailto:renegade8040@gmail.com" target="_blank">renegade8040@gmail.com</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><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" target="_blank">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>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></div></div>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>



<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>
<br></blockquote></div></div></div>Hi Mark,<br><br>Normally the command &quot;v4l2-ctl --device=/dev/video0 --set-input=2&quot; will just set temporarily the input and will not override the mythbackend setup.<br>During the various test I made, I noticed the HDPVR is touchy with the cables. I faced sometimes the /dev/video0 being changed to /dev/video1, simply because I unplugged the usb cable (I&#39;m using ubuntu).<br>


What I would check:<br>- on the  HDPVR, only having composite cable being plugged, if for instance you have spdif in but not out, it may not work<br>- on the backend, cross-check again the card is well set on /dev/video0 <br>


- backend input card, making sure you have your source setup on Composite (3r line normally). I guess your problem is here.<br>- still backend input card, composite, making sure you have /bin/true in the &quot;external channel change&quot;<br>


<br>Finally if all is good, please provide the log error.<br><br><br>
<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>
<br></blockquote></div></div><div><br>I finally figured out why its changing to component and not using the composite.  On the &quot;Input Connections&quot; page, I had set up the component input with the video source and not the composite one.  Once I removed the video source from the component and added it into the composite, it stopped giving me the above problem.  I&#39;m still not getting any video when I go to watch live tv though.  And my channel changing script works when I call it on the command line, but it doesn&#39;t work through the live tv page.  I noticed that when I use the cat command the HDPVR lights up blue, but when I try to watch through the live tv page it doesn&#39;t.  Anyone have any suggestions.  Also, where is the error log files located?<br>

 <br></div></div><br>
<br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">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>
<br></blockquote></div><br>