[mythtv-users] DVICO Fusion HDTV PCI and FC5 / Mythtv Setup

Nathan Cox ndc_82 at hotmail.com
Wed Nov 8 02:22:30 UTC 2006


Oh i have got mythtv runing now using the Dvico card but cant watch tv, when 
i try mythfilldatabase -v all i get the following: I have also changed the 
IP Adress to 192.168.0.187 which is the linux box that it is runing on in 
the mythtv-setup configuration

[root at FC5Box ~]# mythfilldatabase -v all
2006-11-08 11:24:40.572 Using runtime prefix = /usr
2006-11-08 11:24:40.646 New DB connection, total: 1
2006-11-08 11:24:40.656 Connected to database 'mythconverg' at host: 
localhost
2006-11-08 11:24:40.658 Enabling Settings Cache.
2006-11-08 11:24:40.658 Clearing Settings Cache.
2006-11-08 11:24:40.660 MSqlQuery: SELECT data FROM settings WHERE value = 
'LogEnabled' AND hostname = 'FC5Box.localdomain' ;
2006-11-08 11:24:40.661 MSqlQuery: SELECT data FROM settings WHERE value = 
'LogEnabled' AND hostname IS NULL;
2006-11-08 11:24:40.662 MSqlQuery: SELECT data FROM settings WHERE value = 
'LogMaxCount' AND hostname = 'FC5Box.localdomain' ;
2006-11-08 11:24:40.663 MSqlQuery: SELECT data FROM settings WHERE value = 
'LogPrintLevel' AND hostname = 'FC5Box.localdomain' ;
2006-11-08 11:24:40.664 MSqlQuery: SELECT 
sourceid,name,xmltvgrabber,userid,password,lineupi  d FROM videosource  
ORDER BY sourceid;
2006-11-08 11:24:40.665 New DB connection, total: 2
2006-11-08 11:24:40.666 Connected to database 'mythconverg' at host: 
localhost
2006-11-08 11:24:40.667 MSqlQuery: SELECT MAX(endtime) FROM program WHERE 
manualid=0;
2006-11-08 11:24:40.667 Updating source #1 (antenna) with grabber tv_grab_au
2006-11-08 11:24:40.668 ----------------- Start of XMLTV output 
-----------------
2006-11-08 11:24:40.669 New DB connection, total: 3
2006-11-08 11:24:40.670 Connected to database 'mythconverg' at host: 
localhost
2006-11-08 11:24:40.671 MSqlQuery: UPDATE settings SET data ='2006-11-08 
11:24' WHERE value='mythfilldatabaseLastRunStart'
2006-11-08 11:24:40.671 MSqlQuery: UPDATE settings SET data ='currently 
running.' WHERE value='mythfilldatabaseLastRunStatus'
nice: tv_grab_au: No such file or directory
2006-11-08 11:24:40.678 MSqlQuery: UPDATE settings SET data ='2006-11-08 
11:24' WHERE value='mythfilldatabaseLastRunEnd'
2006-11-08 11:24:40.679 MSqlQuery: UPDATE settings SET data ='FAILED:  xmltv 
returned error code 32512.' WHERE value='mythfilldatabaseLastRunStatus'
2006-11-08 11:24:40.679 ------------------ End of XMLTV output 
------------------
Error in 1:1: unexpected end of file
2006-11-08 11:24:40.682 Updating icons for sourceid: 1
2006-11-08 11:24:40.683 New DB connection, total: 4
2006-11-08 11:24:40.684 Connected to database 'mythconverg' at host: 
localhost
2006-11-08 11:24:40.685 MSqlQuery: SELECT ch.chanid, nim.url FROM (channel 
ch, callsignnetworkmap csm) RIGHT JOIN networkiconmap nim ON csm.network = 
nim.network WHERE ch.callsign = csm.callsign AND (icon = 'none' OR icon = 
'') AND ch.sourceid = 1
Updated programs: 0  Unchanged programs: 0
2006-11-08 11:24:40.686 Updating source #2 () with grabber tv_grab_au
2006-11-08 11:24:40.686 ----------------- Start of XMLTV output 
-----------------
2006-11-08 11:24:40.687 MSqlQuery: UPDATE settings SET data ='2006-11-08 
11:24' WHERE value='mythfilldatabaseLastRunStart'
2006-11-08 11:24:40.770 MSqlQuery: UPDATE settings SET data ='currently 
running.' WHERE value='mythfilldatabaseLastRunStatus'
nice: tv_grab_au: No such file or directory
2006-11-08 11:24:40.776 MSqlQuery: UPDATE settings SET data ='2006-11-08 
11:24' WHERE value='mythfilldatabaseLastRunEnd'
2006-11-08 11:24:40.777 MSqlQuery: UPDATE settings SET data ='FAILED:  xmltv 
returned error code 32512.' WHERE value='mythfilldatabaseLastRunStatus'
2006-11-08 11:24:40.777 ------------------ End of XMLTV output 
------------------
Error in 1:1: unexpected end of file
2006-11-08 11:24:40.778 Updating icons for sourceid: 2
2006-11-08 11:24:40.779 MSqlQuery: SELECT ch.chanid, nim.url FROM (channel 
ch, callsignnetworkmap csm) RIGHT JOIN networkiconmap nim ON csm.network = 
nim.network WHERE ch.callsign = csm.callsign AND (icon = 'none' OR icon = 
'') AND ch.sourceid = 2
Updated programs: 0  Unchanged programs: 0
2006-11-08 11:24:40.780 Updating source #3 (tv_grab_au) with grabber
2006-11-08 11:24:40.780 Source configured with no grabber. Nothing to do.
2006-11-08 11:24:40.781 MSqlQuery: UPDATE settings SET data ='2006-11-08 
11:24' WHERE value='mythfilldatabaseLastRunStart' OR value = 
'mythfilldatabaseLastRunEnd'
2006-11-08 11:24:40.781 MSqlQuery: SELECT MAX(endtime) FROM program WHERE 
manualid=0;
2006-11-08 11:24:40.782 MSqlQuery: DELETE FROM oldprogram WHERE airdate < 
DATE_SUB(CURRENT_DATE, INTERVAL 320 DAY);
2006-11-08 11:24:40.783 MSqlQuery: REPLACE INTO oldprogram 
(oldtitle,airdate) SELECT title,starttime FROM program WHERE starttime < 
NOW() AND manualid = 0 GROUP BY title;
2006-11-08 11:24:40.784 MSqlQuery: DELETE FROM program WHERE starttime <= 
DATE_SUB(CURRENT_DATE, INTERVAL 1 DAY);
2006-11-08 11:24:40.784 MSqlQuery: DELETE FROM programrating WHERE starttime 
<= DATE_SUB(CURRENT_DATE, INTERVAL 1 DAY);
2006-11-08 11:24:40.785 MSqlQuery: DELETE FROM programgenres WHERE starttime 
<= DATE_SUB(CURRENT_DATE, INTERVAL 1 DAY);
2006-11-08 11:24:40.785 MSqlQuery: DELETE FROM credits WHERE starttime <= 
DATE_SUB(CURRENT_DATE, INTERVAL 1 DAY);
2006-11-08 11:24:40.786 MSqlQuery: DELETE FROM record WHERE (type = 1 OR 
type = 7 OR type = 8) AND enddate < NOW();
2006-11-08 11:24:40.786 MSqlQuery: SELECT record.recordid FROM record LEFT 
JOIN oldfind ON oldfind.recordid = record.recordid WHERE type = 6 AND 
oldfind.findid IS NOT NULL;
2006-11-08 11:24:40.787 MSqlQuery: DELETE FROM oldfind WHERE findid < 
TO_DAYS(NOW()) - 14;
2006-11-08 11:24:40.788 New DB connection, total: 5
2006-11-08 11:24:40.789 Connected to database 'mythconverg' at host: 
localhost
2006-11-08 11:24:40.790 MSqlQuery: SELECT data FROM settings WHERE value = 
'CleanOldRecorded' AND hostname = 'FC5Box.localdomain' ;
2006-11-08 11:24:40.790 MSqlQuery: SELECT data FROM settings WHERE value = 
'CleanOldRecorded' AND hostname IS NULL;
2006-11-08 11:24:40.791 MSqlQuery: DELETE FROM oldrecorded WHERE recstatus 
<> -3 AND duplicate = 0 AND endtime < DATE_SUB(CURRENT_DATE, INTERVAL 10 
DAY);
2006-11-08 11:24:40.791 Failed to fetch some program info
2006-11-08 11:24:40.792 Adjusting program database end times.
2006-11-08 11:24:40.792 MSqlQuery: SELECT chanid, starttime, endtime FROM 
program WHERE (DATE_FORMAT(endtime,'%H%i') = '0000') ORDER BY chanid, 
starttime;
2006-11-08 11:24:40.793     0 replacements made
2006-11-08 11:24:40.793 Marking generic episodes.
2006-11-08 11:24:40.793 MSqlQuery: UPDATE program SET generic = 1 WHERE 
((programid = '' AND subtitle = '' AND description = '') OR  (programid <> 
'' AND category_type = 'series' AND   program.programid LIKE '%0000'));
2006-11-08 11:24:40.794     Found 0
2006-11-08 11:24:40.794 Marking repeats.
2006-11-08 11:24:40.795 MSqlQuery: SELECT data FROM settings WHERE value = 
'NewEpisodeWindow' AND hostname = 'FC5Box.localdomain' ;
2006-11-08 11:24:40.795 MSqlQuery: SELECT data FROM settings WHERE value = 
'NewEpisodeWindow' AND hostname IS NULL;
2006-11-08 11:24:40.796 MSqlQuery: UPDATE program SET previouslyshown = 1 
WHERE previouslyshown = 0 AND originalairdate is not null AND 
(to_days(starttime) - to_days(originalairdate)) > 14;
2006-11-08 11:24:40.796     Found 0
2006-11-08 11:24:40.797 Unmarking new episode rebroadcast repeats.
2006-11-08 11:24:40.797 MSqlQuery: UPDATE program SET previouslyshown = 0 
WHERE previouslyshown = 1 AND originalairdate is not null AND 
(to_days(starttime) - to_days(originalairdate)) <= 14;
2006-11-08 11:24:40.797     Found 0
2006-11-08 11:24:40.798 MSqlQuery: UPDATE program SET first = 0, last = 0;
2006-11-08 11:24:40.798 Marking episode first showings.
2006-11-08 11:24:40.798 MSqlQuery: SELECT MIN(starttime),programid FROM 
program WHERE programid > '' GROUP BY programid;
2006-11-08 11:24:40.799 MSqlQuery: SELECT 
MIN(starttime),title,subtitle,description FROM program WHERE programid = '' 
GROUP BY title,subtitle,description;
2006-11-08 11:24:40.799     Found 0
2006-11-08 11:24:40.799 Marking episode last showings.
2006-11-08 11:24:40.800 MSqlQuery: SELECT MAX(starttime),programid FROM 
program WHERE programid > '' GROUP BY programid;
2006-11-08 11:24:40.800 MSqlQuery: SELECT 
MAX(starttime),title,subtitle,description FROM program WHERE programid = '' 
GROUP BY title,subtitle,description;
2006-11-08 11:24:40.801     Found 0
2006-11-08 11:24:40.801 MSqlQuery: SELECT count(previouslyshown) FROM 
program WHERE previouslyshown = 1;
2006-11-08 11:24:40.802 MSqlQuery: UPDATE settings SET data = '0' WHERE 
value = 'HaveRepeats';
2006-11-08 11:24:40.802
==================================================  =============
| Attempting to contact the master backend for rescheduling.  |
| If the master is not running, rescheduling will happen when |
| the master backend is restarted.                            |
==================================================  =============
2006-11-08 11:24:40.803 MSqlQuery: SELECT data FROM settings WHERE value = 
'MasterServerIP' AND hostname = 'FC5Box.localdomain' ;
2006-11-08 11:24:40.804 MSqlQuery: SELECT data FROM settings WHERE value = 
'MasterServerIP' AND hostname IS NULL;
2006-11-08 11:24:40.805 MSqlQuery: SELECT data FROM settings WHERE value = 
'MasterServerPort' AND hostname = 'FC5Box.localdomain' ;
2006-11-08 11:24:40.806 MSqlQuery: SELECT data FROM settings WHERE value = 
'MasterServerPort' AND hostname IS NULL;
2006-11-08 11:24:40.806 MythSocket(8a299d8:10): new socket
2006-11-08 11:24:40.807 MSqlQuery: SELECT data FROM settings WHERE value = 
'WOLbackendReconnectWaitTime' AND hostname = 'FC5Box.localdomain' ;
2006-11-08 11:24:40.808 MSqlQuery: SELECT data FROM settings WHERE value = 
'WOLbackendReconnectWaitTime' AND hostname IS NULL;
2006-11-08 11:24:40.809 MSqlQuery: SELECT data FROM settings WHERE value = 
'WOLbackendConnectRetry' AND hostname = 'FC5Box.localdomain' ;
2006-11-08 11:24:40.810 MSqlQuery: SELECT data FROM settings WHERE value = 
'WOLbackendConnectRetry' AND hostname IS NULL;
2006-11-08 11:24:40.889 Connecting to backend server: 192.168.0.187:6543 
(try 1 of 5)
2006-11-08 11:24:40.890 MythSocket(8a2a4b8:11): new socket
2006-11-08 11:24:40.890 MythSocket(8a2a4b8:11): attempting connect() to 
(192.168.0.187:6543)
2006-11-08 11:24:40.891 MythSocket(8a2a4b8:11): connect() failed 
(ConnectionRefused)
2006-11-08 11:24:40.891 MythSocket(8a2a4b8:11): DownRef: -1
2006-11-08 11:24:40.891 MythSocket(8a2a4b8:-1): delete socket
2006-11-08 11:24:40.892 Connection timed out.
                        You probably should modify the Master Server
                        settings in the setup program and set the
                        proper IP address.
