On 2/17/06, <b class="gmail_sendername">R. G. Newbury</b> <<a href="mailto:newbury@mandamus.org">newbury@mandamus.org</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>> 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>> | mplexid | sourceid | transportid | networkid | frequency | inversion<br>> | symbolrate | fec | polarity | modulation | bandwidth | lp_code_rate<br>> | transmission_mode | guard_interval | visible | constellation |
<br>> hierarchy | hp_code_rate | sistandard | serviceversion |<br>> updatetimestamp |<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>> 4 rows in set (0.00 sec)<br>><br>> there is no mlpexid = 32767. Why is that, and what is the 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><br><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>Yeah, I'm just curious why the scan didn't do that. From the table above, how do I know which mplexid to set? And where do I find the service ids?<br>