No subject


Mon Oct 2 07:03:28 UTC 2006


it, however when I attempt to run the script I get this

root at mythtv:/home/mythtv/tmp/mythtv/contrib/channel_changers/dct-channel#
./channel -vv 10   (the option is v v, just in case it looks like a w)
Attempting to initialize DCT
SENT: type 0x70, len 2, id 0x04, seq 0x03
Serial timeout
No response to packet
No response to init_1; trying to continue
SENT: type 0x78, len 3, id 0x04, seq 0x03
      data 0x00
Serial timeout
No response to packet
No response to initialize_2
Initialization failed
Attempting to initialize DCT
SENT: type 0x70, len 2, id 0x04, seq 0x03
Serial timeout
No response to packet
No response to init_1; trying to continue
SENT: type 0x78, len 3, id 0x04, seq 0x03
      data 0x00
Serial timeout
No response to packet
No response to initialize_2
Initialization failed
Attempting to initialize DCT
SENT: type 0x70, len 2, id 0x04, seq 0x03
Serial timeout
No response to packet
No response to init_1; trying to continue
SENT: type 0x78, len 3, id 0x04, seq 0x03
      data 0x00
Serial timeout
No response to packet
No response to initialize_2
Initialization failed
Attempting to initialize DCT
SENT: type 0x70, len 2, id 0x04, seq 0x03
Serial timeout
No response to packet
No response to init_1; trying to continue
SENT: type 0x78, len 3, id 0x04, seq 0x03
      data 0x00
Serial timeout
No response to packet
No response to initialize_2
Initialization failed
Attempting to initialize DCT
SENT: type 0x70, len 2, id 0x04, seq 0x03
Serial timeout
No response to packet
No response to init_1; trying to continue
SENT: type 0x78, len 3, id 0x04, seq 0x03
      data 0x00
Serial timeout
No response to packet
No response to initialize_2
Initialization failed
Communication failed after 5 tries
0

