[mythtv-users] UPC Poland , mythfrontend hangs on a "Connection test" channel

R. G. Newbury newbury at mandamus.org
Wed Jul 23 18:29:46 UTC 2014


On 21/07/14 05:40 AM, Janusz S. Bien wrote:
> I'm a novice user, I've actually started to use MythTV only yesterday.
>
> When doing "Full Scan (Tuned)" I marked "Unencrypted only" expecting to
> tune only to the free DVB-T channels available on the UPC cable (for
> encrypted channels we have in another room a topbox rented by UPC and
> connected to our TV).
>
> Looks like MythTV has tuned to all the channels offered and is able even
> to get EPG for channels available only on the topbox (which is quite
> convenient); moreover it has tuned to a lot of technical (?) channels
> which are normally not visible at all.
>
> The problem is that when I incidentally selected "Connection test", the
> frontend practically hangs.
>
> I've rescanned the channels hoping to reset the starting channel for the
> card, but it doesn't work, the frontend always starts with an attempt to
> receive "Connection test". I was looking also for a way to remove
> unneeded channels including "Connection test", but didn't find any
> (perhaps I don't know where to look).
>
> I have some rudimentary knowledge of MySQL Workbench so I can do some
> checks or operation directly on the data base if it is needed.


You can re-set the starting channel by poking the cardinput table.

Open a console window (or ssh to the myth box) and use:

#/bin/bash
#  re-set-channel
#  Tuner='5'
#  Channel='43.1' or '105'
#
echo "update cardinput set startchan = $Channel where cardid = $Tuner;" 
 > tempfile
echo "exit" >> tempfile
mysql -u mythtv -pmythtv mythconverg < tempfile
rm -f tempfile

Set Tuner and Channel to something you know works, and then use the 
channel editor in mythtv-setup. To delete a channel use 'D' for delete ( 
the use of which is not exactly made explicit!).

If you hang the system, use re-set-channel from the other window.

Note that you can change the channel numbering and callsign data in the 
channel editor so whatever you like.

Geoff





-- 
              R. Geoffrey Newbury			



More information about the mythtv-users mailing list