I made a good deal of progress today. I'm posting in case anyone else has trouble like I did.
Here were the steps:
wget http://downloads.sourceforge.net/project/scte65scan/scte65scan/0.2.1/scte65scan-0.2.1.tgz
tar xzf scte65scan-0.2.1.tgz
cd scte65scan-0.2.1
wget http://download.silicondust.com/hdhomerun/libhdhomerun_20130117.tgz
tar xzf libhdhomerun_20130117.tgz
Edit Makefile.hdhr to add near the top:
LIBOBJS += $(HDHR_DIR)/hdhomerun_sock_posix.o $(HDHR_DIR)/hdhomerun_os_posix.o
Added -lrt to the line:
LDFLAGS += -lpthread -lrt
For some reason nano is not on my system so I used
joe Makefile.hdhr
make -f Makefile.hdhr
./scte65scan -H FFFFFFFF -p -f3 -V 3027 us-Cable-Standard-center-frequencies-QAM256 > vct.sql
Be sure to change 3027 to whatever your VCT-ID is
sudo mysql mythconverg < vct.sql
I'm almost three. I might have to tweek my ./scte65scan line because I have a few unknown channels and I'm missing all of my HD locals (ex I have channel 3 but not 3.1, 3.2 and 3.3) Any thoughts/suggestions would be greatly appreciated.