On 2/17/06, <b class="gmail_sendername">Kevin Kuphal</b> <<a href="mailto:kuphal@dls.net">kuphal@dls.net</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Michael Haan wrote:<br>> On 2/17/06, *R. G. Newbury* <<a href="mailto:newbury@mandamus.org">newbury@mandamus.org</a><br>> <mailto:<a href="mailto:newbury@mandamus.org">newbury@mandamus.org</a>>> wrote:<br>
><br>> Michael Haan wrote:<br>> > Ok, so starting mythbackend gives me:<br>> ><br>> > 2006-02-16 20:33:30.363 Connected to database 'mythconverg' at host:<br>> > localhost
<br>> > 2006-02-16 20:33:30.529 DVB#0 Using DVB card 0, with frontend 'Oren<br>> > OR51132 VSB/QAM Frontend'.<br>> > 2006-02-16 20:33:30.530 DVB#0 ERROR - Could not find dvb tuning<br>> > parameters for mplex 32767
<br>> > 2006-02-16 20:33:30.531 DVB#0 ERROR - Failed to get channel options<br>> > for channel 213.<br>> > 2006-02-16 20:33:30.533 New DB scheduler connection<br>> ><br>> > Not suprisingly:
<br>> ><br>> > mysql> select * from dtv_multiplex;<br>> ><br>> +---------+----------+-------------+-----------+-----------+-----------+------------+------+----------+------------+-----------+--------------+-------------------+----------------+---------+---------------+-----------+--------------+------------+----------------+---------------------+
<br>><br>> ><br>> > | mplexid | sourceid | transportid | networkid | frequency |<br>> inversion<br>> > | symbolrate | fec | polarity | modulation | bandwidth |<br>> lp_code_rate
<br>> > | transmission_mode | guard_interval | visible | constellation |<br>> > hierarchy | hp_code_rate | sistandard | serviceversion |<br>> > updatetimestamp |<br>> ><br>> +---------+----------+-------------+-----------+-----------+-----------+------------+------+----------+------------+-----------+--------------+-------------------+----------------+---------+---------------+-----------+--------------+------------+----------------+---------------------+
<br>><br>> ><br>> > | 1 | 2 | 0 | 1 | 627000000 | NULL<br>> > | NULL | NULL | NULL | qam_256 | NULL | NULL<br>> > | NULL | NULL | 0 | NULL |
<br>> > NULL | NULL | atsc | 33 | 2006-02-16<br>> > 19:27:07 |<br>> > | 2 | 2 | 46 | 1 | 651000000 | NULL<br>> > | NULL | NULL | NULL | qam_256 | NULL | NULL
<br>> > | NULL | NULL | 0 | NULL |<br>> > NULL | NULL | atsc | 33 | 2006-02-16<br>> > 19:27:13 |<br>> > | 3 | 2 | 62 | 1 | 687000000 | NULL
<br>> > | NULL | NULL | NULL | qam_256 | NULL | NULL<br>> > | NULL | NULL | 0 | NULL |<br>> > NULL | NULL | atsc | 33 | 2006-02-16
<br>> > 19:27:19 |<br>> > | 4 | 2 | 56 | 1 | 717000000 | NULL<br>> > | NULL | NULL | NULL | qam_256 | NULL | NULL<br>> > | NULL | NULL | 0 | NULL |
<br>> > NULL | NULL | atsc | 33 | 2006-02-16<br>> > 19:27:23 |<br>> ><br>> +---------+----------+-------------+-----------+-----------+-----------+------------+------+----------+------------+-----------+--------------+-------------------+----------------+---------+---------------+-----------+--------------+------------+----------------+---------------------+
<br>><br>> ><br>> > 4 rows in set (0.00 sec)<br>> ><br>> > there is no mlpexid = 32767. Why is that, and what is the<br>> recommended<br>> > fix - just update tables or.... something less manual?
<br>> Take a look at the channel table. There must be an mplexid entry for<br>> channel 213 (as well as a serviceid). You will need to do:<br>><br>> update channnel set mplexid = 'x', serviceid='y' where channum='213';
<br>><br>><br>> Geoff<br>><br>> --<br>> R. Geoffrey Newbury<br>> Barrister and Solicitor<br>> Suite 106, 150 Lakeshore Road West<br>> Mississauga, Ontario, L5H 3R2
<br>><br>> 905-271-9600 Fax 905-271-1638<br>> <a href="mailto:newbury@mandamus.org">newbury@mandamus.org</a> <mailto:<a href="mailto:newbury@mandamus.org">newbury@mandamus.org</a>><br>>
<br>> _______________________________________________<br>> mythtv-users mailing list<br>> <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a> <mailto:<a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a>><br>> <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>> <<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>><br>><br>><br>> Yeah, I'm just curious why the scan didn't do that. From the table<br>> above, how do I know which mplexid to set? And where do I find the
<br>> service ids?<br>Have you read this?<br><br><a href="http://www.mythtv.org/wiki/index.php/Adding_QAM_Channels_For_HDTV_Tuner_Cards">http://www.mythtv.org/wiki/index.php/Adding_QAM_Channels_For_HDTV_Tuner_Cards</a>
<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>I have not read that specific document, but I have gone through this process twice before and can certainly go through it again (I've saved-off my previous
channels.conf and mythconverg db). But I was intrigued by the possibility of having myth perform this configuration for me, especially as it seems to have found more channels than I did. If the answer is that the myth scan doesn't do everything for you, then ok. But if it's supposed to, and didn't, then I'm trying to figure out why.
<br>