[mythtv-users] Help with getting Firewire working with Mythtv-0.27
Eric Sharkey
eric at lisaneric.org
Sat Oct 26 02:05:33 UTC 2013
On Fri, Oct 25, 2013 at 2:42 PM, Dipak Sitaram <dipak at sitarams.net> wrote:
> I tried putting "6200ch" as an external program to change a channel, but
> it does not seem to get called since the channel is not changed.
Did you put just "6200ch" or the full absolute path to this file?
When you change channels with 6200ch do you do it with no arguments
other than the channel number?
I had to wrap 6200ch in a script for my use. I have the channel
changer configured as /usr/local/bin/changefioschannel, which is:
#!/bin/sh
/usr/local/bin/6200ch -g f80bbefffe707f3e -d 10 -4 $1
/usr/local/bin/6200ch -g f80bbefffe707f3e -e
sleep 2
Obviously, your guid will be different.
Eric
More information about the mythtv-users
mailing list