Hi, I have patched channelscan-0.6.1 additional for working with 1.7.0+s2api It seems to work fine with DVB-S. But it doesn't work with DVB-S2. I have took a look at transponders files of reel. And found that files hasn't any information about modulation (QPSK, 8PSK) I don't know how Reel don't use this informations for tuning. Regards Oleg Roitburd
diff -Nurp /usr/src/vdr-1.7.1-s2api-ext64/PLUGINS/src/channelscan/filter.c channelscan/filter.c --- /usr/src/vdr-1.7.1-s2api-ext64/PLUGINS/src/channelscan/filter.c 2008-10-17 21:51:12.000000000 +0200 +++ channelscan/filter.c 2008-10-20 14:27:52.000000000 +0200 @@ -677,7 +677,7 @@ PatFilter::Process(u_short Pid, u_char T } } #if APIVERSNUM >= 10509 || defined(REELVDR) - Channel->SetPids(Vpid, Vpid ? Ppid : 0, 0, Apids, ALangs, Dpids, + Channel->SetPids(Vpid, Vpid ? Ppid : 0, Apids, ALangs, Dpids, DLangs, Spids, SLangs, Tpid); #else Channel->SetPids(Vpid, Vpid ? Ppid : 0, Apids, ALangs, Dpids,
_______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr