Is that the only EIT error message you see?&nbsp; Any chance you also see "ATSC chan xxx is hidden in guide" for the channels that are not getting populated?&nbsp; That was my main problem.&nbsp; I do still see the message you see and am getting data filled in so that might not be your problem.<br><br>Since I am running gentoo, which is source based, I ended up removing the following lines of code from atscstreamdata.cpp in libmythtv/mpeg/ which seemed to be looking at a field in the EIT packet and deciding it should be hidden.&nbsp; You can also enable more verbose EIT debug.&nbsp; In gentoo it is easy to just add "eit" into the MYTH_VERBOSE flag in /etc/init.d/mythbackend otherwise figure out how to start mythbackend with --verbose important,general,eit<br><br>Here is the code I removed to get ATSC EIT data working on all my channels:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (vct-&gt;IsHiddenInGuide(i))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VERBOSE(VB_EIT, QString("%1 chan %2-%3 is hidden in guide")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .arg(vct-&gt;ModulationMode(i) == 1 ? "NTSC" : "ATSC")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .arg(vct-&gt;MajorChannel(i))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .arg(vct-&gt;MinorChannel(i)));<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; continue;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>I had hoped there was something in the database I could set, but vct-&gt;IsHiddenInGuide(i) does not seem to be what you would think by the name (all my channels were set as visible in the guide and useonair, etc.).&nbsp; It seems to be checking a
 bit in the transmitted stream, maybe?&nbsp; Taking out the check solved it so I didn't dig any deeper.<br><br>&nbsp;&nbsp;&nbsp; //&nbsp;&nbsp; hide_guide&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 25.6<br>&nbsp;&nbsp;&nbsp; bool IsHiddenInGuide(uint i) const<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return bool(_ptrs[i][26] &amp; 0x2);<br>&nbsp;&nbsp;&nbsp; }<br><br>Good luck.&nbsp; It's not quite as nice a zap2it was, but it's free and seems to work for me now.<br><br><br><b><i>allen_t &lt;allen_t@firn.edu&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Hi,<br><br>I've been trying to get the eit scanner to fill the epg with<br>data in Jacksonville, Florida. I have followed all of the<br>instructions I can find (enabling eit overall and for each<br>channel in mythbackend). I have confirmed that all atsc<br>streams contain
 usable data by using atscap. Two of the<br>eight multiplexes are successful but the other six give<br>the following message from /var/log/mythtv/mythbackend.log<br><br>EITScanner: Now looking for EIT data on multiplex of channel<br>47_1<br>DVBChan(0) Warning: Symbol Rate setting (0) is out of range <br>(min/max:5056941/10762000)<br><br>What I am missing? Thanks in advance.<br><br>Tim Allen<br>allen_t@firn.edu<br><br><br><br>_______________________________________________<br>mythtv-users mailing list<br>mythtv-users@mythtv.org<br>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users<br></blockquote><br><p>&#32;
      <hr size=1>Boardwalk for $500? In 2007? Ha! <br><a href="http://us.rd.yahoo.com/evt=48223/*http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow">Play Monopoly Here and Now</a> (it's updated for today's economy) at Yahoo! Games.