MyTheatre setup problem (DishProLNB w/Twinhan)

 

mytheatre
Unregistered guest
I have a twinhan 102g with a Dish500 Pro Twin LNB pointed to sats 110/119. The dish/DP used to work fine back in the N1 days with Cemu. However, things arent going well with the DVB...

I installed Mytheatre:
--> MyTheatre root folder: keys.bin, 110.ini, 119.ini
--> MDPlugins folder: S2emu.dll (9/9/05), Yankse.dll, KrasnalTM.dll, Nagra.key, SoftCam.key
--> MDPlugins/nagra folder: (empty)
--> Plugins folder: Fenrir.dll, MDWrapper.dll

1)
Problem 1 is that I couldnt find the nagrakey.txt file to put in the empty Nagra folder. Where can I find this?

2)
I coudnt find a sat/transponder list over at lyngsat or joshyfun for my situation
(
sat 119 - LOF1 11250000 SW 11700000 LOF2 11250000 ----> CSW-LNB1
sat 110 - LOF1 11250000 SW 11700000 LOF2 11250000 ----> CSW-LNB2
)

So I created two new .ini files (110.ini, 119.ini) , and imported them into MT:


119.ini:

[SATTYPE]
1=2410
2=DishPro 119
[DVB]
0=32
1=12224,V,20000,56
2=13361,V,20000,56
3=12253,V,20000,56
4=13332,V,20000,56
5=12282,V,20000,56
6=13303,V,20000,56
7=12311,V,20000,56
8=13274,V,20000,56
9=12341,V,20000,56
10=13245,V,20000,56
11=12370,V,20000,56
12=13216,V,20000,56
13=12399,V,20000,56
14=13186,V,20000,56
15=12428,V,20000,56
16=13157,V,20000,56
17=12457,V,20000,56
18=13128,V,20000,56
19=12486,V,20000,56
20=13099,V,20000,56
21=12516,V,20000,56
22=13070,V,20000,56
23=12545,V,20000,56
24=13041,V,20000,56
25=12574,V,20000,56
26=13012,V,20000,56
27=12603,V,20000,56
28=12982,V,20000,56
29=12632,V,20000,56
30=12953,V,20000,56
31=12661,V,20000,56
32=12924,V,20000,56


110.ini :
[SATTYPE]
1=2500
2=DishPro 110
[DVB]
0=32
1=12224,V,20000,56
2=13361,V,20000,56
3=12253,V,20000,56
4=13332,V,20000,56
5=12282,V,20000,56
6=13303,V,20000,56
7=12311,V,20000,56
8=13274,V,20000,56
9=12341,V,20000,56
10=13245,V,20000,56
11=12370,V,20000,56
12=13216,V,20000,56
13=12399,V,20000,56
14=13186,V,20000,56
15=12428,V,20000,56
16=13157,V,20000,56
17=12457,V,20000,56
18=13128,V,20000,56
19=12486,V,20000,56
20=13099,V,20000,56
21=12516,V,20000,56
22=13070,V,20000,56
23=12545,V,20000,56
24=13041,V,20000,56
25=12574,V,20000,56
26=13012,V,20000,56
27=12603,V,20000,56
28=12982,V,20000,56
29=12632,V,20000,56
30=12953,V,20000,56
31=12661,V,20000,56
32=12924,V,20000,56


Once imported, I configured each sat like this:
Pos Name DiSEqc TPn
119 DishPro 119 CSW1->CSW2 32
110 DishPro 110 CSW1->CSW2 32

with both set to: LOF1: 9750000, SW: 11700000, LOF2: 10750000


3)
The big problem is that when I then select a satellite, select 'Sel Empty', press Scan, I get this for all of them:
1tp - 241A° xxxxx V 20000: NO SIGNAL

Mytheatre starts up fine, so Im guessing the twinhan and Mytheatre are somewhat working together, but I cant get any further. What am I doing wrong??
 

