All of lore.kernel.org
 help / color / mirror / Atom feed
* Tevii S650 DVB-S2 diseqc problem
@ 2009-02-16 21:46 svankan
  2009-02-16 23:21 ` Faruk A
  0 siblings, 1 reply; 8+ messages in thread
From: svankan @ 2009-02-16 21:46 UTC (permalink / raw)
  To: linux-media

Hello!

I just bought a Tevii S650 DVB-S2 card and I have a few questions.

My server have Ubuntu 8.10 amd64 with a custom kernel and drivers and tools
compiled from these sources.
http://mercurial.intuxication.org/hg/szap-s2
http://mercurial.intuxication.org/hg/s2-liplianin/

The scan-s2 utility only find channels from latest used transponder in VDR
and diseqc does not work. It took me many hours to have VDR working with
Tevii S650 because my old diseqc.conf did not work with this card.

When I have a skystar2 or a Hauppauge FF rev 2.1 I can use this config.

Old diseqc.conf
#
S1W 11700 V 9750 t v W15 A W15 t
S1W 99999 V 10600 t v W15 A W15 T
S1W 11700 H 9750 t V W15 A W15 t
S1W 99999 H 10600 t V W15 A W15 T
#
S5E 11700 V 9750 t v W15 B W15 t
S5E 99999 V 10600 t v W15 B W15 T
S5E 11700 H 9750 t V W15 B W15 t
S5E 99999 H 10600 t V W15 B W15 T


New diseqc.conf (working with Tevii S650)
#
S1W 11700 V 9750 t v W15 [E0 10 38 F0] W15 t
S1W 99999 V 10600 t v W15 [E0 10 38 F1] W15 T
S1W 11700 H 9750 t V W15 [E0 10 38 F2] W15 t
S1W 99999 H 10600 t V W15 [E0 10 38 F3] W15 T
#
S5E 11700 V 9750 t v W15 [E0 10 38 F4] W15 t
S5E 99999 V 10600 t v W15 [E0 10 38 F5] W15 T
S5E 11700 H 9750 t V W15 [E0 10 38 F6] W15 t
S5E 99999 H 10600 t V W15 [E0 10 38 F7] W15 T

Can this diseqc “problem” cause the scan-s2 tool to fail too?
Why do I need to change the diseqc.conf in VDR?

Because of this problem I have to manually include all HD-channels to
channels.conf. I have tried to follow the README for scan-s2 and tried
different options. My old cards work with scan-s2 and diseqc. To be sure I
downloaded the latest drivers from www.tevii.com and extracted the
firmware from windows drivers but with the same result.
Linux driver is from 2008-08-15
Windows driver is released 2009-01-22

similar problem?
http://www.dvbnetwork.de/viewtopic.php?f=59&t=169

VDR 1.7.4 works very good with the new diseqc.conf so the card is NOT broken.
Any suggestions?

/Svankan


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Tevii S650 DVB-S2 diseqc problem
  2009-02-16 21:46 Tevii S650 DVB-S2 diseqc problem svankan
@ 2009-02-16 23:21 ` Faruk A
  2009-02-17 20:06   ` Goga777
  0 siblings, 1 reply; 8+ messages in thread
From: Faruk A @ 2009-02-16 23:21 UTC (permalink / raw)
  To: svankan; +Cc: linux-media

On Mon, Feb 16, 2009 at 10:46 PM,  <svankan@bahnhof.se> wrote:
> Hello!
>
> I just bought a Tevii S650 DVB-S2 card and I have a few questions.
>
> My server have Ubuntu 8.10 amd64 with a custom kernel and drivers and tools
> compiled from these sources.
> http://mercurial.intuxication.org/hg/szap-s2
> http://mercurial.intuxication.org/hg/s2-liplianin/
>
> The scan-s2 utility only find channels from latest used transponder in VDR
> and diseqc does not work. It took me many hours to have VDR working with
> Tevii S650 because my old diseqc.conf did not work with this card.
>
> When I have a skystar2 or a Hauppauge FF rev 2.1 I can use this config.
>
> Old diseqc.conf
> #
> S1W 11700 V 9750 t v W15 A W15 t
> S1W 99999 V 10600 t v W15 A W15 T
> S1W 11700 H 9750 t V W15 A W15 t
> S1W 99999 H 10600 t V W15 A W15 T
> #
> S5E 11700 V 9750 t v W15 B W15 t
> S5E 99999 V 10600 t v W15 B W15 T
> S5E 11700 H 9750 t V W15 B W15 t
> S5E 99999 H 10600 t V W15 B W15 T
>
>
> New diseqc.conf (working with Tevii S650)
> #
> S1W 11700 V 9750 t v W15 [E0 10 38 F0] W15 t
> S1W 99999 V 10600 t v W15 [E0 10 38 F1] W15 T
> S1W 11700 H 9750 t V W15 [E0 10 38 F2] W15 t
> S1W 99999 H 10600 t V W15 [E0 10 38 F3] W15 T
> #
> S5E 11700 V 9750 t v W15 [E0 10 38 F4] W15 t
> S5E 99999 V 10600 t v W15 [E0 10 38 F5] W15 T
> S5E 11700 H 9750 t V W15 [E0 10 38 F6] W15 t
> S5E 99999 H 10600 t V W15 [E0 10 38 F7] W15 T
>
> Can this diseqc "problem" cause the scan-s2 tool to fail too?
> Why do I need to change the diseqc.conf in VDR?
>
> Because of this problem I have to manually include all HD-channels to
> channels.conf. I have tried to follow the README for scan-s2 and tried
> different options. My old cards work with scan-s2 and diseqc. To be sure I
> downloaded the latest drivers from www.tevii.com and extracted the
> firmware from windows drivers but with the same result.
> Linux driver is from 2008-08-15
> Windows driver is released 2009-01-22
>
> similar problem?
> http://www.dvbnetwork.de/viewtopic.php?f=59&t=169
>
> VDR 1.7.4 works very good with the new diseqc.conf so the card is NOT broken.
> Any suggestions?
>
> /Svankan

Hi!

I don't have any diseqc problem with this card.
Tested with vdr 1.7.0, scan-s2, szap-s2 (myTeVii and ProgDVB)
ArchLinux 32-bit, kernel26 2.6.28.4
here is my vdr disecq.conf

# Input 1 - Eutelsat

S16.0E  11700 V  9750  t v W15 [E0 10 38 F0] W15 t
S16.0E  99999 V 10600  t v W15 [E0 10 38 F0] W15 T
S16.0E  11700 H  9750  t V W15 [E0 10 38 F0] W15 t
S16.0E  99999 H 10600  t V W15 [E0 10 38 F0] W15 T

# Input 2 - Sirius

S5E  11700 V  9750  t v W15 [E0 10 38 F4] W15 t
S5E  99999 V 10600  t v W15 [E0 10 38 F4] W15 T
S5E  11700 H  9750  t V W15 [E0 10 38 F4] W15 t
S5E  99999 H 10600  t V W15 [E0 10 38 F4] W15 T

# Input 3 - Hotbird

S13.0E   11700 V  9750  t v W15 [E0 10 38 F8] W15 t
S13.0E   99999 V 10600  t v W15 [E0 10 38 F8] W15 T
S13.0E   11700 H  9750  t V W15 [E0 10 38 F8] W15 t
S13.0E   99999 H 10600  t V W15 [E0 10 38 F8] W15 T

# Input 4 Astra 1 19.2E

S19.2E   11700 V  9750  t v W15 [E0 10 38 FC] W15 t
S19.2E   99999 V 10600  t v W15 [E0 10 38 FC] W15 T
S19.2E   11700 H  9750  t V W15 [E0 10 38 FC] W15 t
S19.2E   99999 H 10600  t V W15 [E0 10 38 FC] W15 T

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Tevii S650 DVB-S2 diseqc problem
  2009-02-16 23:21 ` Faruk A
