[mythtv] open() error message with latest CVS in mythbackend

Jim Westfall jwestfall at surrealistic.net
Wed Feb 2 18:22:03 UTC 2005


yeah it should be the else if, I must have overlooked it.  Could someone 
please commit this change?

thanks
Jim Westfall

Tj <htpc at treblid.dyndns.org> wrote [02.02.05]:
> Think the problem is here. should be "else if" rather than "if"
> 
> RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/tv_rec.cpp,v
> retrieving revision 1.170
> diff -r1.170 tv_rec.cpp
> 122c122
> <     if (cardtype == "FIREWIRE")
> ---
> >     else if (cardtype == "FIREWIRE")
> 
> not sure if I missed any other things, still compiling....
> 
>         
> Tj wrote:
> 
> >Am I missing some new setup thing in the new CVS? Can't watch live TV 
> >anymore.
> >
> >Is the open() error messages normal?
> >
> >channel.cpp is trying to open a file called "0" and "1" (presumably 
> >b'coz I have two DVB-T cards).
> >
> >
> >---- [ begin log ] ----
> >2005-02-02 17:37:09.547 DVB#1 Multiplex Locked
> >2005-02-02 17:37:10.599 DVB#1 Successfully tuned to channel 28.
> >2005-02-02 17:37:10.599 Closing DVB channel
> >2005-02-02 17:37:11.386 DVB#1 DVB Signal Monitor Stopped
> >2005-02-02 17:37:11.398 Channel(1)::Open(): Can't open video device, 
> >error "No such file or directory"
> >2005-02-02 17:37:11.401 Channel(1)::Open(): Can't open video device, 
> >error "No such file or directory"
> >2005-02-02 17:37:11.403 ChannelBase: Could not find input: DVBInput on 
> >card when setting channel 28
> >2005-02-02 17:37:11.416 mythbackend version: 0.17.20050130-1 
> >www.mythtv.org
> >2005-02-02 17:37:11.416 Enabled verbose msgs : important general
> >---- [ end log ] ----
> >
> >
> >
> >
> >_______________________________________________
> >mythtv-dev mailing list
> >mythtv-dev at mythtv.org
> >http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
> >
> >
> >
> 

> Index: mythtv/libs/libmythtv/tv_rec.cpp
> ===================================================================
> RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/tv_rec.cpp,v
> retrieving revision 1.170
> diff -r1.170 tv_rec.cpp
> 122c122
> <     if (cardtype == "FIREWIRE")
> ---
> >     else if (cardtype == "FIREWIRE")

> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev



More information about the mythtv-dev mailing list