[mythtv-users] Problem with tuning DVB-T

Malcolm Smith malc at porsche.demon.co.uk
Thu Jan 22 09:11:42 EST 2004


Sorted it... I pulled a fresh CVS and it seems to work. I must have just 
caught some overlapping commits.

Thanks for the help

I still get the following trace, but it seems to work. Same database 
entries in  the tables, included below. Anybody any ideas? Do I have the 
wrong syntax for the table entries?

-malc-



2004-01-22 13:03:07 Started recording "Xchange" on channel: 1015 on 
cardid: 1, s
ourceid 1
2004-01-22 13:03:07 DVB#0 WARNING - Unsupported inversion option 'auto', 
falling
 back to 'off'
2004-01-22 13:03:07 DVB#0 WARNING - Unsupported bandwidth parameter.
2004-01-22 13:03:07 DVB#0 ERROR - Setting Frontend failed.
          (22) Invalid argument
2004-01-22 13:03:07 DVB#0 ERROR - Tuning for channel #6 failed.
2004-01-22 13:03:07 Changing from None to RecordingOnly
2004-01-22 13:03:07 DVB#0 Was told to record transport stream, but this 
feature
is broken, not enabling.
2004-01-22 13:03:07 DVB#0 Recorder: Card opened successfully.
2004-01-22 13:03:07 DVB#0 WARNING - PID value (0) is outside dvb 
specification.
Videostream: ASPECT: 16:9  Size = 720x576  FRate: 25 fps  BRate: 6.50 Mbit/s
Audiostream: Layer: 2  BRate: 256 kb/s  Freq: 48.0 kHz

 

mysql> select * from dvb_channel where chanid=1015;
+--------+-----------+-----------+------------+-------------+-----------+-----------+------------+------+----------+-------+------------+-----------+--------------+--------------+-------------------+----------------+-----------+-----------+------------+------------+---------------+----------------+----------+------------+---------+----------+ 

| chanid | serviceid | networkid | providerid | transportid | frequency 
| inversion | symbolrate | fec  | polarity | satid | modulation | 
bandwidth | hp_code_rate | lp_code_rate | transmission_mode | 
guard_interval | hierarchy | fec_inner | pids_video | pids_audio | 
pids_teletext | pids_subtitles | pids_pcr | pids_other | cryptid | 
pmtcache |
+--------+-----------+-----------+------------+-------------+-----------+-----------+------------+------+----------+-------+------------+-----------+--------------+--------------+-------------------+----------------+-----------+-----------+------------+------------+---------------+----------------+----------+------------+---------+----------+ 

|   1015 |      NULL |      NULL |       NULL |        NULL | 842166670 
| 0         |    6900000 | 2/3  | V        |  NULL | qam_64     | 
8         | 2/3          | 1/2          | 2                 | 
1/32           | n         | auto      | 620        | 621        | 
4671          | NULL           | NULL     | NULL       |    NULL | 
NULL     |
+--------+-----------+-----------+------------+-------------+-----------+-----------+------------+------+----------+-------+------------+-----------+--------------+--------------+-------------------+----------------+-----------+-----------+------------+------------+---------------+----------------+----------+------------+---------+----------+ 

1 row in set (0.00 sec)

mysql> select * from dvb_pids where chanid=1015;
+--------+-----+------+------+
| chanid | pid | type | lang |
+--------+-----+------+------+
|   1015 | 620 | v    |      |
|   1015 | 621 | a    |      |
+--------+-----+------+------+
2 rows in set (0.00 sec)



Simon at the Threshold wrote:

> Hi Malcolm,
>
> It was worth a go, I managed to waste a good 4 hours of playing around 
> after I upgraded my kernel and thus all of the compiled modules 
> yestoday before I noticed that I'd left a "bleeding" in my apt sources 
> file. <Whimper>.
>
> I think I'm back to where I started, I must say I'm quite greatful for 
> only mythtv to fall over as opposed to the kernel, X11 and anything 
> else that feels like it.
>
> I knew I was in trouble when modprobe ivtv segv'ed... <Wince>
>
> Think I'll try the mythtv cvs update tonight..
>
> Simon
>
> Malcolm Smith wrote:
>
>> Hi Simon,
>>
>> thanks for that... nope not the adaptors, just checked it. Also the 
>> only change I made was to do
>> cvs update && make && make install
>>
>> Will try another cvs update
>
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>mythtv-users mailing list
>mythtv-users at mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>




More information about the mythtv-users mailing list