@ 2009-02-17 20:06   ` Goga777
  2009-02-18  7:06     ` svankan
  0 siblings, 1 reply; 8+ messages in thread
From: Goga777 @ 2009-02-17 20:06 UTC (permalink / raw)
  To: linux-media

> > My server have Ubuntu 8.10 amd64 with a custom kernel and drivers and tools
> > compiled from these sources.
> > http://mercurial.intuxication.org/hg/szap-s2
> > http://mercurial.intuxication.org/hg/s2-liplianin/
> >
> > The scan-s2 utility only find channels from latest used transponder in VDR

you should indicate in ini file the rolloff = 35 because cx24116 doesn't support rolloff = auto 
fresh correct ini files for scan-s2 with rolloff = 35 you can download from here
http://www.vdr-settings.com/download/channels/CLyngsatSP.tar.bz2




Goga

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Tevii S650 DVB-S2 diseqc problem
  2009-02-17 20:06   ` Goga777
@ 2009-02-18  7:06     ` svankan
  0 siblings, 0 replies; 8+ messages in thread
From: svankan @ 2009-02-18  7:06 UTC (permalink / raw)
  To: Goga777; +Cc: linux-media

>> > My server have Ubuntu 8.10 amd64 with a custom kernel and drivers and
>> tools
>> > compiled from these sources.
>> > http://mercurial.intuxication.org/hg/szap-s2
>> > http://mercurial.intuxication.org/hg/s2-liplianin/
>> >
>> > The scan-s2 utility only find channels from latest used transponder in
>> VDR
>
> you should indicate in ini file the rolloff = 35 because cx24116 doesn't
> support rolloff = auto
> fresh correct ini files for scan-s2 with rolloff = 35 you can download
> from here
> http://www.vdr-settings.com/download/channels/CLyngsatSP.tar.bz2
>
>
>
>
> Goga

Thank you I will try that address next time.

/Svankan


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Tevii S650 DVB-S2 diseqc problem
  2009-02-17 17:25 ` Faruk A
@ 2009-02-18  7:00   ` svankan
  0 siblings, 0 replies; 8+ messages in thread
From: svankan @ 2009-02-18  7:00 UTC (permalink / raw)
  To: Faruk A; +Cc: svankan, linux-media


>
> Windows softwares are like that with new cards but they usually get
> supported when the card becomes
> popular. My dish is even farther that yours, i live in six floor
> apartment building with over 100 apartments we all
> share four dishes so every apartment is satellite ready.
>
> One thing that i hate about this card is scanning for channels, i
> think it doesn't support AUTO scanning
> for initial transponders.
> For that we have to use scan-s2 with -X option and you need
> transponder files from
> http://joshyfun.peque.org/transponders/kaffeine.html
> before you start scanning edit you transponder files and remove
> transponders that you don't need, stuff like feeds, beams that you
> can't receive
> because it takes allot of time. Every transponders that wont lock it
> scan as dvb-s and then it will rescan as dvb-s2.
>
> scan-s2 -a 1 -s 3 -t 1 -p -X ../ini/astra > test.conf
> -a 1= adaptern 1
> -s 3 = diseqc input 4 (Astra 19E)
> -t 1 = Service TV only
> -p   = for vdr output format: dump provider name
> -X  = Disable AUTOs for initial transponders (esp. for hardware which
>         not support it). Instead try each value of any free parameters.

It works!!! I appreciate your help and I hope the card is stable to use.

/Svankan


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Tevii S650 DVB-S2 diseqc problem
  2009-02-17  6:58 svankan
@ 2009-02-17 17:25 ` Faruk A
  2009-02-18  7:00   ` svankan
  0 siblings, 1 reply; 8+ messages in thread
From: Faruk A @ 2009-02-17 17:25 UTC (permalink / raw)
  To: svankan; +Cc: linux-media

On Tue, Feb 17, 2009 at 7:58 AM,  <svankan@bahnhof.se> wrote:
>>Hi!
>>
>>I don't have any diseqc problem with this card.
>>Tested with vdr 1.7.0, scan-s2, szap-s2 (myTeVii and ProgDVB)
>>ArchLinux 32-bit, kernel26 2.6.28.4
>
> Thank you for the answer Frank!
>
> Can you please provide an example when you use scan-s2? I have a dual boot
> for Windows and as far as I remember there were some problems with diseqc
> in dvbviewer also. My dish is 25 meters away from the computer but signal
> is very good.
>
> /Svankan

Windows softwares are like that with new cards but they usually get
supported when the card becomes
popular. My dish is even farther that yours, i live in six floor
apartment building with over 100 apartments we all
share four dishes so every apartment is satellite ready.

One thing that i hate about this card is scanning for channels, i
think it doesn't support AUTO scanning
for initial transponders.
For that we have to use scan-s2 with -X option and you need
transponder files from
http://joshyfun.peque.org/transponders/kaffeine.html
before you start scanning edit you transponder files and remove
transponders that you don't need, stuff like feeds, beams that you
can't receive
because it takes allot of time. Every transponders that wont lock it
scan as dvb-s and then it will rescan as dvb-s2.

scan-s2 -a 1 -s 3 -t 1 -p -X ../ini/astra > test.conf
-a 1= adaptern 1
-s 3 = diseqc input 4 (Astra 19E)
-t 1 = Service TV only
-p   = for vdr output format: dump provider name
-X  = Disable AUTOs for initial transponders (esp. for hardware which
        not support it). Instead try each value of any free parameters.
Log:
initial transponder DVB-S2 12090000 V 27500000 3/4 20 8PSK
initial transponder DVB-S  12110000 H 27500000 3/4 35 QPSK
initial transponder DVB-S2 12110000 H 27500000 3/4 35 QPSK
initial transponder DVB-S2 12110000 H 27500000 3/4 35 8PSK
initial transponder DVB-S2 12110000 H 27500000 3/4 25 QPSK
...
----------------------------------> Using DVB-S
>>> tune to: 10744:hC56M2O35S0:S0.0W:22000:
DVB-S IF freq is 994000
>>> parse_section, section number 0 out of 0...!
0x041B 0x7031: pmt_pid 0x0000 ARD -- EinsExtra (running)
0x041B 0x7032: pmt_pid 0x0000 ARD -- EinsFestival (running)
0x041B 0x7033: pmt_pid 0x0000 ARD -- EinsPlus (running)
0x041B 0x7034: pmt_pid 0x0000 ARD -- arte (running)
0x041B 0x7035: pmt_pid 0x0000 ARD -- Phoenix (running)
0x041B 0x7036: pmt_pid 0x0000 ARD -- Test-R (running)
>>> parse_section, section number 0 out of 0...!
service_id = 0x0
service_id = 0x7031
pmt_pid = 0x64
service_id = 0x7032
pmt_pid = 0xC8
service_id = 0x7033
pmt_pid = 0x12C
service_id = 0x7034
pmt_pid = 0x190
service_id = 0x7035
pmt_pid = 0x1F4
service_id = 0x7036
pmt_pid = 0x258
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x012D
  AUDIO     : PID 0x012E
  TELETEXT  : PID 0x0130
  OTHER     : PID 0x0172 TYPE 0x05
  OTHER     : PID 0x0173 TYPE 0x0B
  OTHER     : PID 0x0818 TYPE 0x0B
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x00C9
  AUDIO     : PID 0x00CA
  TELETEXT  : PID 0x00CC
  OTHER     : PID 0x010E TYPE 0x05
  OTHER     : PID 0x0818 TYPE 0x0B
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x0065
  AUDIO     : PID 0x0066
  OTHER     : PID 0x00AA TYPE 0x05
  OTHER     : PID 0x00AB TYPE 0x0B
  OTHER     : PID 0x00AC TYPE 0x05
  OTHER     : PID 0x00AD TYPE 0x0B
  OTHER     : PID 0x00B0 TYPE 0x0C
  OTHER     : PID 0x0818 TYPE 0x0B
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x01F5
  AUDIO     : PID 0x01F6
  TELETEXT  : PID 0x01F8
  OTHER     : PID 0x0816 TYPE 0x05
  OTHER     : PID 0x0818 TYPE 0x0B
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x0191
  AUDIO     : PID 0x0192
  AUDIO     : PID 0x0193
  TELETEXT  : PID 0x0194
  OTHER     : PID 0x0816 TYPE 0x05
  OTHER     : PID 0x0818 TYPE 0x0B
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x0191
  AUDIO     : PID 0x0192
^CERROR: interrupted by SIGINT, dumping partial result...
dumping lists (6 services)
Done.
..........................................
cat test.conf

