Connect Humax 5400 to dreambox 500

papillon125

Registered
Messages
35
Hi friends, i would ask u if i'ts possible to connect humax 5400z to a dreambox 500 with serial cable rs232 and evocamd emu.
I don't have a local cards but i decrypt with router+internet connection (Newcamd protocol):eek:

I look up into this site and it's possible but with gbox connection
that kind of link not allowed into "humax section", thread
"How to directly connect IRCI-5400 to DreamBox".

If someone can help me thanks to all.:thum: ‏
 

papillon125

Registered
Messages
35
The Text

How to directly connect IRCI-5400 to DreamBox
Hi all,
I could finally connect my Humax IRCI-5400 to my DreamBox for internal LAN without anymore need to keep my PC turned ON.
I just follow step by step info I found in a doku here
Quote:
Multichannel decode, ein kanal aufnehmen un einen anderen glotzen:
(getestet auf DM7000/DM7020/DM7025)
Geht nur mit images wo beim recorden ein file /tmp/.recording erstellt wird,
wie die gemini reihe zum Beispiel.
Es m�ssen 2 gbox-en gestartet werden:
1. die erste ganz normal.
2. die zweite:
mkdir /tmp/2nd (oder anderes verzeichniss, sollte aber im ram sein)
kopieren alles keyfile/cfg files (oder links) nach /tmp/2nd
cd /tmp/2nd
./gbox &
Alle cfg/key files k”nnen die selben sein, nur NICHT die gbox_cfg und
die cwshare.cfg
a) gbox_cfg: die smartcards slots sollten ausgeschaltet sein, weil von der
ersten gbox schon benutzt.
b) gbox_cfg: logger/trace port muss ein anderer sein (falls benutzt)
c) gbox_cfg: bitte folgende Zeile einf�gen: F: { A6 } 0
Bei der cwshare.cfg muss leider M: ein eigener eintrag sein, verlinken
entweder mit der ersten gbox, oder mit ein paar D: freunden.
K�nftig werde ich das alles mit einer gbox m”glich machen. Zur Zeit leider so,
zum testen sozusagen, ist ein wenig aufw„ndig ... sorry.
Here is how I did:
IRCI configuration is:
ToH3.4_HoT7.7 last ToH/HoT firmware installed.
Menu --> ToH --> Config : "Card+Emu+S" selected and "SSSP" protocol selected in place of old "HSIC".
DreamBox coinfiguration is:
GeminiProject 3.20 image installed.
Gbox 2.25 installed.
Humax and DreamBox must be connected RS232 with a null-modem 9 pins f/f cable
The process requires 2 gbox installed on DreamBox: gbox#1 is to manage normal smart card and gbox#2 will act as gbox client to manage connection with Humax.
I created a new /2nd folder into /var/keys folder ---> /var/keys/2nd
I copied in new folder all files from /var/keys
I also copied in new folder /var/bin/gbox bin files and CHMOD 775
Just edit /var/******/gbox_cam.sh as follow
Code:
#!/bin/sh
CAMNAME="GBOX"
USERNAME="GBOX"
ZAPTIME=6
CAMID=970
DVBSET=1
INFOFILE="ecm.info"
# end
remove_tmp () {
rm -rf /tmp/*info* /tmp/*gbox* /tmp/*online* /tmp/*share*
}
case "$1" in
start)
echo "[******] $1: $CAMNAME"
remove_tmp
/var/bin/gbox &
cd /var/keys/2nd
./gbox &
;;
stop)
echo "[******] $1: $CAMNAME"
[ -e /bin/prockill ] && /bin/prockill gbox
[ -e /var/bin/prockill ] && /var/bin/prockill gbox
[ -e /var/keys/2nd/prockill ] && /var/keys/2nd/prockill gbox
touch /tmp/gbox.kill
remove_tmp
;;
*)
"$0" stop
exit 1
;;
esac
exit 0
and create new /var/******/RS232_user******.sh and CHMODE 775
Code:
#!/bin/sh
cd /var/keys/2nd
./gbox &
exit
Only gbox_cfg file and cwshare.cfg file in /var/keys/2nd must be different from gbox#1 files.
/var/keys/2nd/gbox_cfg
Code:
Z: { 01 12 } 192.168.1.100 8024
#F: { 01 } /var/tmp/pmt.tmp // pmt file
#F: { 02 } /var/tmp/emm.info // key update log file
#F: { 03 } /var/tmp/ecm.info // ecm info file
#F: { 11 } /var/keys // folder for config files
#F: { 12 } /var/tmp // folder for temporary file
#F: { 13 } /var/tmp // folder for keyfiles
#F: { 21 } /dev/dvb/adapter0/ca0 // ca device
#F: { 22 } /dev/dvb/adapter0/dvr0 // dvr device
#F: { 23 } /dev/dvb/adapter0/demux0 // demux device
#F: { 31 } /dev/dvb/adapter0/ca1 // second ca device to write cw´s (recording)
#F: { 41 } /dev/sci0 // STB04xxx slot1
#F: { 42 } /dev/sci1 // STB04xxx slot2
#F: { 43 } /dev/tts/0 // rs232 com1
#F: { 44 } /dev/tts/1 // rs232 com2
F: { A6 } 0
#F: { 58 } 02
#F: { A0 } 300
G: { 03 }
C: { 02 }
M: { 02 }
A: { 01 }
U: { 01 }
H: { 01 }
T: { 00 }
O: { 00 } 192.168.1.101
L: { 00 } 192.168.1.101 23
W: { 00 00 } 9600
#V: { 00 15 }
R: { 11 } 115200
Very important are rows F: and R: Exclamation
/var/keys/2nd/cwshare.cfg
Code:
# cwshare.cfg --- DreamBox gbox2 --- Internet and Local Network
#
# My DreamBox gbox2 (local IP =192.168.1.101)
# Password
#
M: { 192.168.1.101 { 11111111 }}
#
# Other Local Boxes
#
D: { 192.168.1.101 { 8889 8888 { 22222222 { A3 A3 }}}} # DreamBox gbox1
I: { 04 }
X: { 0A }
N: { 00 01 03 17 4000 6000 }
And of course you need to add a new D: line into cwshare.cfg of gbox#1 into /var/keys
Code:
# Other Local Boxes
#
D: { 192.168.1.101 { 8888 8889 { 11111111 { A3 A3 }}}} # DreamBox gbox2
To let the sytem work properly:
* Reboot your DreamBox or just restart Gbox
* turn on your Humax from stand-by
* run from menu RS232 ******
and in few seconds Humax will start to work properly.
Immediatly after booting your DreamBox you can check with Telnet and see 2 gbox running:
Code:
root*dreambox:~> ps
PID Uid VmSize Stat Command
298 root 600 S /bin/sh /etc/ini
325 root 600 S /sbin/inetd
334 root 620 S /sbin/dropbear
364 root 712 S /bin/gdaemon
365 root 9576 S /bin/enigma
366 root 9576 S N /bin/enigma
367 root 9576 S N /bin/enigma
372 root 9576 S /bin/enigma
381 root 9576 S /bin/enigma
382 root 9576 S N /bin/enigma
404 root 9576 S /bin/enigma
463 root 9576 R N /bin/enigma
417 root 432 S telnetd
418 root 712 S -sh
442 nobody 768 S in.ftpd
444 root 884 S in.ftpd
457 root 1768 S /var/bin/gbox
460 root 1768 S /var/bin/gbox
461 root 1768 S /var/bin/gbox
462 root 1768 S /var/bin/gbox
465 root 1528 S ./gbox
468 root 1528 S ./gbox
469 root 1528 S ./gbox
470 root 1528 S ./gbox
471 root 640 R ps
root*dreambox:~>
and second ****** should perform more or less like this (errors are due to gbox#2 being run again) :
Code:
root*dreambox:~> cd /var/keys/2nd
root*dreambox:/var/keys/2nd> ./gbox &
root*dreambox:/var/keys/2nd> starting now
found cpuinfo TB04xxx
gbox 2.25/Linux*PPC ( Jun 2 2006, 17:58:57 )
OSD (dbox2) IP = 192.168.1.101
Seasonport=0 speed=9600
RS232gate=1 speed=115200
mode 03
AU:01/update:01/KeyFile:00 Hash:01 DispECM:02/EMM:02 UDPInit:00 OSD:00
Total 46 EMM keys read from nagra.txt
My IP 192.168.001.101 ID 4242 (192.168.1.101) pass 11111111, we are online
IP 192.168.001.101 Port 8889-8888 ID 3220 pass 22222222 sharelevel 3/3 (192.168.
1.101)
Error in bind indINP socket
Error in bind INP socket
Error inpsock port 8889
[1] + Done ./gbox
root*dreambox:/var/keys/2nd>
If you have any improvements to suggest please post here
Thank you
By a dear Friend

THANKS TO HNaga HTT Admin
 
Last edited:
Top