[mythtvnz] PVR150 channel changing woes

Robin Gilks mythtvnz@lists.linuxnut.co.nz
Wed, 26 Apr 2006 11:49:44 +1200 (NZST)


> I'm having trouble getting mythtv to change the channel using these cards.
> I'm getting EPG from hairy geek - all that's working fine.  I couldn't
> get mythtv to natively change the channels so I used the external
> command and ivtv-tune to do this.
>
> #!/usr/bin/perl -w
>
> use Time::Local;
>
> my $cmd="ivtv-tune -tnewzealand -d /dev/video0 -c".$ARGV[0]."\n";
> printf("Sending %s",$cmd);
> `$cmd`;
>
>
> The script is reported in mythbackend.log as having successfully run but
> the channel didn't get changed.  BTW this script works quite happily
> from the command line. >:o
> Since mythtv doesn't for some strange reason make use of the external
> command for live TV I really would like to get it going natively.  I
> have configured PVR-x150 capture and tied it to my hairy geek video
> source from an empty mythconverg database using mythfilldatabase --manual.
> Looking at the database tables with mysqlcc, the channel and card
> entries all seem to be correct.
>
> Can anyone who has a PVR150 give any clues on how to get native channel
> changing going?
>
> when mythtv tries to change the channel itself I get
> QDateTime::String Parameter out of range messages from mythfrontend.
>
>
> Thanks
> Graeme
>

Sounds to me as though you don't have the channel number set up correctly
in mythsetup. Note that for each channel, the channel number is on the
second page of the setup (I think its the 1st field of the 2nd page) - if
this is blank then you'll never change channel, either internally or
externally (as both methods use the same field for the channel number
info).

-- 
Robin Gilks