I'm running Myth 0.20 on Fedora Core 5. I am controlling one DirecTV set top box through my serial port using the directv.pl script and the low speed data port. I ordered a USB->Serial converter to try to control a second DirecTV STB . I plugged in the cable and loaded the modules, but I get a TIMEOUT error whenever I try to manipulate the STB.
<br><br>dmesg reports<br>usbcore: registered new driver usbserial<br>drivers/usb/serial/usb-serial.c: USB Serial support registered for generic<br>usbserial_generic 3-1:1.0: generic converter detected<br>usb 3-1: generic converter now attached to ttyUSB0
<br>usbcore: registered new driver usbserial_generic<br>drivers/usb/serial/usb-serial.c: USB Serial Driver core<br><br>here's the node I added:<br>crw-rw---- 1 root uucp 188, 0 Nov 27 14:26 /dev/ttyUSB0<br><br>Here's the command I'm using:
<br>./directv_usb.pl verbose off<br>SEND: 0xFA [�] 0x1 []<br>RECV: Timeout Error<br><br>Here's what I know about the node:<br>stty -a -F /dev/ttyUSB0<br>speed 9600 baud; rows 0; columns 0; line = 0;<br>intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = &lt;undef&gt;; eol2 = &lt;undef&gt;; swtch = &lt;undef&gt;; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
<br>werase = ^W; lnext = ^V; flush = ^O; min = 0; time = 2;<br>-parenb -parodd cs8 hupcl -cstopb cread clocal -crtscts<br>ignbrk -brkint ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl -ixon -ixoff -iuclc -ixany -imaxbel -iutf8
<br>-opost -olcuc -ocrnl -onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0<br>-isig -icanon -iexten -echo -echoe -echok -echonl -noflsh -xcase -tostop -echoprt -echoctl -echoke<br><br>Any ideas on what else I need to do to get this working?
<br>