[mythtv-commits] Ticket #12499: Diseqc LNB 2 can no longer be configured for use in mythtv-setup

MythTV noreply at mythtv.org
Sun Feb 21 21:12:23 UTC 2016


#12499: Diseqc LNB 2 can no longer be configured for use in mythtv-setup
-------------------------------------------------+-------------------------
 Reporter:  Ian Richardson                       |          Owner:  gigem
  <grandmastermarclar@…>                         |         Status:
     Type:  Bug Report - General                 |  infoneeded
 Priority:  major                                |      Milestone:  0.28
Component:  MythTV - Mythtv-setup                |        Version:  Master
                                                 |  Head
 Severity:  high                                 |     Resolution:
 Keywords:                                       |  Ticket locked:  0
-------------------------------------------------+-------------------------

Comment (by mythtv@…):

 quoting gigem from 3 weeks ago:

 Now, go back to the "Capture Cards" section and create another, new DVB
 card using the same device for the second input. Ignore the warning that
 the device is alread in use. The diseqc tree should already be configured
 since it is shared with the other card.

 This clearly does not work. (partial) dump of capturecard table:

 MariaDB [mythconverg]> select cardid,  parentid, videodevice, cardtype,
 hostname, diseqcid from capturecard where hostname = 'test-mythm' order by
 cardid;
 +--------+----------+-----------------------------+----------+------------+----------+
 | cardid | parentid | videodevice                 | cardtype | hostname
 | diseqcid |
 +--------+----------+-----------------------------+----------+------------+----------+
 |     15 |        0 | /dev/dvb/adapter0/frontend0 | DVB      | test-mythm
 |       15 |
 |     16 |       15 | /dev/dvb/adapter0/frontend0 | DVB      | test-mythm
 |       15 |
 |     17 |        0 | /dev/dvb/adapter0/frontend0 | DVB      | test-mythm
 |     NULL |
 |     18 |       17 | /dev/dvb/adapter0/frontend0 | DVB      | test-mythm
 |        0 |
 |     19 |        0 | /dev/dvb/adapter2/frontend0 | DVB      | test-mythm
 |     NULL |
 |     20 |       19 | /dev/dvb/adapter2/frontend0 | DVB      | test-mythm
 |        0 |
 +--------+----------+-----------------------------+----------+------------+----------+

 And diseqc:

 MariaDB [mythconverg]> select * from diseqc_tree;
 +----------+----------+---------+--------+--------------+-------------+--------------+----------------+----------------+-----------------+----------------+------------+------------+------------+-------------+---------+--------------+---------------+---------+
 | diseqcid | parentid | ordinal | type   | subtype      | description |
 switch_ports | rotor_hi_speed | rotor_lo_speed | rotor_positions |
 lnb_lof_switch | lnb_lof_hi | lnb_lof_lo | cmd_repeat | lnb_pol_inv |
 address | scr_userband | scr_frequency | scr_pin |
 +----------+----------+---------+--------+--------------+-------------+--------------+----------------+----------------+-----------------+----------------+------------+------------+------------+-------------+---------+--------------+---------------+---------+
 |       15 |     NULL |       0 | switch | diseqc       | Switch      |
 4 |              0 |              0 |                 |              0 |
 0 |          0 |          1 |           0 |      16 |            0 |
 1400 |      -1 |
 |       16 |       15 |       0 | lnb    | voltage_tone | LNB         |
 0 |              0 |              0 |                 |       11700000 |
 10600000 |    9750000 |          1 |           0 |       0 |            0
 |          1400 |      -1 |
 |       17 |       15 |       1 | lnb    | voltage_tone | LNB         |
 0 |              0 |              0 |                 |       11700000 |
 10600000 |    9750000 |          1 |           0 |       0 |            0
 |          1400 |      -1 |
 |       18 |       15 |       2 | lnb    | voltage_tone | LNB         |
 0 |              0 |              0 |                 |       11700000 |
 10600000 |    9750000 |          1 |           0 |       0 |            0
 |          1400 |      -1 |
 +----------+----------+---------+--------+--------------+-------------+--------------+----------------+----------------+-----------------+----------------+------------+------------+------------+-------------+---------+--------------+---------------+---------+

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12499#comment:37>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list