[mythtv-users] warning for non-existent channel start on exit of mythtv-setup

Patrick Mansfield patman at aracnet.com
Sun Apr 16 19:58:29 UTC 2006


Hi -

I'm running mythtv svn 0.19-fixes on FC5.

I have changed the start channel, but I still get these warnings (yes,
twice) when I exit mythtv-setup:

	Card 0 (type ) is set to start on channel 2_1, which does not exist.
	Card 0 (type ) is set to start on channel 2_1, which does not exist.

I had a previous incorrect setup, and (I thought) deleted the
card/information and had reset things from (almost) scratch.

Is there somewhere in the menu I'm missing where this can be fixed?

I set the input connections starting channel to 6_1, but still get this
error. Only one source shows up for me in the mythtv-setup
input-conections, and AFAIK it can't be deleted.

Can I manually modify the database to remove the offending entries? I
don't know much about sql or mysql.

My database (I don't know how to dump an individual records or tables via
mysql command line, this is part of a mysqldump of the database) currently
has:

--
-- Dumping data for table `cardinput`
--


/*!40000 ALTER TABLE `cardinput` DISABLE KEYS */;
LOCK TABLES `cardinput` WRITE;
INSERT INTO `cardinput` VALUES (1,0,0,'',NULL,0,'N','','2_1',1,NULL,NULL,11700000,10600000,9750000,'',1,0,0,0),(2,0,0,'',NULL,0,'N','','2_1',1,NULL,NULL,11700000,10600000,9750000,'',1,0,0,0),(3,1,1,'DVBInput',NULL,0,'N','','6_1',1,NULL,0,11700000,10600000,9750000,'disp-name-1',1,0,0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `cardinput` ENABLE KEYS */;

-- Patrick Mansfield


More information about the mythtv-users mailing list