* [linux-dvb] S2API pctv452e stb0899 simples2apitune
@ 2008-10-18 12:05 Dominik Kuhlen
2008-10-18 12:27 ` Igor M. Liplianin
2008-10-18 14:08 ` Faruk A
0 siblings, 2 replies; 7+ messages in thread
From: Dominik Kuhlen @ 2008-10-18 12:05 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1.1: Type: text/plain, Size: 930 bytes --]
Hi,
Attached patch makes the pct452e working for me with S2API
based on changeset 9263
http://mercurial.intuxication.org/hg/s2-liplianin
- mostly cleanup (remove commented code)
- proper frequency reporting for stb0899 (dvb-s and dvb-s2)
- fast and always lock for DVB-S (up to 8MHz frequency offset allowed) (only tested with symrates: 22 and 27.5)
- DVB-S2 checked 19.2E 11915 H 27500 only (I cant test others)
- PCTV452e LED green: FE open orange: FE closed
does the TT S2 3600 (3650CI) also have this led and is it attached to the same GPIO?
What I still dislike is the very long blocking if no signal is found or wrong parameters were specified.
This could be easily avoid: if there were a signal locking would be quite fast ;)
But i haven't had time to search for the solution to speed up...
also attached simples2apitune which is same as simpledvbtune but for S2API
happy testing,
Dominik
[-- Attachment #1.1.2: simples2apitune.c.bz2 --]
[-- Type: application/x-bzip2, Size: 2981 bytes --]
[-- Attachment #1.1.3: my_s2api_pctv452e.patch.bz2 --]
[-- Type: application/x-bzip2, Size: 9402 bytes --]
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 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] 7+ messages in thread
* Re: [linux-dvb] S2API pctv452e stb0899 simples2apitune
2008-10-18 12:05 [linux-dvb] S2API pctv452e stb0899 simples2apitune Dominik Kuhlen
@ 2008-10-18 12:27 ` Igor M. Liplianin
2008-10-18 14:08 ` Faruk A
1 sibling, 0 replies; 7+ messages in thread
From: Igor M. Liplianin @ 2008-10-18 12:27 UTC (permalink / raw)
To: linux-dvb
В сообщении от 18 October 2008 15:05:42 Dominik Kuhlen написал(а):
> Hi,
>
> Attached patch makes the pct452e working for me with S2API
> based on changeset 9263
> http://mercurial.intuxication.org/hg/s2-liplianin
>
> - mostly cleanup (remove commented code)
> - proper frequency reporting for stb0899 (dvb-s and dvb-s2)
> - fast and always lock for DVB-S (up to 8MHz frequency offset allowed)
> (only tested with symrates: 22 and 27.5) - DVB-S2 checked 19.2E 11915 H
> 27500 only (I cant test others)
> - PCTV452e LED green: FE open orange: FE closed
> does the TT S2 3600 (3650CI) also have this led and is it attached to the
> same GPIO?
>
> What I still dislike is the very long blocking if no signal is found or
> wrong parameters were specified. This could be easily avoid: if there were
> a signal locking would be quite fast ;) But i haven't had time to search
> for the solution to speed up...
>
> also attached simples2apitune which is same as simpledvbtune but for S2API
>
> happy testing,
> Dominik
Hi Dominik
I will test it today with s2-3200 and give you feedback
And thank you.
Igor
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] S2API pctv452e stb0899 simples2apitune
2008-10-18 12:05 [linux-dvb] S2API pctv452e stb0899 simples2apitune Dominik Kuhlen
2008-10-18 12:27 ` Igor M. Liplianin
@ 2008-10-18 14:08 ` Faruk A
2008-10-18 15:14 ` Dominik Kuhlen
1 sibling, 1 reply; 7+ messages in thread
From: Faruk A @ 2008-10-18 14:08 UTC (permalink / raw)
To: Dominik Kuhlen; +Cc: linux-dvb
Hi Dominik!
> - fast and always lock for DVB-S (up to 8MHz frequency offset allowed) (only tested with symrates: 22 and 27.5)
yes channel lock is very fast and it always locks, i had no problem
locking on DVB-S with 30000 symrate.
> - DVB-S2 checked 19.2E 11915 H 27500 only (I cant test others)
it locks fine on 13E DVB-S2 channels (27500)
> - PCTV452e LED green: FE open orange: FE closed
> does the TT S2 3600 (3650CI) also have this led and is it attached to the same GPIO?
The LED is working on TT-S2-3650CI
> also attached simples2apitune which is same as simpledvbtune but for S2API
simples2apitune is not working for me on both DVB-S and DVB-S2.
[faruk@archer simples2apitune]$ ./simples2apitune -f 10975 -p h -s 27500
using '/dev/dvb/adapter0/frontend0' as frontend
frontend fd=3: type=0 name=STB0899 Multistandard
ioclt: FE_SET_VOLTAGE : 1
Low band
set tone: 0
set symbol rate: 27500000 Sym/s
set frequency: 1225000 kHz
do tune....
tuning qpsk failed
Dominik are you too facing packet losses from TS?
Thanks
Faruk
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] S2API pctv452e stb0899 simples2apitune
2008-10-18 14:08 ` Faruk A
@ 2008-10-18 15:14 ` Dominik Kuhlen
2008-10-18 18:33 ` Faruk A
2008-10-18 20:00 ` Faruk A
0 siblings, 2 replies; 7+ messages in thread
From: Dominik Kuhlen @ 2008-10-18 15:14 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1.1: Type: text/plain, Size: 1530 bytes --]
Hi,
On Saturday 18 October 2008, Faruk A wrote:
> Hi Dominik!
>
>
> > - fast and always lock for DVB-S (up to 8MHz frequency offset allowed) (only tested with symrates: 22 and 27.5)
>
> yes channel lock is very fast and it always locks, i had no problem
> locking on DVB-S with 30000 symrate.
>
> > - DVB-S2 checked 19.2E 11915 H 27500 only (I cant test others)
>
> it locks fine on 13E DVB-S2 channels (27500)
>
> > - PCTV452e LED green: FE open orange: FE closed
> > does the TT S2 3600 (3650CI) also have this led and is it attached to the same GPIO?
>
> The LED is working on TT-S2-3650CI
>
> > also attached simples2apitune which is same as simpledvbtune but for S2API
>
> simples2apitune is not working for me on both DVB-S and DVB-S2.
Oh yes, I haven't set the return value...
please find attached a new version which has that issue fixed
>
> [faruk@archer simples2apitune]$ ./simples2apitune -f 10975 -p h -s 27500
> using '/dev/dvb/adapter0/frontend0' as frontend
> frontend fd=3: type=0 name=STB0899 Multistandard
> ioclt: FE_SET_VOLTAGE : 1
> Low band
> set tone: 0
> set symbol rate: 27500000 Sym/s
> set frequency: 1225000 kHz
> do tune....
> tuning qpsk failed
yes, the return value of set_qpsk_channel() is random :(
>
> Dominik are you too facing packet losses from TS?
Not in the streams i have tested so far.
how often and on which channels do you get errors?
what is the SNR for them?
>
> Thanks
> Faruk
>
Thanks for the feedback,
Dominik
[-- Attachment #1.1.2: simples2apitune.c.bz2 --]
[-- Type: application/x-bzip2, Size: 2956 bytes --]
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 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] 7+ messages in thread
* Re: [linux-dvb] S2API pctv452e stb0899 simples2apitune
@ 2008-10-18 18:31 Igor M. Liplianin
0 siblings, 0 replies; 7+ messages in thread
From: Igor M. Liplianin @ 2008-10-18 18:31 UTC (permalink / raw)
To: linux-dvb
On 18 октября 2008, linux-dvb@linuxtv.org wrote:
> Hi,
>
> Attached patch makes the pct452e working for me with S2API
> based on changeset 9263
> http://mercurial.intuxication.org/hg/s2-liplianin
>
> - mostly cleanup (remove commented code)
> - proper frequency reporting for stb0899 (dvb-s and dvb-s2)
> - fast and always lock for DVB-S (up to 8MHz frequency offset allowed)
> (only tested with symrates: 22 and 27.5) - DVB-S2 checked 19.2E 11915 H
> 27500 only (I cant test others)
> - PCTV452e LED green: FE open orange: FE closed
> does the TT S2 3600 (3650CI) also have this led and is it attached to the
> same GPIO?
>
> What I still dislike is the very long blocking if no signal is found or
> wrong parameters were specified. This could be easily avoid: if there were
> a signal locking would be quite fast ;) But i haven't had time to search
> for the solution to speed up...
>
> also attached simples2apitune which is same as simpledvbtune but for S2API
>
> happy testing,
> Dominik
To me, nothing changed. There is no lock for 3255 and 44948 kSym/s and there is packet losses for
27500 from time to time.
But I will bear in mind your patch for future, when the problem will be resolved.
Igor
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] S2API pctv452e stb0899 simples2apitune
2008-10-18 15:14 ` Dominik Kuhlen
@ 2008-10-18 18:33 ` Faruk A
2008-10-18 20:00 ` Faruk A
1 sibling, 0 replies; 7+ messages in thread
From: Faruk A @ 2008-10-18 18:33 UTC (permalink / raw)
To: Dominik Kuhlen; +Cc: linux-dvb
>> Dominik are you too facing packet losses from TS?
> Not in the streams i have tested so far.
> how often and on which channels do you get errors?
> what is the SNR for them?
I get image distortions on all channels.
I have tested with vdr, kaffeine and szap-s2 + mplayer/vlc/xine.
Is the same problem we had before back in February/March and then you
fixed in the final release.
[faruk@archer szap-s2]$ ./szap-s2 -r -p -V -c ~/.vdr/channels.conf -n 115
reading channels from file '/home/faruk/.vdr/channels.conf'
zapping to 115 'FOLKLOR TV;EUTELSAT':
delivery DVB-S, modulation QPSK
sat 0, frequency 11304 MHz V, symbolrate 30000000, coderate auto, rolloff auto
vpid 0x0dc1, apid 0x0dc2, sid 0x0005
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
status 1f | signal 011e | snr 0080 | ber 00000000 | unc fffffffe | FE_HAS_LOCK
status 1f | signal 0122 | snr 007f | ber 00000000 | unc fffffffe | FE_HAS_LOCK
status 1f | signal 011e | snr 007e | ber 00000000 | unc fffffffe | FE_HAS_LOCK
status 1f | signal 0122 | snr 0081 | ber 00000000 | unc fffffffe | FE_HAS_LOCK
status 1f | signal 0122 | snr 0080 | ber 00000000 | unc fffffffe | FE_HAS_LOCK
[faruk@archer ~]$ femon
FE: STB0899 Multistandard (DVBS)
Problem retrieving frontend information: Operation not supported
status SCVYL | signal 011e | snr 008a | ber 00000000 | unc bff876cc |
FE_HAS_LOCK
Problem retrieving frontend information: Operation not supported
status SCVYL | signal 0122 | snr 0087 | ber 00000000 | unc bff876cc |
FE_HAS_LOCK
Problem retrieving frontend information: Operation not supported
status SCVYL | signal 011e | snr 0087 | ber 00000000 | unc bff876cc |
FE_HAS_LOCK
Problem retrieving frontend information: Operation not supported
status SCVYL | signal 0122 | snr 008c | ber 00000000 | unc bff876cc |
FE_HAS_LOCK
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] S2API pctv452e stb0899 simples2apitune
2008-10-18 15:14 ` Dominik Kuhlen
2008-10-18 18:33 ` Faruk A
@ 2008-10-18 20:00 ` Faruk A
1 sibling, 0 replies; 7+ messages in thread
From: Faruk A @ 2008-10-18 20:00 UTC (permalink / raw)
To: Dominik Kuhlen; +Cc: linux-dvb
>> Dominik are you too facing packet losses from TS?
> Not in the streams i have tested so far.
> how often and on which channels do you get errors?
> what is the SNR for them?
Never mind that, i think there is something wrong with my device. I
have the same problem in windows xp and vista.
The channels are working fine on my set top box (Samsung DSR 9500 VIA
CI) which i haven't used in months
since i bought the tt-s2-3650.
Faruk
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-10-18 20:00 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-18 12:05 [linux-dvb] S2API pctv452e stb0899 simples2apitune Dominik Kuhlen
2008-10-18 12:27 ` Igor M. Liplianin
2008-10-18 14:08 ` Faruk A
2008-10-18 15:14 ` Dominik Kuhlen
2008-10-18 18:33 ` Faruk A
2008-10-18 20:00 ` Faruk A
-- strict thread matches above, loose matches on Subject: below --
2008-10-18 18:31 Igor M. Liplianin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.