Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Avoiding "Channel not avaiable"



Torsten Kunkel wrote:
> 
> Hi,
> 
> since yesterday I run a little developing-environment on my
> maincomputer without a dvb-card. This runs fine, but one thing looks
> bad. Every 5 seconds I get the message "channel not avaiable". Shure
> how could it? I haven't any card.
> I started vdr with -D0 so he shouldn't use any card.

-D0 means it should take _only_ the first DVB card (index 0).

> Is there a simple way to get rid of this message?

Edit the file VDR/device.c and locate

        case scrNotAvailable: if (Interface)
                                 Interface->Error(tr("Channel not available!"));
                              return false;

There you can disable that message.

Klaus


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index