[mythtv-users] Help setting up HD Homerun

R. G. Newbury newbury at mandamus.org
Thu Nov 20 18:57:01 UTC 2008


> Eric Mesa wrote:
>> Ok, after setting it to a channel dwell time of 30 seconds, it was 
>> able to find only the local ABC channel.  Again,  hooked up to my HD 
>> converter box, I can get 12 channels.  Also, when I try to watch the 
>> local ABC channel, it just appears black and says "no lock" in the 
>> EPG.  Suggestions are welcome!
>>

You may not have set up the hdhr correctly or completely.

I had some fun with this at first too. I ended up writing the following 
script to help me watch channels with vlc. It *REQUIRES* that the hdhr 
be set correctly. Without using the last line you can also use the 'save 
the stream and open it with mplayer' testing route.

Geoff


#!/bin/bash
# hd0-chan-set : set channel and program, call vlc
$ As in 25 and 1 for 25.1
Channel=abc
Program=xyz
Channel=$1
Program=$2

echo "Args provided: Channel: "   $Channel "    Program: "     $Program

if [ $1 = abc ];
then
   echo "You must provide a tuning channel number or frequency, not a 
cable channel."
   exit;
fi
if [ $2 = xyz ];
then
   echo "Need to give a program number (PID)."
   exit;
fi

   hdhomerun_config FFFFFFFF set /tuner0/channelmap us-bcast
   hdhomerun_config FFFFFFFF set /tuner0/channel 8vsb:$1
   hdhomerun_config FFFFFFFF set /tuner0/program $2
   wxvlc udp://@







-- 
         Please let me know if anything I say offends you.
          I may wish to offend you again in the future.

          Tux says: "Be regular. Eat cron flakes."


More information about the mythtv-users mailing list