ARD - EinsExtra;ARD:10744:hC56M2O35S0:S0.0W:22000:101:102=ger:0:0:28721:1:1051:0
ARD - EinsFestival;ARD:10744:hC56M2O35S0:S0.0W:22000:201:202=ger:204:0:28722:1:1051:0
ARD - EinsPlus;ARD:10744:hC56M2O35S0:S0.0W:22000:301:302=ger:304:0:28723:1:1051:0
ARD - arte;ARD:10744:hC56M2O35S0:S0.0W:22000:401:402=ger,403=fra:404:0:28724:1:1051:0
ARD - Phoenix;ARD:10744:hC56M2O35S0:S0.0W:22000:501:502=ger:504:0:28725:1:1051:0
ARD - Test-R;ARD:10744:hC56M2O35S0:S0.0W:22000:401:402=ger:0:0:28726:1:1051:0

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Tevii S650 DVB-S2 diseqc problem
@ 2009-02-17  6:58 svankan
  2009-02-17 17:25 ` Faruk A
  0 siblings, 1 reply; 8+ messages in thread
From: svankan @ 2009-02-17  6:58 UTC (permalink / raw)
  To: linux-media

>Hi!
>
>I don't have any diseqc problem with this card.
>Tested with vdr 1.7.0, scan-s2, szap-s2 (myTeVii and ProgDVB)
>ArchLinux 32-bit, kernel26 2.6.28.4

Thank you for the answer Frank!

Can you please provide an example when you use scan-s2? I have a dual boot
for Windows and as far as I remember there were some problems with diseqc
in dvbviewer also. My dish is 25 meters away from the computer but signal
is very good.

/Svankan


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Tevii S650 DVB-S2 diseqc problem
@ 2009-02-16 21:34 Magnus Andersson
  0 siblings, 0 replies; 8+ messages in thread
From: Magnus Andersson @ 2009-02-16 21:34 UTC (permalink / raw)
  To: linux-dvb, linux-media

Hello!

I just bought a Tevii S650 DVB-S2 card and I have a few questions.

My server have Ubuntu 8.10 amd64 with a custom kernel and drivers and tools 
compiled from these sources. 
http://mercurial.intuxication.org/hg/szap-s2
http://mercurial.intuxication.org/hg/s2-liplianin/

The scan-s2 utility only find channels from latest used transponder in vdr. It 
took me many hours to have vdr working with Tevii S650 because my old 
diseqc.conf did not work with this card.

When I have a skystar2 or a Hauppauge FF rev 2.1 I can use this config.

Old diseqc.conf
#
S1W 11700 V 9750 t v W15 A W15 t
S1W 99999 V 10600 t v W15 A W15 T
S1W 11700 H 9750 t V W15 A W15 t
S1W 99999 H 10600 t V W15 A W15 T
#
S5E 11700 V 9750 t v W15 B W15 t
S5E 99999 V 10600 t v W15 B W15 T
S5E 11700 H 9750 t V W15 B W15 t
S5E 99999 H 10600 t V W15 B W15 T


New diseqc.conf
#
S1W 11700 V 9750 t v W15 [E0 10 38 F0] W15 t
S1W 99999 V 10600 t v W15 [E0 10 38 F1] W15 T
S1W 11700 H 9750 t V W15 [E0 10 38 F2] W15 t
S1W 99999 H 10600 t V W15 [E0 10 38 F3] W15 T
#
S5E 11700 V 9750 t v W15 [E0 10 38 F4] W15 t
S5E 99999 V 10600 t v W15 [E0 10 38 F5] W15 T
S5E 11700 H 9750 t V W15 [E0 10 38 F6] W15 t
S5E 99999 H 10600 t V W15 [E0 10 38 F7] W15 T

Can this diseqc “problem” cause the scan-s2 tool to fail too?
Why do I need to change the diseqc.conf in vdr? 

Because of this problem I have to manually include all HD-channels to 
channels.conf.
 I have tried to follow the README for scan-s2 and tried different options. My 
old cards work with scan and diseqc. To be sure I downloaded the latest 
drivers from www.tevii.com and extracted the firmware from windows drivers but 
with the same result.
Linux driver is from 2008-08-15
Windows driver is released 2009-01-22

similar problem?
http://www.dvbnetwork.de/viewtopic.php?f=59&t=169
Any suggestions?

VDR 1.7.4 works very good with the new diseqc.conf so the card is NOT broken.

/Svankan

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-02-18  7:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-16 21:46 Tevii S650 DVB-S2 diseqc problem svankan
2009-02-16 23:21 ` Faruk A
2009-02-17 20:06   ` Goga777
2009-02-18  7:06     ` svankan
  -- strict thread matches above, loose matches on Subject: below --
2009-02-17  6:58 svankan
2009-02-17 17:25 ` Faruk A
2009-02-18  7:00   ` svankan
2009-02-16 21:34 Magnus Andersson

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.