How do i connect my IPbox 9000HD Enigma2 to a newcamd server ??

Dooley

Registered
Messages
43
I'm going freakin' bananas here... 3 days of trying and no luck at all.

I have tried both Incubus and camd3, following every single advice ii can google.

I usually connect with MGcamd and this box also connects just fine in my NLB flash image, using MGcam.
But in Enigma2 installed on my harddrive i have no luck.

Could someone please tell me from scratch, how to hook Enigma2 up to a newcamd server using ANY client available ?

Here's my connection parameter line from MGcamd:
CWS_MULTIPLE = 192.168.0.100 10000:10001 tom dooley 01 02 03 04 05 06 07 08 09 10 11 12 13 14 wan cardserver

Any help would be greatly appreciated.
 

k2k2000

Well Known Member
Messages
727
edit /var/keys/camd3.config
Add new line at the end of file.
SLOT=192.168.0.100:4:1:1:1:10000:tom:dooley:0102030405060708091011121314
SLOT=192.168.0.100:4:1:1:1:10001:tom:dooley:0102030405060708091011121314
if you want to use mbox
add to /var/keys/cwshare.cfg
C: { 192.168.0.100 10000 tom dooley 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 }
C: { 192.168.0.100 10001 tom dooley 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 }
+create two new files ,in your case 10000.list and 10001.list
and add
R: { 1000 }
SF: { 0000 }
// here you can add decodable SID and ECM pids by your newcamd server.
 

arken

Senior Member
Messages
293
Also to conect with incubus, edit /var/keys/incubusCamd.conf like this:
Code:
[Prov:000000:CaID:0000]
decoder_type=1
card_server_url_0=newcamd://tom:[email protected]:10000/0102030405060708091011121314
card_server_url_1=newcamd://tom:[email protected]:10001/0102030405060708091011121314

Code:
[Servers]
card_server_url_0=newcamd://tom:[email protected]:10000/0102030405060708091011121314
card_server_url_1=newcamd://tom:[email protected]:10001/0102030405060708091011121314
 

Dooley

Registered
Messages
43
Thank you very much.

I already tried the incubus part, but i will test the other two as described immediately. ;-)
 

Dooley

Registered
Messages
43
Thanks man.

I think my incubus is screwed, cause that still refuses to decode the channels. But Mbox and camd3 both works like a charm, using your guide.

Owe u one ;-)
 

Jezza

Registered
Messages
1
thanks very much for this very useful

How would to mod this for CCcam server

swap CCcam for newcamd ??
 

nickepe

Member
Messages
63
I cant get this to work with any emu, black screen no matter what.
If I go with camd3, could this be right in camd3.config:

# Newcamd-client
SLOT=sepatv.dyndns.org:4:1:1:1:1684:myuser:mypass:0913090905060703111011141114
SLOT=sepatv.dyndns.org:4:1:1:1:1686:myuser:mypass:0913090905060703111011141114

this text is taken from my newcamd.list that I use to have with old image, myuser and mypass ofcourse is my username and password...

This is starting to get on my nerves...
/Nickepe
 

takisxxx

Registered
Messages
32
Also to conect with incubus, edit /var/keys/incubusCamd.conf like this:
Code:
[Prov:000000:CaID:0000]
decoder_type=1
card_server_url_0=newcamd://tom:[email protected]:10000/0102030405060708091011121314
card_server_url_1=newcamd://tom:[email protected]:10001/0102030405060708091011121314

Code:
[Servers]
card_server_url_0=newcamd://tom:[email protected]:10000/0102030405060708091011121314
card_server_url_1=newcamd://tom:[email protected]:10001/0102030405060708091011121314
i did everything right but every few seconds it stops :confused:
i am using bkt 5.1 e2 i tried camd3 with lacks every few seconds , the same with incubus and i didn't manage to work mbox(i didn't understand something in the second file myport.list the last line what do i have to write?).can someone help me?forgive my poor english :rolleyes:
 
Top