TRYthis
Unregistered guest
First, use the already built in My Theatre satellites. Do not use your ini. Click on Echostar 7 for the first one then use Echostar 5 for the second one(depending on the version, if it shows Echostar 6,8 use that. Then hit ku-cir at the bottom then set LOF & SW.Set LOF 1 to 11250 and sw to 0 then LOF 2 to 11250. They are on the LOF menu by hitting the little arrow and picking out of the drop down box. Then hit sel ALL then scan. Let me know
 

mytheatre
Unregistered guest
Thanks! Definately going in the right direction! I reinstalled MT and used the default satellite list and removed everything except: DTV6, Echo 5,7,8 (no Echo 6 option).

Then I changed the LOFs to 11250000 with all the polarities set to 0 (Vert). It scanned successfully (yes!), but still MT shows no audio/video.

So I did the following:


1 ) Reinstalled the mpeg codecs (K_Lite_Codec_Pack, intervideo, elcard (trial))
2 ) Opened the channels.mdb file with MSAccess, and set it so that ECM/EMM are both 'scrambled' and using 1801 Nagra Digital.

UPDATE (Satellites INNER JOIN Transponders ON Satellites.SatID=Transponders.SatID) INNER JOIN (PIDType RIGHT JOIN (Favorites RIGHT JOIN (Channels INNER JOIN PIDs ON Channels.CHID=PIDs.CHID) ON Favorites.FavID=Channels.FavID) ON PIDType.Type=PIDs.Type) ON Transponders.TranspID=Channels.TranspID SET PIDs.Sel = 1
WHERE (((Satellites.Name) Like "echo*") AND ((PIDs.Opt1)=6144) AND ((PIDs.Type)=6));


3 )

Then I realized that the s2emu plugin (under 'info') was displaying 'incorrect keys'! So, I put another copy of S2emu.dll (9/9/05) into the plugins folder (in addition to the one already in the MDPlugins folder) and fired up the fenrir plugin (I just dropped the fenrir.dll) into the plugins folder. I checked s2emu info, still shows 'incorrect keys'.

Finally, I removed fenrir, and added a softcam.key* in the Plugins folder. but again s2emu doesnt seem to be setup correctly.


What could be the problem??

 

MyTheatre
Unregistered guest
;********************************************************************
;
; NAGRA Providers and keys definition
;
;********************************************************************
;
N 7001 00 54C1FAB66C9D6808 ;Polsat 13°E key update: 05/09/2005
N 7001 01 79F56042FCEFE0E0 ;Polsat 13°E key update: 10/08/2005
N 7101 00 D49E083FC7464A4A ;Polsat 13°E key update: 05/09/2005
N 7101 01 79F56042FCEFE0E0 ;Polsat 13°E key update: 10/08/2005
N 7401 00 ABE7C747D3C96B71 ;Star 42°E key update: 23/07/2003
N 7401 01 EB21CD7F72FD69DF ;Star 42°E key update: 23/07/2003
N 7501 00 ABE7C747D3C96B71 ;Star 42°E key update: 16/07/2003
N 7501 01 EB21CD7F72FD69DF ;Star 42°E key update: 23/07/2003
N 4801 00 9C911F756E835621 ;TV Cabo 30°W key update: 16/10/2005
N 4801 01 B48BEDA00A1B105E ;TV Cabo 30°W key update: 18/10/2005
N 4901 00 9C911F756E835621 ;TV Cabo 30°W key update: 16/10/2005
N 4901 01 B48BEDA00A1B105E ;TV Cabo 30°W key update: 18/10/2005
N 1811 00 E1031C6E17A06EA8 ;Mediapark 30°W key update: 09/07/2005
N 1811 01 D3B77ECD6082374A ;Mediapark 30°W key update: 09/07/2005
N 1911 00 E1031C6E17A06EA8 ;Mediapark 30°W key update: 09/07/2005
N 1911 01 D3B77ECD6082374A ;Mediapark 30°W key update: 09/07/2005
N 2C01 00 C8DB78B90C79ABA0 ;SABC 68°E key update: 11/10/2005
N 2C01 01 379AFE92CDD634CC ;SABC 68°E key update: 07/08/2005
N 2D01 00 C8DB78B90C79ABA0 ;SABC 68°E key update: 11/10/2005
N 2D01 01 379AFE92CDD634CC ;SABC 68°E key update: 07/08/2005
N 6E01 00 E61BC76895D5618F ;ABS-CBN 5°W/75°E key update: 13/12/2004
N 6E01 01 7109CF8603C42C65 ;ABS-CBN 5°W/75°E key update: 21/12/2004
N 6F01 00 E61BC76895D5618F ;ABS-CBN 5°W/75°E key update: 13/12/2004
N 6F01 01 7109CF8603C42C65 ;ABS-CBN 5°W/75°E key update: 28/11/2004
N 4A01 00 2D2F15C52B6FAAEE ;TBL TV 88°E key update: 02/04/2003
N 4A01 01 BDFE2ABFB3BF0765 ;TBL TV 88°E key update: 02/04/2003
N 4B01 00 2D2F15C52B6FAAEE ;TBL TV 88°E key update: 02/04/2003
N 4B01 01 BDFE2ABFB3BF0765 ;TBL TV 88°E key update: 02/04/2003
N 4E01 00 179A4BCADA45B59D ;Dream TV 146°E key update: 31/10/2005
N 4E01 01 7082697C60E14BDD ;Dream TV 146°E key update: 31/10/2005
N 4F01 00 179A4BCADA45B59D ;Dream TV 146°E key update: 31/10/2005
N 4F01 01 7082697C60E14BDD ;Dream TV 146°E key update: 31/10/2005
N A401 00 CAAAE88F16DF269A ;AntennaHungaria key update: 07/07/2005
N A401 01 79B593B47D13FB5E ;AntennaHungaria key update: 07/07/2005
N A501 00 CAAAE88F16DF269A ;AntennaHungaria key update: 07/07/2005
N A501 01 79B593B47D13FB5E ;AntennaHungaria key update: 07/07/2005
N C001 00 E7BAD3EB2DA3C9E4 ;GlobeCast 5°W key update: 31/07/2003
N C001 01 29943ECEF060D527 ;GlobeCast 5°W key update: 31/07/2003
N 0101 00 CF2B378317B2CC87 ;Dish Network key update: 10/06/2005
N 0101 01 740B5FBDE604291A ;Dish Network key update: 09/06/2005
N 0101 00 CF2B378317B2CC87 ;Dish Network key update: 10/06/2005
N 0101 01 740B5FBDE604291A ;Dish Network key update: 09/06/2005
N 4201 00 79E93F290EBF55DA ;TVE America 30W key update: 22/09/2004
N 4201 01 69DCF5833947E9BC ;TVE America 30W key update: 22/09/2004
N 4301 00 79E93F290EBF55DA ;TVE America 30W key update: 22/09/2004
N 4301 01 69DCF5833947E9BC ;TVE America 30W key update: 22/09/2004
N 2201 00 5048642CA765F582 ;Multicanal 30°W key update: 11/05/2005
N 2201 01 B0DD709B554A033C ;Multicanal 30°W key update: 11/05/2005
N 2301 00 5048642CA765F582 ;Multicanal 30°W key update: 11/05/2005
N 2301 01 B0DD709B554A033C ;Multicanal 30°W key update: 11/05/2005
N 3c01 00 EE24C04175BE0D9A ;Visavision 8°W key update: 30/10/2005
N 3c01 01 EEE74C89AC5A7492 ;Visavision 8°W key update: 30/10/2005
N 3D01 00 EE24C04175BE0D9A ;Visavision 8°W key update: 30/10/2005
N 3D01 01 EEE74C89AC5A7492 ;Visavision 8°W key update: 30/10/2005
N 4901 E1 1BF989DFA83BE99079CE67A737A019EF133A7B5DD6D2516B72B12E80A253EA7D3C587CCDAE0D7580 787A6D63D1DD3AE2CE8B3763FD9585815656AAE2D9D08761
N 4901 N1 03C98170441297C1B16356CF4A69B89B0B51BD888944A570D62C4656E0B81F4A5C843A348694AFC0 B4372415BA4C5853B651D314FC6048C28181FFD346B94B92
N 4901 N2 C5F689A7CB1B126DF2F9B8536985F506788FA5FDD609A0D324A5D0A7BD7D1F72097B98DE31C4D2AC 3CA974D4E6459B98D145670DEDF8BDE914E79A9BB00D4281
N 7101 E1 239211768c14F9D0BbF55fC0AeEeC8596bF43523F2C1Df919667D7D0Ee79173bA4C04c7cB6Ca5c46 4807E6F2934609CeE7317763186e11931eFf27B80cF2Be5c
N 7101 N1
91022f1e6c452d653cFe711a8f2bA0924aEc8e5895Eb746012A9914284Bf48D4F72073Ba11308b69 Ec0a59EcDdE90dB5DbCa329524259aDcAdFe3b14136b1e8b
N 7101 N2
49A9A2000C67EA08B245E57531DDCE53B36C4E42A07D7E69DDBF19C81164DA054EFEEB1C0F1B6F2E 04FB294FC6EB444BEF58808EE7D215AB70D03F8BBB037BA6
;
;********************************************************************
;
; NAGRA2 Providers and keys definition
;
;********************************************************************
;
; Digital+ 30W
N 4101 00 F5365568F546633252EED500881E5A37
N 4101 M1 D91FB482F54C4535621D845F7EC4AB4DC9309DED26B54030848EB63968977529FE8FF18613276171 E57BDA8A47AC993703CCE2A1CB071998ECCB327EF63CCEA7
N 4101 X1 03
;
 

