* [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
@ 2008-10-25 21:52 Alex Betis
2008-10-28 9:27 ` oleg roitburd
` (2 more replies)
0 siblings, 3 replies; 26+ messages in thread
From: Alex Betis @ 2008-10-25 21:52 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 1001 bytes --]
Hello all,
I've setup the http://mercurial.intuxication.org/hg/scan-s2/ repository with
scan utility ported to work with Igor's S2API driver.
Driver is available here: http://mercurial.intuxication.org/hg/s2-liplianin/
Special thanks to Igor for his driver and for szap-s2 utility that I've used
as a reference for scan-s2.
Thanks also to someone from the net that posted his changes to scan utility
that allowed it to work with uncommitted diseqc.
Pay attention to parameters (see README as well), I've added some and
removed some that I don't think are needed.
Scan results gave me the same channels as with multiproto driver on all my
satellites, so that confirms also that Igor's driver is working well.
I didn't yet tested the output files with szap-s2 or with VDR, don't have
time right now.
Please test and let me know if changes are needed.
I have only Twinhan 1041 card (stb0899), so I can't test it with DVB-T,
DVB-C and ATSC standarts, but theoretically it should work.
Enjoy,
Alex.
[-- Attachment #1.2: Type: text/html, Size: 1251 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-10-25 21:52 [linux-dvb] [ANNOUNCE] scan-s2 is available, please test Alex Betis
@ 2008-10-28 9:27 ` oleg roitburd
2008-10-28 19:23 ` Alex Betis
2008-10-29 15:51 ` Mika Laitio
2008-11-01 15:11 ` Michel Verbraak
2 siblings, 1 reply; 26+ messages in thread
From: oleg roitburd @ 2008-10-28 9:27 UTC (permalink / raw)
To: Alex Betis; +Cc: linux-dvb
Hi,
2008/10/25 Alex Betis <alex.betis@gmail.com>:
> Hello all,
>
> I've setup the http://mercurial.intuxication.org/hg/scan-s2/ repository with
> scan utility ported to work with Igor's S2API driver.
> Driver is available here: http://mercurial.intuxication.org/hg/s2-liplianin/
>
> Special thanks to Igor for his driver and for szap-s2 utility that I've used
> as a reference for scan-s2.
> Thanks also to someone from the net that posted his changes to scan utility
> that allowed it to work with uncommitted diseqc.
>
> Pay attention to parameters (see README as well), I've added some and
> removed some that I don't think are needed.
>
> Scan results gave me the same channels as with multiproto driver on all my
> satellites, so that confirms also that Igor's driver is working well.
>
> I didn't yet tested the output files with szap-s2 or with VDR, don't have
> time right now.
> Please test and let me know if changes are needed.
>
> I have only Twinhan 1041 card (stb0899), so I can't test it with DVB-T,
> DVB-C and ATSC standarts, but theoretically it should work.
>
> Enjoy,
> Alex.
Thank you for this usefull tool. I have tried them with TT S2-3200.
It works with s2-liplianin.
Some question
Is it possible to implement in vdr-dump
1. Options for Modulation (MN where N=2 is QPSK if DVB-S and N=2 for
QPSK and N=5 for 8PSK)
2. Options for FEC. As I know cx24116 can't FEC AUTO for DVB-S2
3. ROLLOFF?
4. CAID dump. http://arvdr-dev.free-x.de:8080/freex-dvb-apps/rev/47e9dbb968fc
5. Channel Name encoding to UTF.
http://arvdr-dev.free-x.de:8080/freex-dvb-apps/rev/55bf7441a602
Thx a lot
Oleg Roitburd
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-10-28 9:27 ` oleg roitburd
@ 2008-10-28 19:23 ` Alex Betis
2008-10-28 20:05 ` oleg roitburd
0 siblings, 1 reply; 26+ messages in thread
From: Alex Betis @ 2008-10-28 19:23 UTC (permalink / raw)
To: oleg roitburd; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 2441 bytes --]
Hi Oleg,
I had plans to do most of the things you've requested, but had no time and
decided to release the utility without those options so it will be tested.
I'll send an update when it will be ready.
A question about modulation. Can you point me to a place that describe what
modulation number N means what?
"man 5 vdr" lists the options, but its impossible to understand the mapping:
"M Modulation (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 16, 32, 64, 128, 256,
512, 998, 1024)"
FEC you can specify in the frequency file as "AUTO", "1/3", "2/3" and so on.
I'll update README to make it clear. All frequency files samples show that
option.
On Tue, Oct 28, 2008 at 11:27 AM, oleg roitburd <oroitburd@gmail.com> wrote:
> Hi,
>
> 2008/10/25 Alex Betis <alex.betis@gmail.com>:
> > Hello all,
> >
> > I've setup the http://mercurial.intuxication.org/hg/scan-s2/ repository
> with
> > scan utility ported to work with Igor's S2API driver.
> > Driver is available here:
> http://mercurial.intuxication.org/hg/s2-liplianin/
> >
> > Special thanks to Igor for his driver and for szap-s2 utility that I've
> used
> > as a reference for scan-s2.
> > Thanks also to someone from the net that posted his changes to scan
> utility
> > that allowed it to work with uncommitted diseqc.
> >
> > Pay attention to parameters (see README as well), I've added some and
> > removed some that I don't think are needed.
> >
> > Scan results gave me the same channels as with multiproto driver on all
> my
> > satellites, so that confirms also that Igor's driver is working well.
> >
> > I didn't yet tested the output files with szap-s2 or with VDR, don't have
> > time right now.
> > Please test and let me know if changes are needed.
> >
> > I have only Twinhan 1041 card (stb0899), so I can't test it with DVB-T,
> > DVB-C and ATSC standarts, but theoretically it should work.
> >
> > Enjoy,
> > Alex.
>
> Thank you for this usefull tool. I have tried them with TT S2-3200.
> It works with s2-liplianin.
> Some question
> Is it possible to implement in vdr-dump
> 1. Options for Modulation (MN where N=2 is QPSK if DVB-S and N=2 for
> QPSK and N=5 for 8PSK)
> 2. Options for FEC. As I know cx24116 can't FEC AUTO for DVB-S2
> 3. ROLLOFF?
> 4. CAID dump.
> http://arvdr-dev.free-x.de:8080/freex-dvb-apps/rev/47e9dbb968fc
> 5. Channel Name encoding to UTF.
> http://arvdr-dev.free-x.de:8080/freex-dvb-apps/rev/55bf7441a602
>
> Thx a lot
> Oleg Roitburd
>
[-- Attachment #1.2: Type: text/html, Size: 3500 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-10-28 19:23 ` Alex Betis
@ 2008-10-28 20:05 ` oleg roitburd
2008-10-28 20:20 ` Alex Betis
0 siblings, 1 reply; 26+ messages in thread
From: oleg roitburd @ 2008-10-28 20:05 UTC (permalink / raw)
To: Alex Betis; +Cc: linux-dvb
Hi,
2008/10/28 Alex Betis <alex.betis@gmail.com>:
> Hi Oleg,
>
> I had plans to do most of the things you've requested, but had no time and
> decided to release the utility without those options so it will be tested.
> I'll send an update when it will be ready.
Fine. Thx
>
> A question about modulation. Can you point me to a place that describe what
> modulation number N means what?
> "man 5 vdr" lists the options, but its impossible to understand the mapping:
> "M Modulation (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 16, 32, 64, 128, 256,
> 512, 998, 1024)"
Small snipet from VDR/channels.c
-------------------------------snip------------------------------
const tChannelParameterMap ModulationValues[] = {
{ 16, QAM_16, "QAM16" },
{ 32, QAM_32, "QAM32" },
{ 64, QAM_64, "QAM64" },
{ 128, QAM_128, "QAM128" },
{ 256, QAM_256, "QAM256" },
{ 2, QPSK, "QPSK" },
{ 5, PSK_8, "8PSK" },
{ 6, APSK_16, "16APSK" },
{ 10, VSB_8, "VSB8" },
{ 11, VSB_16, "VSB16" },
{ 998, QAM_AUTO, "QAMAUTO" },
{ -1 }
};
-------------------------------------------snap----------------------------
>
> FEC you can specify in the frequency file as "AUTO", "1/3", "2/3" and so on.
> I'll update README to make it clear. All frequency files samples show that
> option.
i have seen, that FEC will be set if FEC is in initial file.
If transponder was found via NIT it will be not set
Regards
Oleg Roitburd
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-10-28 20:05 ` oleg roitburd
@ 2008-10-28 20:20 ` Alex Betis
2008-10-30 22:10 ` Alex Betis
0 siblings, 1 reply; 26+ messages in thread
From: Alex Betis @ 2008-10-28 20:20 UTC (permalink / raw)
To: oleg roitburd; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 1362 bytes --]
On Tue, Oct 28, 2008 at 10:05 PM, oleg roitburd <oroitburd@gmail.com> wrote:
>
> Small snipet from VDR/channels.c
> -------------------------------snip------------------------------
> const tChannelParameterMap ModulationValues[] = {
> { 16, QAM_16, "QAM16" },
> { 32, QAM_32, "QAM32" },
> { 64, QAM_64, "QAM64" },
> { 128, QAM_128, "QAM128" },
> { 256, QAM_256, "QAM256" },
> { 2, QPSK, "QPSK" },
> { 5, PSK_8, "8PSK" },
> { 6, APSK_16, "16APSK" },
> { 10, VSB_8, "VSB8" },
> { 11, VSB_16, "VSB16" },
> { 998, QAM_AUTO, "QAMAUTO" },
> { -1 }
> };
> -------------------------------------------snap----------------------------
Thanks. I'll use it in the dump.
>
> >
> > FEC you can specify in the frequency file as "AUTO", "1/3", "2/3" and so
> on.
> > I'll update README to make it clear. All frequency files samples show
> that
> > option.
>
> i have seen, that FEC will be set if FEC is in initial file.
> If transponder was found via NIT it will be not set
Yeah, it was my change since I saw NIT specifying incorrect FEC for a
channel that was in my frequency list already!
I'll probably change it so NIT will be considered as the correct info unless
frequency list include non-AUTO value.
This way it will be possible to overwrite values or rely on network
announcements if you want full automatic behavior.
[-- Attachment #1.2: Type: text/html, Size: 2250 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-10-25 21:52 [linux-dvb] [ANNOUNCE] scan-s2 is available, please test Alex Betis
2008-10-28 9:27 ` oleg roitburd
@ 2008-10-29 15:51 ` Mika Laitio
2008-10-29 19:19 ` Alex Betis
2008-11-01 15:11 ` Michel Verbraak
2 siblings, 1 reply; 26+ messages in thread
From: Mika Laitio @ 2008-10-29 15:51 UTC (permalink / raw)
To: Alex Betis; +Cc: linux-dvb
> Hello all,
>
> I've setup the http://mercurial.intuxication.org/hg/scan-s2/ repository with
> scan utility ported to work with Igor's S2API driver.
> Driver is available here: http://mercurial.intuxication.org/hg/s2-liplianin/
Hi
Sorry for a stupid question but as also the dv-apps version of scan and
szap seems to work with S2API due to api's backward compatibility,
is the finding and locking of of S2 channels the "new"
features that are visible for the end users?
I mean is the output of scan and scan-2 commands for example the same?
Mika
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-10-29 15:51 ` Mika Laitio
@ 2008-10-29 19:19 ` Alex Betis
2008-10-29 21:27 ` Mika Laitio
0 siblings, 1 reply; 26+ messages in thread
From: Alex Betis @ 2008-10-29 19:19 UTC (permalink / raw)
To: Mika Laitio; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 1257 bytes --]
I'm not aware of dvb-apps that use S2API, can you point me to that version?
S2 channels are found with old scan version using mantis driver as well.
The output of scan-s2 is a bit different to support S2, there are few more
parameters that will appear in the output such as:
Sx - used delivery system
Mx - modulation
Rx - rolloff
Cx - FEC rate
Some of those are not yet ready, but I'm adding them right now.
The frequencies files will be also extended to support those parameters as
inputs.
scan-s2 I've posted also includes uncommitted diseqc support that allows to
work with more than 4 LNBs.
On Wed, Oct 29, 2008 at 5:51 PM, Mika Laitio <lamikr@pilppa.org> wrote:
> Hello all,
>>
>> I've setup the http://mercurial.intuxication.org/hg/scan-s2/ repository
>> with
>> scan utility ported to work with Igor's S2API driver.
>> Driver is available here:
>> http://mercurial.intuxication.org/hg/s2-liplianin/
>>
>
> Hi
>
> Sorry for a stupid question but as also the dv-apps version of scan and
> szap seems to work with S2API due to api's backward compatibility,
> is the finding and locking of of S2 channels the "new" features that are
> visible for the end users?
>
> I mean is the output of scan and scan-2 commands for example the same?
>
> Mika
>
[-- Attachment #1.2: Type: text/html, Size: 1979 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-10-29 19:19 ` Alex Betis
@ 2008-10-29 21:27 ` Mika Laitio
2008-10-30 4:29 ` Alex Betis
0 siblings, 1 reply; 26+ messages in thread
From: Mika Laitio @ 2008-10-29 21:27 UTC (permalink / raw)
To: Alex Betis; +Cc: linux-dvb
> I'm not aware of dvb-apps that use S2API, can you point me to that version?
I meant that because S2API drivers are backward compatible and supports
also the older driver API, the old apps works also with S2API version of
drivers.
> S2 channels are found with old scan version using mantis driver as well.
> The output of scan-s2 is a bit different to support S2, there are few more
> parameters that will appear in the output such as:
> Sx - used delivery system
> Mx - modulation
> Rx - rolloff
> Cx - FEC rate
>
> Some of those are not yet ready, but I'm adding them right now.
> The frequencies files will be also extended to support those parameters as
> inputs.
Ok. Do you have time to add to README some words listing the
names and order for all parameters that scan-s2 requires to be in the
input files. That would be very helpful, when one later try to add
information from other satellite frequencies to those files.
Mika
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-10-29 21:27 ` Mika Laitio
@ 2008-10-30 4:29 ` Alex Betis
0 siblings, 0 replies; 26+ messages in thread
From: Alex Betis @ 2008-10-30 4:29 UTC (permalink / raw)
To: Mika Laitio; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 1112 bytes --]
On Wed, Oct 29, 2008 at 11:27 PM, Mika Laitio <lamikr@pilppa.org> wrote:
> I'm not aware of dvb-apps that use S2API, can you point me to that version?
>>
>
> I meant that because S2API drivers are backward compatible and supports
> also the older driver API, the old apps works also with S2API version of
> drivers.
Ok. I didn't know that.
S2 channels are found with old scan version using mantis driver as well.
> The output of scan-s2 is a bit different to support S2, there are few more
> parameters that will appear in the output such as:
> Sx - used delivery system
> Mx - modulation
> Rx - rolloff
> Cx - FEC rate
>
> Some of those are not yet ready, but I'm adding them right now.
> The frequencies files will be also extended to support those parameters as
> inputs.
>
Ok. Do you have time to add to README some words listing the names and order
> for all parameters that scan-s2 requires to be in the input files. That
> would be very helpful, when one later try to add information from other
> satellite frequencies to those files.
>
I will as soon as I'll add support of new input.
>
> Mika
>
[-- Attachment #1.2: Type: text/html, Size: 2141 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-10-28 20:20 ` Alex Betis
@ 2008-10-30 22:10 ` Alex Betis
2008-10-31 11:58 ` Goga777
2008-11-12 19:31 ` Alex Betis
0 siblings, 2 replies; 26+ messages in thread
From: Alex Betis @ 2008-10-30 22:10 UTC (permalink / raw)
To: oleg roitburd; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 2839 bytes --]
Hi all,
Some updates for scan-s2:
- Frequency files parameters that can specify AUTO are now optional, not
required to appear in the file. See README.
- Added ROLLOFF and modulation specification for DVB-S format. See README.
- Fixed usage of -n (network search) switch. NIT messages will not add new
transponders by default now, so add -n if you really want it.
- NIT messages will not update existing transponders any more. After seeing
several bad NIT messages that caused to miss channels I think that will be
better that way.
- Added dumping of modulation and rolloff to VDR format file. The program
queries the driver after successful tuning to get real parameters of the
channel. Currently the driver do not return real values except for FEC, so
if you specify AUTO values the output file will not have the real rolloff
and modulation values. Igor said he will look at it.
- Added CAID dump to VDR file format, see "-x -2" switch.
- "-x XXX" switch opeation is fixed. Don't know who might want to use it
after real CAID dump (option -2) and dump zeroes to CAID (option -1) is
available.
Currently my TODO list include UTF channel names encoding. If you think of
something else, please let me know and I'll try to add.
Please test the latest version of scan-s2 from:
http://mercurial.intuxication.org/hg/scan-s2/
Enjoy,
Alex.
On Tue, Oct 28, 2008 at 10:20 PM, Alex Betis <alex.betis@gmail.com> wrote:
>
>
> On Tue, Oct 28, 2008 at 10:05 PM, oleg roitburd <oroitburd@gmail.com>wrote:
>
>>
>> Small snipet from VDR/channels.c
>> -------------------------------snip------------------------------
>> const tChannelParameterMap ModulationValues[] = {
>> { 16, QAM_16, "QAM16" },
>> { 32, QAM_32, "QAM32" },
>> { 64, QAM_64, "QAM64" },
>> { 128, QAM_128, "QAM128" },
>> { 256, QAM_256, "QAM256" },
>> { 2, QPSK, "QPSK" },
>> { 5, PSK_8, "8PSK" },
>> { 6, APSK_16, "16APSK" },
>> { 10, VSB_8, "VSB8" },
>> { 11, VSB_16, "VSB16" },
>> { 998, QAM_AUTO, "QAMAUTO" },
>> { -1 }
>> };
>>
>> -------------------------------------------snap----------------------------
>
> Thanks. I'll use it in the dump.
>
>
>>
>> >
>> > FEC you can specify in the frequency file as "AUTO", "1/3", "2/3" and so
>> on.
>> > I'll update README to make it clear. All frequency files samples show
>> that
>> > option.
>>
>> i have seen, that FEC will be set if FEC is in initial file.
>> If transponder was found via NIT it will be not set
>
> Yeah, it was my change since I saw NIT specifying incorrect FEC for a
> channel that was in my frequency list already!
> I'll probably change it so NIT will be considered as the correct info
> unless frequency list include non-AUTO value.
> This way it will be possible to overwrite values or rely on network
> announcements if you want full automatic behavior.
>
>
>
[-- Attachment #1.2: Type: text/html, Size: 4155 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-10-30 22:10 ` Alex Betis
@ 2008-10-31 11:58 ` Goga777
2008-10-31 12:06 ` Alex Betis
[not found] ` <157f4a8c0811030703w195a4947uab8c3076173898e5@mail.gmail.com>
2008-11-12 19:31 ` Alex Betis
1 sibling, 2 replies; 26+ messages in thread
From: Goga777 @ 2008-10-31 11:58 UTC (permalink / raw)
To: linux-dvb, oleg roitburd, Alex Betis
Приветствую, Alex
thanks for you work. But for me scan-s2 works strange - scan-s2 couldn't find a lot of dvb-s2 & dvb-s channels from Astra
19e
I have a lot of copies of 4th channels with different freq
PREMIERE HD;PREMIERE:11720:hS0C34:S0.0W:27500:767:772;772:32:0:129:0:0:0
DISCOVERY HD;PREMIERE:11720:hS0C34:S0.0W:27500:1023:1027;1027:32:0:130:0:0:0
ASTRA HD+;BetaDigital:11720:hS0C34:S0.0W:27500:1279:1283;1283:0:0:131:0:0:0
ANIXE HD;BetaDigital:11720:hS0C34:S0.0W:27500:1535:1539;1539:0:0:132:0:0:0
dumping lists (108 services)
PREMIERE HD;PREMIERE:11720:hS0C34:S0.0W:27500:767:772;772:32:0:129:0:0:0
DISCOVERY HD;PREMIERE:11720:hS0C34:S0.0W:27500:1023:1027;1027:32:0:130:0:0:0
ASTRA HD+;BetaDigital:11720:hS0C34:S0.0W:27500:1279:1283;1283:0:0:131:0:0:0
ANIXE HD;BetaDigital:11720:hS0C34:S0.0W:27500:1535:1539;1539:0:0:132:0:0:0
PREMIERE HD;PREMIERE:11758:hS0C34:S0.0W:27500:767:772;772:32:0:129:0:0:0
DISCOVERY HD;PREMIERE:11758:hS0C34:S0.0W:27500:1023:1027;1027:32:0:130:0:0:0
ASTRA HD+;BetaDigital:11758:hS0C34:S0.0W:27500:1279:1283;1283:0:0:131:0:0:0
ANIXE HD;BetaDigital:11758:hS0C34:S0.0W:27500:1535:1539;1539:0:0:132:0:0:0
PREMIERE HD;PREMIERE:11798:hS0C34:S0.0W:27500:767:772;772:32:0:129:0:0:0
DISCOVERY HD;PREMIERE:11798:hS0C34:S0.0W:27500:1023:1027;1027:32:0:130:0:0:0
ASTRA HD+;BetaDigital:11798:hS0C34:S0.0W:27500:1279:1283;1283:0:0:131:0:0:0
ANIXE HD;BetaDigital:11798:hS0C34:S0.0W:27500:1535:1539;1539:0:0:132:0:0:0
PREMIERE HD;PREMIERE:11836:hS0C34:S0.0W:27500:767:772;772:32:0:129:0:0:0
the full log in
http://paste.org.ru/?g0b0pn
I think scan-s2 is scanning only current 11914 transponder (in my case). With this transponder I worked with vdr before
scan2 started.
Goga
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-10-31 11:58 ` Goga777
@ 2008-10-31 12:06 ` Alex Betis
[not found] ` <157f4a8c0811030703w195a4947uab8c3076173898e5@mail.gmail.com>
1 sibling, 0 replies; 26+ messages in thread
From: Alex Betis @ 2008-10-31 12:06 UTC (permalink / raw)
To: Goga777; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 2119 bytes --]
That's definitely looks strange. Can you check your driver output to see if
it reported some errors?
Looks like your driver didn't tune to other frequencies at all.
What card do you have?
Did you exit from VDR when you scanned?
Try also adding "-k 3" to the command line.
On Fri, Oct 31, 2008 at 1:58 PM, Goga777 <goga777@bk.ru> wrote:
> Приветствую, Alex
>
> thanks for you work. But for me scan-s2 works strange - scan-s2 couldn't
> find a lot of dvb-s2 & dvb-s channels from Astra
> 19e
>
> I have a lot of copies of 4th channels with different freq
>
> PREMIERE HD;PREMIERE:11720:hS0C34:S0.0W:27500:767:772;772:32:0:129:0:0:0
> DISCOVERY
> HD;PREMIERE:11720:hS0C34:S0.0W:27500:1023:1027;1027:32:0:130:0:0:0
> ASTRA HD+;BetaDigital:11720:hS0C34:S0.0W:27500:1279:1283;1283:0:0:131:0:0:0
> ANIXE HD;BetaDigital:11720:hS0C34:S0.0W:27500:1535:1539;1539:0:0:132:0:0:0
>
> dumping lists (108 services)
> PREMIERE HD;PREMIERE:11720:hS0C34:S0.0W:27500:767:772;772:32:0:129:0:0:0
> DISCOVERY
> HD;PREMIERE:11720:hS0C34:S0.0W:27500:1023:1027;1027:32:0:130:0:0:0
> ASTRA HD+;BetaDigital:11720:hS0C34:S0.0W:27500:1279:1283;1283:0:0:131:0:0:0
> ANIXE HD;BetaDigital:11720:hS0C34:S0.0W:27500:1535:1539;1539:0:0:132:0:0:0
> PREMIERE HD;PREMIERE:11758:hS0C34:S0.0W:27500:767:772;772:32:0:129:0:0:0
> DISCOVERY
> HD;PREMIERE:11758:hS0C34:S0.0W:27500:1023:1027;1027:32:0:130:0:0:0
> ASTRA HD+;BetaDigital:11758:hS0C34:S0.0W:27500:1279:1283;1283:0:0:131:0:0:0
> ANIXE HD;BetaDigital:11758:hS0C34:S0.0W:27500:1535:1539;1539:0:0:132:0:0:0
> PREMIERE HD;PREMIERE:11798:hS0C34:S0.0W:27500:767:772;772:32:0:129:0:0:0
> DISCOVERY
> HD;PREMIERE:11798:hS0C34:S0.0W:27500:1023:1027;1027:32:0:130:0:0:0
> ASTRA HD+;BetaDigital:11798:hS0C34:S0.0W:27500:1279:1283;1283:0:0:131:0:0:0
> ANIXE HD;BetaDigital:11798:hS0C34:S0.0W:27500:1535:1539;1539:0:0:132:0:0:0
> PREMIERE HD;PREMIERE:11836:hS0C34:S0.0W:27500:767:772;772:32:0:129:0:0:0
>
> the full log in
> http://paste.org.ru/?g0b0pn
>
> I think scan-s2 is scanning only current 11914 transponder (in my case).
> With this transponder I worked with vdr before
> scan2 started.
>
>
>
> Goga
>
[-- Attachment #1.2: Type: text/html, Size: 2561 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-10-25 21:52 [linux-dvb] [ANNOUNCE] scan-s2 is available, please test Alex Betis
2008-10-28 9:27 ` oleg roitburd
2008-10-29 15:51 ` Mika Laitio
@ 2008-11-01 15:11 ` Michel Verbraak
2008-11-01 15:20 ` Goga777
2008-11-02 5:03 ` Alex Betis
2 siblings, 2 replies; 26+ messages in thread
From: Michel Verbraak @ 2008-11-01 15:11 UTC (permalink / raw)
To: linux-dvb, Alex Betis
[-- Attachment #1: Type: text/plain, Size: 935 bytes --]
Alex,
Tested your scan-s2 with a Technisat HD2 card.
Scanning works. But some channels are reported twice with different
frequency. I found an error which is fixed by the patch file named
scan.c.diff1.
I would also like to propose the following change (see file scan.c.diff2
or scan.c.diff which includes both patches). This change makes it
possible to only scan for DVB-S channels or DVB-S2 channels or both.
This is done by specifying lines starting with S or S2 in the input file.
example input file:
# Astra 19.2E SDT info service transponder
# freq pol sr fec
S 12522000 H 22000000 2/3 <only DVB-S channels are scanned>
S 11914000 H 27500000 AUTO
S 10743750 H 22000000 5/6
S 12187500 H 27500000 3/4
S 12343500 H 27500000 3/4
S 12515250 H 22000000 5/6
S 12574250 H 22000000 5/6
S2 12522000 H 22000000 AUTO <only DVB-S2 channels are scanned>
S2 11914000 H 27500000 AUTO
I hope this is usefull.
Regards,
Michel.
[-- Attachment #2: scan.c.diff --]
[-- Type: text/plain, Size: 2722 bytes --]
--- scan-s2-88afcf030566/scan.c.orig 2008-11-01 10:09:43.000000000 +0100
+++ scan-s2-88afcf030566/scan.c 2008-11-01 15:55:14.000000000 +0100
@@ -906,10 +906,7 @@
// New transponder
t = alloc_transponder(tn.frequency);
- // For sattelites start with DVB-S, it will switch to DVB-S2 if DVB-S gives no results
- if(current_tp->delivery_system == SYS_DVBS || current_tp->delivery_system == SYS_DVBS2) {
- tn.delivery_system = SYS_DVBS;
- }
+ tn.delivery_system = current_tp->delivery_system;
copy_transponder(t, &tn);
}
@@ -1578,7 +1575,10 @@
if_freq = abs(t->frequency - lnb_type.low_val);
}
if (verbosity >= 2)
+ if (t->delivery_system == SYS_DVBS)
dprintf(1,"DVB-S IF freq is %d\n", if_freq);
+ else if (t->delivery_system == SYS_DVBS2)
+ dprintf(1,"DVB-S2 IF freq is %d\n", if_freq);
}
@@ -1640,7 +1640,8 @@
// get the actual parameters from the driver for that channel
if ((ioctl(frontend_fd, FE_GET_PROPERTY, &cmdseq)) == -1) {
perror("FE_GET_PROPERTY failed");
- return;
+ t->last_tuning_failed = 1;
+ return -1;
}
t->delivery_system = p[0].u.data;
@@ -1722,12 +1723,6 @@
rc = tune_to_transponder(frontend_fd, t);
- // If scan failed and it's a DVB-S system, try DVB-S2 before giving up
- if (rc != 0 && t->delivery_system == SYS_DVBS) {
- t->delivery_system = SYS_DVBS2;
- rc = tune_to_transponder(frontend_fd, t);
- }
-
if (rc == 0) {
return 0;
}
@@ -1992,6 +1987,42 @@
t->frequency,
pol[0], t->symbol_rate, fec2str(t->fec), rolloff2str(t->rolloff), qam2str(t->modulation));
}
+ else if (sscanf(buf, "S2 %u %1[HVLR] %u %4s %4s %6s\n", &f, pol, &sr, fec, rolloff, qam) >= 3) {
+ t = alloc_transponder(f);
+ t->delivery_system = SYS_DVBS2;
+ t->modulation = QAM_AUTO;
+ t->rolloff = ROLLOFF_AUTO;
+ t->fec = FEC_AUTO;
+ switch(pol[0])
+ {
+ case 'H':
+ case 'L':
+ t->polarisation = POLARISATION_HORIZONTAL;
+ break;
+ default:
+ t->polarisation = POLARISATION_VERTICAL;;
+ break;
+ }
+ t->inversion = spectral_inversion;
+ t->symbol_rate = sr;
+
+ // parse optional parameters
+ if(strlen(fec) > 0) {
+ t->fec = str2fec(fec);
+ }
+
+ if(strlen(rolloff) > 0) {
+ t->rolloff = str2rolloff(rolloff);
+ }
+
+ if(strlen(qam) > 0) {
+ t->modulation = str2qam(qam);
+ }
+
+ info("initial transponder %u %c %d %s %s %s\n",
+ t->frequency,
+ pol[0], t->symbol_rate, fec2str(t->fec), rolloff2str(t->rolloff), qam2str(t->modulation));
+ }
else if (sscanf(buf, "C %u %u %4s %6s\n", &f, &sr, fec, qam) >= 2) {
t = alloc_transponder(f);
t->delivery_system = SYS_DVBC_ANNEX_AC;
[-- Attachment #3: scan.c.diff1 --]
[-- Type: text/plain, Size: 446 bytes --]
--- scan-s2-88afcf030566/scan.c.orig 2008-11-01 10:09:43.000000000 +0100
+++ scan-s2-88afcf030566/scan.c 2008-11-01 15:55:14.000000000 +0100
@@ -1640,7 +1640,8 @@
// get the actual parameters from the driver for that channel
if ((ioctl(frontend_fd, FE_GET_PROPERTY, &cmdseq)) == -1) {
perror("FE_GET_PROPERTY failed");
- return;
+ t->last_tuning_failed = 1;
+ return -1;
}
t->delivery_system = p[0].u.data;
[-- Attachment #4: scan.c.diff2 --]
[-- Type: text/plain, Size: 2417 bytes --]
--- scan-s2-88afcf030566/scan.c.orig 2008-11-01 10:09:43.000000000 +0100
+++ scan-s2-88afcf030566/scan.c 2008-11-01 15:55:14.000000000 +0100
@@ -906,10 +906,7 @@
// New transponder
t = alloc_transponder(tn.frequency);
- // For sattelites start with DVB-S, it will switch to DVB-S2 if DVB-S gives no results
- if(current_tp->delivery_system == SYS_DVBS || current_tp->delivery_system == SYS_DVBS2) {
- tn.delivery_system = SYS_DVBS;
- }
+ tn.delivery_system = current_tp->delivery_system;
copy_transponder(t, &tn);
}
@@ -1578,7 +1575,10 @@
if_freq = abs(t->frequency - lnb_type.low_val);
}
if (verbosity >= 2)
+ if (t->delivery_system == SYS_DVBS)
dprintf(1,"DVB-S IF freq is %d\n", if_freq);
+ else if (t->delivery_system == SYS_DVBS2)
+ dprintf(1,"DVB-S2 IF freq is %d\n", if_freq);
}
@@ -1722,12 +1723,6 @@
rc = tune_to_transponder(frontend_fd, t);
- // If scan failed and it's a DVB-S system, try DVB-S2 before giving up
- if (rc != 0 && t->delivery_system == SYS_DVBS) {
- t->delivery_system = SYS_DVBS2;
- rc = tune_to_transponder(frontend_fd, t);
- }
-
if (rc == 0) {
return 0;
}
@@ -1992,6 +1987,42 @@
t->frequency,
pol[0], t->symbol_rate, fec2str(t->fec), rolloff2str(t->rolloff), qam2str(t->modulation));
}
+ else if (sscanf(buf, "S2 %u %1[HVLR] %u %4s %4s %6s\n", &f, pol, &sr, fec, rolloff, qam) >= 3) {
+ t = alloc_transponder(f);
+ t->delivery_system = SYS_DVBS2;
+ t->modulation = QAM_AUTO;
+ t->rolloff = ROLLOFF_AUTO;
+ t->fec = FEC_AUTO;
+ switch(pol[0])
+ {
+ case 'H':
+ case 'L':
+ t->polarisation = POLARISATION_HORIZONTAL;
+ break;
+ default:
+ t->polarisation = POLARISATION_VERTICAL;;
+ break;
+ }
+ t->inversion = spectral_inversion;
+ t->symbol_rate = sr;
+
+ // parse optional parameters
+ if(strlen(fec) > 0) {
+ t->fec = str2fec(fec);
+ }
+
+ if(strlen(rolloff) > 0) {
+ t->rolloff = str2rolloff(rolloff);
+ }
+
+ if(strlen(qam) > 0) {
+ t->modulation = str2qam(qam);
+ }
+
+ info("initial transponder %u %c %d %s %s %s\n",
+ t->frequency,
+ pol[0], t->symbol_rate, fec2str(t->fec), rolloff2str(t->rolloff), qam2str(t->modulation));
+ }
else if (sscanf(buf, "C %u %u %4s %6s\n", &f, &sr, fec, qam) >= 2) {
t = alloc_transponder(f);
t->delivery_system = SYS_DVBC_ANNEX_AC;
[-- Attachment #5: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-11-01 15:11 ` Michel Verbraak
@ 2008-11-01 15:20 ` Goga777
2008-11-01 15:44 ` Michel Verbraak
2008-11-02 5:03 ` Alex Betis
1 sibling, 1 reply; 26+ messages in thread
From: Goga777 @ 2008-11-01 15:20 UTC (permalink / raw)
To: linux-dvb
Приветствую, Michel
but cx24116 based cards don't work with fec=auto for dvb-s2
I'm not sure - may be for cx24116 cards the parameters roll off & modulation are obligatory (not optional)
> Tested your scan-s2 with a Technisat HD2 card.
>
> Scanning works. But some channels are reported twice with different
> frequency. I found an error which is fixed by the patch file named
> scan.c.diff1.
>
> I would also like to propose the following change (see file scan.c.diff2
> or scan.c.diff which includes both patches). This change makes it
> possible to only scan for DVB-S channels or DVB-S2 channels or both.
> This is done by specifying lines starting with S or S2 in the input file.
>
> example input file:
> # Astra 19.2E SDT info service transponder
> # freq pol sr fec
> S 12522000 H 22000000 2/3 <only DVB-S channels are scanned>
> S 11914000 H 27500000 AUTO
> S 10743750 H 22000000 5/6
> S 12187500 H 27500000 3/4
> S 12343500 H 27500000 3/4
> S 12515250 H 22000000 5/6
> S 12574250 H 22000000 5/6
> S2 12522000 H 22000000 AUTO <only DVB-S2 channels are scanned>
> S2 11914000 H 27500000 AUTO
>
> I hope this is usefull.
>
> Regards,
>
> Michel.
--
Удачи,
Игорь
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-11-01 15:20 ` Goga777
@ 2008-11-01 15:44 ` Michel Verbraak
2008-11-01 15:50 ` Goga777
0 siblings, 1 reply; 26+ messages in thread
From: Michel Verbraak @ 2008-11-01 15:44 UTC (permalink / raw)
To: Goga777, linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 1615 bytes --]
Goga777 schreef:
> Приветствую, Michel
>
> but cx24116 based cards don't work with fec=auto for dvb-s2
>
> I'm not sure - may be for cx24116 cards the parameters roll off & modulation are obligatory (not optional)
>
>
>
>
>> Tested your scan-s2 with a Technisat HD2 card.
>>
>> Scanning works. But some channels are reported twice with different
>> frequency. I found an error which is fixed by the patch file named
>> scan.c.diff1.
>>
>> I would also like to propose the following change (see file scan.c.diff2
>> or scan.c.diff which includes both patches). This change makes it
>> possible to only scan for DVB-S channels or DVB-S2 channels or both.
>> This is done by specifying lines starting with S or S2 in the input file.
>>
>> example input file:
>> # Astra 19.2E SDT info service transponder
>> # freq pol sr fec
>> S 12522000 H 22000000 2/3 <only DVB-S channels are scanned>
>> S 11914000 H 27500000 AUTO
>> S 10743750 H 22000000 5/6
>> S 12187500 H 27500000 3/4
>> S 12343500 H 27500000 3/4
>> S 12515250 H 22000000 5/6
>> S 12574250 H 22000000 5/6
>> S2 12522000 H 22000000 AUTO <only DVB-S2 channels are scanned>
>> S2 11914000 H 27500000 AUTO
>>
>> I hope this is usefull.
>>
>> Regards,
>>
>> Michel.
>>
>
>
>
Goga,
AUTO fec does work because the following is the result for the DVB-S2
channels I get with the above input:
PREMIERE HD:11914:h:0:27500:767:772:129:6
DISCOVERY HD:11914:h:0:27500:1023:1027:130:6
ASTRA HD+:11914:h:0:27500:1279:1283:131:6
ANIXE HD:11914:h:0:27500:1535:1539:132:6
Regards,
Michel.
[-- Attachment #1.2: Type: text/html, Size: 2000 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-11-01 15:44 ` Michel Verbraak
@ 2008-11-01 15:50 ` Goga777
2008-11-01 15:59 ` Michel Verbraak
0 siblings, 1 reply; 26+ messages in thread
From: Goga777 @ 2008-11-01 15:50 UTC (permalink / raw)
To: Michel Verbraak, linux-dvb
> > Приветствую, Michel
> >
> > but cx24116 based cards don't work with fec=auto for dvb-s2
> >
> > I'm not sure - may be for cx24116 cards the parameters roll off & modulation are obligatory (not optional)
> >
> >
> >
> >
> >> Tested your scan-s2 with a Technisat HD2 card.
> >>
> >> Scanning works. But some channels are reported twice with different
> >> frequency. I found an error which is fixed by the patch file named
> >> scan.c.diff1.
> >>
> >> I would also like to propose the following change (see file scan.c.diff2
> >> or scan.c.diff which includes both patches). This change makes it
> >> possible to only scan for DVB-S channels or DVB-S2 channels or both.
> >> This is done by specifying lines starting with S or S2 in the input file.
> >>
> >> example input file:
> >> # Astra 19.2E SDT info service transponder
> >> # freq pol sr fec
> >> S 12522000 H 22000000 2/3 <only DVB-S channels are scanned>
> >> S 11914000 H 27500000 AUTO
> >> S 10743750 H 22000000 5/6
> >> S 12187500 H 27500000 3/4
> >> S 12343500 H 27500000 3/4
> >> S 12515250 H 22000000 5/6
> >> S 12574250 H 22000000 5/6
> >> S2 12522000 H 22000000 AUTO <only DVB-S2 channels are scanned>
> >> S2 11914000 H 27500000 AUTO
> >>
> >> I hope this is usefull.
> >>
> >> Regards,
> >>
> >> Michel.
> >>
> >
> >
> >
>
> Goga,
>
> AUTO fec does work because the following is the result for the DVB-S2
> channels I get with the above input:
>
> PREMIERE HD:11914:h:0:27500:767:772:129:6
> DISCOVERY HD:11914:h:0:27500:1023:1027:130:6
> ASTRA HD+:11914:h:0:27500:1279:1283:131:6
> ANIXE HD:11914:h:0:27500:1535:1539:132:6
you have stb0899 based card, but I have mean cx24116 based card.
Goga
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-11-01 15:50 ` Goga777
@ 2008-11-01 15:59 ` Michel Verbraak
2008-11-02 5:06 ` Alex Betis
0 siblings, 1 reply; 26+ messages in thread
From: Michel Verbraak @ 2008-11-01 15:59 UTC (permalink / raw)
To: Goga777, linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 2905 bytes --]
Goga777 schreef:
>>> Приветствую, Michel
>>>
>>> but cx24116 based cards don't work with fec=auto for dvb-s2
>>>
>>> I'm not sure - may be for cx24116 cards the parameters roll off & modulation are obligatory (not optional)
>>>
>>>
>>>
>>>
>>>
>>>> Tested your scan-s2 with a Technisat HD2 card.
>>>>
>>>> Scanning works. But some channels are reported twice with different
>>>> frequency. I found an error which is fixed by the patch file named
>>>> scan.c.diff1.
>>>>
>>>> I would also like to propose the following change (see file scan.c.diff2
>>>> or scan.c.diff which includes both patches). This change makes it
>>>> possible to only scan for DVB-S channels or DVB-S2 channels or both.
>>>> This is done by specifying lines starting with S or S2 in the input file.
>>>>
>>>> example input file:
>>>> # Astra 19.2E SDT info service transponder
>>>> # freq pol sr fec
>>>> S 12522000 H 22000000 2/3 <only DVB-S channels are scanned>
>>>> S 11914000 H 27500000 AUTO
>>>> S 10743750 H 22000000 5/6
>>>> S 12187500 H 27500000 3/4
>>>> S 12343500 H 27500000 3/4
>>>> S 12515250 H 22000000 5/6
>>>> S 12574250 H 22000000 5/6
>>>> S2 12522000 H 22000000 AUTO <only DVB-S2 channels are scanned>
>>>> S2 11914000 H 27500000 AUTO
>>>>
>>>> I hope this is usefull.
>>>>
>>>> Regards,
>>>>
>>>> Michel.
>>>>
>>>>
>>>
>>>
>> Goga,
>>
>> AUTO fec does work because the following is the result for the DVB-S2
>> channels I get with the above input:
>>
>> PREMIERE HD:11914:h:0:27500:767:772:129:6
>> DISCOVERY HD:11914:h:0:27500:1023:1027:130:6
>> ASTRA HD+:11914:h:0:27500:1279:1283:131:6
>> ANIXE HD:11914:h:0:27500:1535:1539:132:6
>>
>
> you have stb0899 based card, but I have mean cx24116 based card.
>
> Goga
>
>
Goga,
Sorry I mis understood you. I used AUTO fec because the DVB-S2 channel
on Astra 19.2 and frequency 11914 use FEC 9/10 according to the webpage
kingofsat (http://nl.kingofsat.net/pos-19.2E.php). Because current
scan-s2 does not handle this I changed it to AUTO.
fec table according to scan.c
struct strtab fectab[] = {
{ "NONE", FEC_NONE },
{ "1/2", FEC_1_2 },
{ "2/3", FEC_2_3 },
{ "3/4", FEC_3_4 },
{ "4/5", FEC_4_5 },
{ "5/6", FEC_5_6 },
{ "6/7", FEC_6_7 },
{ "7/8", FEC_7_8 },
{ "8/9", FEC_8_9 },
{ "AUTO", FEC_AUTO },
{ NULL, 0 }
};
New DVB API can handle FEC 9/10 (include/linux/dvb/frontend.h)
typedef enum fe_code_rate {
FEC_NONE = 0,
FEC_1_2,
FEC_2_3,
FEC_3_4,
FEC_4_5,
FEC_5_6,
FEC_6_7,
FEC_7_8,
FEC_8_9,
FEC_AUTO,
FEC_3_5,
FEC_9_10,
} fe_code_rate_t;
Will create a patch for this as soon as possible.
Regards
Michel.
[-- Attachment #1.2: Type: text/html, Size: 3510 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-11-01 15:11 ` Michel Verbraak
2008-11-01 15:20 ` Goga777
@ 2008-11-02 5:03 ` Alex Betis
1 sibling, 0 replies; 26+ messages in thread
From: Alex Betis @ 2008-11-02 5:03 UTC (permalink / raw)
To: Michel Verbraak; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 10569 bytes --]
Hello Michel,
Thanks for your proposals.
I also has a thought about S2 parameter in frequency file, but decided to
perform both DVB-S and DVB-S2 scans automatically since it easy on
maintaining the frequency file.
I will probably leave "S" frequency as is and will add "S1" and "S2" if you
want to specify what delivery should be used.
Also, I've been reported that some drivers can't work with AUTO modulation
so it have to be implicitly specified. scan-s2 will have to monitor the
modulation and scan S2 channels directly when 8PSK is specified or scan only
DVB-S if QPSK is specified.
I'll review your patches later, don't have time now.
On Sat, Nov 1, 2008 at 5:11 PM, Michel Verbraak <michel@verbraak.org> wrote:
> Alex,
>
> Tested your scan-s2 with a Technisat HD2 card.
>
> Scanning works. But some channels are reported twice with different
> frequency. I found an error which is fixed by the patch file named
> scan.c.diff1.
>
> I would also like to propose the following change (see file scan.c.diff2 or
> scan.c.diff which includes both patches). This change makes it possible to
> only scan for DVB-S channels or DVB-S2 channels or both. This is done by
> specifying lines starting with S or S2 in the input file.
>
> example input file:
> # Astra 19.2E SDT info service transponder
> # freq pol sr fec
> S 12522000 H 22000000 2/3 <only DVB-S channels are scanned>
> S 11914000 H 27500000 AUTO
> S 10743750 H 22000000 5/6
> S 12187500 H 27500000 3/4
> S 12343500 H 27500000 3/4
> S 12515250 H 22000000 5/6
> S 12574250 H 22000000 5/6
> S2 12522000 H 22000000 AUTO <only DVB-S2 channels are scanned>
> S2 11914000 H 27500000 AUTO
>
> I hope this is usefull.
>
> Regards,
>
> Michel.
>
> --- scan-s2-88afcf030566/scan.c.orig 2008-11-01 10:09:43.000000000 +0100
> +++ scan-s2-88afcf030566/scan.c 2008-11-01 15:55:14.000000000 +0100
> @@ -906,10 +906,7 @@
> // New transponder
> t = alloc_transponder(tn.frequency);
>
> - // For sattelites start with DVB-S, it will
> switch to DVB-S2 if DVB-S gives no results
> - if(current_tp->delivery_system == SYS_DVBS
> || current_tp->delivery_system == SYS_DVBS2) {
> - tn.delivery_system = SYS_DVBS;
> - }
> + tn.delivery_system =
> current_tp->delivery_system;
>
> copy_transponder(t, &tn);
> }
> @@ -1578,7 +1575,10 @@
> if_freq = abs(t->frequency - lnb_type.low_val);
> }
> if (verbosity >= 2)
> + if (t->delivery_system == SYS_DVBS)
> dprintf(1,"DVB-S IF freq is %d\n", if_freq);
> + else if (t->delivery_system == SYS_DVBS2)
> + dprintf(1,"DVB-S2 IF freq is %d\n", if_freq);
> }
>
>
> @@ -1640,7 +1640,8 @@
> // get the actual parameters from the driver for
> that channel
> if ((ioctl(frontend_fd, FE_GET_PROPERTY, &cmdseq))
> == -1) {
> perror("FE_GET_PROPERTY failed");
> - return;
> + t->last_tuning_failed = 1;
> + return -1;
> }
>
> t->delivery_system = p[0].u.data;
> @@ -1722,12 +1723,6 @@
>
> rc = tune_to_transponder(frontend_fd, t);
>
> - // If scan failed and it's a DVB-S system, try DVB-S2
> before giving up
> - if (rc != 0 && t->delivery_system == SYS_DVBS) {
> - t->delivery_system = SYS_DVBS2;
> - rc = tune_to_transponder(frontend_fd, t);
> - }
> -
> if (rc == 0) {
> return 0;
> }
> @@ -1992,6 +1987,42 @@
> t->frequency,
> pol[0], t->symbol_rate, fec2str(t->fec),
> rolloff2str(t->rolloff), qam2str(t->modulation));
> }
> + else if (sscanf(buf, "S2 %u %1[HVLR] %u %4s %4s %6s\n", &f,
> pol, &sr, fec, rolloff, qam) >= 3) {
> + t = alloc_transponder(f);
> + t->delivery_system = SYS_DVBS2;
> + t->modulation = QAM_AUTO;
> + t->rolloff = ROLLOFF_AUTO;
> + t->fec = FEC_AUTO;
> + switch(pol[0])
> + {
> + case 'H':
> + case 'L':
> + t->polarisation = POLARISATION_HORIZONTAL;
> + break;
> + default:
> + t->polarisation = POLARISATION_VERTICAL;;
> + break;
> + }
> + t->inversion = spectral_inversion;
> + t->symbol_rate = sr;
> +
> + // parse optional parameters
> + if(strlen(fec) > 0) {
> + t->fec = str2fec(fec);
> + }
> +
> + if(strlen(rolloff) > 0) {
> + t->rolloff = str2rolloff(rolloff);
> + }
> +
> + if(strlen(qam) > 0) {
> + t->modulation = str2qam(qam);
> + }
> +
> + info("initial transponder %u %c %d %s %s %s\n",
> + t->frequency,
> + pol[0], t->symbol_rate, fec2str(t->fec),
> rolloff2str(t->rolloff), qam2str(t->modulation));
> + }
> else if (sscanf(buf, "C %u %u %4s %6s\n", &f, &sr, fec, qam)
> >= 2) {
> t = alloc_transponder(f);
> t->delivery_system = SYS_DVBC_ANNEX_AC;
>
> --- scan-s2-88afcf030566/scan.c.orig 2008-11-01 10:09:43.000000000 +0100
> +++ scan-s2-88afcf030566/scan.c 2008-11-01 15:55:14.000000000 +0100
> @@ -1640,7 +1640,8 @@
> // get the actual parameters from the driver for
> that channel
> if ((ioctl(frontend_fd, FE_GET_PROPERTY, &cmdseq))
> == -1) {
> perror("FE_GET_PROPERTY failed");
> - return;
> + t->last_tuning_failed = 1;
> + return -1;
> }
>
> t->delivery_system = p[0].u.data;
>
> --- scan-s2-88afcf030566/scan.c.orig 2008-11-01 10:09:43.000000000 +0100
> +++ scan-s2-88afcf030566/scan.c 2008-11-01 15:55:14.000000000 +0100
> @@ -906,10 +906,7 @@
> // New transponder
> t = alloc_transponder(tn.frequency);
>
> - // For sattelites start with DVB-S, it will
> switch to DVB-S2 if DVB-S gives no results
> - if(current_tp->delivery_system == SYS_DVBS
> || current_tp->delivery_system == SYS_DVBS2) {
> - tn.delivery_system = SYS_DVBS;
> - }
> + tn.delivery_system =
> current_tp->delivery_system;
>
> copy_transponder(t, &tn);
> }
> @@ -1578,7 +1575,10 @@
> if_freq = abs(t->frequency - lnb_type.low_val);
> }
> if (verbosity >= 2)
> + if (t->delivery_system == SYS_DVBS)
> dprintf(1,"DVB-S IF freq is %d\n", if_freq);
> + else if (t->delivery_system == SYS_DVBS2)
> + dprintf(1,"DVB-S2 IF freq is %d\n", if_freq);
> }
>
>
> @@ -1722,12 +1723,6 @@
>
> rc = tune_to_transponder(frontend_fd, t);
>
> - // If scan failed and it's a DVB-S system, try DVB-S2
> before giving up
> - if (rc != 0 && t->delivery_system == SYS_DVBS) {
> - t->delivery_system = SYS_DVBS2;
> - rc = tune_to_transponder(frontend_fd, t);
> - }
> -
> if (rc == 0) {
> return 0;
> }
> @@ -1992,6 +1987,42 @@
> t->frequency,
> pol[0], t->symbol_rate, fec2str(t->fec),
> rolloff2str(t->rolloff), qam2str(t->modulation));
> }
> + else if (sscanf(buf, "S2 %u %1[HVLR] %u %4s %4s %6s\n", &f,
> pol, &sr, fec, rolloff, qam) >= 3) {
> + t = alloc_transponder(f);
> + t->delivery_system = SYS_DVBS2;
> + t->modulation = QAM_AUTO;
> + t->rolloff = ROLLOFF_AUTO;
> + t->fec = FEC_AUTO;
> + switch(pol[0])
> + {
> + case 'H':
> + case 'L':
> + t->polarisation = POLARISATION_HORIZONTAL;
> + break;
> + default:
> + t->polarisation = POLARISATION_VERTICAL;;
> + break;
> + }
> + t->inversion = spectral_inversion;
> + t->symbol_rate = sr;
> +
> + // parse optional parameters
> + if(strlen(fec) > 0) {
> + t->fec = str2fec(fec);
> + }
> +
> + if(strlen(rolloff) > 0) {
> + t->rolloff = str2rolloff(rolloff);
> + }
> +
> + if(strlen(qam) > 0) {
> + t->modulation = str2qam(qam);
> + }
> +
> + info("initial transponder %u %c %d %s %s %s\n",
> + t->frequency,
> + pol[0], t->symbol_rate, fec2str(t->fec),
> rolloff2str(t->rolloff), qam2str(t->modulation));
> + }
> else if (sscanf(buf, "C %u %u %4s %6s\n", &f, &sr, fec, qam)
> >= 2) {
> t = alloc_transponder(f);
> t->delivery_system = SYS_DVBC_ANNEX_AC;
>
>
[-- Attachment #1.2: Type: text/html, Size: 20436 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-11-01 15:59 ` Michel Verbraak
@ 2008-11-02 5:06 ` Alex Betis
2008-11-03 15:20 ` hudo kkow
0 siblings, 1 reply; 26+ messages in thread
From: Alex Betis @ 2008-11-02 5:06 UTC (permalink / raw)
To: Michel Verbraak; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 3014 bytes --]
I will add 9/10 support to scan-s2 when I'll have my system working again...
2008/11/1 Michel Verbraak <michel@verbraak.org>
> Goga777 schreef:
>
> Приветствую, Michel
>
> but cx24116 based cards don't work with fec=auto for dvb-s2
>
> I'm not sure - may be for cx24116 cards the parameters roll off & modulation are obligatory (not optional)
>
>
>
>
>
>
> Tested your scan-s2 with a Technisat HD2 card.
>
> Scanning works. But some channels are reported twice with different
> frequency. I found an error which is fixed by the patch file named
> scan.c.diff1.
>
> I would also like to propose the following change (see file scan.c.diff2
> or scan.c.diff which includes both patches). This change makes it
> possible to only scan for DVB-S channels or DVB-S2 channels or both.
> This is done by specifying lines starting with S or S2 in the input file.
>
> example input file:
> # Astra 19.2E SDT info service transponder
> # freq pol sr fec
> S 12522000 H 22000000 2/3 <only DVB-S channels are scanned>
> S 11914000 H 27500000 AUTO
> S 10743750 H 22000000 5/6
> S 12187500 H 27500000 3/4
> S 12343500 H 27500000 3/4
> S 12515250 H 22000000 5/6
> S 12574250 H 22000000 5/6
> S2 12522000 H 22000000 AUTO <only DVB-S2 channels are scanned>
> S2 11914000 H 27500000 AUTO
>
> I hope this is usefull.
>
> Regards,
>
> Michel.
>
>
>
>
> Goga,
>
> AUTO fec does work because the following is the result for the DVB-S2
> channels I get with the above input:
>
> PREMIERE HD:11914:h:0:27500:767:772:129:6
> DISCOVERY HD:11914:h:0:27500:1023:1027:130:6
> ASTRA HD+:11914:h:0:27500:1279:1283:131:6
> ANIXE HD:11914:h:0:27500:1535:1539:132:6
>
>
> you have stb0899 based card, but I have mean cx24116 based card.
>
> Goga
>
>
>
> Goga,
>
> Sorry I mis understood you. I used AUTO fec because the DVB-S2 channel on
> Astra 19.2 and frequency 11914 use FEC 9/10 according to the webpage
> kingofsat (http://nl.kingofsat.net/pos-19.2E.php). Because current scan-s2
> does not handle this I changed it to AUTO.
>
> fec table according to scan.c
> struct strtab fectab[] = {
> { "NONE", FEC_NONE },
> { "1/2", FEC_1_2 },
> { "2/3", FEC_2_3 },
> { "3/4", FEC_3_4 },
> { "4/5", FEC_4_5 },
> { "5/6", FEC_5_6 },
> { "6/7", FEC_6_7 },
> { "7/8", FEC_7_8 },
> { "8/9", FEC_8_9 },
> { "AUTO", FEC_AUTO },
> { NULL, 0 }
> };
>
> New DVB API can handle FEC 9/10 (include/linux/dvb/frontend.h)
> typedef enum fe_code_rate {
> FEC_NONE = 0,
> FEC_1_2,
> FEC_2_3,
> FEC_3_4,
> FEC_4_5,
> FEC_5_6,
> FEC_6_7,
> FEC_7_8,
> FEC_8_9,
> FEC_AUTO,
> FEC_3_5,
> FEC_9_10,
> } fe_code_rate_t;
>
> Will create a patch for this as soon as possible.
>
> Regards
>
> Michel.
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>
[-- Attachment #1.2: Type: text/html, Size: 4843 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-11-02 5:06 ` Alex Betis
@ 2008-11-03 15:20 ` hudo kkow
0 siblings, 0 replies; 26+ messages in thread
From: hudo kkow @ 2008-11-03 15:20 UTC (permalink / raw)
To: Alex Betis; +Cc: linux-dvb
On Fri, Oct 31, 2008 at 11:58 AM, Goga777 <goga777@bk.ru> wrote:
> Приветствую, Alex
>
> thanks for you work. But for me scan-s2 works strange - scan-s2 couldn't find a lot of dvb-s2 & dvb-s channels from Astra
> 19e
>
> I have a lot of copies of 4th channels with different freq
>
> PREMIERE HD;PREMIERE:11720:hS0C34:S0.0W:27500:767:772;772:32:0:129:0:0:0
> DISCOVERY HD;PREMIERE:11720:hS0C34:S0.0W:27500:1023:1027;1027:32:0:130:0:0:0
> ASTRA HD+;BetaDigital:11720:hS0C34:S0.0W:27500:1279:1283;1283:0:0:131:0:0:0
> ANIXE HD;BetaDigital:11720:hS0C34:S0.0W:27500:1535:1539;1539:0:0:132:0:0:0
>
> dumping lists (108 services)
> PREMIERE HD;PREMIERE:11720:hS0C34:S0.0W:27500:767:772;772:32:0:129:0:0:0
> DISCOVERY HD;PREMIERE:11720:hS0C34:S0.0W:27500:1023:1027;1027:32:0:130:0:0:0
> ASTRA HD+;BetaDigital:11720:hS0C34:S0.0W:27500:1279:1283;1283:0:0:131:0:0:0
> ANIXE HD;BetaDigital:11720:hS0C34:S0.0W:27500:1535:1539;1539:0:0:132:0:0:0
> PREMIERE HD;PREMIERE:11758:hS0C34:S0.0W:27500:767:772;772:32:0:129:0:0:0
> DISCOVERY HD;PREMIERE:11758:hS0C34:S0.0W:27500:1023:1027;1027:32:0:130:0:0:0
> ASTRA HD+;BetaDigital:11758:hS0C34:S0.0W:27500:1279:1283;1283:0:0:131:0:0:0
> ANIXE HD;BetaDigital:11758:hS0C34:S0.0W:27500:1535:1539;1539:0:0:132:0:0:0
> PREMIERE HD;PREMIERE:11798:hS0C34:S0.0W:27500:767:772;772:32:0:129:0:0:0
> DISCOVERY HD;PREMIERE:11798:hS0C34:S0.0W:27500:1023:1027;1027:32:0:130:0:0:0
> ASTRA HD+;BetaDigital:11798:hS0C34:S0.0W:27500:1279:1283;1283:0:0:131:0:0:0
> ANIXE HD;BetaDigital:11798:hS0C34:S0.0W:27500:1535:1539;1539:0:0:132:0:0:0
> PREMIERE HD;PREMIERE:11836:hS0C34:S0.0W:27500:767:772;772:32:0:129:0:0:0
>
> the full log in
> http://paste.org.ru/?g0b0pn
>
> I think scan-s2 is scanning only current 11914 transponder (in my case). With this transponder I worked with vdr before
> scan2 started.
>
>
>
> Goga
Hi.
For me is also working strange scanning 30W Meo provider >>
http://pt.kingofsat.net/pack-meo.php
As you can see from the link above, all channels are on DVB-S2 8PSK
and sometimes scan picks up every channel and other times it doesn't.
After a few tries, every channel was picked up, but some parameters are missing.
This is a scanned channel list.
(null) - [000-0065];:12012:hS1:30W:30000:4097:4098:4100:100:101:0:0:0
(null) - [001-0066];:12012:hS1:30W:30000:4105:4106:4100:100:102:0:0:0
(null) - [002-0067];:12012:hS1:30W:30000:4113:4114:4100:100:103:0:0:0
(null) - [003-0068];:12012:hS1:30W:30000:4121:4122:4100:100:104:0:0:0
(null) - [004-0069];:12012:hS1:30W:30000:4129:4130:4100:100:105:0:0:0
(null) - [005-006a];:12012:hS1:30W:30000:4137:4138:4100:100:106:0:0:0
(null) - [006-006b];:12012:hS1:30W:30000:4145:4146:4100:100:107:0:0:0
(null) - [007-006c];:12012:hS1:30W:30000:4153:4154:0:100:108:0:0:0
(null) - [008-006d];:12012:hS1:30W:30000:4161:4162:0:100:109:0:0:0
(null) - [009-006e];:12012:hS1:30W:30000:4169:4170:0:100:110:0:0:0
(null) - [00a-006f];:12012:hS1:30W:30000:4177:4178:0:100:111:0:0:0
(null) - [00b-0070];:12012:hS1:30W:30000:4185:4186:0:100:112:0:0:0
(null) - [00c-0071];:12012:hS1:30W:30000:4193:4194:0:100:113:0:0:0
As you can see, no network and provider are known, along with other
parameters, aldo I scanned with
./scan-s2 -O 30W -x -2 -t 1 -p -o vdr -s3 -v -U HispaOnlyMEO > Meo_3_test
I have tried with FEC 3/4
# 30W
S 12012000 H 30000000 3/4
S 12052000 H 30000000 3/4
S 12092000 H 30000000 3/4
and FEC AUTO
# 30W
S 12012000 H 30000000 AUTO
S 12052000 H 30000000 AUTO
S 12092000 H 30000000 AUTO
Auto seems to work better.
If anyone wants to give it a try, go ahead and leave feedback.
Using a TT-3200 on ubuntu 64.
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
[not found] ` <157f4a8c0811030703w195a4947uab8c3076173898e5@mail.gmail.com>
@ 2008-11-03 18:04 ` hudo kkow
2008-11-03 20:12 ` Alex Betis
0 siblings, 1 reply; 26+ messages in thread
From: hudo kkow @ 2008-11-03 18:04 UTC (permalink / raw)
To: linux-dvb
On Mon, Nov 3, 2008 at 3:03 PM, hudo kkow <2manybills@gmail.com> wrote:
> Hi.
> For me is also working strange scanning 30W Meo provider >>
> http://pt.kingofsat.net/pack-meo.php
> As you can see from the link above, all channels are on DVB-S2 8PSK
> and sometimes scan picks up every channel and other times it doesn't.
>
> After a few tries, every channel was picked up, but some parameters are missing.
>
> This is a scanned channel list.
> (null) - [000-0065];:12012:hS1:30W:30000:4097:4098:4100:100:101:0:0:0
> (null) - [001-0066];:12012:hS1:30W:30000:4105:4106:4100:100:102:0:0:0
> (null) - [002-0067];:12012:hS1:30W:30000:4113:4114:4100:100:103:0:0:0
> (null) - [003-0068];:12012:hS1:30W:30000:4121:4122:4100:100:104:0:0:0
> (null) - [004-0069];:12012:hS1:30W:30000:4129:4130:4100:100:105:0:0:0
> (null) - [005-006a];:12012:hS1:30W:30000:4137:4138:4100:100:106:0:0:0
> (null) - [006-006b];:12012:hS1:30W:30000:4145:4146:4100:100:107:0:0:0
> (null) - [007-006c];:12012:hS1:30W:30000:4153:4154:0:100:108:0:0:0
> (null) - [008-006d];:12012:hS1:30W:30000:4161:4162:0:100:109:0:0:0
> (null) - [009-006e];:12012:hS1:30W:30000:4169:4170:0:100:110:0:0:0
> (null) - [00a-006f];:12012:hS1:30W:30000:4177:4178:0:100:111:0:0:0
> (null) - [00b-0070];:12012:hS1:30W:30000:4185:4186:0:100:112:0:0:0
> (null) - [00c-0071];:12012:hS1:30W:30000:4193:4194:0:100:113:0:0:0
>
> As you can see, no network and provider are known, along with other
> parameters, aldo I scanned with
>
> ./scan-s2 -O 30W -x -2 -t 1 -p -o vdr -s3 -v -U HispaOnlyMEO > Meo_3_test
>
> I have tried with FEC 3/4
>
> # 30W
> S 12012000 H 30000000 3/4
> S 12052000 H 30000000 3/4
> S 12092000 H 30000000 3/4
>
> and FEC AUTO
>
> # 30W
> S 12012000 H 30000000 AUTO
> S 12052000 H 30000000 AUTO
> S 12092000 H 30000000 AUTO
>
> Auto seems to work better.
>
> If anyone wants to give it a try, go ahead and leave feedback.
>
> Using a TT-3200 on ubuntu 64.
Hi, again.
Some improvements were made. Changed frequency scan file from above to
the one below and a few more parameters were added by scan-s2.
# 30W
S 12012000 H 30000000 3/4 AUTO 8PSK
S 12052000 H 30000000 3/4 AUTO 8PSK
S 12092000 H 30000000 3/4 AUTO 8PSK
The resulting scan:
(null) - [000-0065];:12012:hS1C34M5:30W:30000:4097:4098:4100:100:101:0:0:0
(null) - [001-0066];:12012:hS1C34M5:30W:30000:4105:4106:4100:100:102:0:0:0
(null) - [002-0067];:12012:hS1C34M5:30W:30000:4113:4114:4100:100:103:0:0:0
(null) - [003-0068];:12012:hS1C34M5:30W:30000:4121:4122:4100:100:104:0:0:0
(null) - [004-0069];:12012:hS1C34M5:30W:30000:4129:4130:4100:100:105:0:0:0
(null) - [005-006a];:12012:hS1C34M5:30W:30000:4137:4138:4100:100:106:0:0:0
(null) - [006-006b];:12012:hS1C34M5:30W:30000:4145:4146:4100:100:107:0:0:0
(null) - [007-006c];:12012:hS1C34M5:30W:30000:4153:4154:0:100:108:0:0:0
(null) - [008-006d];:12012:hS1C34M5:30W:30000:4161:4162:0:100:109:0:0:0
(null) - [009-006e];:12012:hS1C34M5:30W:30000:4169:4170:0:100:110:0:0:0
(null) - [00a-006f];:12012:hS1C34M5:30W:30000:4177:4178:0:100:111:0:0:0
(null) - [00b-0070];:12012:hS1C34M5:30W:30000:4185:4186:0:100:112:0:0:0
(null) - [00c-0071];:12012:hS1C34M5:30W:30000:4193:4194:0:100:113:0:0:0
Notice the difference from hS1 to hS1C34M5? Quite an improvement. I
don't know the rolloff parameter, do.
Any one knows you we can get rolloff?
BTW, a very complete set of files with satellites transponder list is
available at
>> http://joshyfun.cjb.net/ <<.
I recommend it's use. Thanks Joshy for providing such great files.
Testing continues.
And thanks Alex, for a great tool. The first one I used with
satisfactory results on DVB-S2 transponders. Well done.
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-11-03 18:04 ` hudo kkow
@ 2008-11-03 20:12 ` Alex Betis
2008-11-04 15:50 ` Hans Werner
0 siblings, 1 reply; 26+ messages in thread
From: Alex Betis @ 2008-11-03 20:12 UTC (permalink / raw)
To: hudo kkow; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 4114 bytes --]
Try adding "-k 3" to the command line, it should solve your random scan
problems.
On Mon, Nov 3, 2008 at 8:04 PM, hudo kkow <2manybills@gmail.com> wrote:
> On Mon, Nov 3, 2008 at 3:03 PM, hudo kkow <2manybills@gmail.com> wrote:
> > Hi.
> > For me is also working strange scanning 30W Meo provider >>
> > http://pt.kingofsat.net/pack-meo.php
> > As you can see from the link above, all channels are on DVB-S2 8PSK
> > and sometimes scan picks up every channel and other times it doesn't.
> >
> > After a few tries, every channel was picked up, but some parameters are
> missing.
> >
> > This is a scanned channel list.
> > (null) - [000-0065];:12012:hS1:30W:30000:4097:4098:4100:100:101:0:0:0
> > (null) - [001-0066];:12012:hS1:30W:30000:4105:4106:4100:100:102:0:0:0
> > (null) - [002-0067];:12012:hS1:30W:30000:4113:4114:4100:100:103:0:0:0
> > (null) - [003-0068];:12012:hS1:30W:30000:4121:4122:4100:100:104:0:0:0
> > (null) - [004-0069];:12012:hS1:30W:30000:4129:4130:4100:100:105:0:0:0
> > (null) - [005-006a];:12012:hS1:30W:30000:4137:4138:4100:100:106:0:0:0
> > (null) - [006-006b];:12012:hS1:30W:30000:4145:4146:4100:100:107:0:0:0
> > (null) - [007-006c];:12012:hS1:30W:30000:4153:4154:0:100:108:0:0:0
> > (null) - [008-006d];:12012:hS1:30W:30000:4161:4162:0:100:109:0:0:0
> > (null) - [009-006e];:12012:hS1:30W:30000:4169:4170:0:100:110:0:0:0
> > (null) - [00a-006f];:12012:hS1:30W:30000:4177:4178:0:100:111:0:0:0
> > (null) - [00b-0070];:12012:hS1:30W:30000:4185:4186:0:100:112:0:0:0
> > (null) - [00c-0071];:12012:hS1:30W:30000:4193:4194:0:100:113:0:0:0
> >
> > As you can see, no network and provider are known, along with other
> > parameters, aldo I scanned with
> >
> > ./scan-s2 -O 30W -x -2 -t 1 -p -o vdr -s3 -v -U HispaOnlyMEO > Meo_3_test
> >
> > I have tried with FEC 3/4
> >
> > # 30W
> > S 12012000 H 30000000 3/4
> > S 12052000 H 30000000 3/4
> > S 12092000 H 30000000 3/4
> >
> > and FEC AUTO
> >
> > # 30W
> > S 12012000 H 30000000 AUTO
> > S 12052000 H 30000000 AUTO
> > S 12092000 H 30000000 AUTO
> >
> > Auto seems to work better.
> >
> > If anyone wants to give it a try, go ahead and leave feedback.
> >
> > Using a TT-3200 on ubuntu 64.
>
> Hi, again.
> Some improvements were made. Changed frequency scan file from above to
> the one below and a few more parameters were added by scan-s2.
>
> # 30W
> S 12012000 H 30000000 3/4 AUTO 8PSK
> S 12052000 H 30000000 3/4 AUTO 8PSK
> S 12092000 H 30000000 3/4 AUTO 8PSK
>
> The resulting scan:
>
> (null) - [000-0065];:12012:hS1C34M5:30W:30000:4097:4098:4100:100:101:0:0:0
> (null) - [001-0066];:12012:hS1C34M5:30W:30000:4105:4106:4100:100:102:0:0:0
> (null) - [002-0067];:12012:hS1C34M5:30W:30000:4113:4114:4100:100:103:0:0:0
> (null) - [003-0068];:12012:hS1C34M5:30W:30000:4121:4122:4100:100:104:0:0:0
> (null) - [004-0069];:12012:hS1C34M5:30W:30000:4129:4130:4100:100:105:0:0:0
> (null) - [005-006a];:12012:hS1C34M5:30W:30000:4137:4138:4100:100:106:0:0:0
> (null) - [006-006b];:12012:hS1C34M5:30W:30000:4145:4146:4100:100:107:0:0:0
> (null) - [007-006c];:12012:hS1C34M5:30W:30000:4153:4154:0:100:108:0:0:0
> (null) - [008-006d];:12012:hS1C34M5:30W:30000:4161:4162:0:100:109:0:0:0
> (null) - [009-006e];:12012:hS1C34M5:30W:30000:4169:4170:0:100:110:0:0:0
> (null) - [00a-006f];:12012:hS1C34M5:30W:30000:4177:4178:0:100:111:0:0:0
> (null) - [00b-0070];:12012:hS1C34M5:30W:30000:4185:4186:0:100:112:0:0:0
> (null) - [00c-0071];:12012:hS1C34M5:30W:30000:4193:4194:0:100:113:0:0:0
>
> Notice the difference from hS1 to hS1C34M5? Quite an improvement. I
> don't know the rolloff parameter, do.
>
> Any one knows you we can get rolloff?
>
> BTW, a very complete set of files with satellites transponder list is
> available at
>
> >> http://joshyfun.cjb.net/ <<.
>
> I recommend it's use. Thanks Joshy for providing such great files.
>
> Testing continues.
>
> And thanks Alex, for a great tool. The first one I used with
> satisfactory results on DVB-S2 transponders. Well done.
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>
[-- Attachment #1.2: Type: text/html, Size: 5178 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-11-03 20:12 ` Alex Betis
@ 2008-11-04 15:50 ` Hans Werner
2008-11-04 16:11 ` Alex Betis
0 siblings, 1 reply; 26+ messages in thread
From: Hans Werner @ 2008-11-04 15:50 UTC (permalink / raw)
To: Alex Betis, linux-dvb
I don't know if anyone mentioned it already, but scan-s2 does not work for DVB-T.
Here is a patch which fixes DVB-T support.
Signed-off-by: Hans Werner <hwerner4@gmx.de>
diff -r fff2d1f1fd4f scan.c
--- a/scan.c Fri Oct 31 14:07:06 2008 +0200
+++ b/scan.c Tue Nov 04 15:38:09 2008 +0000
@@ -1523,6 +1523,7 @@ static int __tune_to_transponder (int fr
int i;
fe_status_t s;
uint32_t if_freq;
+ uint32_t bandwidth_hz = 0;
current_tp = t;
struct dtv_property p_clear[] = {
@@ -1580,7 +1581,22 @@ static int __tune_to_transponder (int fr
if (verbosity >= 2)
dprintf(1,"DVB-S IF freq is %d\n", if_freq);
}
-
+ else if (t->delivery_system == SYS_DVBT) {
+ if_freq=t->frequency;
+ if (t->bandwidth == BANDWIDTH_6_MHZ)
+ bandwidth_hz = 6000000;
+ else if (t->bandwidth == BANDWIDTH_7_MHZ)
+ bandwidth_hz = 7000000;
+ else if (t->bandwidth == BANDWIDTH_8_MHZ)
+ bandwidth_hz = 8000000;
+ else
+ /* Including BANDWIDTH_AUTO */
+ bandwidth_hz = 0;
+ if (verbosity >= 2){
+ dprintf(1,"DVB-T frequency is %d\n", if_freq);
+ dprintf(1,"DVB-T bandwidth is %d\n", bandwidth_hz);
+ }
+ }
struct dvb_frontend_event ev;
struct dtv_property p_tune[] = {
@@ -1591,11 +1607,12 @@ static int __tune_to_transponder (int fr
{ .cmd = DTV_INNER_FEC, .u.data = t->fec },
{ .cmd = DTV_INVERSION, .u.data = t->inversion },
{ .cmd = DTV_ROLLOFF, .u.data = t->rolloff },
- { .cmd = DTV_PILOT, .u.data = PILOT_AUTO },
+ { .cmd = DTV_BANDWIDTH_HZ, .u.data = bandwidth_hz },
+ { .cmd = DTV_PILOT, .u.data = PILOT_AUTO },
{ .cmd = DTV_TUNE },
};
struct dtv_properties cmdseq_tune = {
- .num = 9,
+ .num = 10,
.props = p_tune
};
--
Release early, release often.
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-11-04 15:50 ` Hans Werner
@ 2008-11-04 16:11 ` Alex Betis
0 siblings, 0 replies; 26+ messages in thread
From: Alex Betis @ 2008-11-04 16:11 UTC (permalink / raw)
To: Hans Werner; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 2808 bytes --]
Thanks Hans,
I have only TwinHan 1041 card (DVB-S/S2 stb0899 based), so could not test
anything else.
I will include your fix as soon as I'll get to work on it.
Will post a message with changes after that.
On Tue, Nov 4, 2008 at 5:50 PM, Hans Werner <HWerner4@gmx.de> wrote:
> I don't know if anyone mentioned it already, but scan-s2 does not work for
> DVB-T.
>
> Here is a patch which fixes DVB-T support.
>
> Signed-off-by: Hans Werner <hwerner4@gmx.de>
>
> diff -r fff2d1f1fd4f scan.c
> --- a/scan.c Fri Oct 31 14:07:06 2008 +0200
> +++ b/scan.c Tue Nov 04 15:38:09 2008 +0000
> @@ -1523,6 +1523,7 @@ static int __tune_to_transponder (int fr
> int i;
> fe_status_t s;
> uint32_t if_freq;
> + uint32_t bandwidth_hz = 0;
> current_tp = t;
>
> struct dtv_property p_clear[] = {
> @@ -1580,7 +1581,22 @@ static int __tune_to_transponder (int fr
> if (verbosity >= 2)
> dprintf(1,"DVB-S IF freq is %d\n", if_freq);
> }
> -
> + else if (t->delivery_system == SYS_DVBT) {
> + if_freq=t->frequency;
> + if (t->bandwidth == BANDWIDTH_6_MHZ)
> + bandwidth_hz = 6000000;
> + else if (t->bandwidth == BANDWIDTH_7_MHZ)
> + bandwidth_hz = 7000000;
> + else if (t->bandwidth == BANDWIDTH_8_MHZ)
> + bandwidth_hz = 8000000;
> + else
> + /* Including BANDWIDTH_AUTO */
> + bandwidth_hz = 0;
> + if (verbosity >= 2){
> + dprintf(1,"DVB-T frequency is %d\n", if_freq);
> + dprintf(1,"DVB-T bandwidth is %d\n", bandwidth_hz);
> + }
> + }
>
> struct dvb_frontend_event ev;
> struct dtv_property p_tune[] = {
> @@ -1591,11 +1607,12 @@ static int __tune_to_transponder (int fr
> { .cmd = DTV_INNER_FEC, .u.data = t->fec },
> { .cmd = DTV_INVERSION, .u.data =
> t->inversion },
> { .cmd = DTV_ROLLOFF, .u.data = t->rolloff
> },
> - { .cmd = DTV_PILOT, .u.data =
> PILOT_AUTO },
> + { .cmd = DTV_BANDWIDTH_HZ, .u.data =
> bandwidth_hz },
> + { .cmd = DTV_PILOT, .u.data =
> PILOT_AUTO },
> { .cmd = DTV_TUNE },
> };
> struct dtv_properties cmdseq_tune = {
> - .num = 9,
> + .num = 10,
> .props = p_tune
> };
>
>
>
> --
> Release early, release often.
>
> "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
> Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
>
[-- Attachment #1.2: Type: text/html, Size: 5182 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-10-30 22:10 ` Alex Betis
2008-10-31 11:58 ` Goga777
@ 2008-11-12 19:31 ` Alex Betis
2008-11-13 0:57 ` Hans Werner
1 sibling, 1 reply; 26+ messages in thread
From: Alex Betis @ 2008-11-12 19:31 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 4059 bytes --]
Some more updates for scan-s2:
- Fixed skip count specified by "-k" option (skipped one message less than
specified).
- Removed dumping (null) provider name.
- Fixed DVB-T tuning. Thanks to Hans Werner.
- Fixed some network ID output problems. Thanks to Oleg Roitburd.
- Added options to specify "S1" and "S2" entries in frequency file that will
use DVB-S and DVB-S2 scan modes respectively.
- Added "-D" option to disable scanning of some modes. "-D S1" will disable
DVB-S scan, "-D S2" will disable DVB-S2 scan.
- Added 3/5 and 9/10 FEC options. Thanks to Michael Verbraak.
In my TODO list so far:
- Revise and add diseqc motor support patch from Hans Werner.
- Revise and add few more patches sent by different people.
- Revise NIT message parsing to figure out why it doesn't add transponders
with correct delivery system.
- Add UTF-8 channels encoding support.
Please test the latest version of scan-s2 from:
http://mercurial.intuxication.org/hg/scan-s2/
Let me know if something doesn't work as it should.
Thanks.
Alex.
On Fri, Oct 31, 2008 at 12:10 AM, Alex Betis <alex.betis@gmail.com> wrote:
> Hi all,
>
> Some updates for scan-s2:
> - Frequency files parameters that can specify AUTO are now optional, not
> required to appear in the file. See README.
> - Added ROLLOFF and modulation specification for DVB-S format. See README.
> - Fixed usage of -n (network search) switch. NIT messages will not add new
> transponders by default now, so add -n if you really want it.
> - NIT messages will not update existing transponders any more. After seeing
> several bad NIT messages that caused to miss channels I think that will be
> better that way.
> - Added dumping of modulation and rolloff to VDR format file. The program
> queries the driver after successful tuning to get real parameters of the
> channel. Currently the driver do not return real values except for FEC, so
> if you specify AUTO values the output file will not have the real rolloff
> and modulation values. Igor said he will look at it.
> - Added CAID dump to VDR file format, see "-x -2" switch.
> - "-x XXX" switch opeation is fixed. Don't know who might want to use it
> after real CAID dump (option -2) and dump zeroes to CAID (option -1) is
> available.
>
>
> Currently my TODO list include UTF channel names encoding. If you think of
> something else, please let me know and I'll try to add.
>
> Please test the latest version of scan-s2 from:
> http://mercurial.intuxication.org/hg/scan-s2/
>
> Enjoy,
> Alex.
>
>
>
>
> On Tue, Oct 28, 2008 at 10:20 PM, Alex Betis <alex.betis@gmail.com> wrote:
>
>>
>>
>> On Tue, Oct 28, 2008 at 10:05 PM, oleg roitburd <oroitburd@gmail.com>wrote:
>>
>>>
>>> Small snipet from VDR/channels.c
>>> -------------------------------snip------------------------------
>>> const tChannelParameterMap ModulationValues[] = {
>>> { 16, QAM_16, "QAM16" },
>>> { 32, QAM_32, "QAM32" },
>>> { 64, QAM_64, "QAM64" },
>>> { 128, QAM_128, "QAM128" },
>>> { 256, QAM_256, "QAM256" },
>>> { 2, QPSK, "QPSK" },
>>> { 5, PSK_8, "8PSK" },
>>> { 6, APSK_16, "16APSK" },
>>> { 10, VSB_8, "VSB8" },
>>> { 11, VSB_16, "VSB16" },
>>> { 998, QAM_AUTO, "QAMAUTO" },
>>> { -1 }
>>> };
>>>
>>> -------------------------------------------snap----------------------------
>>
>> Thanks. I'll use it in the dump.
>>
>>
>>>
>>> >
>>> > FEC you can specify in the frequency file as "AUTO", "1/3", "2/3" and
>>> so on.
>>> > I'll update README to make it clear. All frequency files samples show
>>> that
>>> > option.
>>>
>>> i have seen, that FEC will be set if FEC is in initial file.
>>> If transponder was found via NIT it will be not set
>>
>> Yeah, it was my change since I saw NIT specifying incorrect FEC for a
>> channel that was in my frequency list already!
>> I'll probably change it so NIT will be considered as the correct info
>> unless frequency list include non-AUTO value.
>> This way it will be possible to overwrite values or rely on network
>> announcements if you want full automatic behavior.
>>
>>
>>
>
[-- Attachment #1.2: Type: text/html, Size: 5868 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [linux-dvb] [ANNOUNCE] scan-s2 is available, please test
2008-11-12 19:31 ` Alex Betis
@ 2008-11-13 0:57 ` Hans Werner
0 siblings, 0 replies; 26+ messages in thread
From: Hans Werner @ 2008-11-13 0:57 UTC (permalink / raw)
To: Alex Betis, linux-dvb
> Some more updates for scan-s2:
> - Fixed skip count specified by "-k" option (skipped one message less than
> specified).
> - Removed dumping (null) provider name.
> - Fixed DVB-T tuning. Thanks to Hans Werner.
> - Fixed some network ID output problems. Thanks to Oleg Roitburd.
> - Added options to specify "S1" and "S2" entries in frequency file that
> will
> use DVB-S and DVB-S2 scan modes respectively.
> - Added "-D" option to disable scanning of some modes. "-D S1" will
> disable
> DVB-S scan, "-D S2" will disable DVB-S2 scan.
> - Added 3/5 and 9/10 FEC options. Thanks to Michael Verbraak.
>
> In my TODO list so far:
> - Revise and add diseqc motor support patch from Hans Werner.
Thanks.
> - Revise and add few more patches sent by different people.
> - Revise NIT message parsing to figure out why it doesn't add transponders
> with correct delivery system.
Does this fix it?
diff -r 40368fdba59a scan.c
--- a/scan.c
+++ b/scan.c
@@ -403,7 +403,7 @@ static void parse_satellite_delivery_sys
return;
}
- if(((buf[8] >> 1) & 0x01) == 0) {
+ if(((buf[8] >> 2) & 0x01) == 0) {
t->delivery_system = SYS_DVBS;
}
else {
In the first patch I sent yesterday I used an equivalent switch statement instead:
switch ( getBits(buf,69,1) ) {
> - Add UTF-8 channels encoding support.
>
> Please test the latest version of scan-s2 from:
> http://mercurial.intuxication.org/hg/scan-s2/
>
> Let me know if something doesn't work as it should.
>
> Thanks.
> Alex.
>
--
Release early, release often.
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 26+ messages in thread
end of thread, other threads:[~2008-11-13 0:58 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-25 21:52 [linux-dvb] [ANNOUNCE] scan-s2 is available, please test Alex Betis
2008-10-28 9:27 ` oleg roitburd
2008-10-28 19:23 ` Alex Betis
2008-10-28 20:05 ` oleg roitburd
2008-10-28 20:20 ` Alex Betis
2008-10-30 22:10 ` Alex Betis
2008-10-31 11:58 ` Goga777
2008-10-31 12:06 ` Alex Betis
[not found] ` <157f4a8c0811030703w195a4947uab8c3076173898e5@mail.gmail.com>
2008-11-03 18:04 ` hudo kkow
2008-11-03 20:12 ` Alex Betis
2008-11-04 15:50 ` Hans Werner
2008-11-04 16:11 ` Alex Betis
2008-11-12 19:31 ` Alex Betis
2008-11-13 0:57 ` Hans Werner
2008-10-29 15:51 ` Mika Laitio
2008-10-29 19:19 ` Alex Betis
2008-10-29 21:27 ` Mika Laitio
2008-10-30 4:29 ` Alex Betis
2008-11-01 15:11 ` Michel Verbraak
2008-11-01 15:20 ` Goga777
2008-11-01 15:44 ` Michel Verbraak
2008-11-01 15:50 ` Goga777
2008-11-01 15:59 ` Michel Verbraak
2008-11-02 5:06 ` Alex Betis
2008-11-03 15:20 ` hudo kkow
2008-11-02 5:03 ` Alex Betis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox