Mailing List archive

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

[linux-dvb] Re: Problems with n-tv



Martin Hammerschmid wrote:
> 
> Klaus Schmidinger wrote:
> >
> > When I load driver 0.8.2 the default channel is n-tv.
> > Today I saw that there are some heavy picture distortions
> > on that channel (don't know if that problem has already been
> > there earlier). Other channels don't show these problems.
> > This happens with the driver alone (no VDR) as well as with
> > VDR.
> >
> > Can anybody else confirm this, or is this a problem on my system?
> 
> I could observe this behaviour too, as well as problems
> with austrian TV (TW1) on astra.
> 
> co -D "5 Feb 2001 00:00:00" DVB
> works far better for me than 0.8.2

Just found the fix in the CVS tree:

--- DVB.082/driver/VES1893.c      Thu Feb  8 04:34:09 2001
+++ DVB/driver/VES1893.c   Sun Mar  4 00:15:31 2001
@@ -181,7 +181,7 @@
                 srate=500000;
         ves->srate=srate;
         
-#define MUL (1UL<<25)
+#define MUL (1UL<<26)
 #define FIN (90106000UL>>4)
         tmp=srate<<6;
        ratio=tmp/FIN;

Now n-tv works again - and so do the ORF channels :-)

Thanks, Ralph, for making this fix available in the 0-8 branch.
It'll still take a little while until I'll be able to switch to
kernel 2.4...

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


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



Home | Main Index | Thread Index