On 7/25/06, <b class="gmail_sendername">John P Poet</b> &lt;<a href="mailto:jppoet@gmail.com">jppoet@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 7/25/06, Greg Woods &lt;<a href="mailto:greg@gregandeva.net">greg@gregandeva.net</a>&gt; wrote:<br>&gt; On Tue, 2006-07-25 at 12:58 -0500, Allan Wilson wrote:<br>&gt;<br>&gt; &gt; For what it is worth, I have to do the same thing. Start the backend
<br>&gt; &gt; and get the firewire going<br>&gt;<br>&gt; When you start the backend, is your firewire port configured as a<br>&gt; capture card at that point, or do you add it later after you have it<br>&gt; working with test-mpeg2?
<br>&gt;<br>&gt; --Greg<br><br>The backend has the firewire configured as a capture device.&nbsp;&nbsp;Each<br>time we start the backend, the firewire communications seem to get<br>confused, however.&nbsp;&nbsp;Using various tools, it is possible to get the
<br>communications re-synchronized, then the backend is able to use the<br>firewire to record.<br><br>John<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">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>I think I missed where you started discussing this on another thread but I'll go over what I do that works every time for me. For whatever reason, I stop then start the backend which kills the firewire connection. I already have it setup in mythtv-setup so I don't have to do anything with that. So I disconnect the firewire cable from the back of my cable box for about 15 seconds plug it back in and then do a soft power down and then power back up using the remote on the cablebox. I then set the channel on the cable box to a known good channel using my remote (I don't think you have to do this step but I do it b/c it works). I then run a script I wrote called mythfwreset that basically does the following
<br><pre>plugctl -n 1 oPCR[0].n_p2p_connections=0<br>plugctl -n 1 oPCR[0].n_p2p_connections=1<br>plugctl -n 1 oPCR[0].channel=63<br>plugctl -n 1 oPCR[0].bcast_connection=0<br></pre>This basically shuts down the firewire p2p connection, restablishes and turns off broadcast. I usually then run test-mpeg2 to make sure it is working and then if everything is good start the frontend back up. Every once in a while I have to do this a second time because it didn't work the first time but only about 10% of the time and I never have to do it more than twice.
<br><br>Because I have to power down the cable box I haven't taken the time to script all of this but I would guess that using either a good universal remote or someone good with the firewire interface could power off the cable box letting you script everything but I just haven't done it yet. Give this a shot and if it doesn't work for you post the plugreport output from after powering down and up the cable box but before the plugctl commands and then after you run the plugctl commands and we can go from there. Hope this helps and if I am confused with what you are getting stuck on point me in the right direction.
<br><br>Allan<br>