Is that the only EIT error message you see? Any chance you also see "ATSC chan xxx is hidden in guide" for the channels that are not getting populated? That was my main problem. 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. You can also enable more verbose EIT debug. 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> if (vct->IsHiddenInGuide(i))<br>
{<br> VERBOSE(VB_EIT, QString("%1 chan %2-%3 is hidden in guide")<br> .arg(vct->ModulationMode(i) == 1 ? "NTSC" : "ATSC")<br> .arg(vct->MajorChannel(i))<br> .arg(vct->MinorChannel(i)));<br> continue;<br> }<br><br>I had hoped there was something in the database I could set, but vct->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.). It seems to be checking a
bit in the transmitted stream, maybe? Taking out the check solved it so I didn't dig any deeper.<br><br> // hide_guide 1 25.6<br> bool IsHiddenInGuide(uint i) const<br> {<br> return bool(_ptrs[i][26] & 0x2);<br> }<br><br>Good luck. 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 <allen_t@firn.edu></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> 
<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.