<html>
<body>
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=&quot;/home/mythtv/scte65scan-0.2.1/CQ-VCT.sql&quot;
<dd>VCT_ID=&quot;3061&quot;
<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
&gt; ${TABLE}
<dd>/usr/bin/mysql mythconverg -umythtv -pmythtv &lt;&nbsp;
${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:&nbsp; 3531 Segmentation
fault&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (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
&gt; ${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.&nbsp; 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</body>
</html>