WiCard EMU [chat]

percivjr

Registered
Messages
461
Could somebody point me in the direction of documentation for Wicard, please. Specifically I'm looking for a description of the config and key files.

I'd like to give it a go but I don't seem to be able to open the .dox files properly.

One other question: does Wicard support Remote EMMs, i.e. will it send EMMs via Newcs or other protocols?
 

skyscan

Registered
Messages
36
Specifically I'm looking for a description of the config and key files.
The key file Wicard uses is a plain Softcam.key file - no magic there. ;)
Hello,

What opens WiCard 1.15 only ? And with funcard for Black Hole ?

Thank you.

Wicard emu supports:

- Cryptoworks (UPC 0.8°W, AustriaSat/ORF 19.2°E, Skylink 23.5°E)
- Viaccess (Mezzo 13°E, TNTSat 19.2°E)
- Seca (Rai/Rai Sport 13°E)
 

jefjr

Registered
Messages
27
Hello,

I look for explanations on the use of file Funcard, or Goldcard with WICard.

What parameters for wicardd.conf ? Section reader for FunCard.a90, pic.hex, Softcam ?

Thank you in advance.
 

serg145

Registered
Messages
14
Code:
[reader]
name = # unique name
type = goldcard | funcard # 16F84 emulation is supported and 90S8515
fw_file =. / fw.hex # path to the firmware
intee_file =. / int.hex # path to the internal data EEPROM (optional)
extee_file =. / ext.hex # path to a data file external EEPROM (optional)
extee_size = 16 # size of the external EEPROM in kilobits (optional)
guardtime = 1 # extra guard time delay between sending bytes of ETU in the "map"
 

daxv8

Registered
Messages
165
Hi

What satellite receivers are supported by wicard?
I am interested if it can be loaded on Cubervo -Ipbox 9000 and if so what images?
 
O

ooOO_SORGOS_OOoo

wicardd.conf settings

wicardd.conf settings

hi dear friends


how to work cw keys

please look my x86 wicardd config file

what is wrong?


regards


Code:
****wicardd.conf***
[global]
syslog = 0
log = ./log/wicardd.log
log_size = 10
debug = 3
daemon = 1

[webif]
port = 8081
debug = 0

[dvb]
active = 1 
type = DVBAPI3
filter = dvb
rerequest_not_decoded = 1
auto_update = 1
debug = 3

[reader]

active = 1

name = funcard

type = funcard

fw_file = /var/keys/FunCard.a90

extee_file = /var/keys/ee.bin

extee_size = 64

intee_file = /var/keys/int_ee.bin

auto_update = 1

debug = 3





[reader]
active = 0
name = dremu
type = goldcard
fw_file = /var/keys/pic.hex
extee_file = /var/keys/ee.bin
guardtime = 1

[server]		
type = newcamd525	
caid = 0D00
auto_idents = 0		
auto_update = 1		
au_reader = 0	
debug = 3		
active = 1		
port = 15000		
key = 0102030405060708091011121314	

[server]
type = cccam
auto_provider = all
auto_idents = 1		
auto_update = 1
port = 15001
cc_version = 2.0.11
cc_build = 1892
debug = 1
active = 1
ecm_queue_size = 8
keepalive = 300
allow_ip =

[reader]
name = CW
type = emucworks	
caid = 0D00
debug = 3		
file = /var/keys/SoftCam.Key
active = 1		
ecm_queue_size = 8	

[reader]
name = viaccess
type = emuvia
debug = 3
caid = 0500
file = /var/keys/SoftCam.Key
active = 1
ecm_queue_size = 8

[reader]
name = BISS
caid = 2600
type = emubiss
debug = 3
file = /var/keys/SoftCam.Key
active = 1
ecm_queue_size = 8

[account]
login = wicard
password = wicard
auto_update = 1		#accept AU
filter = dvb

[account]
login = cccam
password = server
auto_update = 1		#accept AU
filter = dvb

[account]
login = oscam
password = server
auto_update = 1		#accept AU
filter = dvb

[filter]

name = dvb

rule = caid=4ae1;ident=11;limit=1,10,0,0;accept=funcard

rule = caid=0D00,2600;accept

rule = caid=0500;ident=040600,042700,023100,042300,043800,041700,042400,042800,040810;accept #NTV_SD all viaccess

rule = caid=0500;ident=050B00;sid=2f45,2f46,2f47,2f48,2f49,2f4a,3715,3716,3717,3718,3719,371A,4E85,4E86,4E87,4E88,4E89,4E8A,4E8B;accept #NTV_HD

rule = caid=0B0F;ident=0;accept #Xtra_TV

rule = caid=0652;chid=15;accept #Raduga

rule = caid=0602;ident=0;accept #Kontinent

rule = caid=090F;chid=15;accept #Viasat

rule = caid=0500;ident=023100;accept #TRK TRK Ukraina,Football,Futbol Plus

#rule = caid=4ae1;ident=0,11;ident:=0;accept #Tricolor

rule = caid=09CD;ident=0;accept #Sky_Italia

rule = caid=0654;ident=0,1;accept #Poverhnost+

rule = caid=0100;ident=000068;accept #Ñyfra+

rule = caid=0BAA;ident=0;accept #Hello HD

rule = caid=0500;ident=023800;accept #SRG SSR + HD

rule = caid=0500;ident=042800;accept #BIS TV (13E)

rule = caid=0500;ident=042300;accept #RTVi(13E)

rule = caid=0500;ident=032500,042700,042200,041700,042200,043800;accept #ÕÕÕ 13E 

rule = caid=1803;ident=000000;accept #Cyfrowy Polsat

rule = reject
 

acidfisher

Registered
Messages
1
Example for Softcam
Code:
[reader]
name = biss
type = emubiss
file = /usr/keys/SoftCam.Key
#ecm_queue_size = 8
#async_mode = 1
#ecm_delay = 0
#ecm_ttl = 5000
#recalc_cw_checksum = 1
active = 1

[reader]
name = cworks
type = emucworks
file = /usr/keys/SoftCam.Key
ecm_queue_size = 8
async_mode = 1
active = 1

[reader]
name = emuvia
type = emuvia
file = /usr/keys/SoftCam.Key
ecm_queue_size = 8
async_mode = 1
active = 1

[reader]
name = irdeto
type = emuirdeto
file = /usr/keys/SoftCam.Key
ecm_queue_size = 8
async_mode = 1
active = 1

[reader]
name = videoguardemunds
type = emunds
file = /usr/keys/SoftCam.Key
ecm_queue_size = 8
active = 0 # 0 if no keys
async_mode = 1
 

lion neptune

Registered
Messages
16
use this one is very best, but don't install any other emu with wicardd



[global]
log = /tmp/wicardd.log
log_size = 64
#log_udp = 192.168.xx.xx:514 #ñåòåâîå ëîãèðîâàíèå íà hostname:514
syslog = 1 #âûâîä èíôîðìàöèè â syslog
debug = 1
color_mode = 0
log_rb_size = 36 #êîë-âî ñòðîê ëîãà â webif

[webif]
active = 1
port = 8081
debug = 1

[dvb]
active = 1
type = DVBAPI3
ecm_info = 2
sdt = 1
auto_update = 1
filter = dvb,bloker
debug = 1

[filter]
active = 1
name = dvb
rule = caid=5601;reject
rule = caid=0500;ident=040610,050A00;reject
rule = caid=0500;ident=040600,040620,050B00;accept=ntv
rule = caid=4AE1;ident=11;accept=funcard
rule = caid=1811;ident=032830;caid:=0500;ident:=032830;accept # CanalSat France HD
rule = caid=1811;ident=003311;caid:=0100;ident:=003311;accept # CanalSat France HD
rule = caid=1811;ident=003315;caid:=0100;ident:=003315;accept # CanalSat France HD
rule = caid=1811;ident=003317;caid:=0100;ident:=003317;accept # CanalSat France HD
rule = caid=098C;ident=000000;accept=All # SkyDE HD
rule = caid=09C4;ident=000000;accept=All # SkyDE HD
rule = caid=1810;ident=0;accept=All # 10027 Digital+ 19.2e 1810:000000
rule = caid=1702;ident=0;accept=All # 10014 SkyDE 19.2e 1702:000000
rule = caid=1830;ident=0;accept=All # 10007 HD+ 19.2e 1830:000000
rule = caid=1843;ident=0;accept=All # 10028 HD+ 19.2e 1843:000000
rule = caid=1833;caid:=1702;betawrap #SKY Germany
rule = accept

[filter]
active = 1
name = bloker
type = both
rule = caid=4ae1;ident=11;privdata!=110000000102,FE;reject
rule = accept

for example: C: soft4sat.no-ip.biz(host) 11000 (port) englae2wf (user) soft4sat.com (password

[reader]
active = 1
name = soft4sat.no-ip.biz (host)
type = cccam
auto_provider = all
auto_idents = 1
auto_update = 1
account = user:password@Host:port
debug = 0
reconnect_delay = 10
emm_cache = 1
ecm_ttl = 15000


[reader]
active = 1
name = tunisiasat_server
type = newcamd525
account = user:password@Host:port:0102030405060708091011121314
debug = 1
reconnect_delay = 10
emm_cache = 1
ecm_ttl = 5000


[reader]
name = emu
type = emu
file = /usr/keys/SoftCam.Key
ecm_queue_size = 8


[reader]
active = 1
name = funcard
type = funcard
fw_file = /usr/keys/FunCard.a90
intee_file = /usr/keys/int_ee.bin
extee_file = /usr/keys/ee36.bin
extee_size = 64
snippet_file = /usr/keys/initial_snippet.bin
emm_cache = 0
debug = 1
 
O

ooOO_SORGOS_OOoo

i wrote my message 1 year ago but now has got new vercion

please test and try wicardd1.18 vercion

regards
 

jalizi

Registered
Messages
37
How to decrypt Digiturk Cryptoworks with SoftCam.Key on Wicard emu?

Hello

Which [reader] or [filter] should be added to the wicardd.conf (using wicard emu) file to decrypt Digiturk Cryptoworks (Eutelsat 7A 7°E), AustriaSat / ORF (19.2E Cryptoworks), TNT Sat France 19°E, SkyLink Cryptoworks (Astra 3A 23,5°E) and SRG SSR Swiss on Hotbird with SoftCam.Key ?

Regards
 

nacer1963

Registered
Messages
111
wicardd.conf and Merlin 3.0

What wicardd.config with wicardd 1.18 for servers, the tnt and srg for merlin3.0 or gp3,
I tried all possible configurations, it does not work.
it works on OpenPLi, blackhole, openatv etc ...

thanks
 

tedje

Registered
Messages
13
what wiccard.conf for wiccard 1.18 are you using on open pli because by me wicard 1.18 dosn't works and i haven't a conf for wicardd at all
can you send me your wicarrd.conf please

thank you
 

nacer1963

Registered
Messages
111
my best wicardd.config for open pli
tnt and srg is working with internal emulator
send softcam key in /usr/keys and attribut 755 all find

PHP:
[global]
log = /tmp/wicardd.log
log_size = 64
#log_udp = 192.168.xx.xx:514	#ñåòåâîå ëîãèðîâàíèå íà hostname:514
syslog = 1	   	        #âûâîä èíôîðìàöèè â syslog 
debug = 1
color_mode = 0
log_rb_size = 36		#êîë-âî ñòðîê ëîãà â webif

[webif]
active = 1
port = 8081		
debug = 1		
	
[dvb]
active = 1
type = DVBAPI3
ecm_info = 2
sdt = 1
auto_update = 1
filter = dvb,bloker
debug = 1

[filter]
active = 1
name = dvb
rule = caid=5601;reject
rule = caid=0500;ident=040610,050A00;reject
rule = caid=0500;ident=040600,040620,050B00;accept=ntv
rule = caid=4AE1;ident=11;accept=funcard
rule = caid=0500;ident=040810;caid:=0500;ident:=040810;reject #SRG SSR + HD
rule = caid=0500;ident=030B00;caid:=0500;ident:=030B00;accept #TNT Sat France
rule = caid=1811;ident=032830;caid:=0500;ident:=032830;accept # CanalSat France HD
rule = caid=1811;ident=003311;caid:=0100;ident:=003311;accept # CanalSat France HD
rule = caid=1811;ident=003315;caid:=0100;ident:=003315;accept # CanalSat France HD
rule = caid=1811;ident=003317;caid:=0100;ident:=003317;accept # CanalSat France HD
rule = caid=0100;ident=00006D;caid:=0100;ident:=00006D;accept # 
rule = caid=0100;ident=00006A;caid:=0100;ident:=00006A;accept # Telesat
rule = caid=0500;ident=042800;caid:=0500;ident:=042800;accept # Bis tv
rule = caid=098C;ident=000000;accept=All                      # SkyDE HD
rule = caid=09C4;ident=000000;accept=All                      # SkyDE HD
rule = caid=1810;ident=0;accept=All                           # 10027 Digital+ 19.2e 1810:000000
rule = caid=1702;ident=0;accept=All                           # 10014 SkyDE 19.2e 1702:000000
rule = caid=1830;ident=0;accept=All                           # 10007 HD+ 19.2e 1830:000000
rule = caid=1843;ident=0;accept=All                           # 10028 HD+ 19.2e 1843:000000
rule = caid=1833;caid:=1702;betawrap                          #SKY Germany
rule = caid=09CD;ident=000000;caid:=09CD;ident:=000000;accept #Sky Italia (13°E)
rule = caid=0919;ident=000000;caid:=0919;ident:=000000;accept #Sky Italia (13°E
rule = caid=0500;ident=023800;caid:=0500;ident:=023800;accept #SRG SSR + HD
rule = caid=0500;ident=003311,003315,003317;reject      
rule = accept

[filter]
active = 1
name = bloker
type = both
rule = caid=4ae1;ident=11;privdata!=110000000102,FE;reject
rule = accept

[reader]
active = 1
name = biss
type = emubiss
file = /usr/keys/SoftCam.Key
debug = 3


[reader]
active = 1
name = xxxxxxx
type = cccam
auto_provider = all
auto_idents = 1
auto_update = 1
account = 12dgl454:[email protected]:275680
debug = 0
reconnect_delay = 10
emm_cache = 1 
ecm_ttl = 15000
cc_hop = 2

[reader]
active = 1
name = qqqqqq
type = cccam
auto_provider = all
auto_idents = 1
auto_update = 1
account = 29jdhy10:[email protected]:12500
debug = 0
reconnect_delay = 10
emm_cache = 1 
ecm_ttl = 15000
cc_hop = 2


[reader]
active = 1
name = wwwww
type = cccam
auto_provider = all
auto_idents = 1
auto_update = 1
account = 4582:[email protected]:36800
debug = 0
reconnect_delay = 10
emm_cache = 1 
ecm_ttl = 15000
cc_hop = 2

Host : zzzzzz.tv

[reader]
active = 1
name = magsat1
type = cccam
auto_provider = all
auto_idents = 1
auto_update = 1
account =  d458sene:hgst([email protected]:37841
debug = 0
reconnect_delay = 10
emm_cache = 1 
ecm_ttl = 15000
cc_hop = 2

[reader]
active = 1
name = vatache star7
type = cccam
auto_provider = all
auto_idents = 1
auto_update = 1
account = aokas25:[email protected]:18000
debug = 0
reconnect_delay = 10
emm_cache = 1 
ecm_ttl = 15000
cc_hop = 2


[reader]
active = 0
name = Shart2
type = newcamd525
account = user:pass@Host:port:0102030405060708091011121314
debug = 1
reconnect_delay = 10
emm_cache = 1
ecm_ttl = 5000


[reader]
name = emubiss
type = emubiss
file = /usr/keys/SoftCam.Key
ecm_queue_size = 8

[reader]
active = 1
name = emuvia
caid = 0500
file = /usr/keys/SoftCam.Key
ecm_queue_size = 8

[reader]
name = cworks
type = emucworks
file = /usr/keys/SoftCam.Key
ecm_queue_size = 8
 
Last edited:

tedje

Registered
Messages
13
hello
i've tried your wicardd conf. and i can only see austria and TNT
what you mean with internal emulator
normal i can see with my Canal Digitalcard when i use wicardd not alone with cccam 3.0 and now not more
whats wrong?????
 
O

ooOO_SORGOS_OOoo

Hello

Which [reader] or [filter] should be added to the wicardd.conf (using wicard emu) file to decrypt Digiturk Cryptoworks (Eutelsat 7A 7°E), AustriaSat / ORF (19.2E Cryptoworks), TNT Sat France 19°E, SkyLink Cryptoworks (Astra 3A 23,5°E) and SRG SSR Swiss on Hotbird with SoftCam.Key ?

Regards

dm500s -gemini 4,70 original and wicardd v1.16

dont work


Code:
06:04:43.804 wicardd: wicardd-ppc version 1.16 celerity (Nov 15 2013) http://wicard.tv
06:04:43.805 wicardd: Build options: [AutoConf] [TuxBox SCI] [DVBAPI] [WEBIF] [ExMLog] [TWIN]
06:04:43.809 ExMlog: Initalized.
06:04:43.813 dvb: Filter object created.
06:04:43.825 ExMlog: worker thread started, pid 274, tid 822352720
06:04:43.948 wicardd: Catched 11 signal.
06:04:43.951 wicardd: /var/bin/wicardd-ppc [0x10002758]
06:04:43.951 wicardd: [0x7ffb2258]
06:04:43.952 wicardd: /lib/libc.so.6(__libc_free+0xc0) [0xfef0260]
06:04:43.953 wicardd: /lib/libc.so.6(__libc_free+0xc0) [0xfef0260]
06:04:43.954 wicardd: /var/bin/wicardd-ppc [0x10028310]
06:04:43.955 wicardd: /var/bin/wicardd-ppc [0x10014820]
06:04:43.955 wicardd: /var/bin/wicardd-ppc [0x1003006c]
06:04:43.956 wicardd: /var/bin/wicardd-ppc [0x10030728]
06:04:43.957 wicardd: /var/bin/wicardd-ppc [0x10031b2c]
06:04:43.957 wicardd: /var/bin/wicardd-ppc [0x10002e3c]
06:04:43.958 wicardd: /lib/libc.so.6 [0xfebeed4]
06:04:43.959 wicardd: /lib/libc.so.6(__errno_location+0) [0xfebefc0]
06:06:51.592 wicardd: wicardd-ppc version 1.16 celerity (Nov 15 2013) http://wicard.tv
06:06:51.593 wicardd: Build options: [AutoConf] [TuxBox SCI] [DVBAPI] [WEBIF] [ExMLog] [TWIN]
06:06:51.597 ExMlog: Initalized.
06:06:51.601 dvb: Filter object created.
06:06:51.613 ExMlog: worker thread started, pid 283, tid 822352720
06:06:51.736 wicardd: Catched 11 signal.
06:06:51.739 wicardd: /var/bin/wicardd-ppc [0x10002758]
06:06:51.740 wicardd: [0x7ffb2258]
06:06:51.740 wicardd: /var/lib/libc.so.6(__libc_free+0xc0) [0xfef0260]
06:06:51.741 wicardd: /var/lib/libc.so.6(__libc_free+0xc0) [0xfef0260]
06:06:51.742 wicardd: /var/bin/wicardd-ppc [0x10028310]
06:06:51.742 wicardd: /var/bin/wicardd-ppc [0x10014820]
06:06:51.743 wicardd: /var/bin/wicardd-ppc [0x1003006c]
06:06:51.744 wicardd: /var/bin/wicardd-ppc [0x10030728]
06:06:51.745 wicardd: /var/bin/wicardd-ppc [0x10031b2c]
06:06:51.745 wicardd: /var/bin/wicardd-ppc [0x10002e3c]
06:06:51.746 wicardd: /var/lib/libc.so.6 [0xfebeed4]
06:06:51.747 wicardd: /var/lib/libc.so.6(__errno_location+0) [0xfebefc0]
 
Top