TRYthis
Unregistered guest
Open Mytheatre. right click on screen click settings. click on auto graph tab and choose your encoders for audio and video.The boxes are probably blank right now. then close and go back to main menu and click under display tab make sure video on/off is checked. then it should work. At any rate, Nasa should be working. Let us know
 

TRYthis
Unregistered guest
One more thing, I would reload Mytheatre, Load the satellites, use the above procedure, Do NOT change any other settings. When you changed the tp's to all vert(because you were going by the ini you were using), You just cut youself out of the many horiz channels. I would just let it scan and use its own settings(no pid or sid changes) As far as s2, just use one. I think the newest is around sep 14.
 

New member
Username: 1rbjac

Long Beach, CA US

Post Number: 3
Registered: Mar-05
Can anyone help me. I only receive channel on the (v) transponder and not the (h) ones
 

Silver Member
Username: H3lt3r_sk3lt3r

Post Number: 244
Registered: Oct-05
@rj

This is your second post and not one contains any specifics, what does your setup look like?
 

New member
Username: 1rbjac

Long Beach, CA US

Post Number: 5
Registered: Mar-05
I am a newbie and don't know very much about the specifics that you need, to be able to help me. I have a pansat 2500 with twin lnb's and i'm trying to get echostar 7-6/8
 

MyTheatre
Unregistered guest
Thanks, I got video!! It was frustrating though, because my computer was frequently freezing up when I changed channels... then I read a post about setting the graph to Cyberlink/Intervideo for the audio/video codecs. I havent seen a freeze yet!

There are a couple of things Im wondering though,
1)
Even with the default satellite/trasnponder list, Im not getting all the channels even after rescanning several times. I would say theres a total of about 50 unique channels. Ironically most of the ppvs movies (except for the p0rn) are there. Theres no 'Echostar 6' satellit listed, so I couldnt select it to scan, could this be where the missing channels are?

2)
Many channels are displayed by name (red), but the majority are just strange hex numbers (green), is there a program guide or something that can map everything to the true dish name/number? (I tried running myepg but I get an out-of-bounds error).


« Previous Thread Next Thread »



Main Forums

Today's Posts

Forum Help

Follow Us