2006-11-08 11:24:40.892 MythSocket(8a299d8:10): UpRef: 1
2006-11-08 11:24:40.893 Error rescheduling id -1 in 
ScheduledRecording::signalChange
2006-11-08 11:24:40.893 Connecting to backend server: 192.168.0.187:6543 
(try 1 of 5)
2006-11-08 11:24:40.893 MythSocket(8a2a4b8:13): new socket
2006-11-08 11:24:40.893 MythSocket(8a2a4b8:13): attempting connect() to 
(192.168.0.187:6543)
2006-11-08 11:24:40.894 MythSocket(8a2a4b8:13): connect() failed 
(ConnectionRefused)
2006-11-08 11:24:40.894 MythSocket(8a2a4b8:13): DownRef: -1
2006-11-08 11:24:40.894 MythSocket(8a2a4b8:-1): delete socket
2006-11-08 11:24:40.894 Connection timed out.
                        You probably should modify the Master Server
                        settings in the setup program and set the
                        proper IP address.
2006-11-08 11:24:40.895 MythSocket(8a299d8:10): DownRef: 0
2006-11-08 11:24:40.897 mythfilldatabase run complete.
2006-11-08 11:24:40.898 MythSocket: readyread thread start
2006-11-08 11:24:40.898 MythSocket: readyread thread exit


