Re: [vdr] Signal problem

2013-06-06 Thread lukkinosat
Are the Italian sky channels with symbol rate 29900? 
 
Hi Luca



Da: ThE-GuRu thegu...@gmail.com
A: vdr@linuxtv.org 
Inviato: Mercoledì 5 Giugno 2013 8:39
Oggetto: [vdr] Signal problem



Hi, i’m trying vdr-2.0.2 with my SkystarHD (not HD2) and in certain channels i 
have a weak signal problem. I’ve tried with kernel driver (I’m using Mint 
14-x64with kernel 3.5.0-17) and also with latest dvb driver but nothing is 
changed. With my old disk Ubuntu 10.04 and vdr 1.7.21 I have no problem, what 
can be the problem???
Bye!
 
P.s.: i’ve also 1 Tevii and Mystique pci card but if i try with HD channels i 
see on tv not the right image but a lot of green square … what can be?
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Signal problem

2013-06-06 Thread lukkinosat
 
Solution for problem signal with module ds3000:
 
git clone git://linuxtv.org/media_build.git
cd media_build 
./build
 
Running build until it starts to compile cc, about 30 seconds, and stop with 
CRTL+C
 
find $PWD -type f -name ds3000.c
 
Open file ds3000.c with a editor
 
Search line:
 
if (c-symbol_rate = 3000)
 
And replace with:
 
if (c-symbol_rate = 2990)
 
Save file.
 
make clean
make -j 4
make install
reboot
 
 
Hi Luca___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr