[mythtv-commits] Ticket #13465: mythtv-setup rewrites all capturecard.videodevice to /dev/dvb/adapter0/frontend0

MythTV noreply at mythtv.org
Sun Jun 30 10:48:20 UTC 2019


#13465: mythtv-setup rewrites all capturecard.videodevice to
/dev/dvb/adapter0/frontend0
---------------------------------------------+-----------------------------
 Reporter:  abrossard                        |          Owner:  Klaas de
                                             |  Waal
     Type:  Bug Report - General             |         Status:  assigned
 Priority:  minor                            |      Milestone:
                                             |  needs_triage
Component:  MythTV - Mythtv-setup            |        Version:  Master Head
 Severity:  medium                           |     Resolution:
 Keywords:  mythtv-setup 0.29, 0.30, master  |  Ticket locked:  0
---------------------------------------------+-----------------------------
Changes (by Klaas de Waal):

 * owner:  Peter Bennett => Klaas de Waal
 * status:  new => assigned


Comment:

 This is a problem that I cannot reproduce on today's master.

 I have tested this by first changing the channel_timeout of the last card,
 cardid 6, from 10000 to 11000 and then by changing the channel timeout of
 the first card, cardid 1, from 10000 to 12000.
 This is the result:

 {{{
  MariaDB [mythconverg]> select
 cardid,videodevice,displayname,defaultinput,signal_timeout,channel_timeout
 from capturecard;
 +--------+--------------------------------+-------------+--------------+----------------+-----------------+
 | cardid | videodevice                    | displayname | defaultinput |
 signal_timeout | channel_timeout |
 +--------+--------------------------------+-------------+--------------+----------------+-----------------+
 |      1 | /dev/dvb/adapter_tb0/frontend1 | TBS-S2      | Television   |
 7000 |           10000 |
 |      2 | /dev/dvb/adapter_kc0/frontend0 | KC0         | Television   |
 3000 |           20000 |
 |      3 | /dev/dvb/adapter41/frontend0   | DS0         | Television   |
 7000 |           10000 |
 |      4 | /dev/dvb/adapter_mg0/frontend0 | MG0         | Television   |
 3000 |            9000 |
 |      5 | /dev/dvb/adapter_mg0/frontend0 | MG0         | Television   |
 3000 |            9000 |
 |      6 | /dev/dvb/adapter42/frontend0   | DS1         | Television   |
 7000 |           10000 |
 +--------+--------------------------------+-------------+--------------+----------------+-----------------+
 6 rows in set (0.001 sec)

 MariaDB [mythconverg]> select
 cardid,videodevice,displayname,defaultinput,signal_timeout,channel_timeout
 from capturecard;
 +--------+--------------------------------+-------------+--------------+----------------+-----------------+
 | cardid | videodevice                    | displayname | defaultinput |
 signal_timeout | channel_timeout |
 +--------+--------------------------------+-------------+--------------+----------------+-----------------+
 |      1 | /dev/dvb/adapter_tb0/frontend1 | TBS-S2      | Television   |
 7000 |           10000 |
 |      2 | /dev/dvb/adapter_kc0/frontend0 | KC0         | Television   |
 3000 |           20000 |
 |      3 | /dev/dvb/adapter41/frontend0   | DS0         | Television   |
 7000 |           10000 |
 |      4 | /dev/dvb/adapter_mg0/frontend0 | MG0         | Television   |
 3000 |            9000 |
 |      5 | /dev/dvb/adapter_mg0/frontend0 | MG0         | Television   |
 3000 |            9000 |
 |      6 | /dev/dvb/adapter42/frontend0   | DS1         | Television   |
 7000 |           11000 |
 +--------+--------------------------------+-------------+--------------+----------------+-----------------+
 6 rows in set (0.001 sec)

 MariaDB [mythconverg]> select
 cardid,videodevice,displayname,defaultinput,signal_timeout,channel_timeout
 from capturecard;
 +--------+--------------------------------+-------------+--------------+----------------+-----------------+
 | cardid | videodevice                    | displayname | defaultinput |
 signal_timeout | channel_timeout |
 +--------+--------------------------------+-------------+--------------+----------------+-----------------+
 |      1 | /dev/dvb/adapter_tb0/frontend1 | TBS-S2      | Television   |
 7000 |           12000 |
 |      2 | /dev/dvb/adapter_kc0/frontend0 | KC0         | Television   |
 3000 |           20000 |
 |      3 | /dev/dvb/adapter41/frontend0   | DS0         | Television   |
 7000 |           10000 |
 |      4 | /dev/dvb/adapter_mg0/frontend0 | MG0         | Television   |
 3000 |            9000 |
 |      5 | /dev/dvb/adapter_mg0/frontend0 | MG0         | Television   |
 3000 |            9000 |
 |      6 | /dev/dvb/adapter42/frontend0   | DS1         | Television   |
 7000 |           11000 |
 +--------+--------------------------------+-------------+--------------+----------------+-----------------+
 6 rows in set (0.001 sec)


 }}}

 I suggest to delete all capturecards and create all capture cards again
 with the mythtv-setup gui only. If the problem is still there, please give
 an exact sequence on how to produce the problem so that it is possible to
 recreate it.

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


More information about the mythtv-commits mailing list