Diseqc 12 ports

Support forum for minisatip
Shprot
Posts: 11
Joined: Wed Sep 13, 2017 4:45 pm

Diseqc 12 ports

Post by Shprot »

Hello! I have 10 satellites in 12 port disc . One of the satellites has a r/l polarization.
Managed to watch through TVHeadend only the satellite that is connected to the first port. When trying to scan a satellite with R/L polarization minisatip falls. What am I doing wrong? How to scan the others?

Sorry for English is not my native language :(
cata
Site Admin
Posts: 768
Joined: Tue May 12, 2015 1:01 am

Re: Diseqc 12 ports

Post by cata »

Hi,

you have just a diseqc 1.1 switch ? Or you have multiple switches ?

What command line are you using ?

Please upload the logs.

Thanks
Shprot
Posts: 11
Joined: Wed Sep 13, 2017 4:45 pm

Re: Diseqc 12 ports

Post by Shprot »

Diseqc 1.1 - 12 ports
and cascading Diseqc 1.1 12p - Diseqc 1.0 4p

/var/www/minisatip -a 0 -d 0:0-1

To connect turned out all the satellites except those that connected in cascade

After I rebooted the receiver, there was another problem, all channels stopped running a CC greater than 70. Although on the receiver, all channels are working fine
log - https://www.dropbox.com/s/qdqsiklbbivqh ... p.log?dl=0
Attachments
p4jCyGnhQOmn4UwLVpnW1g.png
p4jCyGnhQOmn4UwLVpnW1g.png (26.6 KiB) Viewed 11884 times
cata
Site Admin
Posts: 768
Joined: Tue May 12, 2015 1:01 am

Re: Diseqc 12 ports

Post by cata »

Hi,

the command line you're using works only for diseqc 1.1 switches.

I see some errors in the logs, is enigma2 killed while running minisatip ?

I see that you are able to use some frequencies, what exactly does not work ?

Thank you
Shprot
Posts: 11
Joined: Wed Sep 13, 2017 4:45 pm

Re: Diseqc 12 ports

Post by Shprot »

Enigma2 work, reciever in stand-by mode

i have 12 ports diseqc
work 1-10
but on 2 port connected diseqc 1.0 - port 1/3/4. port 1 work, how select 3 and 4?
Shprot
Posts: 11
Joined: Wed Sep 13, 2017 4:45 pm

Re: Diseqc 12 ports

Post by Shprot »

I found the ipk file minisatip-mips32el ( http://downloads.pli-images.org/feeds/o ... ps32el.ipk ) and install . Channels were working correctly. But only 1 satellite connected to ports 1
Maybe you can help with the how to make ipk file with libdvbc ?

root@sezam5000hd:/var/volatile/tmp# minisatip -a 0 -d 0:0-1
[15/09 19:40:38.000]: Setting diseqc adapter 0 committed_no 0 uncommitted_no 1
[15/09 19:40:38.001]: minisatip was not compiled with DVBCSA support, please install libdvbcsa (libdvbcsa-dev in Ubuntu) and change the Makefile
cata
Site Admin
Posts: 768
Joined: Tue May 12, 2015 1:01 am

Re: Diseqc 12 ports

Post by cata »

Hi,

You can use the minisatip binary for gigablue mips from the minisatip binaries.

If second adapter is diseqc 1.0 you need to specify
-d 0:0-1,1:1-0

In tvheadend you can then 3rd and 4th satellite for the second adapter to the orbital position thst you want.
Shprot
Posts: 11
Joined: Wed Sep 13, 2017 4:45 pm

Re: Diseqc 12 ports

Post by Shprot »

If I use minisatip binary for gigablue mips that get a lot of errors in the stream and webif not work. But verison minisatip mips32el from this ipk works well but is available only the satellite connected to the first port.

The second disceqc not connected to the second adapter. I made a chart to make it clearer.
Image
cata
Site Admin
Posts: 768
Joined: Tue May 12, 2015 1:01 am

Re: Diseqc 12 ports

Post by cata »

Hi

Then you need to run minisatip with -d 0:1-2

The satellite position is calculated:
pos(diseqc 1.0) = pos % 4;
pos (diseqc 1.1 )= pos / 4;


For port 2 diseqc 1.1 and port 3 diseqc 1.0 (in minisatip ports start from 0).

You need (2-1)*4 + (3-1) which is 6.

For port 3 diseqc 1.1 try (3-1)*4 = 8 and so on
Shprot
Posts: 11
Joined: Wed Sep 13, 2017 4:45 pm

Re: Diseqc 12 ports

Post by Shprot »

How do I get rid of the errors during the stream?
Post Reply