>From: "Phil Foxton" <phil at thefoxtons.org.uk>
>Reply-To: Discussion about mythtv <mythtv-users at mythtv.org>
>To: Discussion about mythtv <mythtv-users at mythtv.org>
>Subject: Re: [mythtv-users] DVICO Fusion HDTV PCI and FC5 / Mythtv Setup
>Date: Tue, 7 Nov 2006 14:27:57 +0000
>
>Have you made sure that /dev/dvb is owned by mythtv?
>
>can you do a
>dmesg | grep -A5 -i compro
>  and reply with the output?
>
>Thanks
>
>Phil
>
>--
>Phil Foxton RHCE
>
>
>---------- Original Message -----------
>From: "Nathan" <ndc_82 at hotmail.com>
>To: "Discussion about mythtv" <mythtv-users at mythtv.org>
>Sent: Wed, 8 Nov 2006 00:21:36 +1000
>Subject: Re: [mythtv-users] DVICO Fusion HDTV PCI and FC5 / Mythtv Setup
>
> > Hi Phil, basically the problem im having with the compro videomate
> > dvb-t 300 is i can watch tv with it through kaffeine but mythtv wont
> > have a bar of it. It will pick it up as a device but wont pick up
> > any channels no matter what.
> >
> > The dvico im still trying to setup properly so i can test it, it
> > does appear in lsmod and dmesg i can provide those outputs of those
> > files if necessary
> >
> > Nathan
> >
> > ----- Original Message -----
> > From: "Phil Foxton" <phil at thefoxtons.org.uk>
> > To: "Discussion about mythtv" <mythtv-users at mythtv.org>
> > Sent: Wednesday, November 08, 2006 12:13 AM
> > Subject: Re: [mythtv-users] DVICO Fusion HDTV PCI and FC5 / Mythtv Setup
> >
> > I have both of these cards working perfectly under FC5 and mythtv,
> > what issues are you coming up against Nathan?
> >
> > Phil
> >
> > --
> > Phil Foxton RHCE
> >
> > ---------- Original Message -----------
> > From: Bruce Taber <b.taber at comcast.net>
> > To: Discussion about mythtv <mythtv-users at mythtv.org>
> > Sent: Tue, 07 Nov 2006 09:06:06 -0500
> > Subject: Re: [mythtv-users] DVICO Fusion HDTV PCI and FC5 / Mythtv Setup
> >
> > > On Tue, 2006-11-07 at 09:38 +1000, Nathan wrote:
> > > > Hey guys basically what i want to do is setup my new Dvico card with
> > > > mythtv. Now i allready have another card setup which ISNT working 
>with
> > > > mythtv its a Compro Videomate dvb-t 300. But anyhow what is the
> > > > correct process to setup the Dvico as when i installed it in the pc
> > > > turned it on nothing happened.
> > > >
> > > > The only sign of FC5 seeing it is that it comes up in dmesg but not 
>as
> > > > a registered device.
> > > >
> > > > Any help would be great
> > > >
> > >
> > > You need to load the module:
> > > http://www.mythtv.org/wiki/index.php/DViCO_FusionHDTV_DVB-T_Lite
> > >
> > > This is a way to figure out the channels for your locality:
> > > http://www.mythtv.org/wiki/index.php/DVB_search
> > >
> > > The mythtv-setup from here will get the card recognized:
> > > http://www.mythtv.org/wiki/index.php/DViCO_FusionHDTV5_Gold
> > >
> > > Then in mythtv-setup you will need to do a full scan and likely a
> > > full scan of existing transports. I'm not quite sure of the specific
> > > steps that need to be performed here. I've gotten one channel to
> > > work reliably but have problems with others. I think this part is
> > > highly dependent on the actual source.
> > >
> > > Bruce
> > >
> > > _______________________________________________
> > > mythtv-users mailing list
> > > mythtv-users at mythtv.org
> > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > ------- End of Original Message -------
> >
> > _______________________________________________
> > mythtv-users mailing list
> > mythtv-users at mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
> > _______________________________________________
> > mythtv-users mailing list
> > mythtv-users at mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>------- End of Original Message -------
>
>_______________________________________________
>mythtv-users mailing list
>mythtv-users at mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

_________________________________________________________________
Be the one of the first to try the NEW Windows Live Mail. 
http://ideas.live.com/programPage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d



More information about the mythtv-users mailing list