no, the mythtv box has no hardware serial ports so I need usb2serial on both ends of the nul modem cable.<br><br><br><br><div><span class="gmail_quote">On 7/23/07, <b class="gmail_sendername">John Pierce</b> &lt;<a href="mailto:john.j35@gmail.com">
john.j35@gmail.com</a>&gt; wrote:</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/21/07, Tim Litwiller &lt;<a href="mailto:timlitw@gmail.com">
timlitw@gmail.com</a>&gt; wrote:<br>&gt; I need help from someone who has done this before.<br>&gt;<br>&gt; This might be more a linux question than mythtv question but it relates to<br>&gt; my mythtv setup<br>&gt;<br>&gt; I am running fedora core 6
<br>&gt; with 2 directv D12-300 STB&#39;s<br>&gt;<br>&gt; I followed the wiki and got usb to serial adapter cord and nul modem cables<br>&gt; that are the same chip as the recommended and I don&#39;t get the /dev/ttyUSB*<br>
&gt; device when I plug them in.<br>&gt;<br>&gt; So I enabled the 1 serial port on the mother board - and tried that, but I<br>&gt; am guessing that I need to specify somewhere the speed to communicate thru<br>&gt; the port.
<br>&gt;<br>&gt; Is anyone here willing to&nbsp;&nbsp;step me thru diagnosing why the usb-&gt;<br>&gt; serial(rs232) ports to initialize correctly? and the see if we can get the<br>&gt; directv.pl script to make the STB respond?<br>
&gt;<br>&gt;<br>Ok, you have the serial null modem cable plugged into the computer and<br>then the usb-&gt;serial adapter plugged into the null modem cable and<br>then the other end of the usb-&gt;serial adapter plugged into the stb,
<br>correct?<br><br>Ok, on a suse 10.2 with directv.pl I send the command to /dev/ttyS0<br>not the usb device.<br><br>After a recent upgrade I had to modify the directv.pl script to set<br>the baud rate to 9600 from 115200 that it originally worked with.
<br><br>#$baudrate = &quot;115200&quot;;<br>$baudrate = &quot;9600&quot;;<br>$serport = &quot;/dev/ttyS0&quot;;<br><br>#<br># Box type, set with box_type command<br>#<br>$box_type = &quot;D11&quot;;<br><br>Notice that the baud rate is set to 9600 and the serial port is /dev/ttyS0
<br><br>When I set mine up it just worked.<br><br>Hope this helps!<br><br>--<br>John<br>Registered Linux User 263680, get counted at<br><a href="http://counter.li.org">http://counter.li.org</a><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>