I am really stumped, it all looks good to me (except of course that it
doesn't work :-(  !, I have trouble shot everything I can think of, I would
really appreciate any pointers on where to look next.  If you need my system
specs, they're listed below.

Thanks,

Kamy

Knoppmyth R5D1, MythTV 0.20
AMD Sempron 64 2600+
Biostar K8NHA mobo w/nForce3
Chaintech SH5200 vcard w/128 MB
Hauppauge PVR500 MCE
1 GB DDR 400
300 GB IDE Seagate HD
NEC 3550A DL DVD burner
BTC 9019URF wireless keyboard
WMP54G Linksys Wireless NIC

------=_Part_71689_16319953.1159843701610
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

I've been messing with this for 3 days now, and I'm not really sure where to go now.&nbsp; I'm still fairly new to linux so please excuse any ignorance :)<br><br>I recently upgraded my mythbox to Knoppmyth R5D1, was previously running R5C7 and R5A26.&nbsp; The script used to work fine under R5A26 (and I believe R5C7 also) but for some reason will not work since the upgrade to R5D1.&nbsp; 
<br><br>I have noted other people having this problem with either Knoppmyth or FC4, a couple of which can be found here:<br><br><a href="http://www.pvrweb.com//bbs-old/viewtopic.php?t=33515">http://www.pvrweb.com//bbs-old/viewtopic.php?t=33515
</a><br><a href="http://mysettopbox.tv/phpBB2/viewtopic.php?p=16081">http://mysettopbox.tv/phpBB2/viewtopic.php?p=16081</a><br><br>Okay, here is what I have done to date,<br><br>Followed the howto here to install dct-channel, (basically, I upgraded Knoppmyth R5D1 to MythTV 
0.20 so the paths were invalid and so downloaded the contrib directory from source instead, everything else was basically the same):<br><br><a href="http://www.knoppmythwiki.org/index.php?page=MotorolaDct2000">http://www.knoppmythwiki.org/index.php?page=MotorolaDct2000
</a><br><br>The cable box works and the serial port is enabled (just verified today by hooking up to my WinXP box and using the DCT.exe in use by SageTV users, channels change just fine), likewise the cable is (DB9 straight through) okay also, verified by using with the above method and also a voltmeter.
<br><br>The serial port on the mythbox (ttyS0) appears to be communicating, verified by copying a file to /dev/ttyS0 and reading a positive voltage on pin 4 (DTR).<br><br>So, all the hardware seems to be okay. Now for the OS.
<br><br><br>dmesg | grep ttyS returns this<br>serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A<br>serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A&nbsp; (*note* ttyS1 was giving a error &quot;
ttyS1: LSR safety check engaged!&quot; until I enabled it in the bios.&nbsp; I don't have a external port for it)<br>00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A<br>00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A<br><br><br>
ls -la /dev/ttyS* returns this (not really sure what this command is reporting, the last time something was sent to the port maybe??)<br>crw-rw-rw-&nbsp; 1 root dialout 4, 64 Oct&nbsp; 2 22:30 /dev/ttyS0<br>crw-rw-rw-&nbsp; 1 root dialout 4, 65 May&nbsp; 7&nbsp; 2004 /dev/ttyS1
<br>crw-rw-rw-&nbsp; 1 root dialout 4, 66 May&nbsp; 7&nbsp; 2004 /dev/ttyS2<br>crw-rw-rw-&nbsp; 1 root dialout 4, 67 May&nbsp; 7&nbsp; 2004 /dev/ttyS3<br>crw-rw-rw-&nbsp; 1 root dialout 4, 68 May&nbsp; 7&nbsp; 2004 /dev/ttyS4<br><br><br>From what I can tell the OS sees the serial port fine and communicates with it, however when I attempt to run the script I get this
<br><br>root at mythtv:/home/mythtv/tmp/mythtv/contrib/channel_changers/dct-channel# ./channel -vv 10&nbsp;&nbsp; (the option is v v, just in case it looks like a w)<br>Attempting to initialize DCT<br>SENT: type 0x70, len 2, id 0x04, seq 0x03
<br>Serial timeout<br>No response to packet<br>No response to init_1; trying to continue<br>SENT: type 0x78, len 3, id 0x04, seq 0x03<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; data 0x00<br>Serial timeout<br>No response to packet<br>No response to initialize_2
<br>Initialization failed<br>Attempting to initialize DCT<br>SENT: type 0x70, len 2, id 0x04, seq 0x03<br>Serial timeout<br>No response to packet<br>No response to init_1; trying to continue<br>SENT: type 0x78, len 3, id 0x04, seq 0x03
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; data 0x00<br>Serial timeout<br>No response to packet<br>No response to initialize_2<br>Initialization failed<br>Attempting to initialize DCT<br>SENT: type 0x70, len 2, id 0x04, seq 0x03<br>Serial timeout<br>No response to packet
<br>No response to init_1; trying to continue<br>SENT: type 0x78, len 3, id 0x04, seq 0x03<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; data 0x00<br>Serial timeout<br>No response to packet<br>No response to initialize_2<br>Initialization failed<br>Attempting to initialize DCT
<br>SENT: type 0x70, len 2, id 0x04, seq 0x03<br>Serial timeout<br>No response to packet<br>No response to init_1; trying to continue<br>SENT: type 0x78, len 3, id 0x04, seq 0x03<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; data 0x00<br>Serial timeout<br>No response to packet
<br>No response to initialize_2<br>Initialization failed<br>Attempting to initialize DCT<br>SENT: type 0x70, len 2, id 0x04, seq 0x03<br>Serial timeout<br>No response to packet<br>No response to init_1; trying to continue
<br>SENT: type 0x78, len 3, id 0x04, seq 0x03<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; data 0x00<br>Serial timeout<br>No response to packet<br>No response to initialize_2<br>Initialization failed<br>Communication failed after 5 tries<br>0<br><br>I am really stumped, it all looks good to me (except of course that it doesn't work :-(&nbsp; !, I have trouble shot everything I can think of, I would really appreciate any pointers on where to look next.&nbsp; If you need my system specs, they're listed below.
<br><br>Thanks,<br><br>Kamy<br><br><span class="postbody">Knoppmyth R5D1, MythTV 0.20
<br>
AMD Sempron 64 2600+
<br>
Biostar K8NHA mobo w/nForce3
<br>
Chaintech SH5200 vcard w/128 MB
<br>
Hauppauge PVR500 MCE
<br>
1 GB DDR 400
<br>
300 GB IDE Seagate HD
<br>
NEC 3550A DL DVD burner
<br>
BTC 9019URF wireless keyboard
<br>
WMP54G Linksys Wireless NIC</span><br><br><br>

------=_Part_71689_16319953.1159843701610--


More information about the mythtv-users mailing list