[mythtv-users] still can't lock to ABC in Canberra using myth on DViCO [xpost CLUG, mythtv-users]

Daniel Rose drose at dtlm.homelinux.net
Sun Mar 28 23:41:50 UTC 2010


On 03/28/10 18:13, Lee McLaren wrote:
> Daniel Rose wrote:
>> [...]
>> I expect that VLC is tuning directly, but that Myth is being a little
>> more elegant and doing a tune+offset, which the driver does not properly
>> support.
>>
>> [...]   
> I use Dvico cards,
>
> I have trouble tuning some channels, what is detected by a scan with
> Mythtv results in a picture that breaks up etc. I have to adjust the
> value for the multiplex frequency for it to work correctly, it only
> happens on one multiplex.
>
> The correct working value is 184625000 but it is scanned as 184500000.
> You may want to try adjusting the frequency by a similar offset.

Where do you adjust this?

I've tried already in the frequency field of the dtv_multiplex table,
but there was no improvement.


Thanks for the reply.


PS:

Now that I look, I see a glaring inconsistency:

mysql> select name, mplexid from channel order by mplexid;
+-----------------+---------+
| name            | mplexid |
+-----------------+---------+
| SC10 Canberra   |       1 |
| SC Ten          |       1 |
| One HD Canberra |       1 |
| WIN HD Canberra |       2 |
| WIN Canberra    |       2 |
| GO! Canberra    |       2 |
| SBS ONE         |       3 |
| SBS TWO         |       3 |
| SBS 3           |       3 |
| SBS 4           |       3 |
| SBS HD          |       3 |
| PRIME View 3    |       4 |
| 7TWO on PRIME   |       4 |
| PRIME View 1    |       4 |
| PRIME HD        |       4 |
| PRIME Canberra  |       4 |
| ABC1            |       5 |
| ABC1            |       5 |
| ABC HDTV        |       5 |
| ABC3            |       5 |
| ABC2            |       5 |
| One HD Canberra |       6 |
| SC10 Canberra   |       6 |
| SC Ten          |       6 |
| ABC3            |       7 |
| ABC1            |       7 |
| ABC2            |       7 |
| ABC1            |       7 |
| ABC HDTV        |       7 |
| WIN Canberra    |       8 |
| GO! Canberra    |       8 |
| WIN HD Canberra |       8 |
| PRIME View 1    |       9 |
| 7TWO on PRIME   |       9 |
| PRIME View 3    |       9 |
| PRIME Canberra  |       9 |
| PRIME HD        |       9 |
| SBS ONE         |      10 |
| SBS TWO         |      10 |
| SBS 3           |      10 |
| SBS 4           |      10 |
| SBS HD          |      10 |
+-----------------+---------+
42 rows in set (0.00 sec)

mysql> select mplexid,frequency  from dtv_multiplex order by frequency;
+---------+-----------+
| mplexid | frequency |
+---------+-----------+
|       1 | 177500000 |
|       6 | 177500000 |
|       7 | 205500000 |
|       5 | 205625000 |
|      11 | 205625000 |
|       2 | 219500000 |
|       8 | 219500000 |
|       4 | 226500000 |
|       9 | 226500000 |
|       3 | 543500000 |
|      10 | 543500000 |
+---------+-----------+
11 rows in set (0.00 sec)


I can't imagine how this has happened, but there's no mplexid 11 in the
channel table so it's a bit weird.

update  dtv_multiplex set frequency=205625000 where mplexid=7;     


It's working now!

*hangs head in shame*.

I wish I'd spotted that sooner!

Thanks Lee.  Can you send me a wish list or something off-list?  I'd
like to thank you with material goods!








More information about the mythtv-users mailing list