[mythtv-users] Adding 1 capture card creates 2 in the database?

Jason Long jlong at jasonlong.com
Mon Aug 15 04:16:02 UTC 2011


Hi,

Trying to setup mythtv compiled from fixes/0.24 branch on Debian 6. When
I run mythtv-setup and add 1 tuner for an HD HomeRun, it adds two
entries in the database (below). When I add the 2nd tuner, it adds two
more entries to the database.

Any ideas why this is happening? I tried deleting all cards and it
purged them from the database, but same problem exists.

_*fixes/0.24
*_mysql> select cardid,videodevice,cardtype,defaultinput,hostname from
capturecard
+--------+----------------+-----------+--------------+----------+
| cardid | videodevice    | cardtype  | defaultinput | hostname |
+--------+----------------+-----------+--------------+----------+
|      1 | 192.168.1.31-0 | HDHOMERUN | MPEG2TS      | mythtv   |
|      2 | 192.168.1.31-0 | HDHOMERUN | MPEG2TS      | mythtv   |
|      3 | 192.168.1.31-1 | HDHOMERUN | MPEG2TS      | mythtv   |
|      4 | 192.168.1.31-1 | HDHOMERUN | MPEG2TS      | mythtv   |
+--------+----------------+-----------+--------------+----------+
4 rows in set (0.00 sec)



I have a version of .25pre running on another machine and it adds them
fine, but I'd like to run fixes/0.24.

_*.25pre
*_mysql> select cardid,videodevice,cardtype,defaultinput,hostname from
capturecard
    -> ;
+--------+----------------+-----------+--------------+----------+
| cardid | videodevice    | cardtype  | defaultinput | hostname |
+--------+----------------+-----------+--------------+----------+
|      1 | 192.168.1.31-0 | HDHOMERUN | MPEG2TS      | myth     |
|      2 | 192.168.1.31-1 | HDHOMERUN | MPEG2TS      | myth     |
+--------+----------------+-----------+--------------+----------+
2 rows in set (0.00 sec)



Thanks,
Jason


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.mythtv.org/pipermail/mythtv-users/attachments/20110814/b5dcb0d5/attachment-0001.html 


More information about the mythtv-users mailing list