[mythtv-users] Installation problems (DVB)

Christopher Yeoh cyeoh at samba.org
Sun Jul 3 03:52:19 EDT 2005


Hi,

I've been having problems getting mythtv to work with a Fusion HDTV
DVB-T card. I have the kernel driver side working and can use
tzap, dvbstream and mplayer manually to view TV through the card.
I'm using mythtv 0.18 with DVB enabled.

I have been having difficulty getting the channels configured.
I've followed the instructions here:

http://www.users.on.net/~jani/dvico-mythtv.html

I am able to add channels manually, or scan automatically where all
the channels I want are found. However, from the above instructions,
it appears that it should be possible to add DVB Pids and IDs, but
this menu doesn't appear on my version of mythtv-setup when adding a
channel. I also can't find the "Channel Options - DVB" menu either.

It also doesn't seem to be adding any entries to the dvb_channel or
dvb_pids mysql tables. I tried adding a row like this to the
dvb_channel table:

REPLACE INTO dvb_channel (chanid, serviceid, networkid, providerid, transportid, frequency, inversion, symbolrate, fec, polarity, satid, modulation, bandwidth, lp_code_rate, transmission_mode, guard_interval, hierarchy, pmtcache) VALUES (1000, 529, NULL, NULL, 1,  205625000, 'a', NULL, '3/4', 'h', 0, 'qam_64', '7', '3/4', '8', '1/16', 'n', NULL);

(this is for ABC Canberra, Australia). the chanid correlates to the line
in the channels table.

I also added a couple of entries like this:

REPLACE INTO dvb_pids (chanid, pid, type, lang) VALUES (1000, 512, 'v', '');
REPLACE INTO dvb_pids (chanid, pid, type, lang) VALUES (1000, 650, 'a', '');

However, I still get these errors when I start mythbackend

2005-07-03 17:34:38.672 New DB connection, total: 1
Starting up as the master server.
2005-07-03 17:34:38.679 New DB connection, total: 2
2005-07-03 17:34:38.682 DVB#0 DVB SI Table Parser Started
2005-07-03 17:34:38.697 DVB#0 Using DVB card 0, with frontend DVICO FusionHDTV DVB-T1.
2005-07-03 17:34:38.698 New DB connection, total: 3
2005-07-03 17:34:39.720 DVB#0 DVB signal 7a7f | snr cccc | ber    0 | unc    0
2005-07-03 17:34:39.720 DVB#0 Status: LOCK.
2005-07-03 17:34:39.720 DVB#0 Multiplex Locked
2005-07-03 17:34:45.737 DVB#0 Timeout Getting PMT
2005-07-03 17:34:45.737 DVB#0 ERROR - Tuning for channel #2 failed.
2005-07-03 17:34:45.740 New DB scheduler connection
2005-07-03 17:34:45.743 mythbackend version: 0.18.20050409-1 www.mythtv.org
2005-07-03 17:34:45.743 Enabled verbose msgs : important general
2005-07-03 17:34:47.744 Reschedule requested for id -1.
2005-07-03 17:34:47.750 Scheduled 0 items in 0.0 = 0.00 match + 0.00 place
2005-07-03 17:34:47.751 Seem to be woken up by USER

without adding the entry to dvb_channel row I don't even get the
"DVB#0 Status: LOCK" message. 

Can someone help me with how to setup the channels or point me to some
up to date documentation? Or even better does anyone have a digital
channel configuration for Canberra?

Thanks,

Chris
-- 
cyeoh at samba.org


More information about the mythtv-users mailing list