[mythtv-users] FreeviewHD (UK) scanning/partial lock problem

John Pilkington J.Pilk at tesco.net
Tue Dec 20 23:04:59 UTC 2011


On 12/20/2011 06:14 PM, Karl Dietz wrote:
> On 20.12.2011 12:31, John Pilkington wrote:
>> On 19/12/11 23:08, Karl Dietz wrote:
>>> just for kicks you might try manually setting the original_network_id to
>>> 9018 (thats the UK's DVB-T ONID) and the transport_id to 12323 for
>>> the multiplex at 770MHz and see what happens.
>>
>> But I would have tried setting the ids from mythtvsetup if I had found a
>> way to do it. I think I can read the required values from the channel
>> scan. Have I missed it in the menus, or do I need to go to mythweb or
>> directly into the database to do it?
>
> sorry, I just tested it on master and you will see the values in
> mythtv-setup ->  5. Channels ->  Edit Transponders
> but I could not find a way to change them there ...
>
> The only other way I know is direct database editing which is frowned
> upon or writing a small script, using the bindings or new service API,
> to edit the transports.
>
> Regards,
> Karl

It seems to be working after a) removing the failing battery pack and b)
issuing these command lines from a terminal.  The usual cautions apply.

echo "update dtv_multiplex  set transportid=16517 where 
frequency=770000000 ;"   | mysql -u mythtv -pmythtv mythconverg

echo "update dtv_multiplex  set networkid=9018 where frequency=770000000 
;"   | mysql -u mythtv -pmythtv mythconverg

where the numbers are taken from these lines in the mythtvsetup terminal 
output, and will differ for other transmitters.

qam_256:770000000:BBC HD:54:12323:9018:17472:16517=16517:dvb 
0:cnt(pnum:1,channum:1) 

qam_256:770000000:BBC One HD:50:12323:9018:17540:16517=16517:dvb 
0:cnt(pnum:1,channum:1) 

qam_256:770000000:ITV1 HD:51:12323:9018:17605:16517=16517:dvb 
0:cnt(pnum:1,channum:1) 

qam_256:770000000:Channel 4 HD:52:12323:9018:17664:16517=16517:dvb 
0:cnt(pnum:1,channum:1)

HTH

John P


More information about the mythtv-users mailing list