<html>
<body>
<font size=3>At 04:59 PM 3/29/2013, Mache Creeger wrote:<br>
<blockquote type=cite class=cite cite="">I am currently running mythtv
0.24.2-281 on Fedora 15. About 6 weeks ago, I sent up a cron job to run
sctescan on my HDHR every day because Comcast was changing the channel
map on me and myth could not record certain channels. Here is a copy of
the scte65scan script<br><br>
<dl>
<dd>#!/bin/bash
<dd>#
<dd># run in user mode
<dd>#
<dd># fixes problem in frequency table for clear qam hdhr
<dd>#
<dd>TABLE="/home/mythtv/scte65scan-0.2.1/CQ-VCT.sql"
<dd>VCT_ID="3061"
<dd>#
<dd>/home/mythtv/scte65scan-0.2.1/scte65scan -H 1017E6CB -p -f4,2 -V
${VCT_ID}
/home/mythtv/scte65scan-0.2.1/us-Cable-Standard-center-frequencies-QAM256
> ${TABLE}
<dd>/usr/bin/mysql mythconverg -umythtv -pmythtv <
${TABLE}<br><br>
</dl>Things have gone well until today when I get <br><br>
<dl>
<dd># ./fix_frequency
<dd>tuning 57000000hz.....no lock
<dd>tuning 63000000hz.....no lock
<dd>tuning 69000000hz.....no lock
<dd>tuning 79000000hz.....no lock
<dd>tuning 85000000hz.....no lock
<dd>tuning 177000000hz.....no lock
<dd>tuning 183000000hz.....no lock
<dd>tuning 189000000hz.....no lock
<dd>tuning 195000000hz.locked...PID 0x1ffc found
<dd>Collecting data (may take up to 2 minutes)
<dd>System Time Table thinks it is Fri Mar 29 16:40:11 2013
<dd>WARNING: Unknown S-VCT descriptor/len 0x4e 139
<dd>./fix_frequency: line 10: 3531 Segmentation
fault (core dumped)
/home/mythtv/scte65scan-0.2.1/scte65scan -H 1017E6CB -p -f4,2 -V
${VCT_ID}
/home/mythtv/scte65scan-0.2.1/us-Cable-Standard-center-frequencies-QAM256
> ${TABLE}
<dd>ERROR 1064 (42000) at line 152: You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version for the
right syntax to use near '' at line 1<br><br>
</dl>Since the software is so far back, there have been no updates for a
long time and the system has been very stable. I liked it that way
because I need XvMC which is deprecated in later releases. Frankly I had
no reason to touch it until now. Also, I upgraded the firmware on
the HDHR to the current version and it still gives me the same problem.
<br><br>
Any ideas?<br><br>
-- Mache </font></blockquote><br>
I have been in contact with the scte65scan author and he believes Comcast
started including HDTV channels in the tables which uncovered a bug in
his code. He has revised the code which I have tested and will be posting
a new updated version of scte65scan shortly on
<a href="http://scte65scan.sourceforge.net/" eudora="autourl">
http://scte65scan.sourceforge.net/</a>. <br><br>
-- Mache<br>
</body>
</html>