Re: [vdr] + DVB-S2 + reelchannelscan 0.6.1 patch for vdr-1.7.0 + h264

2008-05-31 Thread Goga777
 I attach a new patch that will scan both DVB-S and DVB-S2 channels.
 
 If anybody tries it please post back.

Unfortunately I and other vdr-user couldn't lock the dvb-s2 channels with this 
patch.
there's new warning during of compilation

=
../../../include/vdr/nit.h:16:1: warning: this is the location of the previous 
definition
scan.c: In member function ‘void cScan::ScanServices()’:
scan.c:248: warning: unused variable ‘tt’
scan.c: In member function ‘void cScan::ScanDVB_S(cTransponder*, cChannel*)’:
scan.c:412: warning: unused variable ‘tt’


==
May 31 22:08:20 localhost vdr: [4645] INFO [channelscan]: Please update 
Transponder lists
May 31 22:08:20 localhost vdr: [4645] INFO [channelscan]: Please update 
Transponder lists
May 31 22:08:20 localhost vdr: [4645] ERROR: [channelscan] in   :  no values 
for S19.2E
May 31 22:08:20 localhost vdr: [4645] ERROR: [channelscan] can`t open 
LoadSatTpls /etc/vdr//plugins/transponders/S19.2E.tpl.
bz2 --- try uncompressed
===


hereafter is my steps


goga:/usr/src/VDR/PLUGINS/src/channelscan-0.6.1# svn revert -R ./
Reverted 'channelscan.c'
Reverted 'transponders.c'
Reverted 'scan.c'
Reverted 'filter.c'
Reverted 'csmenu.c'


goga:/usr/src/VDR/PLUGINS/src/channelscan-0.6.1# svn up
At revision 6236.

make clean-plugins
make plugins

Plugin reelchannelscan:
make[1]: Entering directory `/usr/src/vdr-1.7.0/PLUGINS/src/channelscan-0.6.1'
make[1]: Leaving directory `/usr/src/vdr-1.7.0/PLUGINS/src/channelscan-0.6.1'
make[1]: Entering directory `/usr/src/vdr-1.7.0/PLUGINS/src/channelscan-0.6.1'
g++ -fPIC -O2 -Wall -Woverloaded-virtual  -c -D_GNU_SOURCE 
-DPLUGIN_NAME_I18N='reelchannelscan' -DVDRDIR=\../../..\ 
-DBOOST_IOSTREAMS_NO_LIB  -DNDEBUG -I../../../include -I../..//include 
channelscan.c
In file included from scan.h:34,
 from csmenu.h:42,
 from channelscan.c:31:
filter.h:193:1: warning: MAXNETWORKNAME redefined
In file included from ../../../include/vdr/device.h:18,
 from scan.h:31,
 from csmenu.h:42,
 from channelscan.c:31:
../../../include/vdr/nit.h:16:1: warning: this is the location of the previous 
definition
g++ -fPIC -O2 -Wall -Woverloaded-virtual  -c -D_GNU_SOURCE 
-DPLUGIN_NAME_I18N='reelchannelscan' -DVDRDIR=\../../..\ 
-DBOOST_IOSTREAMS_NO_LIB  -DNDEBUG -I../../../include -I../..//include csmenu.c
In file included from scan.h:34,
 from csmenu.h:42,
 from csmenu.c:43:
filter.h:193:1: warning: MAXNETWORKNAME redefined
In file included from ../../../include/vdr/device.h:18,
 from ../../../include/vdr/menu.h:14,
 from csmenu.c:40:
../../../include/vdr/nit.h:16:1: warning: this is the location of the previous 
definition
g++ -fPIC -O2 -Wall -Woverloaded-virtual  -c -D_GNU_SOURCE 
-DPLUGIN_NAME_I18N='reelchannelscan' -DVDRDIR=\../../..\ 
-DBOOST_IOSTREAMS_NO_LIB  -DNDEBUG -I../../../include -I../..//include filter.c
In file included from scan.h:34,
 from csmenu.h:42,
 from filter.c:35:
filter.h:193:1: warning: MAXNETWORKNAME redefined
In file included from ../../../include/vdr/device.h:18,
 from scan.h:31,
 from csmenu.h:42,
 from filter.c:35:
../../../include/vdr/nit.h:16:1: warning: this is the location of the previous 
definition
g++ -fPIC -O2 -Wall -Woverloaded-virtual  -c -D_GNU_SOURCE 
-DPLUGIN_NAME_I18N='reelchannelscan' -DVDRDIR=\../../..\ 
-DBOOST_IOSTREAMS_NO_LIB  -DNDEBUG -I../../../include -I../..//include i18n.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual  -c -D_GNU_SOURCE 
-DPLUGIN_NAME_I18N='reelchannelscan' -DVDRDIR=\../../..\ 
-DBOOST_IOSTREAMS_NO_LIB  -DNDEBUG -I../../../include -I../..//include scan.c
In file included from scan.h:34,
 from csmenu.h:42,
 from scan.c:36:
filter.h:193:1: warning: MAXNETWORKNAME redefined
In file included from ../../../include/vdr/device.h:18,
 from scan.c:32:
../../../include/vdr/nit.h:16:1: warning: this is the location of the previous 
definition
scan.c: In member function ‘void cScan::ScanServices()’:
scan.c:248: warning: unused variable ‘tt’
scan.c: In member function ‘void cScan::ScanDVB_S(cTransponder*, cChannel*)’:
scan.c:412: warning: unused variable ‘tt’
g++ -fPIC -O2 -Wall -Woverloaded-virtual  -c -D_GNU_SOURCE 
-DPLUGIN_NAME_I18N='reelchannelscan' -DVDRDIR=\../../..\ 
-DBOOST_IOSTREAMS_NO_LIB  -DNDEBUG -I../../../include -I../..//include 
transponders.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual  -c -D_GNU_SOURCE 
-DPLUGIN_NAME_I18N='reelchannelscan' -DVDRDIR=\../../..\ 
-DBOOST_IOSTREAMS_NO_LIB  -DNDEBUG -I../../../include -I../..//include bzip2.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual  -lbz2 -lz -shared channelscan.o 
csmenu.o filter.o i18n.o 

Re: [vdr] + DVB-S2 + reelchannelscan 0.6.1 patch for vdr-1.7.0 + h264

2008-05-31 Thread Vangelis Nonas
Hello Goga,

I tested it with automatic scan (dont know if manual scan works). 
Moreover, I had selected TV+Radio (not HDTV) and the scanner pick up 
both DVB-S AND DVB-S2 channels. I haven't done any more testing with 
other parameters.  I have Hotbird in my installation  and it picked up 
in total 1626 services (TV+Radio). Maybe it missed a few (my satellite 
box gets about 2050, but this number includes data services). Moreover I 
dont know whether the file with the transponders for Hotbird ( 
(vdr-video-dir)/plugins/transponders/S13.0E.tpl  ) is updated (maybe it 
is missing a few transponders.

During compilation, I get the warning as well.

Can you try again with default parameters and post back pls?

Thanks
Vagelis

Goga777 wrote:
 I attach a new patch that will scan both DVB-S and DVB-S2 channels.

 If anybody tries it please post back.
 

 Unfortunately I and other vdr-user couldn't lock the dvb-s2 channels with 
 this patch.
 there's new warning during of compilation

 =
 ../../../include/vdr/nit.h:16:1: warning: this is the location of the 
 previous definition
 scan.c: In member function ‘void cScan::ScanServices()’:
 scan.c:248: warning: unused variable ‘tt’
 scan.c: In member function ‘void cScan::ScanDVB_S(cTransponder*, cChannel*)’:
 scan.c:412: warning: unused variable ‘tt’
 

 ==
 May 31 22:08:20 localhost vdr: [4645] INFO [channelscan]: Please update 
 Transponder lists
 May 31 22:08:20 localhost vdr: [4645] INFO [channelscan]: Please update 
 Transponder lists
 May 31 22:08:20 localhost vdr: [4645] ERROR: [channelscan] in   :  no values 
 for S19.2E
 May 31 22:08:20 localhost vdr: [4645] ERROR: [channelscan] can`t open 
 LoadSatTpls /etc/vdr//plugins/transponders/S19.2E.tpl.
 bz2 --- try uncompressed
 ===


 hereafter is my steps


 goga:/usr/src/VDR/PLUGINS/src/channelscan-0.6.1# svn revert -R ./
 Reverted 'channelscan.c'
 Reverted 'transponders.c'
 Reverted 'scan.c'
 Reverted 'filter.c'
 Reverted 'csmenu.c'


 goga:/usr/src/VDR/PLUGINS/src/channelscan-0.6.1# svn up
 At revision 6236.

 make clean-plugins
 make plugins

 Plugin reelchannelscan:
 make[1]: Entering directory `/usr/src/vdr-1.7.0/PLUGINS/src/channelscan-0.6.1'
 make[1]: Leaving directory `/usr/src/vdr-1.7.0/PLUGINS/src/channelscan-0.6.1'
 make[1]: Entering directory `/usr/src/vdr-1.7.0/PLUGINS/src/channelscan-0.6.1'
 g++ -fPIC -O2 -Wall -Woverloaded-virtual  -c -D_GNU_SOURCE 
 -DPLUGIN_NAME_I18N='reelchannelscan' -DVDRDIR=\../../..\ 
 -DBOOST_IOSTREAMS_NO_LIB  -DNDEBUG -I../../../include -I../..//include 
 channelscan.c
 In file included from scan.h:34,
  from csmenu.h:42,
  from channelscan.c:31:
 filter.h:193:1: warning: MAXNETWORKNAME redefined
 In file included from ../../../include/vdr/device.h:18,
  from scan.h:31,
  from csmenu.h:42,
  from channelscan.c:31:
 ../../../include/vdr/nit.h:16:1: warning: this is the location of the 
 previous definition
 g++ -fPIC -O2 -Wall -Woverloaded-virtual  -c -D_GNU_SOURCE 
 -DPLUGIN_NAME_I18N='reelchannelscan' -DVDRDIR=\../../..\ 
 -DBOOST_IOSTREAMS_NO_LIB  -DNDEBUG -I../../../include -I../..//include 
 csmenu.c
 In file included from scan.h:34,
  from csmenu.h:42,
  from csmenu.c:43:
 filter.h:193:1: warning: MAXNETWORKNAME redefined
 In file included from ../../../include/vdr/device.h:18,
  from ../../../include/vdr/menu.h:14,
  from csmenu.c:40:
 ../../../include/vdr/nit.h:16:1: warning: this is the location of the 
 previous definition
 g++ -fPIC -O2 -Wall -Woverloaded-virtual  -c -D_GNU_SOURCE 
 -DPLUGIN_NAME_I18N='reelchannelscan' -DVDRDIR=\../../..\ 
 -DBOOST_IOSTREAMS_NO_LIB  -DNDEBUG -I../../../include -I../..//include 
 filter.c
 In file included from scan.h:34,
  from csmenu.h:42,
  from filter.c:35:
 filter.h:193:1: warning: MAXNETWORKNAME redefined
 In file included from ../../../include/vdr/device.h:18,
  from scan.h:31,
  from csmenu.h:42,
  from filter.c:35:
 ../../../include/vdr/nit.h:16:1: warning: this is the location of the 
 previous definition
 g++ -fPIC -O2 -Wall -Woverloaded-virtual  -c -D_GNU_SOURCE 
 -DPLUGIN_NAME_I18N='reelchannelscan' -DVDRDIR=\../../..\ 
 -DBOOST_IOSTREAMS_NO_LIB  -DNDEBUG -I../../../include -I../..//include i18n.c
 g++ -fPIC -O2 -Wall -Woverloaded-virtual  -c -D_GNU_SOURCE 
 -DPLUGIN_NAME_I18N='reelchannelscan' -DVDRDIR=\../../..\ 
 -DBOOST_IOSTREAMS_NO_LIB  -DNDEBUG -I../../../include -I../..//include scan.c
 In file included from scan.h:34,
  from csmenu.h:42,
  from scan.c:36:
 filter.h:193:1: warning: MAXNETWORKNAME redefined
 In file included from ../../../include/vdr/device.h:18,

Re: [vdr] + DVB-S2 + reelchannelscan 0.6.1 patch for vdr-1.7.0 + h264

2008-05-31 Thread Goga777
Приветствую, Vangelis


it's my /etc/vdr/plugins/transponders/S13.0E.tpl (only dvb-s2 transponders)

[SATTYPE]
1=S13.0E
2=Hot Bird 6/7A/8 [Ku DVB-S2]
3=East
4=13.0

[DVB]
0=4
1=11258,H,27500,23,S2
2=11278,V,27500,23,S2
3=11449,H,27500,23,S2
4=11996,V,27500,23,S2


I have tested in Auto mode - and without any LOCK on dvb-s2 channels :(

May 31 23:02:55 localhost vdr: [4645] INFO [channelscan]: Please update 
Transponder lists
May 31 23:02:55 localhost vdr: [4645] INFO [channelscan]: Please update 
Transponder lists
May 31 23:02:55 localhost vdr: [4645] ERROR: [channelscan] in   :  no values 
for S13.0E
May 31 23:02:55 localhost vdr: [4645] ERROR: [channelscan] can`t open 
LoadSatTpls /etc/vdr//plugins/transponders/S13.0E.tpl.
bz2 --- try uncompressed
May 31 23:02:55 localhost vdr: [4645] virtual eOSState 
cMenuChannelscan::ProcessKey(eKeys) freq=1 scanMode=1
May 31 23:02:55 localhost vdr: [4645] virtual eOSState 
cMenuChannelscan::ProcessKey(eKeys) ssGetChannels?=0
May 31 23:02:55 localhost vdr: [4645] 
cMenuScanActive::cMenuScanActive(cScanParameters*) ssGetChannels?=0
May 31 23:02:55 localhost last message repeated 2 times
May 31 23:02:55 localhost vdr: [4645]  start Scanning @ Card 0 ---
May 31 23:02:55 localhost vdr: [6535] transfer thread ended (pid=4645, tid=6535)
May 31 23:02:55 localhost vdr: [4645] buffer stats: 0 (0%) used
May 31 23:02:55 localhost vdr: [4645] 
cMenuScanActive::cMenuScanActive(cScanParameters*) ssGetChannels?=1
May 31 23:02:55 localhost vdr: [6613] maxmods = 3
May 31 23:02:55 localhost vdr: [4645] 
cMenuScanActive::cMenuScanActive(cScanParameters*) ssGetChannels?=1
May 31 23:02:55 localhost vdr: [6537] TS buffer on device 1 thread ended 
(pid=4645, tid=6537)
May 31 23:02:55 localhost vdr: [6536] buffer stats: 0 (0%) used
May 31 23:02:55 localhost vdr: [6536] receiver on device 1 thread ended 
(pid=4645, tid=6536)
May 31 23:02:57 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: 
fepriv-state=2
May 31 23:02:57 localhost vdr: [6613]  debug  [channelscan] -- NO LOCK 
after 2000ms @ transponder 111258  -
May 31 23:03:01 localhost last message repeated 2 times
May 31 23:03:01 localhost vdr: [6613] maxmods = 3
May 31 23:03:02 localhost vdr: [4654] ERROR (dvbdevice.c,302): Invalid argument
May 31 23:03:02 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: 
fepriv-state=2
May 31 23:03:03 localhost vdr: [6613]  debug  [channelscan] -- NO LOCK 
after 2000ms @ transponder 111258  -
May 31 23:03:07 localhost last message repeated 2 times
May 31 23:03:07 localhost vdr: [6613] maxmods = 3
May 31 23:03:07 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: 
fepriv-state=2
May 31 23:03:09 localhost vdr: [6613]  debug  [channelscan] -- NO LOCK 
after 2000ms @ transponder 211278  -
May 31 23:03:13 localhost last message repeated 2 times
May 31 23:03:13 localhost vdr: [6613] maxmods = 3
May 31 23:03:15 localhost vdr: [4654] ERROR (dvbdevice.c,302): Invalid argument
May 31 23:03:15 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: 
fepriv-state=2
May 31 23:03:15 localhost vdr: [6613]  debug  [channelscan] -- NO LOCK 
after 2000ms @ transponder 211278  -
May 31 23:03:19 localhost last message repeated 2 times
May 31 23:03:19 localhost vdr: [6613] maxmods = 3
May 31 23:03:19 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: 
fepriv-state=2
May 31 23:03:21 localhost vdr: [6613]  debug  [channelscan] -- NO LOCK 
after 2000ms @ transponder 111449  -
May 31 23:03:25 localhost last message repeated 2 times
May 31 23:03:25 localhost vdr: [6613] maxmods = 3
May 31 23:03:27 localhost vdr: [4654] ERROR (dvbdevice.c,302): Invalid argument
May 31 23:03:27 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: 
fepriv-state=2
May 31 23:03:27 localhost vdr: [6613]  debug  [channelscan] -- NO LOCK 
after 2000ms @ transponder 111449  -
May 31 23:03:31 localhost last message repeated 2 times
May 31 23:03:31 localhost vdr: [6613] maxmods = 3

May 31 23:03:37 localhost last message repeated 2 times
May 31 23:03:37 localhost vdr: [6613] maxmods = 3
May 31 23:03:39 localhost vdr: [4654] ERROR (dvbdevice.c,302): Invalid argument
May 31 23:03:39 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: 
fepriv-state=2
May 31 23:03:39 localhost vdr: [6613]  debug  [channelscan] -- NO LOCK 
after 2000ms @ transponder 211996  -
May 31 23:03:43 localhost last message repeated 2 times
May 31 23:03:48 localhost vdr: [4654] frontend 0 timed out while tuning to 
channel 0, tp 211996
May 31 23:03:48 localhost vdr: [4654] ERROR (dvbdevice.c,302): Invalid argument
May 31 23:03:48 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: 
fepriv-state=2
May 31 23:03:57 localhost vdr: [4654] ERROR (dvbdevice.c,302): Invalid argument
May 31 23:03:57 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: 
fepriv-state=2


there's some strange warnings - can somebody comment their 

May 31 23:02:55 localhost vdr: [4645] 

Re: [vdr] + DVB-S2 + reelchannelscan 0.6.1 patch for vdr-1.7.0 + h264

2008-05-31 Thread Vangelis Nonas
Hello Goga,

For transponders 11258, 11278 , 11449 I get no channels as well.
But for 11996 I get:
NationalGeo 
HD;SkyItalia:11996:VO0S1:S13.0E:27500:163:0;412=ita,413=eng:0:919,93B:11032:64511:6400:0
Next 
HD;SkyItalia:11996:VO0S1:S13.0E:27500:160:0;400=ita,401=eng:0:919,93B:11030:64511:6400:0
SKY Cinema 
HD;SkyItalia:11996:VO0S1:S13.0E:27500:161:0;404=ita,405=eng:0:919,93B:11031:64511:6400:0
SKY Sport HD 
1;SkyItalia:11996:VO0S1:S13.0E:27500:164:0;416=ita,417=eng:0:919,93B:11020:64511:6400:0
SKY Sport HD 
2;SkyItalia:11996:VO0S1:S13.0E:27500:165:0;420=eng,421=ita:0:919,93B:11033:64511:6400:0

I also get:
HBO HD test;Cyfrowy Polsat 
S.A.:12265:VO0S0:S13.0E:27500:401:411=pol;412=pol:0:1803:3105:113:7800:0
HD suisse;SRG SSR idee 
suisse:12399:HO0S0:S13.0E:27500:180:0;131=deu,132=fra,133=ita,134=eng:0:500:990:318:8500:0
Polsat Sport HD test;Cyfrowy Polsat 
S.A.:12265:VO0S0:S13.0E:27500:301:311=pol:0:1803:3101:113:7800:0

which are HD channels but DVB-S.

As far as your transponder file, what if you remove S2 from the end of 
the line describing the transponder? I have used the original S13.0E.tpl 
that I found in an old 0.4.1 package. Anyway, in my code I treat each 
transponder as DVB-S and DVB-S2, so try again and post back. This is my 
corresponding lines:
1=11258,H,27500,23
2=11278,V,27500,34
3=11449,H,27500,23
4=11996,V,27500,23


Goga777 wrote:
 Приветствую, Vangelis


 it's my /etc/vdr/plugins/transponders/S13.0E.tpl (only dvb-s2 transponders)

 [SATTYPE]
 1=S13.0E
 2=Hot Bird 6/7A/8 [Ku DVB-S2]
 3=East
 4=13.0

 [DVB]
 0=4
 1=11258,H,27500,23,S2
 2=11278,V,27500,23,S2
 3=11449,H,27500,23,S2
 4=11996,V,27500,23,S2


 I have tested in Auto mode - and without any LOCK on dvb-s2 channels :(

 May 31 23:02:55 localhost vdr: [4645] INFO [channelscan]: Please update 
 Transponder lists
 May 31 23:02:55 localhost vdr: [4645] INFO [channelscan]: Please update 
 Transponder lists
 May 31 23:02:55 localhost vdr: [4645] ERROR: [channelscan] in   :  no values 
 for S13.0E
 May 31 23:02:55 localhost vdr: [4645] ERROR: [channelscan] can`t open 
 LoadSatTpls /etc/vdr//plugins/transponders/S13.0E.tpl.
 bz2 --- try uncompressed
 May 31 23:02:55 localhost vdr: [4645] virtual eOSState 
 cMenuChannelscan::ProcessKey(eKeys) freq=1 scanMode=1
 May 31 23:02:55 localhost vdr: [4645] virtual eOSState 
 cMenuChannelscan::ProcessKey(eKeys) ssGetChannels?=0
 May 31 23:02:55 localhost vdr: [4645] 
 cMenuScanActive::cMenuScanActive(cScanParameters*) ssGetChannels?=0
 May 31 23:02:55 localhost last message repeated 2 times
 May 31 23:02:55 localhost vdr: [4645]  start Scanning @ Card 0 ---
 May 31 23:02:55 localhost vdr: [6535] transfer thread ended (pid=4645, 
 tid=6535)
 May 31 23:02:55 localhost vdr: [4645] buffer stats: 0 (0%) used
 May 31 23:02:55 localhost vdr: [4645] 
 cMenuScanActive::cMenuScanActive(cScanParameters*) ssGetChannels?=1
 May 31 23:02:55 localhost vdr: [6613] maxmods = 3
 May 31 23:02:55 localhost vdr: [4645] 
 cMenuScanActive::cMenuScanActive(cScanParameters*) ssGetChannels?=1
 May 31 23:02:55 localhost vdr: [6537] TS buffer on device 1 thread ended 
 (pid=4645, tid=6537)
 May 31 23:02:55 localhost vdr: [6536] buffer stats: 0 (0%) used
 May 31 23:02:55 localhost vdr: [6536] receiver on device 1 thread ended 
 (pid=4645, tid=6536)
 May 31 23:02:57 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: 
 fepriv-state=2
 May 31 23:02:57 localhost vdr: [6613]  debug  [channelscan] -- NO LOCK 
 after 2000ms @ transponder 111258  -
 May 31 23:03:01 localhost last message repeated 2 times
 May 31 23:03:01 localhost vdr: [6613] maxmods = 3
 May 31 23:03:02 localhost vdr: [4654] ERROR (dvbdevice.c,302): Invalid 
 argument
 May 31 23:03:02 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: 
 fepriv-state=2
 May 31 23:03:03 localhost vdr: [6613]  debug  [channelscan] -- NO LOCK 
 after 2000ms @ transponder 111258  -
 May 31 23:03:07 localhost last message repeated 2 times
 May 31 23:03:07 localhost vdr: [6613] maxmods = 3
 May 31 23:03:07 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: 
 fepriv-state=2
 May 31 23:03:09 localhost vdr: [6613]  debug  [channelscan] -- NO LOCK 
 after 2000ms @ transponder 211278  -
 May 31 23:03:13 localhost last message repeated 2 times
 May 31 23:03:13 localhost vdr: [6613] maxmods = 3
 May 31 23:03:15 localhost vdr: [4654] ERROR (dvbdevice.c,302): Invalid 
 argument
 May 31 23:03:15 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: 
 fepriv-state=2
 May 31 23:03:15 localhost vdr: [6613]  debug  [channelscan] -- NO LOCK 
 after 2000ms @ transponder 211278  -
 May 31 23:03:19 localhost last message repeated 2 times
 May 31 23:03:19 localhost vdr: [6613] maxmods = 3
 May 31 23:03:19 localhost kernel: dvb_frontend_ioctl: FESTATE_RETUNE: 
 fepriv-state=2
 May 31 23:03:21 localhost vdr: [6613]  debug  [channelscan] -- NO LOCK 
 after 2000ms @ transponder 111449  -
 May 31 23:03:25 localhost last 

Re: [vdr] + DVB-S2 + reelchannelscan 0.6.1 patch for vdr-1.7.0 + h264

2008-05-31 Thread Goga777
 For transponders 11258, 11278 , 11449 I get no channels as well.

why ?
(may be this dvb-s2 channel was founded by VDR-scan, not by reelchannelscan ?)


 But for 11996 I get:
 NationalGeo 
 HD;SkyItalia:11996:VO0S1:S13.0E:27500:163:0;412=ita,413=eng:0:919,93B:11032:64511:6400:0
 Next 
 HD;SkyItalia:11996:VO0S1:S13.0E:27500:160:0;400=ita,401=eng:0:919,93B:11030:64511:6400:0
 SKY Cinema 
 HD;SkyItalia:11996:VO0S1:S13.0E:27500:161:0;404=ita,405=eng:0:919,93B:11031:64511:6400:0
 SKY Sport HD 
 1;SkyItalia:11996:VO0S1:S13.0E:27500:164:0;416=ita,417=eng:0:919,93B:11020:64511:6400:0
 SKY Sport HD 
 2;SkyItalia:11996:VO0S1:S13.0E:27500:165:0;420=eng,421=ita:0:919,93B:11033:64511:6400:0

 
 I also get:
 HBO HD test;Cyfrowy Polsat 
 S.A.:12265:VO0S0:S13.0E:27500:401:411=pol;412=pol:0:1803:3105:113:7800:0
 HD suisse;SRG SSR idee 
 suisse:12399:HO0S0:S13.0E:27500:180:0;131=deu,132=fra,133=ita,134=eng:0:500:990:318:8500:0
 Polsat Sport HD test;Cyfrowy Polsat 
 S.A.:12265:VO0S0:S13.0E:27500:301:311=pol:0:1803:3101:113:7800:0
 
 which are HD channels but DVB-S.

dvb-s channels are not so interesting than dvb-s2  :)


 
 As far as your transponder file, what if you remove S2 from the end of 
 the line describing the transponder? I have used the original S13.0E.tpl 
 that I found in an old 0.4.1 package. Anyway, in my code I treat each 
 transponder as DVB-S and DVB-S2, so try again and post back. This is my 
 corresponding lines:
 1=11258,H,27500,23
 2=11278,V,27500,34
 3=11449,H,27500,23
 4=11996,V,27500,23

no luck with your variant

[SATTYPE]
1=S13.0E
2=Hot Bird 6/7A/8 [Ku DVB-S2]
3=East
4=13.0

[DVB]
0=4
1=11258,H,27500,23
2=11278,V,27500,34
3=11449,H,27500,23
4=11996,V,27500,23

 debug [scan] Stop Replay Card Number 0  SET DEBUG [scan.c] 
scanning_on_receiving_device   TRUE
 DEBUG [channelscan]: loop through  transponders   size 4 

 DEBUG [channelscan]: loop through  transponders   size 4 
 DEBUG [channelscan]: scan f: 11258
 DEBUG [cs]: ScanDVB_S2
 DEBUG [DVB_S]; trying QPSK: freq: 11258 srate:27500   mod: 0
44m DEBUG [DVB_S] - channel: freq: 11258 pol: H  srate:27500   mod: -2147483648
  debug  [scan] -- NO LOCK @ transponder 111258  mod  -2147483648 fec 
-2147483648 --
 DEBUG [DVB_S]; trying PSK8: freq: 11258 srate:27500   mod: 8
44m DEBUG [DVB_S] - channel: freq: 11258 pol: H  srate:27500   mod: -2147483648
  debug  [scan] -- NO LOCK @ transponder 111258  mod  -2147483648 fec 
-2147483648 --
 DEBUG [DVB_S]; trying QPSK_S2: freq: 11258 srate:27500   mod: 4
44m DEBUG [DVB_S] - channel: freq: 11258 pol: H  srate:27500   mod: -2147483648
  debug  [scan] -- NO LOCK @ transponder 111258  mod  -2147483648 fec 
-2147483648 --
 DEBUG [cs]: ScanDVB_S2
 DEBUG [DVB_S]; trying QPSK: freq: 11258 srate:27500   mod: 4
44m DEBUG [DVB_S] - channel: freq: 11258 pol: H  srate:27500   mod: -2147483648
  debug  [scan] -- NO LOCK @ transponder 111258  mod  -2147483648 fec 
-2147483648 --
 DEBUG [DVB_S]; trying PSK8: freq: 11258 srate:27500   mod: 8
44m DEBUG [DVB_S] - channel: freq: 11258 pol: H  srate:27500   mod: -2147483648
  debug  [scan] -- NO LOCK @ transponder 111258  mod  -2147483648 fec 
-2147483648 --
 DEBUG [DVB_S]; trying QPSK_S2: freq: 11258 srate:27500   mod: 4
44m DEBUG [DVB_S] - channel: freq: 11258 pol: H  srate:27500   mod: -2147483648
  debug  [scan] -- NO LOCK @ transponder 111258  mod  -2147483648 fec 
-2147483648 --
 DEBUG [channelscan]: scan f: 11278
 DEBUG [cs]: ScanDVB_S2
 DEBUG [DVB_S]; trying QPSK: freq: 11278 srate:27500   mod: 0
44m DEBUG [DVB_S] - channel: freq: 11278 pol: V  srate:27500   mod: -2147483648
  debug  [scan] -- NO LOCK @ transponder 211278  mod  -2147483648 fec 
-2147483648 --
 DEBUG [DVB_S]; trying PSK8: freq: 11278 srate:27500   mod: 8
44m DEBUG [DVB_S] - channel: freq: 11278 pol: V  srate:27500   mod: -2147483648
  debug  [scan] -- NO LOCK @ transponder 211278  mod  -2147483648 fec 
-2147483648 --
 DEBUG [DVB_S]; trying QPSK_S2: freq: 11278 srate:27500   mod: 4
44m DEBUG [DVB_S] - channel: freq: 11278 pol: V  srate:27500   mod: -2147483648
  debug  [scan] -- NO LOCK @ transponder 211278  mod  -2147483648 fec 
-2147483648 --
 DEBUG [cs]: ScanDVB_S2
 DEBUG [DVB_S]; trying QPSK: freq: 11278 srate:27500   mod: 4
44m DEBUG [DVB_S] - channel: freq: 11278 pol: V  srate:27500   mod: -2147483648
  debug  [scan] -- NO LOCK @ transponder 211278  mod  -2147483648 fec 
-2147483648 --
 DEBUG [DVB_S]; trying PSK8: freq: 11278 srate:27500   mod: 8
44m DEBUG [DVB_S] - channel: freq: 11278 pol: V  srate:27500   mod: -2147483648
  debug  [scan] -- NO LOCK @ transponder 211278  mod  -2147483648 fec 
-2147483648 --
 DEBUG [DVB_S]; trying QPSK_S2: freq: 11278 srate:27500   mod: 4
44m DEBUG [DVB_S] - channel: freq: 11278 pol: V  srate:27500   mod: -2147483648
  debug  [scan] -- NO LOCK @ transponder 211278  mod  -2147483648 fec 
-2147483648 --
 DEBUG [channelscan]: scan f: 11449
 DEBUG [cs]: 

Re: [vdr] + DVB-S2 + reelchannelscan 0.6.1 patch for vdr-1.7.0 + h264

2008-05-31 Thread Vangelis Nonas
No, the channels I mention are found by reelchannelscan. Are you sure 
the other transponders have contents? Because, neither my box receiver 
can get anything there..  But, I can not see Eurosport HD in my 
installation., maybe I dont get all Hotbird's beams, I dont know

Anyway, it is strange you get nothing from reelchannelscan.. I get 
about 1600 servicess.
Using my previous patch (which worked only for DVB-S) did you get any 
channels?

If you scan all of Hotbirds transponders (having removed the S2 at the 
end of the line and with default settings) how many channels do you get?

Thanks
Vagelis

Goga777 wrote:
 For transponders 11258, 11278 , 11449 I get no channels as well.
 

 why ?
 (may be this dvb-s2 channel was founded by VDR-scan, not by reelchannelscan ?)


   
 But for 11996 I get:
 NationalGeo 
 HD;SkyItalia:11996:VO0S1:S13.0E:27500:163:0;412=ita,413=eng:0:919,93B:11032:64511:6400:0
 Next 
 HD;SkyItalia:11996:VO0S1:S13.0E:27500:160:0;400=ita,401=eng:0:919,93B:11030:64511:6400:0
 SKY Cinema 
 HD;SkyItalia:11996:VO0S1:S13.0E:27500:161:0;404=ita,405=eng:0:919,93B:11031:64511:6400:0
 SKY Sport HD 
 1;SkyItalia:11996:VO0S1:S13.0E:27500:164:0;416=ita,417=eng:0:919,93B:11020:64511:6400:0
 SKY Sport HD 
 2;SkyItalia:11996:VO0S1:S13.0E:27500:165:0;420=eng,421=ita:0:919,93B:11033:64511:6400:0
 

   
 I also get:
 HBO HD test;Cyfrowy Polsat 
 S.A.:12265:VO0S0:S13.0E:27500:401:411=pol;412=pol:0:1803:3105:113:7800:0
 HD suisse;SRG SSR idee 
 suisse:12399:HO0S0:S13.0E:27500:180:0;131=deu,132=fra,133=ita,134=eng:0:500:990:318:8500:0
 Polsat Sport HD test;Cyfrowy Polsat 
 S.A.:12265:VO0S0:S13.0E:27500:301:311=pol:0:1803:3101:113:7800:0

 which are HD channels but DVB-S.
 

 dvb-s channels are not so interesting than dvb-s2  :)


   
 As far as your transponder file, what if you remove S2 from the end of 
 the line describing the transponder? I have used the original S13.0E.tpl 
 that I found in an old 0.4.1 package. Anyway, in my code I treat each 
 transponder as DVB-S and DVB-S2, so try again and post back. This is my 
 corresponding lines:
 1=11258,H,27500,23
 2=11278,V,27500,34
 3=11449,H,27500,23
 4=11996,V,27500,23
 

 no luck with your variant

 [SATTYPE]
 1=S13.0E
 2=Hot Bird 6/7A/8 [Ku DVB-S2]
 3=East
 4=13.0

 [DVB]
 0=4
 1=11258,H,27500,23
 2=11278,V,27500,34
 3=11449,H,27500,23
 4=11996,V,27500,23

  debug [scan] Stop Replay Card Number 0  SET DEBUG [scan.c] 
 scanning_on_receiving_device   TRUE
  DEBUG [channelscan]: loop through  transponders   size 4 

  DEBUG [channelscan]: loop through  transponders   size 4 
  DEBUG [channelscan]: scan f: 11258
  DEBUG [cs]: ScanDVB_S2
  DEBUG [DVB_S]; trying QPSK: freq: 11258 srate:27500   mod: 0
 44m DEBUG [DVB_S] - channel: freq: 11258 pol: H  srate:27500   mod: 
 -2147483648
   debug  [scan] -- NO LOCK @ transponder 111258  mod  -2147483648 fec 
 -2147483648 --
  DEBUG [DVB_S]; trying PSK8: freq: 11258 srate:27500   mod: 8
 44m DEBUG [DVB_S] - channel: freq: 11258 pol: H  srate:27500   mod: 
 -2147483648
   debug  [scan] -- NO LOCK @ transponder 111258  mod  -2147483648 fec 
 -2147483648 --
  DEBUG [DVB_S]; trying QPSK_S2: freq: 11258 srate:27500   mod: 4
 44m DEBUG [DVB_S] - channel: freq: 11258 pol: H  srate:27500   mod: 
 -2147483648
   debug  [scan] -- NO LOCK @ transponder 111258  mod  -2147483648 fec 
 -2147483648 --
  DEBUG [cs]: ScanDVB_S2
  DEBUG [DVB_S]; trying QPSK: freq: 11258 srate:27500   mod: 4
 44m DEBUG [DVB_S] - channel: freq: 11258 pol: H  srate:27500   mod: 
 -2147483648
   debug  [scan] -- NO LOCK @ transponder 111258  mod  -2147483648 fec 
 -2147483648 --
  DEBUG [DVB_S]; trying PSK8: freq: 11258 srate:27500   mod: 8
 44m DEBUG [DVB_S] - channel: freq: 11258 pol: H  srate:27500   mod: 
 -2147483648
   debug  [scan] -- NO LOCK @ transponder 111258  mod  -2147483648 fec 
 -2147483648 --
  DEBUG [DVB_S]; trying QPSK_S2: freq: 11258 srate:27500   mod: 4
 44m DEBUG [DVB_S] - channel: freq: 11258 pol: H  srate:27500   mod: 
 -2147483648
   debug  [scan] -- NO LOCK @ transponder 111258  mod  -2147483648 fec 
 -2147483648 --
  DEBUG [channelscan]: scan f: 11278
  DEBUG [cs]: ScanDVB_S2
  DEBUG [DVB_S]; trying QPSK: freq: 11278 srate:27500   mod: 0
 44m DEBUG [DVB_S] - channel: freq: 11278 pol: V  srate:27500   mod: 
 -2147483648
   debug  [scan] -- NO LOCK @ transponder 211278  mod  -2147483648 fec 
 -2147483648 --
  DEBUG [DVB_S]; trying PSK8: freq: 11278 srate:27500   mod: 8
 44m DEBUG [DVB_S] - channel: freq: 11278 pol: V  srate:27500   mod: 
 -2147483648
   debug  [scan] -- NO LOCK @ transponder 211278  mod  -2147483648 fec 
 -2147483648 --
  DEBUG [DVB_S]; trying QPSK_S2: freq: 11278 srate:27500   mod: 4
 44m DEBUG [DVB_S] - channel: freq: 11278 pol: V  srate:27500   mod: 
 -2147483648
   debug  [scan] -- NO LOCK @ transponder 211278  mod  -2147483648 fec 
 -2147483648 --
  DEBUG [cs]: ScanDVB_S2
  DEBUG 

Re: [vdr] + DVB-S2 + reelchannelscan 0.6.1 patch for vdr-1.7.0 + h264

2008-05-31 Thread Goga777
Приветствую, Vangelis

 No, the channels I mention are found by reelchannelscan. Are you sure 
 the other transponders have contents? 

I suppose so - these transponders have content now


Because, neither my box receiver 
 can get anything there..  But, I can not see Eurosport HD in my 
 installation., maybe I dont get all Hotbird's beams, I dont know

maybe

 Anyway, it is strange you get nothing from reelchannelscan.. 

I can scan dvb-s channels with reelchannelscan without any problem. Only dvb-s2 
channel I couldn't find by
reelchannelscan.

I get 
 about 1600 servicess.
 Using my previous patch (which worked only for DVB-S) did you get any 
 channels?
 
 If you scan all of Hotbirds transponders (having removed the S2 at the 
 end of the line and with default settings) how many channels do you get?

TV - 1321
Radio - 327

Igor




___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr