Mailing List archive

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

[linux-dvb] Re: Wrong time in VDR



> > one thing that i realised: it seems to me, that VDR
> > doesn.t change the systemtime (not hwclock).
> > my "setup.conf" says "set system clock = 1", but
> > when i start VDR the systemtime doesn.t change until
> > i manually go to "setup" and leave the menu again.
> > after 30s the time is correct.
> > 
> > that seems to be my problem now. maybe that doesn.t
> > work automatically because i.m not logged in at all.
> > (no "root" as discribed in the MANUAL"). i start
> > everything automatically with scripts in /etc/rc.d/init.d
> > 
> > do you have a way to solve this?
> 
> There was a bug in the initialization of the cDvbApi objects.
> 
> In dvbapi.c, function cDvbApi::cDvbApi(), change the line 
> 
>     if (!NumDvbApis) // only the first one shall set the system time
> 
> into
> 
>     if (!dvbApi[0]) // only the first one shall set the system time
> 
> and it should work.

IT DOES WORK! :) that solves all my "time problems".

thanx!

servus hannes! 





--- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index