[mythtv-users] Tuner numbers - 1 & 3 (no 2)?

Robert Kulagowski bob at smalltime.com
Mon Oct 3 13:25:41 UTC 2005


> Check that. It is possible (probable) that there is a capturecard
> entry for 2 that needs to be removed before the update would work:
> 
> $ killall mythbackend
> $ mysqldump -u mythtv -pmythtv mythconverg -c > mythtv_backup.sql
> $ mysql -u mythtv -pmythtv mythconverg
> mysql> delete from capturecard where cardid=2;
> mysql> update capturecard set cardid=2 where cardid=3;
> mysql> delete from cardinput where cardid=2;
> mysql> update cardinput set cardid=2 where cardid=3;
> $ mythbackend

But isn't cardid an auto-increment field?  Doesn't this mean that the 
next card that's created will be card 4 rather than 3?


More information about the mythtv-users mailing list